- Sep 12, 2011
- 1,384
- 237
- Thread starter
- #121
Even without the external microSD I can´t mount the internal microSD (in host mode), and the PDAnet driver don´t recognize the device (in device mode).... Then, assuming that my USB connection is damaged how can I root my tablet? I need to be rooted to extract the u-boot, isn´t?
Hmm, true: the command needed to copy u-boot from the card needs su privileges...
Try doing something like this but on your tablet:
download from any reliable source: SuperOneClick
uncompress SuperOneClick
Install Superuser.apk (it's inside one of the folders)
Assuming you have uncompressed it to /sdcard/SuperOneClick, open Terminal Emulator do
Code:
cd /sdcard/SuperOneClick
cp Exploits/psneuter /data/local/tmp
cp Root/su-v2 /data/local/tmp/su
cd /data/local/tmp
chmod 777 psneuter
chown 0:0 su
chmod 06755 su
./psneuter
exit
Close Terminal Emulator and open it again. If you see the "#" prompt, do the following, if not, try typing "./su" to get it:
Code:
cd /data/local/tmp
mv su /system/xbin/su
ln -s /system/xbin/su /system/bin/su
exit
If it doen't work then we'll need to build a script that is run during boot to install root.