Guest NeidRider Posted June 29, 2010 Report Share Posted June 29, 2010 Just did this on my SGS, with a /data/data of not quite 50MB. And... MAN, THAT'S FAST! E.g. loading the monitoring history of SystemPanel App doesn't take a second, before it took 10s+... Any side-effects to be afraid of? Link to comment Share on other sites More sharing options...
Guest Paul Posted June 29, 2010 Report Share Posted June 29, 2010 Side-effects ONLY if you hit the capacity limit. I'm working on that tho obviously. P Link to comment Share on other sites More sharing options...
Guest zenkinz Posted June 29, 2010 Report Share Posted June 29, 2010 Side-effects ONLY if you hit the capacity limit. I'm working on that tho obviously. P hi paul, maybe the idea is to identify the core processes, and create a symbolic link to the nand storage? Link to comment Share on other sites More sharing options...
Guest Paul Posted June 29, 2010 Report Share Posted June 29, 2010 They've kinda done that already, if you have a look around dbdata. There's other partitions that seem to be unmounted, gonna look into what they are for... P Link to comment Share on other sites More sharing options...
Guest Paul Posted June 29, 2010 Report Share Posted June 29, 2010 There's 30MB on /cache we could potentially do something with too... P Link to comment Share on other sites More sharing options...
Guest Epedemic Posted June 29, 2010 Report Share Posted June 29, 2010 Hmm i got root. but i cant figure out how to activate busybox. I can't seem to do a adb remount. it just says "remount failed: No such file or directory" Link to comment Share on other sites More sharing options...
Guest Arnon Posted June 29, 2010 Report Share Posted June 29, 2010 Hmm i got root. but i cant figure out how to activate busybox. I can't seem to do a adb remount. it just says "remount failed: No such file or directory" once you are in the shell (i.e. after adb shell) type busybox before the command e.g. busybox cp ... Arnon Link to comment Share on other sites More sharing options...
Guest Epedemic Posted June 29, 2010 Report Share Posted June 29, 2010 Hmm i got root. but i cant figure out how to activate busybox. I can't seem to do a adb remount. it just says "remount failed: No such file or directory" Ah ok. Searched market for "busybox" that seemed to do the trick... And skipped adb remount... stuff seems to work anyways... Ill see if it helps :lol: Link to comment Share on other sites More sharing options...
Guest lgkahn Posted June 29, 2010 Report Share Posted June 29, 2010 what did you use to figure the size.. i tried in busybox ls -R -k doesnt work.. thanks Link to comment Share on other sites More sharing options...
Guest Arnon Posted June 29, 2010 Report Share Posted June 29, 2010 (edited) what did you use to figure the size.. i tried in busybox ls -R -k doesnt work.. thanks I used busybox du -h Edited June 29, 2010 by Arnon Link to comment Share on other sites More sharing options...
Guest Ash_786 Posted June 29, 2010 Report Share Posted June 29, 2010 How easy is this to undo if needed ? I'd like to test, but also have a "PLAN B" Link to comment Share on other sites More sharing options...
Guest lgkahn Posted June 29, 2010 Report Share Posted June 29, 2010 How easy is this to undo if needed ? I'd like to test, but also have a "PLAN B" thanks figured it out b4 u posted and got the size 44 meg.. now just trying to determine if i want to do the change.. do you know if n1 and other phones do it this way.. dont really want to do a reinstall if i go over.. and burn out the internal memory if it cannot handle too many writes etc. Link to comment Share on other sites More sharing options...
Guest Ash_786 Posted June 29, 2010 Report Share Posted June 29, 2010 How easy is this to undo if needed ? I'd like to test, but also have a "PLAN B" Just read the first post again. The word "Wipe" was mentioned. Cool. LETS DO IT !!!!!! Link to comment Share on other sites More sharing options...
Guest Paul Posted June 29, 2010 Report Share Posted June 29, 2010 Completely reversible. :lol: P Link to comment Share on other sites More sharing options...
Guest Ash_786 Posted June 29, 2010 Report Share Posted June 29, 2010 (edited) Completely reversible. :lol: P Shall we try ? Mines got some Serious issues. All data / most apps gone / com.android.phone FC ...... The price we have to pay for dancing with the devil ;-) EDIT : My phone seems to have booted up in safe mode. I didn't even know it has a safe mode !!! Lol. EDIT 2 : Everything is FC. Unable to adb to phone or go to settings or anything. Time to wipe. I'm a casualty. This is what it feels like. Strange. I've never been a casualty before. EDIT 3 : Got adb access !!! . Now if someone could assist in the reversal commands. Theres a point or two I don't get. Thanks. EDIT 4 : Sorry if this is getting boring. Lost root access through adb for some reason. Permission denied Edited June 29, 2010 by Ash_786 Link to comment Share on other sites More sharing options...
Guest gravityz3r0 Posted June 29, 2010 Report Share Posted June 29, 2010 (edited) hey there, i'm a first time Android user and is very excited about development of custom ROM. I manged to root my GS and get to busy box, but how do you guys check the size of data/data and bdata? Edited June 29, 2010 by gravityz3r0 Link to comment Share on other sites More sharing options...
Guest Ash_786 Posted June 29, 2010 Report Share Posted June 29, 2010 I used busybox du -h hey there, i'm a first time Android user and is very excited about development of custom ROM. I manged to root my GS and get to busy box, but how do you guys check the size of data/data and bdata? The first quote was posted 6 posts ago .... You seriously missed it ? Wow ... Link to comment Share on other sites More sharing options...
Guest megakid Posted June 29, 2010 Report Share Posted June 29, 2010 (edited) EDIT 3 : Got adb access !!! . Now if someone could assist in the reversal commands. Theres a point or two I don't get. Thanks. To undo I believe these are the steps (Based on my linux knowledge), if you followed the initial steps 100% correctly/completely: su rm /data/data (This will delete your symlink) mv /data/data.bak /data/data (Restore your backup) reboot Edited June 29, 2010 by megakid Link to comment Share on other sites More sharing options...
Guest gravityz3r0 Posted June 29, 2010 Report Share Posted June 29, 2010 (edited) The first quote was posted 6 posts ago .... You seriously missed it ? Wow ... I tried before i posted, but the list came out really long, but i did not see anything that says data/data or dbdata edit : or maybe i cant see it because it's on top of the list and i do not know how to scroll it back up. edit 2 : ok got it, he did not mention du -h data/data. doh Edited June 29, 2010 by gravityz3r0 Link to comment Share on other sites More sharing options...
Guest Ash_786 Posted June 30, 2010 Report Share Posted June 30, 2010 I re-flashed the phone and re-did the steps and it works fine. Everything seems to be zipping along, but some testing is needed yet. Thanks @megakid for your assistance, but the phone lost adb access and I was ... well screwed by then !!! Link to comment Share on other sites More sharing options...
Guest flash_235 Posted June 30, 2010 Report Share Posted June 30, 2010 (edited) sorry i have great problem. after i type su in the cmd the massage is: permission denied. What´s mistake??? Thanks for help P Edited June 30, 2010 by flash_235 Link to comment Share on other sites More sharing options...
Guest bigbuffalo2009 Posted June 30, 2010 Report Share Posted June 30, 2010 This is great. The phone is superfast now. I have over 20 apps install and only 20.53MB used. Link to comment Share on other sites More sharing options...
Guest Toreak Posted June 30, 2010 Report Share Posted June 30, 2010 I uninstalled Google earth just to get /data/data down to 80Mb. After following the steps, the phone is blazing fast now. Thanks Paul. Link to comment Share on other sites More sharing options...
Guest nikker Posted June 30, 2010 Report Share Posted June 30, 2010 The data foder in my phone is too large, more than 300MB. I didn't install google earth, just some gameloft games. I wonder whether there is any other ways to mv and ln some parts in the data folder, not all things in data folder. Thanks. Link to comment Share on other sites More sharing options...
Guest dan 6a Posted June 30, 2010 Report Share Posted June 30, 2010 THANKS TO PAUL! This is my first smartphone and I managed to follow the instructions and it worked :lol: I think, I am not sure how to see if it did, but the adb commands went off without a hitch and then rebooted fine. Phone is running well (not sure if same or better though) Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now