Joined
·
123 Posts
What is the procedure for root access so we can run programs like root explorer?
Ditto, thanks for the rootSigson;32423 said:Just want to say thanks jtbnet
Ok. I send a new message, but I think I can share with other readers of this topic.When I use the command "adb shell", I can not root access (the # does not appear). The prompt shows "/ $." Ie without root access. The tablet does not accept other commands. When I type "su" I get the following message: "su: Must Be suid to work properly".What am I doing wrong?jtbnet;33772 said:Sorry... I hadn't noticed the PM as I don't check that much... but I just replied to the PM...
I just ran into the same problem trying to run su from a shell. Would anyone know how to fix it? Previously I followed all the instructions found here http://www.slatedroid.com/zt-180/4316-how-root-your-zenithink-180-change-your-boot-animation.htmldinsight3fl;33221]JTBNET said:: 2837 cannot locate 'ZNK7android6Parcel15setDataPositionEj' CANNOT LILNK EXECUTABLE"
The linked binary from above actually works, but I first had to do this to get rid of the previous (non-working) Superuser app and su command.adb remountadb shell# pm uninstall com.noshufou.android.suthen I repeated these installation steps (use the correct IP address and make sure you have a TCP connection established via ADP)adb -s 192.168.1.102:5555 install Superuser.apkadb -s 192.168.1.102:5555 push su /system/xbinadb -s 192.168.1.102:5555 shell# chmod 4755 /system/xbin/sunow this puppy works.You need to use the eclair version of su and Superuser.apk on zte racer.You can download su-2.1-e-unsecure-signed.zip from here: http://bit.ly/brI0EV