Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ln -s /system/bin/su /system/xbin/su /* IF YOU GET AN ERROR HERE DO rm /system/xbin/su THEN REDO */
# ln -s /system/bin/su /system/xbin/su
ln -s /system/bin/su /system/xbin/su
ln: /system/xbin/su: Permission denied
# rm /system/xbin/su
rm /system/xbin/su
rm: cannot remove '/system/xbin/su': No such file or directory
# ln -s /system/bin/su /system/xbin/su
ln -s /system/bin/su /system/xbin/su
ln: /system/xbin/su: Permission denied
# rm /system/xbin/su
rm /system/xbin/su
rm: cannot remove '/system/xbin/su': No such file or directory
# ln -s /system/bin/su /system/xbin/su
ln -s /system/bin/su /system/xbin/su
ln: /system/xbin/su: Permission denied
# chmod 06755 su
chmod 06755 su
chmod: su: Operation not permitted
Yaksha, make sure that you re-download the exact files from the 10 min video, they are different than the ones you download from Unrevoked. That will fix your issue.
Yaksha, make sure that you re-download the exact files from the 10 min video, they are different than the ones you download from Unrevoked. That will fix your issue.
--Install from sdcard...
Finding update package...
Opening update package...
Verifying update package...
E:signature verification failed
Installation aborted.
If you do a factory reset after rooting using this method, do you maintain root, or do you lose it?
while [[ true ]]; do ./adb shell; done
Wondering the same thing...
I FINALLY got it to work!!
I tried every little trick and here is what I noticed.
- unplug your phone from your USB cable
- turn your phone on normally...like you would every day. so you can use it.
- then don't power it down...just pull the battery out
- then press the optical jotstick & power button
- then follow the rest of the instructions listed in previous posts
i think for some reason...rebooting the phone into recovery from various states does not work (it did not for me). i think when you just kill the phone from it's normal state and then boot into recovery it works (it did for me).
i hope this helps!!!