DroidForums.net is the original Verizon Android Forum! Registered Users do not see these ads. Please Register - It's Free!
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 22

Thread: Problem Freeing Up Space In /system

  1. Master Droid
    phaze3131's Avatar
    Member #
    46
    Join Date
    Oct 2009
    Posts
    292
    #1

    Problem Freeing Up Space In /system

    Hey guy I am having problems with space in my /system folder and I need some help

    I am trying to patch a new framework-res.apk but it is 5mb and in Root Explorer it says my system is using 137.78MB and has free 2.59MB.

    Does anyone know why or what could be here that is taking up so much room. I know I put a facebook.apk and pandora.apk in the /system/app folder because I wanted the skinned but many people have done this without trouble.

    Thanks for the help.
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Master Droid
    mjones1052's Avatar
    Member #
    18034
    Join Date
    Dec 2009
    Location
    Philly
    Posts
    343
    Phone
    Moto Droid
    #2
    Quote Originally Posted by phaze3131 View Post
    Hey guy I am having problems with space in my /system folder and I need some help

    I am trying to patch a new framework-res.apk but it is 5mb and in Root Explorer it says my system is using 137.78MB and has free 2.59MB.

    Does anyone know why or what could be here that is taking up so much room. I know I put a facebook.apk and pandora.apk in the /system/app folder because I wanted the skinned but many people have done this without trouble.

    Thanks for the help.
    We were emailing, but yea, this is really weird. Normally Droid's should have 261 mb, at least that's what mine says. Try maybe pushing it with ADB as opposed to copying through root explorer?
  4. Master Droid
    phaze3131's Avatar
    Member #
    46
    Join Date
    Oct 2009
    Posts
    292
    #3
    but why does root explorer show a wrong amount? Now I just wanna fix this problem before I go installing themes sucks.
  5. Droid
    mmitchell816's Avatar
    Member #
    20136
    Join Date
    Dec 2009
    Posts
    37
    Phone
    Enter Current Phone Here
    #4

    Sizes

    If you go into a terminal on your phone and type df it will pull up all of the blocks and where they are mounted and how much space is left.

    its like if you were to take a windows computer and a hdd with lots of small partitions and put the
    windows on partition a,
    programs on partition b,
    user data on partition c,
    and temp files on partition d.

    even if the whole hdd has 20gigs free that doesn't mean that any of the partitions can use it. once your /system directory is full its full

    the /system has a total of 140MB usable before any system files are placed on it
    /data has 260MB
    /cache has 94MB
    /config has 1.5MB

    try moving some apps that aren't required in the /system/app directory into the /data/app directory
  6. Master Droid
    SANhacker's Avatar
    Member #
    24684
    Join Date
    Jan 2010
    Location
    Arizona
    Posts
    351
    Liked
    19 times
    Phone
    Droid RAZR
    #5
    So we can look at /system /data /sdcard /... as partitions with limits to each.
    Thanks for the great explanation and analogy.
  7. Droid
    mmitchell816's Avatar
    Member #
    20136
    Join Date
    Dec 2009
    Posts
    37
    Phone
    Enter Current Phone Here
    #6

    Yep

    Yes you can and like i said use the df command(need busybox installed) but yeah from any where just type df and enter and presto each "partition" as you could put it and the space used and space left.

    And programs can go in either the /system/app or /data/app

    different roms use different amounts of space like the droidmod 1.0 leaves me with ... last time i checked i think 30MB free on the system block

    while Simpply Stunning v100(2.1android) left me with like 1-2MB on the system block after i got my apps on it
  8. Master Droid
    SANhacker's Avatar
    Member #
    24684
    Join Date
    Jan 2010
    Location
    Arizona
    Posts
    351
    Liked
    19 times
    Phone
    Droid RAZR
    #7
    Ahh. So since /system/app and /data/app are in my path it doesn't matter where I put the app. I also see it is "block" not "partition" in the UNIX world.

    I need to go grab my "UNIX for Dummies" book. I've worked on a lot of operating systems through the years, "cough" pre-DOS "cough", and had been trying to avoid UNIX. Thanks again.
  9. Droid
    mmitchell816's Avatar
    Member #
    20136
    Join Date
    Dec 2009
    Posts
    37
    Phone
    Enter Current Phone Here
    #8

    Lol

    yeah i know what you mean.

    Im no unix/linux expert but i do work on many linux servers every day (all command based, no GUI) and am starting to like it. and there are partitions in unix/linux. Like windows uses fat32,ntfs, etc linux uses ext2,ext3,etc

    the reason i was saying blocks is because of how they are mounted on the phone as a mtdblock

    unix/linux can be a lot of fun once you get used to it. Especially the terminals. lol i cant stand linux gui. idk why but i keep using windows for that reason! lol
  10. Master Droid
    phaze3131's Avatar
    Member #
    46
    Join Date
    Oct 2009
    Posts
    292
    #9
    Quote Originally Posted by mmitchell816 View Post
    If you go into a terminal on your phone and type df it will pull up all of the blocks and where they are mounted and how much space is left.

    its like if you were to take a windows computer and a hdd with lots of small partitions and put the
    windows on partition a,
    programs on partition b,
    user data on partition c,
    and temp files on partition d.

    even if the whole hdd has 20gigs free that doesn't mean that any of the partitions can use it. once your /system directory is full its full

    the /system has a total of 140MB usable before any system files are placed on it
    /data has 260MB
    /cache has 94MB
    /config has 1.5MB

    try moving some apps that aren't required in the /system/app directory into the /data/app directory
    Ok but my system/data doesn't have any large files at all, the only 2 I added were pandora and facebook and they are not large. So what files should I move around I'm really scared to mess something up.

    How can I breakdown what each folder size is then maybe i could narrow down the problem...

    Just frustrating I don't get how I am the only one with this problem of only 2MB free I'm using BB 2.1

    Edit: just did a new install of BB 2.1 v0.5 and system has 4.36MB free, but the framework-res.apk is over 5MB so is this the problem?

    Editx2: removed live wallpapers and now I have 8.5MB free, but I tried MM again but still have stock notification images this sucks why me I gotta be doing something wrong but I keep following the directions.
    Last edited by phaze3131; 02-26-2010 at 05:55 AM.
  11. Droid
    mmitchell816's Avatar
    Member #
    20136
    Join Date
    Dec 2009
    Posts
    37
    Phone
    Enter Current Phone Here
    #10

    Sorry man

    I sorry man the first thing i would do is boot in to sprecovery and wipe the system. maybe there are some stale files that aren't getting erased.

    and if you have busybox installed you can go into any directory and type ls -al and you will get a print out of the size, permisions, last time edited, and file name.
Page 1 of 3 1 2 3 LastLast

Ads

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Similar Threads

  1. Low On Space
    By flyboy472 in forum Android Tech Support
    Replies: 10
    Last Post: 10-20-2011, 09:35 PM
  2. Low on space
    By davidnrobin in forum HTC Droid Eris
    Replies: 19
    Last Post: 03-30-2011, 06:12 AM
  3. not enough system space
    By quadjacks in forum Droid Themes
    Replies: 6
    Last Post: 01-12-2010, 02:05 PM

Search tags for this page

0kb free in system droud bionic
,

amount of free space in system 0kb

,
amount of free space on system 0 kb
,
busybox free space in /system
,
busybox free space in system
,
busybox free space in system 0
,
clear space in system rom anddroid#gsc.tab
,
free space android /system
,

free space system rom

,
free space system rom android#gsc.tab
,

free up space in /system/lib for android

,
system data taking up alot of space
,
system data taking up space
,
what is taking up system rom space droid x
,
what is using so much space on my operating system on my dro
Click on a term to search our site for related topics.
Find us on Google+