@ drjorge and BluPhire: Yes, you have 'soft root'. When you see in the prompt "root" instead of "shell" and your cursor has changed from $ to #, that means you are running as root. Now you need to follow woodyman's post in #8 of this thread, get his file that contains BOTH su and Superuser.apk and put them in the correct places and set the permissions.
Specifically, take su and Superuser.apk and put them on your computer in the same location as ADB. Then once you get to the root@cdma_solana:/# prompt, do these commands:
good luck
Specifically, take su and Superuser.apk and put them on your computer in the same location as ADB. Then once you get to the root@cdma_solana:/# prompt, do these commands:
Code:
mount -o remount,rw /dev/null /system
exit
adb push su /system/xbin
abd push Superuser.apk /system/app
adb shell
chmod 6755 /system/xbin/su
mount -o remount,ro /dev/null /system
reboot
good luck
Last edited: