CLOCKWORKMOD5 based recovery on Excel

Useful guides and tuts specifically for the Excel, written by mods & users.

Re: CLOCKWORKMOD5 based recovery on Excel

Postby Charlie » January 10th, 2012, 4:24 pm

@ Mitre

What method did you use to backup the existing recovery?

Slightly off topic here, I just looked at the recovery.cpio file from the .zip and it seems that it is changing the id of the Excel (not 100% sure, as I cannot check against the original build.prop just yet)

Just wondering if this is causing some of the issues (you mentioned in another thread) with certain apps not showing in the market.
" Just because you could, doesn't mean you should. "
User avatar
Charlie
Trusted Developer
Trusted Developer
 
Posts: 2471
Joined: December 28th, 2010, 8:41 pm
Location: UK
Real Name: Charlie
Scroll Version: Moto G 16GB (4.4.2 rooted)
Nexus 7 - G1 (4.4.2 rooted)
Huawei Y300 (4.1.1 rooted - TWRP)
MK809 (4.1.1 rooted - CWM)
Raspberry Pi B (512MB)

Retired: Excel (CM10) & 1st Gen' (2.1) Tab'.

Re: CLOCKWORKMOD5 based recovery on Excel

Postby Mitre » January 10th, 2012, 9:41 pm

this version of clockworkMod was not made for the scroll so its possibly changing id but Excell shows up in market as unkownn scroll excell
as there is no mtd device on the excel i used the terminal to dump the nand blocs to the sdcard
WHAT DO WE WANT?
A TIME MACHINE!
WHEN DO WE WANT IT?
IT DOESN'T MATTER
User avatar
Mitre
Moderator/Developer
Moderator/Developer
 
Posts: 1733
Joined: February 11th, 2011, 7:52 pm
Location: Hertfordshire
Scroll Version: 7" scroll resistive CWM4 Android 2.1
Scroll Excel 4.0.4 AOKP CWM5
Samsung Galaxy S2
Galaxy apollo Pulse mini

Re: CLOCKWORKMOD5 based recovery on Excel

Postby Charlie » January 11th, 2012, 1:43 pm

Mitre wrote:....as there is no mtd device on the excel i used the terminal to dump the nand blocs to the sdcard

Ah, I see. If you get time it would be great if you could add how you did this to you guide. :D
" Just because you could, doesn't mean you should. "
User avatar
Charlie
Trusted Developer
Trusted Developer
 
Posts: 2471
Joined: December 28th, 2010, 8:41 pm
Location: UK
Real Name: Charlie
Scroll Version: Moto G 16GB (4.4.2 rooted)
Nexus 7 - G1 (4.4.2 rooted)
Huawei Y300 (4.1.1 rooted - TWRP)
MK809 (4.1.1 rooted - CWM)
Raspberry Pi B (512MB)

Retired: Excel (CM10) & 1st Gen' (2.1) Tab'.

Re: CLOCKWORKMOD5 based recovery on Excel

Postby Mitre » January 12th, 2012, 1:13 am

@ charlie
code
Code: Select all
cat /dev/block/nandf > mnt/extern_sd/recovery-dump.img

type this into terminal and you should get a dumped recovery image on the removable sd card BTW the sdcard on the excell is internal memory mnt/extern_sd is the TF card
i am pretty shure that nandf is the recovery ,img but to be shure dump all the nand blocks a to h to be safe i would keep them named as nanda nandb nandc etc
if you know the code to identfy the blocks i would be grateful
WHAT DO WE WANT?
A TIME MACHINE!
WHEN DO WE WANT IT?
IT DOESN'T MATTER
User avatar
Mitre
Moderator/Developer
Moderator/Developer
 
Posts: 1733
Joined: February 11th, 2011, 7:52 pm
Location: Hertfordshire
Scroll Version: 7" scroll resistive CWM4 Android 2.1
Scroll Excel 4.0.4 AOKP CWM5
Samsung Galaxy S2
Galaxy apollo Pulse mini

Re: CLOCKWORKMOD5 based recovery on Excel

Postby Charlie » January 17th, 2012, 9:16 am

@Mitre

Update on what nand is what for helping with backup's before CWM5 flash.

From looking at this file init.sun4i.rc in /

nandc = system
nandd = data
nandg = cache

Still working on finding the rest out :)
" Just because you could, doesn't mean you should. "
User avatar
Charlie
Trusted Developer
Trusted Developer
 
Posts: 2471
Joined: December 28th, 2010, 8:41 pm
Location: UK
Real Name: Charlie
Scroll Version: Moto G 16GB (4.4.2 rooted)
Nexus 7 - G1 (4.4.2 rooted)
Huawei Y300 (4.1.1 rooted - TWRP)
MK809 (4.1.1 rooted - CWM)
Raspberry Pi B (512MB)

Retired: Excel (CM10) & 1st Gen' (2.1) Tab'.

Re: CLOCKWORKMOD5 based recovery on Excel

