Hello everyone,
I wrote a little app to root the MID7024. I made it just for fun and because I heard that z4root doesn't work on this device.
It's written in python and uses the Scripting Layer for Android (I didn't feel like learning Java for something this simple)
Here's the apk if you're interested:
Download (version 0.1)
md5: 47207fca60d6377ad3e5c2f4f68b60aa
Note: This requires Python for Android, which you can get from here
Instructions:
Download and install Python and Kyros Root from the links above using the built-in apk installer
Open "Python for Android" in the applications menu
Click "Install" to get Python
Start Kyros Root from the applications menu
After the script is finished writing data (should only take a couple of seconds), it will ask you to reboot your device. Do that now.
On the next boot at the Coby logo, you should see "rooting device..." in the top left corner for a few seconds, then your device will power off
Turn it back on and you should be rooted
How it works:
During boot, init.rc runs the script "/etc/install-recovery.sh" (if it exists) with root privileges. This app simply writes a custom /etc/install-recovery.sh that installs the root binaries then deletes itself the next boot (/etc is globally writable on the MID7024)
Note: This has only been tested on the MID7024. It *MIGHT* work on other models, but I have no way of testing.
Update: Pickupman66 has confirmed it working on the 1024
I wrote a little app to root the MID7024. I made it just for fun and because I heard that z4root doesn't work on this device.
It's written in python and uses the Scripting Layer for Android (I didn't feel like learning Java for something this simple)
Here's the apk if you're interested:
Download (version 0.1)
md5: 47207fca60d6377ad3e5c2f4f68b60aa
Note: This requires Python for Android, which you can get from here
Instructions:
Download and install Python and Kyros Root from the links above using the built-in apk installer
Open "Python for Android" in the applications menu
Click "Install" to get Python
Start Kyros Root from the applications menu
After the script is finished writing data (should only take a couple of seconds), it will ask you to reboot your device. Do that now.
On the next boot at the Coby logo, you should see "rooting device..." in the top left corner for a few seconds, then your device will power off
Turn it back on and you should be rooted
How it works:
During boot, init.rc runs the script "/etc/install-recovery.sh" (if it exists) with root privileges. This app simply writes a custom /etc/install-recovery.sh that installs the root binaries then deletes itself the next boot (/etc is globally writable on the MID7024)
Note: This has only been tested on the MID7024. It *MIGHT* work on other models, but I have no way of testing.
Update: Pickupman66 has confirmed it working on the 1024
Last edited: