[Tutorial] How to remove root detection from APK file (Part 1)
Can't
play a game on your rooted devices?
Don't
want to install Xposed or any 3rd party apps?
here
is how i removed root detection
How to remove root detection from the APK file:
1.
Backup the APK file you want to mod, using APK
backup and restore , and copy the APk file to your computer
2.
Download any APK tools to your computer. I'm using Apk
Tool by TryOwnMe-Edg
3. Install Notepad++ on your computer
4. Place
the backup APK inside the folder where APK tool can look into. For Apk
Tool by TryOwnMe-Edg, place it in 1-APK-in folder
5.
Open the APK tool, select the APK file, and decompile it.
6.
Open Notepad++,
click on "Search" -> "Find in files..."
7.
Go to the path where the APK has been decompiled, and choose "smali".
Click "OK"
8.
Search the following and click "Search"
Superuser
Supersu
/system/app/Superuser.apk
/data/local
/data/local/bin
/data/local/xbin
/sbin
/system/bin
/system/sd/xbin
/system/xbin
/system/bin/failsafe
/vendor/bin
/su
/s
9.
You will see the result. Double click on line to open up the choosen smali
file.
10.
Modify the string to whatever you want. Example: "com.donotdetectme",
"imnotrooted" and so on.
11.
Open the APK tool, select the APK and recompile + resign the APK file
12.
Install it on your rooted device and enjoy
Kommentarer
Send en kommentar