Postby Charlie » January 23rd, 2012, 7:28 pm

@Mitre,

Have you ever done a factory wipe via CWM5 ? - if so did it change the build.prop

(I am still trying to understand the info in the Recovery.cpio file in the CWM5 install files - as it has build.prop info for an Allwinner tablet)
" Just because you could, doesn't mean you should. "
User avatar
Charlie
Trusted Developer
Trusted Developer
 
Posts: 2471
Joined: December 28th, 2010, 8:41 pm
Location: UK
Real Name: Charlie
Scroll Version: Moto G 16GB (4.4.2 rooted)
Nexus 7 - G1 (4.4.2 rooted)
Huawei Y300 (4.1.1 rooted - TWRP)
MK809 (4.1.1 rooted - CWM)
Raspberry Pi B (512MB)

Retired: Excel (CM10) & 1st Gen' (2.1) Tab'.

Re: CLOCKWORKMOD5 based recovery on Excel

Postby Mitre » January 23rd, 2012, 8:41 pm

i did a factory wype after installing CWMD5 from the recovery menu so yes that was straight after i installed it
the clockworkmod was made for Ainol novo7 advanced but is quite generic and is running on several tablets

Allwinner is the CPU same as we have in the Exel
WHAT DO WE WANT?
A TIME MACHINE!
WHEN DO WE WANT IT?
IT DOESN'T MATTER
User avatar
Mitre
Moderator/Developer
Moderator/Developer
 
Posts: 1733
Joined: February 11th, 2011, 7:52 pm
Location: Hertfordshire
Scroll Version: 7" scroll resistive CWM4 Android 2.1
Scroll Excel 4.0.4 AOKP CWM5
Samsung Galaxy S2
Galaxy apollo Pulse mini

Re: CLOCKWORKMOD5 based recovery on Excel

Postby Charlie » January 23rd, 2012, 8:58 pm

ok thanks Mitre,

If you open up the recovery.cpio file (with, Notepad++) from the CWM install files, you can see what I mean, about the info at the top, and why I am confused.

See this file here : http://dl.dropbox.com/u/18307166/recovery.cpio
" Just because you could, doesn't mean you should. "
User avatar
Charlie
Trusted Developer
Trusted Developer
 
Posts: 2471
Joined: December 28th, 2010, 8:41 pm
Location: UK
Real Name: Charlie
Scroll Version: Moto G 16GB (4.4.2 rooted)
Nexus 7 - G1 (4.4.2 rooted)
Huawei Y300 (4.1.1 rooted - TWRP)
MK809 (4.1.1 rooted - CWM)
Raspberry Pi B (512MB)

Retired: Excel (CM10) & 1st Gen' (2.1) Tab'.

Re: CLOCKWORKMOD5 based recovery on Excel

Postby Mitre » January 23rd, 2012, 9:52 pm

i see what you are saying but i think the recovery.cpio file is just the installer so it dont change the build.prop of your device probably as the ainol is similar to excel that is why this recovery works as we have the same cpu and board so the cwmrecovery got passed its a recovery not an image
once the recovery is on device then it is looking at the files on device to make a backup ??
WHAT DO WE WANT?
A TIME MACHINE!
WHEN DO WE WANT IT?
IT DOESN'T MATTER
User avatar
Mitre
Moderator/Developer
Moderator/Developer
 
Posts: 1733
Joined: February 11th, 2011, 7:52 pm
Location: Hertfordshire
Scroll Version: 7" scroll resistive CWM4 Android 2.1
Scroll Excel 4.0.4 AOKP CWM5
Samsung Galaxy S2
Galaxy apollo Pulse mini

Re: CLOCKWORKMOD5 based recovery on Excel

Postby Charlie » January 23rd, 2012, 9:56 pm

Mitre wrote:i see what you are saying but i think the recovery.cpio file is just the installer so it dont change the build.prop of your device probably as the ainol is similar to excel that is why this recovery works as we have the same cpu and board so the cwmrecovery got passed its a recovery not an image
once the recovery is on device then it is looking at the files on device to make a backup ??



Ok thanks, just trying to understand more about CWM5, I am getting there.

Have you restored from a backup you made with CWM5 on the Excel yet?
" Just because you could, doesn't mean you should. "
User avatar
Charlie
Trusted Developer
Trusted Developer
 
Posts: 2471
Joined: December 28th, 2010, 8:41 pm
Location: UK
Real Name: Charlie
Scroll Version: Moto G 16GB (4.4.2 rooted)
Nexus 7 - G1 (4.4.2 rooted)
Huawei Y300 (4.1.1 rooted - TWRP)
MK809 (4.1.1 rooted - CWM)
Raspberry Pi B (512MB)

Retired: Excel (CM10) & 1st Gen' (2.1) Tab'.

PreviousNext

Return to Scroll EXCEL - Guides & HOW TO Tutorials

Who is online

Users browsing this forum: No registered users and 1 guest

cron