Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
fun_
Old
(Last edited by fun_; 20th February 2012 at 05:12 AM.)
#1  
Senior Member - OP
Thanks Meter 545
Posts: 2,355
Join Date: Aug 2010
Default [DEV] unofficial ClockworkMod Recovery 5 for Ingenic JZ4770/JZ4760 tablets

this is a work-in-progress development project for porting ClockworkMod Recovery 5 to Ingenic JZ4770/JZ4760 tablets.

this is not perfect at all. and I'm very busy. progress will be very very slow. I may not be able to answer your question/request. if you have some idea for improvement, please do it freely.

there is no support from any makers/vendors. you must agree all risks by installing non-supported files, it may brick your tablet, and you may lose official support/warranty.

* YOU MUST READ CAREFULLY POST#1, #2, AND #3!
* DO NOT USE IF YOUR TABLET IS NOT LISTED BELOW. IT WILL BRICK YOUR TABLET!


* project page
http://androtab.info/mips/ingenic/clockworkmod/

* supported tablets
ainol NOVO7 Basic and Paladin
Velocity Micro Cruz T100 series (Android 2.2 updated model and Android 2.0 PT701i model)
Velocity Micro Cruz T301
ronzi A3

* changelog
refer git log

* resources
http://developer.mips.com/android/
https://github.com/naobsd/cm_bootabl...cs-mips-naobsd
https://github.com/naobsd/mips_build...s-clockworkmod
https://github.com/naobsd/mips_exter...ics...ics-mips
The Following 5 Users Say Thank You to fun_ For This Useful Post: [ Click to Expand ]
 
fun_
Old
(Last edited by fun_; 19th February 2012 at 06:20 PM.)
#2  
Senior Member - OP
Thanks Meter 545
Posts: 2,355
Join Date: Aug 2010
* How to install ClockworkMod Recovery 5 (for ainol NOVO7 Basic/Paladin, Cruz T100 series, Cruz T301)
1. download recovery-signed.zip for your tablet (DO NOT USE FILES FOR OTHER TABLETS!)
2. (if you are using stock recovery)rename it to update.zip, then put it on root of SD card
3. install update.zip from recovery

on stock recovery, update.zip will be installed automatically. on ClockworkMod Recovery, you need to select menu item manually.

* How to install ClockworkMod Recovery 5 (for ronzi A3)
1. download recovery.zip for your tablet (DO NOT USE FILES FOR OTHER TABLETS!), then extract recovery.cpio.img from it
2. make backup of stock recovery
Code:
adb remount
adb shell mv /system/recovery.cpio.img /system/recovery.cpio.img.bak
3. copy recovery.cpio.img into your tablet, then flash it
Code:
adb shell inand_flash_image recovery recovery.cpio.img
* How to boot recovery
push & hold VOL+ while power on

* How to boot recovery (alternative)
Code:
adb reboot recovery
*How to control ClockworkMod Recovery 5
VOL-/HOME: down, VOL+: up, POWER/MENU: select, BACK: back
The Following 4 Users Say Thank You to fun_ For This Useful Post: [ Click to Expand ]
 
fun_
Old
(Last edited by fun_; 20th February 2012 at 05:14 AM.)
#3  
Senior Member - OP
Thanks Meter 545
Posts: 2,355
Join Date: Aug 2010
* Superuser, su, and busybox
it can be installed from ClockworkMod Recovery 5
- Superuser, su, and busybox for JZ4770 ICS
- Superuser, su, and busybox for JZ4760 Froyo

