Anyone tried to root this tablet and load it with Android 2.3 or 3.0 already?

Haha there isn't even 2.3 out for most phones and 3.0 hasn't been released

Sent from my incredible using Android Tablet Forum
 
root wouldn't be a problem as common methods are available for 2.1 but problem is no working busybox.. because of the different cpu and no sources from creative yet to compile it..
 
i've managed to get a rooted prompt (rage bin method) but not using apps requiring root yet..
 
do you have a link? which package did you use? the fascinate version?
just trying to get the adb to work, no luck so far in win7(it should work but guess my system is borked), will try ubuntu next.
 
Last edited:
OK, finally got the adb to work and root in the adb shell as well. but still no way to set up a running su and superuser.apk? I always get su: unknown id: root in adb shell and su: must be suid to work properly in terminal emulator??????
I tried the following after rooting

F:\ADB>adb shell
# cd /data/local/tmp
cd /data/local/tmp
# ./busybox cp busybox /system/bin
./busybox cp busybox /system/bin
# chmod 4755 /system/bin/busybox
chmod 4755 /system/bin/busybox
# busybox cp Superuser.apk /system/app
busybox cp Superuser.apk /system/app
# busybox cp su /system/bin
busybox cp su /system/bin
# chmod 4755 /system/bin/su
chmod 4755 /system/bin/su
# exit
exit
 
Last edited:
Oh I tried to root too. It doesn't work. all of tool on this time can't use for zii processor. :(
 
Back
Top