The Ultimate Guide to Rooting any Android
Device Manually!!
Wanting to ROOT Your Phone but can't do Because Of No rooting Guides or want to learn to root any device ? Then , This Guide Is For YOU
OK So lets start....
**What You Need**
1.Your Unrooted Android Device.
2.ADB Drivers Installed On Your PC. If you Don't Have Download From Here :
Code:
Select Codeadbdriver.com/
4.Strength And Courage Coz Rooting Voids Your Warranty... If You have compeleted the Warranty Don't Worry...
I've Written Android Device as ADV to make it more easy.... Okay so move on...
**Steps**
So if you have all things ready let's Do it Now !!
So you have the adb drivers installed let's go....
1. Open The root kit by Extracting The Rootkit with WinRAR....
2.Turn 'USB DEBUGGING' 'ON' in your ADV...
3. Connect your ADV to Your PC...
4.In the root kit Open Cmd.exe File ...
5. In CMD window Type the following command...
Code:
Select Code->adb devices *Your device will get listed in the window if it doesn't check your adb drivers or if you have followed the steps properly...
->adb push busybox /data/local/tmp
->adb push su /data/local/tmp
->adb push Superuser.apk /data/local/tmp
6.Then You need Root Shell Type :
Code:
Select Codeadb shell
7.Next run the following commands in the shell to change permissions and get some limited privileges for the Superuser files:
Code:
Select Code->chmod 6755 /data/local/tmp/su
->chmod 755 /data/local/tmp/busybox
->chmod 644 /data/local/tmp/Superuser.apk
8.Done ? Now You need to open a copy of linux which has nautilus... So enter your linux (I recommend using ubuntu 11.4) and type in the terminal (ctrl+alt+T)
Code:
Select Code->sudo nautilus
having your ADV connected with USB to PC switch it off and put it in download/recovery mode... [linux link on the website... here's virtualbox's https://www.virtualbox .org/]
9.In The Exploring Window navigate to
Code:
Select Code/data/local/tmp
Code:
Select Code/system/bin
10.From the tmp Folder you went earlier Move/cut 'Superuser.apk' to
Code:
Select Code/system/app
3 comments:
I just get error:device offline whenever I try to fix the device not found issue
8.Done ? Now You need to open a copy of linux which has nautilus... So enter your linux (I recommend using ubuntu 11.4) and type in the terminal (ctrl+alt+T)
Why should i install linux... can't i root my phone with using windows os???
Does this work with the Samsung s7 sm-g930p oreo?
Post a Comment