Stock Excell images

Discuss anything Scroll Excel Tablet related here.

Re: Stock Excell images

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

Sorry mate, no joy.
I also tried a simple remount rw /data
I found this on a site which lists shell commands.
Yep you guessed it, no joy.
Will have to wait for Mitre to pick up this thread :(

Just issued a mount command and got this.
rootfs / rootfs rw 0 0
/dev/root / ext4 ro,relatime,barrier=1,data=ordered 0 0
devtmpfs /dev devtmpfs rw,relatime,size=161780k,nr_inodes=40445,mode=755 0 0
tmpfs /dev tmpfs rw,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
/dev/block/nandc /system ext4 rw,relatime,barrier=0,data=ordered 0 0
/dev/block/nandg /cache ext4 rw,nosuid,nodev,noatime,barrier=0,data=ordered 0 0
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, 3:19 pm

I was wondering. If Busybox caused this. Is there a way to remove Busybox from ADB Shell
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, 3:20 pm

Sorry I can not help with this bit, normally adb remount has worked for me.

As I said hopefully Mitre or someone else will know the command to remount /data/ as rw - becasue once it is mounted like that you should just be ale to carry on with the rest.
" 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 Charlie » January 29th, 2012, 3:21 pm

blueeagle69 wrote:I was wondering. If Busybox caused this. Is there a way to remove Busybox from ADB Shell


where did you get busybox from? and how did you install it?
" 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, 3:23 pm

Android Market mate.
I will find it now on the market

This one.
https://market.android.com/details?id=s ... 3lib3giXQ..

Came with an installer. Used it, everything went fine until it rebooted this morning.
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, 3:27 pm

blueeagle69 wrote:Android Market mate.
I will find it now on the market


Oh,ok - I had an issue with busybox from market once and things got messed up, but I could still boot the phone, but I could not find an easy way to get it off. As it put lots of files in either system/bin or system/xbin and some simlinks (or whatever there are called). I ended up flashing the stock firmware back.

UPDATE: - Yep that's the one I used too.
" 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, 3:29 pm

Yep, if i can get it working, I won't be using Busybox from the market again.
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, 3:38 pm

Just to cover all bases, you do have the file: install-recovery.sh

in the folder 'Platform-tools' on your PC and you are typing the command path correctly

Code: Select all
adb push install-recovery.sh /data/
(note the space after the h in (.sh) and before the / of (/data/)


EDIT:-

Try this to get the remount to rw

Code: Select all
adb shell

su

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


or the last line might be instead

Code: Select all
mount -o remount,rw yaffs2 /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'.

Re: Stock Excell images

Postby blueeagle69 » January 29th, 2012, 3:45 pm

Thanks mate.
Yes, I have the following files in c:\sdk\platform-tools
install-recovery.sh (1kb)
recovery.cpio

Triple-checked my command line, and still get the read only system message
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, 3:49 pm

I tried your command lines in a shell.
I got Invalid argument for the first.
And it simply showed me usage instructions on the second
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.

PreviousNext

Return to Scroll EXCEL - General Discussions

Who is online

Users browsing this forum: No registered users and 0 guests

cron