How to Root Android

Warrning : Your warranty may void after Root.

Android is built upon the Linux operating system, there is a concept of an administrator user knows as "root" that has full permissions to the system. When you "root" a phone, you are enabling access to the root user so you can call on that user to access protected functionality.

Software required to Root Android.

1. Download jdk 32bit only from here.
2. Android sdk from here.
3. Unlock root from here
4. Create adb_usb.ini         /*Below are the step mentioned*/ 
5. Android phone drivers.

Create adb_usb.ini

Open notepad and type below mentioned lines then save it as "adb_usb.ini"


# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.

0x1c9e


Now everthing done, its time to Root your phone.

1. Install jdk
2. Install Android sdk to C drive, after installing open sdk manager form star and select "android sdk platform-tools" and "google usb driver" unselect the rest, click install packages. After installing put the adb_usb.ini file in 

"C:\Users\(your PC name)\.android"                              /*Window Vista or 7 user*/
"C:\Documents and Settings\(your PC name)\.android"     /*Window XP*/

3. Now enable usb debugging in your phone. Settings>applications>development>enable usb debugging and connect usb cable. A little green android icon on the topleft (if not then reinsert cable or re enable usb debugging)
4. Install your Adroid phone driver.
5. Now goto start type "device manger" open device manager, you will find "android adb interface".

6. Open cmd and do following things over there.

cd C:\android-sdk\platform-tools
adb devices                         /*Command list you devices or not something missed*/
adb shell                             /*Now you are connect shell of Android OS installed in your Ph*/
su                                      /*Now you have root access on your Phone*/

7. Install Unlock root, open it and click root, it wil ask for the device select Your phone model and Your done !!! :) :) :)


Note: Please don't close cmd untill your phone rooted.

Do let me know if I have missed. 

No comments:

Post a Comment