* random notes
- stock recovery
if you installed update.zip from stock recovery, stock recovery image should be renamed as /system/recovery.cpio.img.bak. (unless you didn't remove /system/recovery.cpio.img)
it can be flashed by "inand_flash_image" command. (use "flash_image" command for T100 series except PT701i model)

- mbr, xboot, boot, and recovery areas
backup/restore doesn't work for mbr, xboot, boot, and recovery areas

- time for reboot/poweroff (NOVO7 Basic)
I don't know why but reboot/poweroff take long time (as same as stock rom). you should wait 1 minute. if nothing is happened in 10 minutes, use reset hole
The Following 3 Users Say Thank You to fun_ For This Useful Post: [ Click to Expand ]
 
fun_
Old
#4  
Senior Member - OP
Thanks Meter 545
Posts: 2,355
Join Date: Aug 2010
for now I'm preparing to push my changes to github. I'm very busy so it needs some time.

if you made some.zip file to do something for MIPS Android (e.g. superuser.apk with su binary for MIPS), please tell me. I'll add link to post#1.

if you have some idea for next work, please tell me too. (but, as I wrote, I may not be able to answer your request. sorry)
 
Kashamalaga
Old
#5  
Kashamalaga's Avatar
Senior Member
Thanks Meter 544
Posts: 151
Join Date: Dec 2011
Location: Málaga

 
DONATE TO ME
Thanks for your starting thread and project.

I bought a Advanced model but they send us a Basic Novo7.

All we know the incompatibilites using a cpu MIPS, that doesnt allow to run a lot of Android software that for default its compiled for ARM processors.

Im getting a bundle pack of apps running under our device.
 
fun_
Old
#6  
Senior Member - OP
Thanks Meter 545
Posts: 2,355
Join Date: Aug 2010
Quote:
Originally Posted by Kashamalaga View Post
Thanks for your starting thread and project.

I bought a Advanced model but they send us a Basic Novo7.

All we know the incompatibilites using a cpu MIPS, that doesnt allow to run a lot of Android software that for default its compiled for ARM processors.

Im getting a bundle pack of apps running under our device.
thank you. I understand your condition.

but here is dev thread for clockworkmod for novo7 basic. if you want to talk about apps which support mips android and/or any general things about novo7b, I recommend you to make new thread for it.
 
Kashamalaga
Old
#7  
Kashamalaga's Avatar
Senior Member
Thanks Meter 544
Posts: 151
Join Date: Dec 2011
Location: Málaga

 
DONATE TO ME
Quote:
Originally Posted by fun_ View Post
thank you. I understand your condition.

but here is dev thread for clockworkmod for novo7 basic. if you want to talk about apps which support mips android and/or any general things about novo7b, I recommend you to make new thread for it.
I will do as you said
 
vanduhl
Old
(Last edited by vanduhl; 17th December 2011 at 04:06 AM.)
#8  
Junior Member
Thanks Meter 1
Posts: 17
Join Date: Sep 2007
This is great news. If you are wanting to test any work with users on Velocity Cruz t301's which also run an ingenic processor (JZ4760) .

UPDATE: Tried running CWM for the hell of it on the t301 . Stuck at boot screen was able to get back to original recovery however. I'm guessing it might be due to the entry point into the kernel . Since the t301 is ancient Froyo. Would love to take a look at the source
 
vanduhl
Old
#9  
Junior Member
Thanks Meter 1
Posts: 17
Join Date: Sep 2007
Also here SHOULD be a working SU for MIPs. It work's on the cruz tablets
Attached Files
File Type: zip su.zip - [Click for QR Code] (8.1 KB, 476 views)
 
fun_
Old
#10  
Senior Member - OP
Thanks Meter 545
Posts: 2,355
Join Date: Aug 2010
Quote:
Originally Posted by vanduhl View Post
This is great news. If you are wanting to test any work with users on Velocity Cruz t301's which also run an ingenic processor (JZ4760) .

UPDATE: Tried running CWM for the hell of it on the t301 . Stuck at boot screen was able to get back to original recovery however. I'm guessing it might be due to the entry point into the kernel . Since the t301 is ancient Froyo. Would love to take a look at the source
I couldn't read what you did exactly. if you flashed my image w/o modification, it must not work. as I wrote, DO NOT USE file for other tablet.

please explain what you did, and please explain detail about your tablet before any random work.

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...