CLOCKWORKMOD5 based recovery on Excel

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

Re: CLOCKWORKMOD5 based recovery on Excel

Postby suggsy89 » April 19th, 2012, 10:49 pm

Well nandf is definatly recovery for sure, GB rom uses .cpio recovery not .img, but if you have downloaded it from this post, it should be okay, i dont know whats different?

Are you doing it manualy?

I noticed your on Linux.... maybe thats why, cant say for sure though...
User avatar
suggsy89
Trusted Developer
Trusted Developer
 
Posts: 971
Joined: June 28th, 2011, 4:33 pm
Real Name: John
Scroll Version: Scroll Excel - Jellybean 4.1.2
Yarvik Go Zetta - Scroll Extreme Jellybean 4.1.1

Re: CLOCKWORKMOD5 based recovery on Excel

Postby ptbw » April 20th, 2012, 8:47 am

Thanks for your suggestions.

Its nothing to do with Linux as I installed CWM5 on the previous Excel manually using adb to push the cpio archive following the same procedure as detailed in the first post.

I then tried using Fun's updated GB cpio file ( slightly smaller than the first one ), same result.

Now I am back with what I believe to be an original recovery image but still with a black screen when I boot using power+menu.

I did save all the nand blocks from the previous Excel, I will try restoring my nandf and see if I get any where.
---- Update ---------------------------------------------------
I have flashed the original NANDF image and I get a black screen.

I have now repeated the install of the original GB cpio recovery archive and if I do the power+menu boot I still get a black screen. However as originally noted I can see the tablet via adb devices.
Code: Select all
# adb devices
List of devices attached
20080411   recovery


PS shows a binary running called recovery.
Code: Select all
# adb shell ps
  PID USER       VSZ STAT COMMAND
    1 root       292 S    /init
   ...
   70 root      4800 S    /sbin/recovery
   71 root      3412 S    /sbin/adbd recovery
   ...
   84 root      1824 S    /sbin/sh -c ps
   85 root      1828 R    ps

Can any one confirm this is what is expected. My gut feeling is the backlight is simply not working in recovery, may be a different LCD panel from my previous device?

Any help gratefully received.
Phil
Still playing with:
Scroll Excel - 2.3 CWM5
ZTE Blade - MCR 12
Vega - Corvus ICS
Nokia N8

http://code.google.com/p/ptbw-codespace
ptbw
Scroll Sergeant
Scroll Sergeant
 
Posts: 50
Joined: March 30th, 2012, 9:03 pm
Location: Directly above the centre of the Earth.
Real Name: Phil
Scroll Version: Scroll Excel

Re: CLOCKWORKMOD5 based recovery on Excel

Postby Trashcooky » April 20th, 2012, 11:55 am

ptbw wrote:Thanks for your suggestions.

Its nothing to do with Linux as I installed CWM5 on the previous Excel manually using adb to push the cpio archive following the same procedure as detailed in the first post.

I then tried using Fun's updated GB cpio file ( slightly smaller than the first one ), same result.

Now I am back with what I believe to be an original recovery image but still with a black screen when I boot using power+menu.

I did save all the nand blocks from the previous Excel, I will try restoring my nandf and see if I get any where.
---- Update ---------------------------------------------------
I have flashed the original NANDF image and I get a black screen.

I have now repeated the install of the original GB cpio recovery archive and if I do the power+menu boot I still get a black screen. However as originally noted I can see the tablet via adb devices.
Code: Select all
# adb devices
List of devices attached
20080411   recovery


PS shows a binary running called recovery.
Code: Select all
# adb shell ps
  PID USER       VSZ STAT COMMAND
    1 root       292 S    /init
   ...
   70 root      4800 S    /sbin/recovery
   71 root      3412 S    /sbin/adbd recovery
   ...
   84 root      1824 S    /sbin/sh -c ps
   85 root      1828 R    ps

Can any one confirm this is what is expected. My gut feeling is the backlight is simply not working in recovery, may be a different LCD panel from my previous device?

Any help gratefully received.
Phil



I am way out of my depth here so I am probably talking rubbish but I did read of a case where the display screen brightness had got turned right down so no dialogue could be seen to adjust it back up in brightness.
Apparently this was solved by connecting the Tab via HDMI to a flatscreen TV where the screen dialogue could be seen independantly of the Tab's screen.?
If it isn't broken then don't try to fix it!
User avatar
Trashcooky
Moderator
Moderator
 
