Stock Excell images

Discuss anything Scroll Excel Tablet related here.

Re: Stock Excell images

Postby blueeagle69 » January 29th, 2012, 4:06 pm

I have a sneaky suspicion that because the Excel was a replacement from Scan, I had forgotten to enable USB debugging.
Would that cause the mounting problems :(
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, 4:12 pm

blueeagle69 wrote:I have a sneaky suspicion that because the Excel was a replacement from Scan, I had forgotten to enable USB debugging.
Would that cause the mounting problems :(


It might do - not to sure. I thought that with out debugging on you would not get ADB to work at all.

Hang tight, we will help you get it sorted, just hit a little issue.
" 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, 4:17 pm

Thanks mate.
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, 4:26 pm

@blueeagle69

I am just putting CWM5 on mine now and just looked at the /data/ partition and is rw and no option to set it to ro (like you can in /system/)

have you tried doing it again, just follow through the 'how to' and ignore it saying 'read only'? - I take it you have the excel on, even tho' it will be stuck at the balloon logo
" 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, 4:31 pm

yes mate i'm staring at the balloon now.
I will try again with CWM5 and ignore the message and check mate.
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, 4:34 pm

Tried it again. Got the failed to copy, file system is read only.
Tried Chmod, and it returned no such file or directory
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, 4:41 pm

I have also confirmed the Excel is detected by ADB by typing ADB devices
The annoying part is, that if I type CD /data
ls
It lists the files and folders in there
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, 4:43 pm

blueeagle69 wrote:Tried it again. Got the failed to copy, file system is read only.
Tried Chmod, and it returned no such file or directory


I am really sorry, but I had an error in the commands I posted (it won't have done any harm) it just would not help to get /data/ writeable.

I have now corrected my posts - re-try the commands I have posted today.

Sorry again. I had it as nande and it should have been nandd as that is the data partition.
" 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, 4:52 pm

I tried the following command
mount -o rw,remount /dev/block/nandd /data

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

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

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

I get invalid argument on three, and it shows usage instructions on another

Thanks mate.
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, 5:07 pm

Try,

Code: Select all
adb shell

su

mount -rw -o remount /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