Giter Club home page Giter Club logo

es-fileexplorer-3's Introduction

ES-FileExplorer-3

Last version of ES3 for all who hates ES4 with increased version code

Hate ES File Explorer version 4? me too. I've decompiled latest version of ES3 (3.2.5.5) and set its versionNumber to 122229 to make sure PlayStore wont update it to god damn version 4!

How to use

Go to release and download compiled and signed APK

or

Manual compile and sign

  • Clone this repo by typing below command in terminal

    git clone https://github.com/3pehrbehroozi/es-FileExplorer-3.git

  • Compile apk with apktools with this command: apktools build /path/to/cloned/repo -o /path/to/output/directory

  • Create a java keystore file with this command: (If you already have one, skip this step)

     keytool -genkey -alias $ALIAS \
     -keyalg RSA -keystore $KEYSTORE_NAME.jks \
     -dname "CN=Mark Smith, OU=JavaSoft, O=Sun, L=Cupertino, S=California, C=US" \
     -storepass $STORE_PASSWORD -keypass $KEY_PASSWORD
  • Sign the generated APK with the keystore you have:

jarsigner -verbose -keystore $KEYSTORE_PATH -storepass $KEYSTORE_PASSWORD -keypass $KEYSTORE_KEY_PASSWORD $APK_PATH $KEYSTORE_KEY_NAME
/path/to/android/sdk/build-tools/xx.x.x/zipalign  -v 4 $APK_PATH $APK_OUT_PATH
  • $APK_PATH is: /path/to/output/directory/dist/com.estrongs.android.pop-3.2.5.5-229-minAPI5.apk
  • $APK_OUT_PATH is whatever path you want to save the signed APK
  • xx.x.x in android sdk path is the version of build-tools of your android sdk

Enjoy the good old ES3!

es-fileexplorer-3's People

Contributors

sepbehroozi avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.