This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Well. Not sure what to do. I have tried step 3 like five times. The only things I have not done are reboot the device or PC. Hmmm. Gonna reboot the PC and see if that makes any difference.
I don't know what to do at this point. Rebooted device, rebooted PC. Click step 3 will only give:
Please make sure USB Debugging is on and you have already removed and replaced the usb cord to your phone to ensure it it registers.
Mounting /system
Copying su and changing permissions.
Reboot 2 or 3 times then open RomManager and intall the Thunderbolt recovery by clicking "Flash ClockworkMod Recovery".
After rebooting the device, I tried the Fix Permissions in ROM Manager and still no go there either. So, not sure what the Root status is at this point. LOL. This has worked no problem for some folks?
Unplug your phone. Make sure debug is on, check your system and kill the process root.exe, plug phone back in and set to charge mode, turn root back on and perform step 3 again.
Unplug your phone. Make sure debug is on, check your system and kill the process root.exe, plug phone back in and set to charge mode, turn root back on and perform step 3 again.
Um. Do you think I can pick up from Step 7 in the manual method to finish this (using below)?
Step 7
Push SU, busybox, and psneuter:
adb push psneuter /data/local/
adb push busybox /data/local/
adb push su /data/local/
adb shell chmod 777 /data/local/psneuter
adb shell chmod 777 /data/local/busybox
To gain root:
adb shell
/data/local/psneuter
The following will remount /system and set up SU:
adb shell
mount -o remount,rw -t ext3 /dev/block/mmcblk0p25 /system
/data/local/busybox cp /data/local/su /system/xbin/su
chown 0:0 /system/xbin/su
chmod 6755 /system/xbin/su
Yep, I believe so. Im asking right now. I know thats what I had to do in order to get mine working but dont want to tell you wrong and mess something up. You can try that at your own risk. Or hold tight and im working on a definite answer right now.
Hmmmmm... Not feeling good about this. Following the manual method with the video posted on Droid Life, I am good up until I go into adb shell. On the video, when the guy types out adb shell it shows a dollar sign. On mine it shows a #. When I try the next command: /data/local/psneuter I get mmap() failed. Operation not permitted. Is that because it is in charge only mode?
And post the issue your having. Make sure you include that you are on step 3 and have rom man super user etc etc showing up but that you can run as SU.
Also include the version # of the root your using and also include that you have tried step 7 from the manual process with ADB and get the following.
And post the issue your having. Make sure you include that you are on step 3 and have rom man super user etc etc showing up but that you can run as SU.
Also include the version # of the root your using and also include that you have tried step 7 from the manual process with ADB and get the following.