DroidForums.net is the original Verizon Android Forum! Registered Users do not see these ads. Please Register - It's Free!
Page 4 of 4 FirstFirst ... 2 3 4
Results 31 to 38 of 38

Thread: Always out of space

  1. Senior Droid
    marty4short's Avatar
    Member #
    3166
    Join Date
    Nov 2009
    Location
    Latrobe,PA
    Posts
    234
    Phone
    Droid
    #31
    Thank you for helping me get this to work, I did have a force close as I was moving the apps to ext but after i flashed the zip it seems to work smooth. Just a quick question I can use the apkmanager.sh script to move the apps if I am having problems with a app say lag or if I install a new app correct? Just don't run the sh /sdcard/fr-a2sd_1-35.sh.txt? I think this is what you meant buy don't run the script again I just wanted to make sure? If I install a new nightly I just need to run the apps2sdext_hack_new.zip again?
    Last edited by marty4short; 10-27-2010 at 09:40 PM.

    Cyanogenmod

    Need A dropbox?
  2. Droid Ninja
    Se7enLC's Avatar
    Member #
    5148
    Join Date
    Nov 2009
    Posts
    1,263
    Liked
    6 times
    Phone
    Samsung Galaxy Nexus
    #32
    Quote Originally Posted by marty4short View Post
    Thank you for helping me get this to work, I did have a force close as I was moving the apps to ext but after i flashed the zip it seems to work smooth. Just a quick question I can use the apkmanager.sh script to move the apps if I am having problems with a app say lag or if I install a new app correct? Just don't run the sh /sdcard/fr-a2sd_1-35.sh.txt? I think this is what you meant buy don't run the script again I just wanted to make sure? If I install a new nightly I just need to run the apps2sdext_hack_new.zip again?
    Yeah, running apkmanager.sh is fine, it's just the fr-a2sd script that will overwrite 05mountsd. If you DO decide to run that script, just make sure to apply my zip file again to revert the change back again.

    Glad to hear my mod worked for you!
    Cool CM Tricks
    custom_backup_list.txt - make a list of files in /system that will survive a nightly install (ringtones, notifications, system apps, wallpapers, whatever)
    in Terminal Emulator, set this as your shell command: "/system/xbin/su -c /system/xbin/bash". You get all the features of bash, root access, and you can still use the initial command field for whatever you want (default is adding /data/local/bin to your path)
  3. Senior Droid
    marty4short's Avatar
    Member #
    3166
    Join Date
    Nov 2009
    Location
    Latrobe,PA
    Posts
    234
    Phone
    Droid
    #33
    I see i still have stuff in data/data can I just use root explorer to delete that or is there a better way? I saw on your post you seemed to have the same issue on the cm forum.

    # "df"
    "df"
    Filesystem 1K-blocks Used Available Use% Mounted on
    tmpfs 115632 0 115632 0% /dev
    tmpfs 115632 0 115632 0% /mnt/asec
    /dev/block/mtdblock4 143744 137044 6700 95% /system
    /dev/block/mtdblock6 268032 32244 235788 12% /data
    /dev/block/mtdblock5 94848 51684 43164 54% /cache
    /dev/block/mtdblock0 1536 1176 360 77% /config
    /dev/block/mmcblk0p2 468104 154430 288700 35% /sd-ext
    /dev/block/mmcblk0p2 468104 154430 288700 35% /data/app
    /dev/block/mmcblk0p2 468104 154430 288700 35% /data/app-private
    /dev/block/mmcblk0p2 468104 154430 288700 35% /data/data
    /dev/block/mmcblk0p2 468104 154430 288700 35% /data/system
    /dev/block/vold/179:1
    15086312 9850584 5235728 65% /mnt/sdcard
    /dev/block/vold/179:1
    15086312 9850584 5235728 65% /mnt/secure/asec
    Last edited by marty4short; 10-27-2010 at 10:24 PM.

    Cyanogenmod

    Need A dropbox?
  4. Droid Ninja
    Se7enLC's Avatar
    Member #
    5148
    Join Date
    Nov 2009
    Posts
    1,263
    Liked
    6 times
    Phone
    Samsung Galaxy Nexus
    #34
    Quote Originally Posted by marty4short View Post
    I see i still have stuff in data/data can I just use root explorer to delete that or is there a better way? I saw on your post you seemed to have the same issue on the cm forum.
    Are you SURE you have stuff in /data/data? Keep in mind that /sd-ext/data is mounted on /data/data, so when you look in /data/data, you're going to see that, and not the real contents of the data partition.

    Also, you should have some stuff in /data/dalvik-cache still, unless you opted to move that to /sd-ext, too (not recommended).

    If you really want to check if you have anything in the real /data, try this:
    Code:
    mount -o rw,remount /
    mkdir /mnt/data.real
    mount /dev/block/mtdblock6 /mnt/data.real
    then poke around in /mnt/data.real to see what is there. You should not see much in /data/app or /data/data since it's using /sd-ext instead. If you see anything in there, compare it to what you see in /sd-ext. If the same data is in both /sd-ext and /mnt/data.real, you can safely delete the copy in /mnt/data.real.
    Cool CM Tricks
    custom_backup_list.txt - make a list of files in /system that will survive a nightly install (ringtones, notifications, system apps, wallpapers, whatever)
    in Terminal Emulator, set this as your shell command: "/system/xbin/su -c /system/xbin/bash". You get all the features of bash, root access, and you can still use the initial command field for whatever you want (default is adding /data/local/bin to your path)
  5. Senior Droid
    marty4short's Avatar
    Member #
    3166
    Join Date
    Nov 2009
    Location
    Latrobe,PA
    Posts
    234
    Phone
    Droid
    #35
    thanks again that worked Im glad you figured this out cause I have no clue

    Cyanogenmod

    Need A dropbox?
  6. Senior Droid
    bigee1212's Avatar
    Member #
    73296
    Join Date
    May 2010
    Posts
    126
    Phone
    Motorla Droid
    #36
    hey guys thanks a lot this worked for me. im probably running the same setup as marty4short, MIUI v 6.

    how will installing new apps work? automatically to sd-ext??
  7. Senior Droid
    bigee1212's Avatar
    Member #
    73296
    Join Date
    May 2010
    Posts
    126
    Phone
    Motorla Droid
    #37
    as a note to anyone following the above advice, do not delete data.real. LOL got a bootloop had to reinstall the rom and rerun the script, luckily all the apps were still there so good as new.! thanks again.
  8. Droid Ninja
    Se7enLC's Avatar
    Member #
    5148
    Join Date
    Nov 2009
    Posts
    1,263
    Liked
    6 times
    Phone
    Samsung Galaxy Nexus
    #38
    Quote Originally Posted by bigee1212 View Post
    as a note to anyone following the above advice, do not delete data.real. LOL got a bootloop had to reinstall the rom and rerun the script, luckily all the apps were still there so good as new.! thanks again.
    Indeed! Do not just delete the contents of data.real! You should be checking to make sure that the files in there are also in the new directories in sd-ext, and with the exception of /data/app and data/data, the contents of "data.real" are still being used, even when sd-ext is mounted.
    Cool CM Tricks
    custom_backup_list.txt - make a list of files in /system that will survive a nightly install (ringtones, notifications, system apps, wallpapers, whatever)
    in Terminal Emulator, set this as your shell command: "/system/xbin/su -c /system/xbin/bash". You get all the features of bash, root access, and you can still use the initial command field for whatever you want (default is adding /data/local/bin to your path)
