Stock Excell images

Discuss anything Scroll Excel Tablet related here.

Re: Stock Excell images

Postby Charlie » January 29th, 2012, 1:12 pm

blueeagle69 wrote:For some stupid reason my Excel has gone nuts.
I haven't dome anything to it, other than install Busybox.
Now the Excel reboots, and gets stuck at the Hot Air Balloon screen.

Could I simply use your stock image if I rename it update.zip, and push it to the sdcard?
And do I need CWM5? Flippin thing.


I wonder if busybox has messed something up. You could try doing a factory reset from recovery - It might not help, but worth a try 1st. Otherwise...


Mitre's .zip file is not an update.zip - it contains the nand dumps and a clean CWM5 backup.

You will most likely need to put CWM5 on the Excel and then copy the folder 'Excel-2.3-clean' and contents (from within Mitre's 'excel-backups.zip') to an external sdcard, put that into the excel and boot into CWM5 then do a 'restore'.
" 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: Stock Excell images

Postby blueeagle69 » January 29th, 2012, 1:33 pm

Thanks Charlie.
Tried a system wipe/restore but nothing. Still stuck on the Balloon Image
The first step in being right is admitting that you're wrong
User avatar
blueeagle69
Scroll Genuis
Scroll Genuis
 
Posts: 582
Joined: December 12th, 2011, 1:22 am
Location: UK, South Wales
Real Name: Brian
Scroll Version: Scroll Excel, Suggsy's ICS 4.03.

Re: Stock Excell images

Postby blueeagle69 » January 29th, 2012, 1:36 pm

I take it I can follow the CWM5 howto on this forum mate?
What if I have installed a version of Busybox that is incompatible with the method on this forum.

Sorry for being a complete pain Charlie.
Last edited by blueeagle69 on January 29th, 2012, 1:44 pm, edited 1 time in total.
The first step in being right is admitting that you're wrong
User avatar
blueeagle69
Scroll Genuis
Scroll Genuis
 
Posts: 582
Joined: December 12th, 2011, 1:22 am
Location: UK, South Wales
Real Name: Brian
Scroll Version: Scroll Excel, Suggsy's ICS 4.03.

Re: Stock Excell images

Postby Charlie » January 29th, 2012, 1:44 pm

blueeagle69 wrote:I take it I can follow the CWM5 howto on this forum mate?


Yes but make sure you do the right one for the Excel - which is in this thread :-

viewtopic.php?f=48&t=1800

You will need to install ADB on your PC 1st if you have not already done so. If you run into issues with the ADB drivers see here:

viewtopic.php?f=48&t=1983

EDIT: - Update, Once your have ADB on you pc and the Excel connected via usb - Try turning the Excel on and when stuck on the balloon - type in the windows command prompt:

adb reboot

If it does not work 1st time with that command, try 1 more time. That might save you from having to go down CWM route. If it does not get the excel to boot properly, then it will be CWM5 etc.

EDIT 2:

blueeagle69 wrote:What if I have installed a version of Busybox that is incompatible with the method on this forum. Sorry for being a complete pain Charlie.


We will cross that bridge if and when we come to it - We might need Mitre's help there.

No need to apologise, these thing happen.
" 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: Stock Excell images

Postby blueeagle69 » January 29th, 2012, 2:02 pm

Thanks for your understanding.
Tried ADB reboot, just boots back to the Balloon screen, and stays there.
Tried pushing the install-recovery, and got the following message
C:\SDK\platform-tools>adb push install-recovery.sh /data/
failed to copy 'install-recovery.sh' to '/data//install-recovery.sh': Read-only file system
The first step in being right is admitting that you're wrong
User avatar
blueeagle69
Scroll Genuis
Scroll Genuis
 
Posts: 582
Joined: December 12th, 2011, 1:22 am
Location: UK, South Wales
Real Name: Brian
Scroll Version: Scroll Excel, Suggsy's ICS 4.03.

Re: Stock Excell images

Postby Charlie » January 29th, 2012, 2:13 pm

blueeagle69 wrote:Thanks for your understanding.
Tried ADB reboot, just boots back to the Balloon screen, and stays there.
Tried pushing the install-recovery, and got the following message
C:\SDK\platform-tools>adb push install-recovery.sh /data/
failed to copy 'install-recovery.sh' to '/data//install-recovery.sh': Read-only file system



You need to type this 1st

adb remount

It should then come back and say 'mounted successfully' (or something like that) - now you can continue following the 'how to'

That command makes the system writeable instead of read only.
" 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: Stock Excell images

Postby blueeagle69 » January 29th, 2012, 2:21 pm

Charlie wrote:
blueeagle69 wrote:Thanks for your understanding.
Tried ADB reboot, just boots back to the Balloon screen, and stays there.
Tried pushing the install-recovery, and got the following message
C:\SDK\platform-tools>adb push install-recovery.sh /data/
failed to copy 'install-recovery.sh' to '/data//install-recovery.sh': Read-only file system



You need to type this 1st

adb remount

It should then come back and say 'mounted successfully' (or something like that) - now you can continue following the 'how to'

That command makes the system writeable instead of read only.


:( Tried adb remount. Came back as succeeded. However got the same message the system was read only when trying to push the file to the Excel's /data/ folder
The first step in being right is admitting that you're wrong
User avatar
blueeagle69
Scroll Genuis
Scroll Genuis
 
Posts: 582
Joined: December 12th, 2011, 1:22 am
Location: UK, South Wales
Real Name: Brian
Scroll Version: Scroll Excel, Suggsy's ICS 4.03.

Re: Stock Excell images

Postby Charlie » January 29th, 2012, 2:31 pm

Try this is instead of adb remount (not 100% sure this command is correct)

type: (after each line hit 'Enter')

Code: Select all
adb shell

su

mount -o rw,remount /dev/block/nandd /data


then continue as normal
" 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: Stock Excell images

Postby blueeagle69 » January 29th, 2012, 2:37 pm

Sorry about this.
Tried that command and got mount: Invalid Argument
The first step in being right is admitting that you're wrong
User avatar
blueeagle69
Scroll Genuis
Scroll Genuis
 
Posts: 582
Joined: December 12th, 2011, 1:22 am
Location: UK, South Wales
Real Name: Brian
Scroll Version: Scroll Excel, Suggsy's ICS 4.03.

Re: Stock Excell images

Postby Charlie » January 29th, 2012, 2:51 pm

Sorry, as I said before I was not sure of that code, hopefully Mitre will know,

EDIT:- It could be this:


Code: Select all
adb shell

su

mount -o remount,rw -t ext4 /dev/block/nandd /data

" 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 - General Discussions

Who is online

Users browsing this forum: No registered users and 1 guest

cron