How to root the Coby Mid7024-4g
You will need:
Working ADB
Android USB
psneuter, busybox, su
I downloaded SuperoneClick version 1.7 by ShortFuse over at XDA Forums. The folder contains most of what you will need. The actual program however will not work with the 7024.
I downloaded Droid Explorer and installed it to use the USB drivers included.
Although SuperoneClick comes with 3 versions of su I was not sure which one to use so I downloaded su
I used a netbook with Win XP My 64 bit laptop would not connect to the tablet.
1: Run adb commands from SuperoneClick directory using windows cmd
2: Push su, busybox, and psneuter to your tablet. The only RW folder I could fine was /etc/ so I used that.
adb push su /etc/
adb push busybox /etc/
adb push psneuter /etc/
3: chmod busybox and psneuter
adb shell chmod 777 /etc/psneuter
adb shell chmod 777 /etc/busybox
4: Now for root
adb shell
Screen shows $
/etc/psneuter
Screen shows # You now have root
5: Now remount system RW
adb shell
mount -o rw,remount/system
/etc/busybox cp /etc/su /system/xbin/su
chown 0:0 /system/xbin/su
chmod 6755 /system/xbin/su
ln -s /system/xbin/su /system/bin/su
6: Reboot you are now rooted
Warning! This worked for me and so far there has been no problems. That does not mean it will work for you or you will have no problems. I read a lot and asked a lot of questions to do this. I am in no way an expert nor do I know much about Android or Linux. Just ask my wife. Also I stayed at a Holiday Inn Express last night so.............. Anyways if you mess up, it's not my fault.
You will need:
Working ADB
Android USB
psneuter, busybox, su
I downloaded SuperoneClick version 1.7 by ShortFuse over at XDA Forums. The folder contains most of what you will need. The actual program however will not work with the 7024.
I downloaded Droid Explorer and installed it to use the USB drivers included.
Although SuperoneClick comes with 3 versions of su I was not sure which one to use so I downloaded su
I used a netbook with Win XP My 64 bit laptop would not connect to the tablet.
1: Run adb commands from SuperoneClick directory using windows cmd
2: Push su, busybox, and psneuter to your tablet. The only RW folder I could fine was /etc/ so I used that.
adb push su /etc/
adb push busybox /etc/
adb push psneuter /etc/
3: chmod busybox and psneuter
adb shell chmod 777 /etc/psneuter
adb shell chmod 777 /etc/busybox
4: Now for root
adb shell
Screen shows $
/etc/psneuter
Screen shows # You now have root
5: Now remount system RW
adb shell
mount -o rw,remount/system
/etc/busybox cp /etc/su /system/xbin/su
chown 0:0 /system/xbin/su
chmod 6755 /system/xbin/su
ln -s /system/xbin/su /system/bin/su
6: Reboot you are now rooted
Warning! This worked for me and so far there has been no problems. That does not mean it will work for you or you will have no problems. I read a lot and asked a lot of questions to do this. I am in no way an expert nor do I know much about Android or Linux. Just ask my wife. Also I stayed at a Holiday Inn Express last night so.............. Anyways if you mess up, it's not my fault.
Last edited: