tpaine
Senior Member
- Aug 18, 2012
- 525
- 130
In order to do this, you must have ADB up and working.
Files to download: AMlogic_Coby_ADB_root.zip here >>>AMlogic_Coby_ADB_root
This method is the same as we use on Coby 3rd Gen.
You must have adb setup and working correctly to use this method. It should work for other Gen 4 Coby's.
extract AMlogic_Coby_ADB_root.zip to your adb directory.
adb push data /data/local/tmp/
adb shell
chmod 0777 /data/local/tmp/mempodroid
/data/local/tmp/mempodroid 0xdaa4 0xaffb sh /data/local/tmp/root.sh
su
Always make a system dump after rooting.
adb shell
su
mkdir /sdcard/dump
cat /dev/mtd/mtd4 > /sdcard/dump/boot.img
cat /dev/mtd/mtd3 > /sdcard/dump/recovery.img
cat /dev/mtd/mtd0 > /sdcard/dump/bootloader.img
busybox tar -czvf /sdcard/dump/My_coby_8065_system.tgz /system
You may have to update your busybox to complete this dump
*****************************************************
Update 12-9-13
Thanks to vampirefo's work, we now have a root method from ext-sdcard without ADB.
Note, Coby gen4 recovery has a time limit of ~ 4 minutes. The system will automatically reboot after 4 minutes.
These are the files required to root from ext-sdcard.
1. Download 8065_root.zip and extract.
2. Place the 3 files, 8065_uImage_recovery, Amlogic_coby_fake_recovery, and Root_Coby_AMlogic.zip on your ext-sdcard.
3. rename 8065_uImage_recovery to uImage_recovery.
4. power off tablet.
5. hold volume up, press and hold power for 5 seconds release power keep holding volume til you see recovery.
6. use recovery to navigate to Amlogic_coby_fake_recovery.zip and install. This loads cwm recovery.
7. Now use cwm (fake recovery) to install install Root_Coby_AMlogic.zip
8065_root.zip >>>>> http://www.mediafire.com/download/il.../8065_root.zip
*****************************************************************
The purpose of this thread is to avoid any confusion over 7065 root methods being applied to 8065. WARNING: DO NOT USE METHOD 2 from Root Coby 7065 via Adb and Recovery ! This will force a factory reset and possible damage to your 8065 !
IF YOU NEED TO GET ADB WORKING >>> http://www.androidtablets.net/forum/coby-generation-4-technical/62708-easy-adb-install-windows.html
windows drivers are still being developed, start with the coby gen3 drivers here: >>> http://www.androidtablets.net/forum...59-basic-driver-installation-windows-pcs.html
Then add this file to your .android directory >>>>> Coby_Gen4_driver
(tested in Windows 7 and 8 only)
Credit to Vampirefo's method and original thread here >>>>> http://www.androidtablets.net/forum...al/58323-root-coby-7065-via-adb-recovery.html
Files to download: AMlogic_Coby_ADB_root.zip here >>>AMlogic_Coby_ADB_root
This method is the same as we use on Coby 3rd Gen.
You must have adb setup and working correctly to use this method. It should work for other Gen 4 Coby's.
extract AMlogic_Coby_ADB_root.zip to your adb directory.
adb push data /data/local/tmp/
adb shell
chmod 0777 /data/local/tmp/mempodroid
/data/local/tmp/mempodroid 0xdaa4 0xaffb sh /data/local/tmp/root.sh
su
Always make a system dump after rooting.
adb shell
su
mkdir /sdcard/dump
cat /dev/mtd/mtd4 > /sdcard/dump/boot.img
cat /dev/mtd/mtd3 > /sdcard/dump/recovery.img
cat /dev/mtd/mtd0 > /sdcard/dump/bootloader.img
busybox tar -czvf /sdcard/dump/My_coby_8065_system.tgz /system
You may have to update your busybox to complete this dump
*****************************************************
Update 12-9-13
Thanks to vampirefo's work, we now have a root method from ext-sdcard without ADB.
Note, Coby gen4 recovery has a time limit of ~ 4 minutes. The system will automatically reboot after 4 minutes.
These are the files required to root from ext-sdcard.
1. Download 8065_root.zip and extract.
2. Place the 3 files, 8065_uImage_recovery, Amlogic_coby_fake_recovery, and Root_Coby_AMlogic.zip on your ext-sdcard.
3. rename 8065_uImage_recovery to uImage_recovery.
4. power off tablet.
5. hold volume up, press and hold power for 5 seconds release power keep holding volume til you see recovery.
6. use recovery to navigate to Amlogic_coby_fake_recovery.zip and install. This loads cwm recovery.
7. Now use cwm (fake recovery) to install install Root_Coby_AMlogic.zip
8065_root.zip >>>>> http://www.mediafire.com/download/il.../8065_root.zip
*****************************************************************
The purpose of this thread is to avoid any confusion over 7065 root methods being applied to 8065. WARNING: DO NOT USE METHOD 2 from Root Coby 7065 via Adb and Recovery ! This will force a factory reset and possible damage to your 8065 !
IF YOU NEED TO GET ADB WORKING >>> http://www.androidtablets.net/forum/coby-generation-4-technical/62708-easy-adb-install-windows.html
windows drivers are still being developed, start with the coby gen3 drivers here: >>> http://www.androidtablets.net/forum...59-basic-driver-installation-windows-pcs.html
Then add this file to your .android directory >>>>> Coby_Gen4_driver
(tested in Windows 7 and 8 only)
Credit to Vampirefo's method and original thread here >>>>> http://www.androidtablets.net/forum...al/58323-root-coby-7065-via-adb-recovery.html
Last edited: