Monday, 2 September 2013

Rooting micromax a27 bolt

Refernce:http://forum.xda-developers.com/showthread.php?t=2192799 

This Guide is for those who cant root their devices by tools like SuperOne , UnlockRoot etc .Because Adb cant recognize their devices .
This is a manual method and i like it most . first thing you need is adb .
download su and superuser.apk . download and install moborobo . now extracy su and superuser to your adb folder .
now connect a27 with moborobo . it will install drivers . dont disconnect your device with moborobo .
While connected with moborobo open command prompt in your adb folder .
type
Code:
adb devices
if you find your device listed then type
Code:
adb remount
Code:
adb push su /system/bin/
Code:
adb push su /system/xbin/
Code:
adb shell chmod 4755 /system/bin/su
Code:
adb shell chmod 4755 /system/xbin/su
Code:
adb install superuser.apk
ATTACHED FILES
File Type: rarsu and superuser.rar

No comments:

Post a Comment