Pages

Tuesday, August 5, 2014

[UNIVERSAL GUIDE] ROOT ANY ANDROID DEVICE-THE HARD WAY

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 Code
adbdriver.com/‎
3. The Most Inportant Root Kit Made By N'ayam Amarsh'e - Download 
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
If you Succeed Move On ...

6.Then You need Root Shell Type :

Code:
Select Code
adb shell
Note that you see a "$" sign in the command prompt. That means you are not rooted.

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
{Note}The names of the files are case sensitive!

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
this will open nautilus with root privileges... To know how to do it go to http://pricklytech.wordpress.com/201...in-virtualbox/
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
and move/cut 'su' and 'busybox' to
Code:
Select Code
/system/bin
...

10.From the tmp Folder you went earlier Move/cut 'Superuser.apk' to

Code:
Select Code
/system/app
11.Now Reboot You ADV ... ***Congrats ! You Are Now in the root Club!!!***

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