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
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
adb shell
su
cd data/app/
ls
rm com.adobe.flashplayer-1.apk
rm /data/data/app/com.adobe.flashplayer-1.apk
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.
Return to Scroll EXCEL - General Discussions
Users browsing this forum: No registered users and 2 guests