Posts: 1672
Joined: January 4th, 2012, 8:52 pm
Location: South East England
Real Name: John
Scroll Version: Original Scroll Excel 2.3 now running Sugsy 89's 4..0.4 ICS
Tabtronics Mini 8" XGA 4:3 ration JB 4.2.2
Zopo C2 Platinum 4.2.1 - 480 ppi

Re: CLOCKWORKMOD5 based recovery on Excel

Postby ptbw » April 21st, 2012, 12:03 am

Excellent idea Trashcooky, but it does not work ( I don't know if the normal recovery menu would display via the HDMI though).

HDMI output works fine in normal mode but the port does not send a signal when I can see the tab is in recovery via adb.

This is most frustrating! Next step will be a patched Nandroid exe that I can use to backup via adb. Then restore my old tabs backup and see what happens then.

Its a shame the HDMI output in recovery does not work because at least that would allow me to backup and install ICS.
Still playing with:
Scroll Excel - 2.3 CWM5
ZTE Blade - MCR 12
Vega - Corvus ICS
Nokia N8

http://code.google.com/p/ptbw-codespace
ptbw
Scroll Sergeant
Scroll Sergeant
 
Posts: 50
Joined: March 30th, 2012, 9:03 pm
Location: Directly above the centre of the Earth.
Real Name: Phil
Scroll Version: Scroll Excel

Re: CLOCKWORKMOD5 based recovery on Excel

Postby Mitre » April 22nd, 2012, 2:27 pm

QUOTE ptbw
"BTW I did find this useful patch to allow command line nandroid backups to be taken. (Add back the https)
Code:

github.com/dweinstein/android_bootable_recovery/commit/3fdb0a9b9a08aa8e436e7b0449d0941d8a926465

So I can at least take a backup in recovery"

saw your post on xda can you elaborate and i will include this in the OP cheers
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 ptbw » April 23rd, 2012, 8:45 pm

Mitre wrote:... saw your post on xda can you elaborate and i will include this in the OP cheers


nandroid is a symbolic link to the recovery executable and is the backup restore program.

If it is launched from the command line, it fails because the volume table is not loaded, usually when running in the GUI its done prior to running the backup command.

The patch allows nandroid to be run from the command line and perform a backup by typing "nandroid backup" which was handy because I had no screen! :D

But once I had got the screen going the need went away...... note I can only build generic executables so it was not going to work correctly in a full fledged recovery, but I was just trying to let fun_ know that it existed. For all I know the patch has found its way into ICS by now.

( Next project a working ICS for this new tablet :D )

HTH
Still playing with:
Scroll Excel - 2.3 CWM5
ZTE Blade - MCR 12
Vega - Corvus ICS
Nokia N8

http://code.google.com/p/ptbw-codespace
ptbw
Scroll Sergeant
Scroll Sergeant
 
Posts: 50
Joined: March 30th, 2012, 9:03 pm
Location: Directly above the centre of the Earth.
Real Name: Phil
Scroll Version: Scroll Excel

Re: CLOCKWORKMOD5 based recovery on Excel

Postby Commsman » May 31st, 2012, 3:37 pm

I am the happy owner (two days so far;-) of a Scroll Excel pre loaded ICS - all pretty good so far with lots of tinkering to make it just right.

Am I right in thinking that CWM is not available yet for the new Excels pre-loaded with ICS?

For ref - this tablet has:
ICS (4.0.3)
Build 97F2-D1-H1-H01-1922.20120417

Cheers

[EDIT]: just been looking at topic How To "Flash Android 4.0.3 ICS" (Excel Only) and there does seem to be a version of CWM to use with ICS 4.0.3 so here I go...
Commsman
New Scroller
New Scroller
 
Posts: 4
Joined: May 28th, 2012, 1:55 pm

Re: CLOCKWORKMOD5 based recovery on Excel

Postby Mitre » May 31st, 2012, 4:49 pm

@commsman
your edit beat my post lol good luck with that :lol:
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 mediaextensions » December 8th, 2012, 3:45 pm

i need these drivers badly.
mediaextensions
New Scroller
New Scroller
 
Posts: 1
Joined: December 8th, 2012, 3:41 pm

Re: CLOCKWORKMOD5 based recovery on Excel

Postby Charlie » December 10th, 2012, 7:37 pm

mediaextensions wrote:i need these drivers badly.


These might be the USB Drivers you are looking for.
" 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'.

Previous

Return to Scroll EXCEL - Guides & HOW TO Tutorials

Who is online

Users browsing this forum: No registered users and 1 guest

cron