30 August 2024
id 5991979741Oops...its not Working man
Default recompile fail, aapt2 recompile fail, recompile fail with Both aapt and aapt2
ReplySend me
I'm an Arabic developer
Python + C++ + JAVASCRIPT + JAVA + GO + HTML & CSS + And a hacker for many apps
@hiddenworld1
apktoool _2.9.3 use you problem fix
31 August 2024
id 5953142442@hiddenworld1
apktoool _2.9.3 use you problem fix
I used all of apktool on my termux, not Working, because my DEVICE 32bit,, 32bit DEVICE can't properly work aapt1 and aapt2 and it face decompile and recompile Problem, i hate my device 👿
Replymessage unavailable
You can fix that easyle, 1st install Apktool V 2 9 3, apktool have this channel, find out, 2nd install Uber Apk Signer, then install
" Pkg Install Aapt1 -y
" pkg install aapt2 -y
id 5991979741Which command
I use it with the script APK_PATCHER.py
Saving the *.jar in the /usr/bin directory
With the name apktool.jar
TokyoGhoull .I use it with the script APK_PATCHER.py
Saving the *.jar in the /usr/bin directory
With the name apktool.jar
How to save this jar folder on termux Dictionary
id 5991979741How to save this jar folder on termux Dictionary
I use MT Manager, to move and copy files, from the system, to the Termux directory
cd test
TokyoGhoull test $ pwd
/data/data/com.termux/files/home/test
cp ../../usr/bin/apktool1.jar ../../usr/bin/apktool.jar
test $ ../../usr/bin/java -jar ../../usr/bin/apktool1.jar
Apktool 2.9.3
cp ../../usr/bin/apktool2.jar ../../usr/bin/apktool.jar
test $ ../../usr/bin/java -jar ../../usr/bin/apktool2.jar
Apktool v2.8.1
TokyoGhoull .Copy into Termux and use the "CP" command to copy the file to /usr/bin/
java -jar apktool_modified(.)jar
" i used this cmd on termux and woked