├── INSTRUCTIONS ├── README ├── andutil ├── au.installer ├── installau ├── resources ├── clean │ ├── aapt-9 │ ├── aapt │ │ ├── aapt-11 │ │ ├── aapt-8 │ │ └── aapt-9 │ ├── adb │ ├── adb.txt │ ├── apktool │ ├── apktool-1.4.1.jar │ ├── apktool-1.4.3.jar │ ├── apktool1.3.1 │ │ ├── apktool │ │ └── apktool.jar │ ├── apktool1.3.2 │ │ ├── apktool │ │ └── apktool.jar │ ├── apktool1.3.2mod │ │ └── apktool.jar │ ├── apktool1.4.1 │ │ ├── apktool │ │ └── apktool.jar │ ├── apktool1.4.2 │ │ ├── apktool │ │ └── apktool.jar │ ├── apktool1.4.3 │ │ ├── apktool │ │ └── apktool.jar │ ├── baksmali │ ├── baksmali.jar │ ├── decode9patchPng.jar │ ├── draw9patch │ ├── draw9patch.jar │ ├── inventory │ ├── pngout │ ├── smali │ ├── smali.jar │ ├── swing-worker.jar │ ├── testsign.jar │ ├── zipalign │ └── zipalign.txt └── png │ ├── advpng │ ├── optipng │ ├── pngcrush │ └── pngout └── utility ├── 3vodex ├── 9patch ├── adb_cat ├── apk_build ├── apk_compress ├── apk_dec ├── apk_opt ├── apk_tool ├── au ├── au-updater ├── auto_opt ├── change_log ├── dex ├── LICENSE.txt ├── NOTICE.txt ├── dex2jar-dump.bat ├── dex2jar-dump.sh ├── dex2jar.bat ├── dex2jar.sh ├── jd-gui ├── jd-gui.cfg └── lib │ ├── asm-debug-all-3.2.jar │ ├── commons-io-2.0.jar │ ├── dex-ir-1.0.jar │ ├── dex-reader-1.1.jar │ ├── dex-translator-0.0.9.0-SNAPSHOT.jar │ ├── slf4j-api-1.5.6.jar │ └── slf4j-simple-1.5.6.jar ├── dexrm ├── dexrm2 ├── express_adb ├── extras ├── keys_sig ├── odex ├── dexopt-wrapper └── odex ├── png_opt ├── res_compress ├── romutil ├── smali_tool ├── ttadb ├── ult_opt ├── variables ├── zasign └── zipped_up /INSTRUCTIONS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/INSTRUCTIONS -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/README -------------------------------------------------------------------------------- /andutil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/andutil -------------------------------------------------------------------------------- /au.installer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/au.installer -------------------------------------------------------------------------------- /installau: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/installau -------------------------------------------------------------------------------- /resources/clean/aapt-9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/aapt-9 -------------------------------------------------------------------------------- /resources/clean/aapt/aapt-11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/aapt/aapt-11 -------------------------------------------------------------------------------- /resources/clean/aapt/aapt-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/aapt/aapt-8 -------------------------------------------------------------------------------- /resources/clean/aapt/aapt-9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/aapt/aapt-9 -------------------------------------------------------------------------------- /resources/clean/adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/adb -------------------------------------------------------------------------------- /resources/clean/adb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/adb.txt -------------------------------------------------------------------------------- /resources/clean/apktool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/apktool -------------------------------------------------------------------------------- /resources/clean/apktool-1.4.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/apktool-1.4.1.jar -------------------------------------------------------------------------------- /resources/clean/apktool-1.4.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/apktool-1.4.3.jar -------------------------------------------------------------------------------- /resources/clean/apktool1.3.1/apktool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/apktool1.3.1/apktool -------------------------------------------------------------------------------- /resources/clean/apktool1.3.1/apktool.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/apktool1.3.1/apktool.jar -------------------------------------------------------------------------------- /resources/clean/apktool1.3.2/apktool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/apktool1.3.2/apktool -------------------------------------------------------------------------------- /resources/clean/apktool1.3.2/apktool.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/apktool1.3.2/apktool.jar -------------------------------------------------------------------------------- /resources/clean/apktool1.3.2mod/apktool.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/apktool1.3.2mod/apktool.jar -------------------------------------------------------------------------------- /resources/clean/apktool1.4.1/apktool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/apktool1.4.1/apktool -------------------------------------------------------------------------------- /resources/clean/apktool1.4.1/apktool.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/apktool1.4.1/apktool.jar -------------------------------------------------------------------------------- /resources/clean/apktool1.4.2/apktool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/apktool1.4.2/apktool -------------------------------------------------------------------------------- /resources/clean/apktool1.4.2/apktool.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/apktool1.4.2/apktool.jar -------------------------------------------------------------------------------- /resources/clean/apktool1.4.3/apktool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/apktool1.4.3/apktool -------------------------------------------------------------------------------- /resources/clean/apktool1.4.3/apktool.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/apktool1.4.3/apktool.jar -------------------------------------------------------------------------------- /resources/clean/baksmali: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/baksmali -------------------------------------------------------------------------------- /resources/clean/baksmali.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/baksmali.jar -------------------------------------------------------------------------------- /resources/clean/decode9patchPng.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/decode9patchPng.jar -------------------------------------------------------------------------------- /resources/clean/draw9patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/draw9patch -------------------------------------------------------------------------------- /resources/clean/draw9patch.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/draw9patch.jar -------------------------------------------------------------------------------- /resources/clean/inventory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/inventory -------------------------------------------------------------------------------- /resources/clean/pngout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/pngout -------------------------------------------------------------------------------- /resources/clean/smali: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/smali -------------------------------------------------------------------------------- /resources/clean/smali.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/smali.jar -------------------------------------------------------------------------------- /resources/clean/swing-worker.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/swing-worker.jar -------------------------------------------------------------------------------- /resources/clean/testsign.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/testsign.jar -------------------------------------------------------------------------------- /resources/clean/zipalign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/zipalign -------------------------------------------------------------------------------- /resources/clean/zipalign.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/clean/zipalign.txt -------------------------------------------------------------------------------- /resources/png/advpng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/png/advpng -------------------------------------------------------------------------------- /resources/png/optipng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/png/optipng -------------------------------------------------------------------------------- /resources/png/pngcrush: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/png/pngcrush -------------------------------------------------------------------------------- /resources/png/pngout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/resources/png/pngout -------------------------------------------------------------------------------- /utility/3vodex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/3vodex -------------------------------------------------------------------------------- /utility/9patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/9patch -------------------------------------------------------------------------------- /utility/adb_cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/adb_cat -------------------------------------------------------------------------------- /utility/apk_build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/apk_build -------------------------------------------------------------------------------- /utility/apk_compress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/apk_compress -------------------------------------------------------------------------------- /utility/apk_dec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/apk_dec -------------------------------------------------------------------------------- /utility/apk_opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/apk_opt -------------------------------------------------------------------------------- /utility/apk_tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/apk_tool -------------------------------------------------------------------------------- /utility/au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/au -------------------------------------------------------------------------------- /utility/au-updater: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/au-updater -------------------------------------------------------------------------------- /utility/auto_opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/auto_opt -------------------------------------------------------------------------------- /utility/change_log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/change_log -------------------------------------------------------------------------------- /utility/dex/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/dex/LICENSE.txt -------------------------------------------------------------------------------- /utility/dex/NOTICE.txt: -------------------------------------------------------------------------------- 1 | dex2jar 2 | Copyright 2009-2011 Panxiaobo 3 | -------------------------------------------------------------------------------- /utility/dex/dex2jar-dump.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/dex/dex2jar-dump.bat -------------------------------------------------------------------------------- /utility/dex/dex2jar-dump.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/dex/dex2jar-dump.sh -------------------------------------------------------------------------------- /utility/dex/dex2jar.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/dex/dex2jar.bat -------------------------------------------------------------------------------- /utility/dex/dex2jar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/dex/dex2jar.sh -------------------------------------------------------------------------------- /utility/dex/jd-gui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/dex/jd-gui -------------------------------------------------------------------------------- /utility/dex/jd-gui.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/dex/jd-gui.cfg -------------------------------------------------------------------------------- /utility/dex/lib/asm-debug-all-3.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/dex/lib/asm-debug-all-3.2.jar -------------------------------------------------------------------------------- /utility/dex/lib/commons-io-2.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/dex/lib/commons-io-2.0.jar -------------------------------------------------------------------------------- /utility/dex/lib/dex-ir-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/dex/lib/dex-ir-1.0.jar -------------------------------------------------------------------------------- /utility/dex/lib/dex-reader-1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/dex/lib/dex-reader-1.1.jar -------------------------------------------------------------------------------- /utility/dex/lib/dex-translator-0.0.9.0-SNAPSHOT.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/dex/lib/dex-translator-0.0.9.0-SNAPSHOT.jar -------------------------------------------------------------------------------- /utility/dex/lib/slf4j-api-1.5.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/dex/lib/slf4j-api-1.5.6.jar -------------------------------------------------------------------------------- /utility/dex/lib/slf4j-simple-1.5.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/dex/lib/slf4j-simple-1.5.6.jar -------------------------------------------------------------------------------- /utility/dexrm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/dexrm -------------------------------------------------------------------------------- /utility/dexrm2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/dexrm2 -------------------------------------------------------------------------------- /utility/express_adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/express_adb -------------------------------------------------------------------------------- /utility/extras: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/extras -------------------------------------------------------------------------------- /utility/keys_sig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/keys_sig -------------------------------------------------------------------------------- /utility/odex/dexopt-wrapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/odex/dexopt-wrapper -------------------------------------------------------------------------------- /utility/odex/odex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/odex/odex -------------------------------------------------------------------------------- /utility/png_opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/png_opt -------------------------------------------------------------------------------- /utility/res_compress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/res_compress -------------------------------------------------------------------------------- /utility/romutil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/romutil -------------------------------------------------------------------------------- /utility/smali_tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/smali_tool -------------------------------------------------------------------------------- /utility/ttadb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/ttadb -------------------------------------------------------------------------------- /utility/ult_opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/ult_opt -------------------------------------------------------------------------------- /utility/variables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/variables -------------------------------------------------------------------------------- /utility/zasign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/zasign -------------------------------------------------------------------------------- /utility/zipped_up: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommytomatoe/Android-Utility/HEAD/utility/zipped_up --------------------------------------------------------------------------------