Page 4 of 4 FirstFirst ... 2 3 4

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. Someone help please.
    By texstar420 in forum Bugless
    Replies: 23
    Last Post: 10-09-2010, 11:48 AM
  2. "Low on space-Phone storage space is getting low" AND an email question
    By LadyJ in forum Droid Incredible Tech Support
    Replies: 3
    Last Post: 08-10-2010, 06:14 PM
  3. New sci-fi RTS - Space STG
    By tom_hyperbees in forum Android Games
    Replies: 0
    Last Post: 07-10-2010, 03:11 PM
  4. Looking for FTP Space ...
    By ChevyNo1 in forum ChevyNo1
    Replies: 6
    Last Post: 06-02-2010, 10:32 AM
  5. Widget for battery status, sd card space, internal space?
    By mrdorunjr in forum Android Applications
    Replies: 4
    Last Post: 05-19-2010, 08:06 PM

Search tags for this page

android /mnt/asec
,

android always out of space

,
android mnt asec
,
android out of space
,
android out of space on server
,
android phone always out of space
,

cyanogenmod out of space

,

droid out of space

,

droid out of space on server

,
droid out of space on server message
,
miui out of space
,

motorola droid out of space

,

motorola droid running out of space

,
verizon droid message not sent out of space on server
,
why is my droid always out of space
Click on a term to search our site for related topics.
Find us on Google+