Stock Excell images

Discuss anything Scroll Excel Tablet related here.

Re: Stock Excell images

Postby blueeagle69 » January 29th, 2012, 9:57 pm

Hi Mitre.
I'm back for a while, bloody thing.
I have been looking around the data folder to see what can be deleted.
Still looking.
I think i's the boot.img I need I think. Then again mate. I think you're the expert, not me :)
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, 10:00 pm

Mitre wrote:ah ok i get it now so you was just now trying to free up space in /data so you can push the cpio file to there
and got a file not found
edit i can make the zip but what img are we trying to get on boot.img i think is the best bet
i think maybe try to free up data a little first to see if we can push the cpio file


not sure on boot.img - maybe cwm5 recovery image (not too sure tbh) I will leave that with you Mitre

@buleeagle69 - to free up space try this, from a fresh cmd promt:-

Code: Select all
adb shell

su

cd data/app/

ls



now you can see a list of apps - pick one that seems big in size, then do this: rm name-of-.apk

eg if there was com.adobe.flashplayer-1.apk in the list, you would do this

Code: Select all
rm com.adobe.flashplayer-1.apk


Hope I have explained that, I am sure you get what I mean.
" 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 Mitre » January 29th, 2012, 10:01 pm

Code: Select all
rm /data/data/app/com.adobe.flashplayer-1.apk

this would be the correct code to remove flashpler apk if indeed it is on th device
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: Stock Excell images

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

Charlie wrote:
Mitre wrote:ah ok i get it now so you was just now trying to free up space in /data so you can push the cpio file to there
and got a file not found
edit i can make the zip but what img are we trying to get on boot.img i think is the best bet
i think maybe try to free up data a little first to see if we can push the cpio file


not sure on boot.img - maybe cwm5 recovery image (not too sure tbh) I will leave that with you Mitre

@buleeagle69 - to free up space try this, from a fresh cmd promt:-

Code: Select all
adb shell

su

cd data/app/

ls



now you can see a list of apps - pick one that seems big in size, then do this: rm name-of-.apk

eg if there was com.adobe.flashplayer-1.apk in the list, you would do this

Code: Select all
rm com.adobe.flashplayer-1.apk


Hope I have explained that, I am sure you get what I mean.


According to this /data/app is empty ?
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 Mitre » January 29th, 2012, 10:04 pm

my only worry is that you would still have a corrupt busybox on your system.img
so may need to do both or carry on with this for a while to try give you CWM5 and then flash my clean 2.3
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: Stock Excell images

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

Update. /data/data is empty too?
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, 10:07 pm

WTF - I have just done those commands on my Excel, and I get a list of apps and I was able to remove apps, it does seem that partition /data/ is not there and/or corrupt on yours buleeagle69.

@Mitre - maybe the zip needs to be of /data/

This is so nuts :shock:
" 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, 10:13 pm

I just listed my /data folder and it shows the following

app-private
misc
install-recovery.sh (I managed to push this)
data
property
lost+found
camera
dontpanic
local
app
dalvik-cache

But everything seems to be empty. Except Dalvik-cache and lost+found
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 Mitre » January 29th, 2012, 10:17 pm

what i will do is make 2 zips for you boot and system and i will pm the link no ete but should be tonight
meantime
in your list
data should have apps in it
the rest could be empty cos you factory reset
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: Stock Excell images

Postby blueeagle69 » January 29th, 2012, 10:19 pm

Thanks Mitre & Charlie
LS Data shows above, but that is about it.
In /data/Misc I actually get something

#
lbluetoothd
dhcp
bluetooth
wifi
keystore
systemkeys
vpn
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 2 guests

cron