How To Root ASUS Transformer Prime On Android 3.2.1 Honeycomb Using NachoRoot
by admin on Jan.04, 2012, under Android Apps
How To Root ASUS Transformer Prime On Android 3.2.1 Honeycomb Using NachoRoot
LinkShare Referral Program

LinkShare Referral Program
Step 1: Set up ADB on your PC.
Step 2: Download NachoRoot ; SU
Step 3: Enable USB debugging from Settings > Applications > Development.
Step 4: Using a USB cable, connect your Transformer Prime with your PC.
Step 5: Open up command prompt, navigate to ADB directory on your PC and type in the following commands, one after the other:
adb push nachoroot.bin /data/local/
adb shell chmod 777 /data/local/nachoroot.bin
adb shell /data/local/nachoroot.bin –stage1
adb reboot
Step 6: Wait for the device to boot. Once it has booted, use the following commands:
adb shell /data/local/nachoroot.bin –stage2
adb reboot
Step 7: Once again, wait for the device to boot, then type:
adb shell id
If the result isn’t 0, start over by going to Step 5. Follow the steps below ONLY AFTER the shell id shows 0.
Step 8: Now, use the following commands:
adb remount
adb push su /system/xbin/su
adb shell chown 0.0 /system/xbin/su
adb shell chmod 06755 /system/xbi/su
adb shell /data/local/nachoroot.bin –undo
adb reboot
Step 9: Your tablet will now boot normally. To complete the process,
