[Tutorial] How to remove root + apps detection from APK file (Part 2)

Sedikit Info Seputar [Tutorial] How to remove root + apps detection from APK file (Part 2) Terbaru 2017 - Hay gaes kali ini team Best Games Download For Android , kali ini akan membahas artikel dengan judul [Tutorial] How to remove root + apps detection from APK file (Part 2), kami selaku Team Best Games Download For Android telah mempersiapkan artikel ini untuk sobat sobat yang menyukai Best Games Download For Android . semoga isi postingan tentang Artikel android, Artikel Cheating, Artikel Hacking, Artikel Root, Artikel Tutorials, yang saya posting kali ini dapat dipahami dengan mudah serta memberi manfa'at bagi kalian semua, walaupun tidak sempurna setidaknya artikel kami memberi sedikit informasi kepada kalian semua. ok langsung simak aja sob
Judul: Berbagi Info Seputar [Tutorial] How to remove root + apps detection from APK file (Part 2) Terbaru
link: [Tutorial] How to remove root + apps detection from APK file (Part 2)

"jangan lupa baca juga artikel dari kami yang lain dibawah"

Berbagi [Tutorial] How to remove root + apps detection from APK file (Part 2) Terbaru dan Terlengkap 2017

[​IMG]
Can't play a game on your rooted devices?
Don't want to install Xposed or any 3rd party apps?
Don’t want to uninstall all unauthorized apps?

Here is how to remove Root Detection + Apps detection from any app. Notes: this may not work with every app.

i will mod Age of Empires World Domination in this tutorial

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 will use Apk Tool by TryOwnMe-Edg in this tutorial:

3.Install Notepad++on your computer

4. Place the backed up APK inside the folder APK tool folder (it depends on which apk tool you are using). If you're using the Apk Tool provided in this tutorial, place it inside the 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..."

[​IMG]

7.Input the words of the error message in the “Find what :” field. In directory section, click on “…” button

[​IMG]

8.Select the path of the decompiled APK, and click OK

[​IMG]

9.Click on “Find all”

[​IMG]

10.The result will appear below. Double-click in it to open the html file and it will highlight the word. See screenshot below

[​IMG]

[​IMG]

11.Look at bootup_stopped. Click on "Search" -> "Find in files..." and type “bootup_stopped” in the field

[​IMG]

[​IMG]

12.The result will appear below. If you found something interesting, double-click on the line to open the smali file and it will highlight the word. See screenshot below. Ignore the IDs because they are useless

[​IMG]

[​IMG]

13.Scroll up until you see the name of the function. The function with ()V is 'void' which means the function returns nothing

[​IMG]

14.Clear the code inside so the code will look like

[​IMG]

15.Null the function like this
.locals 0

return void

[​IMG]

16.Find debuggable. The function with ()Z is boolean which means the function can return false or true.

[​IMG]

17.Return it false. 0x0 means false and 0x1 means true.

.locals 1

const/4 v0, 0x0

return v0

[​IMG]

18.Find isSuBinaryPresent. The function with ()Z is boolean which means the function can return false or true. Look at the keyword 'native'. The native keyword is applied to a method to indicate that the method is implemented in native code using JNI(Java Native Interface), so which means you can't return a function.

[​IMG]

19.Remove the keyword 'native' and null the static function like this

[​IMG]

20.Save the file and recompile the APK file with APKtool

Now you can play the game on any rooted devices with unauthorized apps installed

Credits:
iAndroHacker


Itulah sedikit Artikel [Tutorial] How to remove root + apps detection from APK file (Part 2) terbaru dari kami

Semoga artikel [Tutorial] How to remove root + apps detection from APK file (Part 2) yang saya posting kali ini, bisa memberi informasi untuk anda semua yang menyukai Best Games Download For Android . jangan lupa baca juga artikel-artikel lain dari kami.
Terima kasih Anda baru saja membaca [Tutorial] How to remove root + apps detection from APK file (Part 2)