Solved - 7" model 51624 won't boot after firmware update

Got a problem with your Scroll? Unsure how to do something? Ask here! (ANY Model)

Re: Scroll 7" model 51624 won't boot after firmware update

Postby gcb » February 22nd, 2012, 6:06 pm

suggsy89 wrote:Cool clockworkmod here we come ;)

Right we're getting really close now, just went through the command using fastboot-windows the same as the first part of the script and it does respond to them, does anyone have an update.zip or something I can try which will work an still can't get into the recovery console :-(

Command I used was:

C:\tablet\SCROLL~1\Recovery>fastboot-windows reboot-bootloader
rebooting into bootloader... OKAY

next I ran this:

fastboot-windows.exe flash recovery recovery-clockwork-scroll.img
fastboot-windows.exe reboot

which works and reboots the device but still cannot get into the recovery console, any other img's I can try or even an update.zip which I can write to the device using fastboot?
gcb
Junior Scroller
Junior Scroller
 
Posts: 21
Joined: February 18th, 2012, 6:36 pm

Re: Scroll 7" model 51624 won't boot after firmware update

Postby gcb » February 22nd, 2012, 6:09 pm

Charlie wrote:
gcb wrote:Interestingly enough the 2nd script which uses fastboots successfully burns the image and reboots the device but it is still stuck at the white storage options screen so maybe I just need the correct image ?


Are you talking about the 2nd script by Warpedflash for clockworkmod? - If so you could try a stock recovery.img in that folder and make sure the stock recovery image file is called exactly this => recovery.img and use this 2nd batch file instead --> here - Good luck

P.S. You could flash any recovery image you like with my modified version of the script, as long as you call the image recovery.img - and have it in the same folder as the script.


What folder are you referring to, I gotta nip out now but if you could give me the link I will try it when I get back.

Cheers, really helpful stuff!
gcb
Junior Scroller
Junior Scroller
 
Posts: 21
Joined: February 18th, 2012, 6:36 pm

Re: Scroll 7" model 51624 won't boot after firmware update

Postby Mitre » February 22nd, 2012, 6:11 pm

your scroll maybe keeps re installing the corrupt recovery image everytime you boot
you may need to delete /system/etc/install-recovery.sh via adb then push the good recovery image again??
not shure but i think thats what kept happening last year on some versions of scroll
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: Scroll 7" model 51624 won't boot after firmware update

Postby Charlie » February 22nd, 2012, 6:15 pm

gcb wrote:...

What folder are you referring to, I gotta nip out now but if you could give me the link I will try it when I get back.

...


The folder where the original script "Run this Second - after it Reboots.bat" was, that you have already run. Replace it with my one and the recovery.img you want to use (it needs to be in this folder as it needs the other stuff in there to work, like fastboot-windows.exe etc)
" 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: Scroll 7" model 51624 won't boot after firmware update

Postby suggsy89 » February 22nd, 2012, 6:15 pm

Using an update....
Code: Select all
fastboot update update.zip
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: Scroll 7" model 51624 won't boot after firmware update

Postby Charlie » February 22nd, 2012, 6:18 pm

Mitre wrote:your scroll maybe keeps re installing the corrupt recovery image everytime you boot
you may need to delete /system/etc/install-recovery.sh via adb then push the good recovery image again??
not shure but i think thats what kept happening last year on some versions of scroll


This is not the issue here. - and /system/etc/install-recovery.sh would just put back the stock recovery - which in this guys case was fine. The issue is that he flashed a CWM version that is not compatible with his Scroll.
" 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: Scroll 7" model 51624 won't boot after firmware update

Postby Mitre » February 22nd, 2012, 6:51 pm

must have misunderstood the thread its been a heavy day
i thought that the install-recovery.sh file inside etc directory had to be deleted to flash a new recovery
im gonna have me dinner hmmn Pie
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: Scroll 7" model 51624 won't boot after firmware update

Postby suggsy89 » February 22nd, 2012, 7:16 pm

Download this, rename to update.zip, put it in your adb/fastboot directory on your pc

http://files.androtab.info/telechips/cm7/20111029/SCROLL7/SCROLL7-recovery-signed.zip
Run this....
Code: Select all
fastboot erase boot
fastboot erase recovery
fastboot erase system
fastboot update update.zip

Then
Code: Select all
fastboot reboot recovery


See what happens

If that doesnt work do the same with this download....
http://files.androtab.info/telechips/cm7/20111029/SCROLL7-8K/SCROLL7-8K-recovery-signed.zip
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: Scroll 7" model 51624 won't boot after firmware update

Postby gcb » February 22nd, 2012, 7:48 pm

suggsy89 wrote:Download this, rename to update.zip, put it in your adb/fastboot directory on your pc

http://files.androtab.info/telechips/cm7/20111029/SCROLL7/SCROLL7-recovery-signed.zip
Run this....
Code: Select all
fastboot erase boot
fastboot erase recovery
fastboot erase system
fastboot update update.zip

Then
Code: Select all
fastboot reboot recovery


See what happens

If that doesnt work do the same with this download....
http://files.androtab.info/telechips/cm7/20111029/SCROLL7-8K/SCROLL7-8K-recovery-signed.zip


Hi Sugsy

Neither of the update files worked I got this message from both:

C:\tablet\SCROLL~1\Recovery>fastboot update update.zip
archive does not contain 'android-info.txt'
archive does not contain 'android-product.txt'
error: update package has no android-info.txt or android-product.txt

and the command fastboot reboot recovery doesn't appear to exist I can either fastboot reboot or fastboot-bootloader which I have tried to no avail.

I wonder why the zips doesn't contain the above .txt files????
gcb
Junior Scroller
Junior Scroller
 
Posts: 21
Joined: February 18th, 2012, 6:36 pm

Re: Scroll 7" model 51624 won't boot after firmware update

Postby suggsy89 » February 22nd, 2012, 8:31 pm

Okay, download this

http://http://dl.dropbox.com/u/4364278/Scroll/recovery.img

Follow same procedure

Code: Select all
fastboot erase boot
fastboot erase recovery
fastboot erase system
fastboot flash recovery recovery.img


If not.....

http://dl.dropbox.com/u/4364278/Scroll/Recovery%204K/recovery.img

Hopefully we can get at least a recovery
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

PreviousNext

Return to HELP REQUESTS (all models)

Who is online

Users browsing this forum: No registered users and 9 guests

cron