Hi,
I'm running Gingervillain on my Desire. Today I moved every app possible to SD. De total MB of these apps is around 50MB, I only gained 2MB by moving these apps. Seems weird, I know apps take some space on internal memory anyway but this seems a little much.
Is there any way too fix this or at least see what's eating my memory? I have 17MB free now, while 1 only have 4 apps on internal(and 82 on SD).
Sent from my HTC Desire using XDA App
Stop moving apps manually on SD! They are moving automatically from the a2sd+ script. Also please post the partition info you see in the first page of titanium backup
Sent from my HTC Desire
reemprive said:
Hi,
I'm running Gingervillain on my Desire. Today I moved every app possible to SD. De total MB of these apps is around 50MB, I only gained 2MB by moving these apps. Seems weird, I know apps take some space on internal memory anyway but this seems a little much.
Is there any way too fix this or at least see what's eating my memory? I have 17MB free now, while 1 only have 4 apps on internal(and 82 on SD).
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
A2SD+ moves all apps you install automatically to the ext partition on your sd card. If you press "move to sd" in application settings, they were moved to the fat32 partition of the sd.
Basically move all the apps to the phone then in terminal emulator write
Su
A2sd reinstall
Then it will reboot after movr all the apps to the ext partition
Sent from my HTC Desire using XDA App
reaper7881 said:
Basically move all the apps to the phone then in terminal emulator write
Su
A2sd reinstall
Then it will reboot after movr all the apps to the ext partition
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
I've tried it, didn't work.
So, basically, when I install something no action is required with Gingervillian?
Oh, heres my TB first page: http://www.flickr.com/photos/[email protected]/5799539108/
You can test if a2sd+ is working on this way:
1.) Download connectbot from market
2.) Start it, choose "local", type any nickname and enter
3.) Enter
su
Click to expand...
Click to collapse
and answer superuser request
4.) Now enter
ls -l /data
Click to expand...
Click to collapse
Now you should see, the path for installation apps should have changed to /sd (like this: app -> /sd/app); if unsure, post screenshot.
If a2sd+ is working, you have to do no move actions.
If the problem persists then format sd card (both partitions), wipe all , reflash
Sent from my HTC Desire
MatDrOiD said:
You can test if a2sd+ is working on this way:
1.) Download connectbot from market
2.) Start it, choose "local", type any nickname and enter
3.) Enter and answer superuser request
4.) Now enter
Now you should see, the path for installation apps should have changed to /sd (like this: app -> /sd/app); if unsure, post screenshot.
If a2sd+ is working, you have to do no move actions.
Click to expand...
Click to collapse
Here is the screenshot: http://www.flickr.com/photos/[email protected]/5799084381/
Is this what it's supposed to be?
reemprive said:
Here is the screenshot: http://www.flickr.com/photos/[email protected]/5799084381/
Is this what it's supposed to be?
Click to expand...
Click to collapse
Seems like its ok... But let someone else confirm it..
Sent from my HTC Desire
reemprive said:
Here is the screenshot: http://www.flickr.com/photos/[email protected]/5799084381/
Is this what it's supposed to be?
Click to expand...
Click to collapse
Congrulations a2sd is working. To explain it: Standard path for apps the /data partition of your desire's internal memory. The symbol "->" means "was moved to".
So:
Standard partition + folder for apps: /data (internal memory) /app (folder in this internal partition)
was moved to (->)
/sd-ext (ext partition on sd card) /app (folder in this ext partiton)
It's the same with app-private (they belong together).
For you means this, all apps you install will be moved automatically to /sd-ext. You don't have to do anything.
I hope, this is understandable.
Thank you! TB restores will be on SD Ext too, I assume?
Yes. Restoring apps is nothing else than installing an app, merely and simply with user data.
I did what's explained on mattman's site, installed the terminal emulator and gave in those two commands.
http://www.mattman.org/index.php/ginger-villain/70-ginger-villain-internal-space
is app2sd just an app that moves apps to sd or does it do more?
don't know if you mean the app2sd FEATURE of Froyo+ or the app2sd (app2sd+) script-things-in-custom-roms thing...
Lothaen said:
don't know if you mean the app2sd FEATURE of Froyo+ or the app2sd (app2sd+) script-things-in-custom-roms thing...
Click to expand...
Click to collapse
There is also an app in the market called app2sd, which allows you to quickly manage your apps/send to sd/clear cache and more. I used it as an app manager when I was in froyo, cause I found the android ones too laggy. It's a nice little tool
Sent from my HTC Desire
As GV uses Darktremor A2SD there is an app in the market called a2sdgui.
With this app you can activate app2d, cache2sd and a few other things.
Related
i got my last question solved but I read somewhere that usin darktremors script would allow me to run widgets from sd card because the system thinks they are still in the correct place.
running GV1.5 partitions fat32/ext3/linux-swap.
I installed the script after mounting /data and /system from the recovery. After that I rebooted and ran the script commands. Moved a widget to sd card and it vanished from screen just like froyo.
what am I doing wrong?
I know you need to move the dalvik-cache for this to work. but recovery can't find sd-ext.
Huh? From what i know widgets will not work if u put them in the micro sd.
Sent from my HTC Vision using XDA App
lainvalenajr said:
Huh? From what i know widgets will not work if u put them in the micro sd.
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
Using stock froyo a2sd (apps2fat) will not allow you to run widgets. If you partition your sdcard (ext partition) and use the old style a2sd (apps2ext) using darktremors a2sd package you can run widgets from the sdcard. Along with putting the entire app, not just 1/2 or 1/4 of it, on the sdcard plus all of it's data (optional).
If it's easy for you to understand it as the phone thinking the ext partition is part of the internal memory, that's good enough since it's basically what's going on.
Spastic909 said:
I installed the script after mounting /data and /system from the recovery. After that I rebooted and ran the script commands. Moved a widget to sd card and it vanished from screen just like froyo.
Click to expand...
Click to collapse
What you did wrong is moving the app to the sdcard. The commands you run in terminal move the apps to the sd ext partition. Specifically this one:
Code:
#su
#cd /system/bin
#a2sd cachesd
It will still show it as installed to the internal memory because it thinks it is. Even in a file explorer under data/app it shows the apps but that's part of the *trick*.
If you go into applications and move it to the sdcard it puts it on the fat32 partition which is where the froyo version puts them - don't do that. That's what you did wrong.
KCRic... huh i didnt know that. Ill try that. Spastic u should try that lol
Sent from my HTC Vision using XDA App
i installed the busybox 1.18.0.git
wiped everything in recovery and from recovery ran the script. After I rebooted I ran the commands in terminal.
then my phone rebooted...does that mean it worked?
Spastic909 said:
i installed the busybox 1.18.0.git
wiped everything in recovery and from recovery ran the script. After I rebooted I ran the commands in terminal.
then my phone rebooted...does that mean it worked?
Click to expand...
Click to collapse
Yeah. You can use titanium backup to make sure. Just open it and you should see a bar at the bottom showing sdext available/free. Also you can use a file explorer - got to /sdext and you should see an app, app-private, dalvikcache, data, and one or two other folders listed. If you do then it worked.
You can also use terminal to have a2sd check and make sure it's working but I don't want to load the thread with commands I'll post them if you want to learn a bit though
Sorry to resurrect this thread, I thought it better than making my own.
I'm running CM 6.1.3 and have an 8GB SD card inside.
1) How do I check how the SD card is formatted? And if it doesn't have an EXT3 partition, how do I partition it property?
and 2) Is there an easy, non-terminal way to send apps to the EXT3 partition, akin to hitting "move to SD card" in android settings. And since, as you said, it moves all the data to the EXT3 partition, not just some, is it best to keep most of my apps there, to free up internal memory as best as possible?
And PS, when I'm partitioning my SD card, will I need to create a SWAP partition? 1GB for an 8GB stick?
Thanks so much.
EDIT: I'm on an X10 if that helps..
my ROM is a apps2sd ROM. Ext sd is reporting use, i.e. I set 1g of ext and storage says 658mb of ext is free. But in applications my apps give me the choice to Move to SD! ?
I used TB pro to batch move apps to SD but altho my apps now report they are on SD. Ext usage actually went down after the move. Am I confusing Apps on Sd / ext ? So on roms with default apps2sd you ignore in applications that they appear to be on internal mem?
Sent from my HTC Desire using XDA App
Yes ignore it. You've just moved your apps from ext to fat. Read the root memory faq in my signature
Sent from my HTC Desire using XDA App
I've some A2SD questions as well. I'm on CM7 with several apps already installed. My 4GB SD card has already been partitioned to 3GB FAT32 and 1GB ext4.
I was getting low memory warnings so I applied the darktremors script (stable, not nightly) expecting it to automatically move my apps to the sd card like your a2sd guide said it would. However, I still got low memory warning, so I manually moved the app to sd card using manage applications. This however moved the apps to the FAT32 partition, and several of my apps suh as my clock widget and swype no longer work.
How to I get my existing apps to move to the SD card's ext4 partition?
They need to all be moved to phone.
The apps should automatically move to ext download quick system info to check a2sd is working.
If its not try "a2sd reinstall" from terminal emulator.
Dalvik-cache is not moved by default and takes up a whole load of space so don't forget "a2sd cachesd" too
Sent from my HTC Desire using XDA App
OK, I thought the a2sd would move existing apps as well, didn't know I needed to "a2sd reinstall". Can I do the reinstall through an adb shell or do I need to download a terminal emulator?
I don't have a Class 4 card, it's a generic card and I don't know what class it is, so should I move the dalvik-cache to the cache partition using "a2sd cachepart" rather than "a2sd cachesd"?
Do I need to wipe cache and dalvik-cache before running any a2sd commands such as reinstall and cachesd/cachepart?
Lastly, do I need to reboot the phone after running these commands?
Thanks.
goister said:
OK, I thought the a2sd would move existing apps as well, didn't know I needed to "a2sd reinstall". Can I do the reinstall through an adb shell or do I need to download a terminal emulator?
I don't have a Class 4 card, it's a generic card and I don't know what class it is, so should I move the dalvik-cache to the cache partition using "a2sd cachepart" rather than "a2sd cachesd"?
Do I need to wipe cache and dalvik-cache before running any a2sd commands such as reinstall and cachesd/cachepart?
Lastly, do I need to reboot the phone after running these commands?
Thanks.
Click to expand...
Click to collapse
Ive never seen any performance issues even on class 2 cards. Keeping dalvik on NAND may give a miniscule performance increase, but I think its so negligible, you wont notice. But put it where you want. I recommend card though as you need the cache partition for downloads and as it fills with dalvik, it will limit the size of apps you can download from the market.
a2sd reinstall is for if it doesn't work properly. Its always the first thing to try. Then move dalvik. The way dalvik move works is that it wipes dalvik, moves the location then reboots the phone (rebuilding dalvik so expect delays when booting up the first time). For this reason its best to use "terminal emulator" from the market.
Hope this helps.
Alright, thanks! Will try reinstall and moving dalvik cache to the sdcard. Might get a new faster card since 4GB is getting tight anyway.
Tried the reinstall and it seemed to work. I had to move my apps back to the internal memory in 2 batches since I was running out of internal memory. So here's what I did
1. Move batch 1 of apps from sdcard back to internal memory
2. Run a2sd check in adb shell
3. Run a2sd reinstall in adb shell
4. After phone rebooted, checked my storage to find about 50MB of internal space left (woohoo!)
5. Move batch 2 of apps from sdcard back to internal memory
6. checked my storage to find still about 50MB of internal space left. I guess this means a2sd automatically moved them to the sd-ext partition?
When I ran a2sd check in step 2, the output showed that my ext partition type was ext2 rather than ext4 which I formatted the sd-ext partition to. Is this a mistake?
Will try moving dalvik-cache perhaps this weekend.
Are there any benchmarks I can run on the sdcard to make sure it's fast enough for dalvik-cache? Perhaps HDTach/CrystalDiskBench/ATTO/AS-SSD Bench/etc? There aren't any markings on the sdcard that indicates its class. It's a generic HP 4GB sdcard. Will a "dd if=largefile of=/dev/null" for read and a "dd if=largefile1 of=largefile2" for write work?
I've never known a card too slow for dalvik. Just move it. You can move it back again
Sent from my HTC Desire using XDA App
I believe the ext2 is due to some error with a2sd check. I encountered it too when i used the command and i was using an ext4 partition.
As for dalvik, try moving it. If it too slow then move it back.
itachi1706 said:
I believe the ext2 is due to some error with a2sd check. I encountered it too when i used the command and i was using an ext4 partition.
As for dalvik, try moving it. If it too slow then move it back.
Click to expand...
Click to collapse
Sorry, yes its a bug, fixed apparently in the latest BETA.
Don't think I'll be playing with the phone for a while - it's my wife's phone, and it took almost a week for me to figure things out and start from stock to CM7 with A2SD...now it's relatively stable with quite a bit of internal memory available, so I think I'll keep it that way for a while.
Thanks for all the help!
Hello rootsu,
i installed a Data++ rom and now some applications that i install, not from market, disappear after a reboot. From the market it is fine but if i put a .apk in the card and install it, disappear after reboot. Not all of them. Only some of them.
I have a aura sygic gps and this is one of them that disappear after install. The only way that doesn't is to move to the card. And another one, that doesn´te have the option to move to the card, disappear after reboot.
I already wipe dalvik cache, wipe everytnhig, rom install again, etc...
What's the problem? Do you now? I've searched a lot but i cant find anything.
That's a new one on me.
Install, take titanium backup, boot recovery, factory reset, format /data, titanium restore?
Sent from my HTC Desire using XDA App
Thanks, rootsu.
And when i go to install again, say that this will replace another application.
I already made a backup, when i have stock, and restore it and happens the same.
What to do?
Edit: I do a backup, only the application, with titanium, and when restore it and say error and dont restore the application.
Hello rootsu,
i modify de hboot to sense and all problems gone. Its good now. I think thats a problem with a Hboot Data++.
Thanks.
Ah maybe yes. Good work
Sent from my HTC Desire using XDA App
Hello rootsu,
i install hboot sense and Leedroid 3.3.3 and works fine, but i have a question about cache file system. Why my cache system space is 202mb? In the AlphaRev 1.8 page the hboot sense as 40 mb. I dont understand.
The cache system space is from sdcard memory or memory phone?
Thanks
Although I am not rootSU, I feel free to answer:
I am pretty sure it uses space of SD Card. Using internal memory would be a little strange, especially we are talking about 160 MB here.
SwiftKeyed from CyanogenMod with Transparent XDA App
MatDrOiD said:
Although I am not rootSU, I feel free to answer:
I am pretty sure it uses space of SD Card. Using internal memory would be a little strange, especially we are talking about 160 MB here.
SwiftKeyed from CyanogenMod with Transparent XDA App
Click to expand...
Click to collapse
Thanks MatDrOiD.
I managed to get my phone rooted and installed nlooooo's 2.3 ROM with the help of a bunch of kind users from here. I'm now having trouble moving some apps to the sd card. I mainly want to move facebook, handcent, maps, es file explorer. Tried moving them through the 'Manage Applications' menu but the 'move to sd card' button is greyed out. I have A2SDGUI installed (came with the ROM) but not sure if and how I can use it to move these apps.
Any ideas?
no need to open another thread on another common issue...
going to link you to another guide, should explain a bit more why you shouldnt need to move apps. you should have read it after being pointed to it previously
as long as you've created your sd partition properly, the script should automatically move them. A2SDGUI app should also let you know.
i also recommend to install 'diskusage', it'll let you browse all your partitions so you can see how space is being used. you may find that your apps are already on sd partition
eddiehk6 said:
no need to open another thread on another common issue...
going to link you to another guide, should explain a bit more why you shouldnt need to move apps. you should have read it after being pointed to it previously
as long as you've created your sd partition properly, the script should automatically move them. A2SDGUI app should also let you know.
i also recommend to install 'diskusage', it'll let you browse all your partitions so you can see how space is being used. you may find that your apps are already on sd partition
Click to expand...
Click to collapse
Just had a look at the guide. Do I need to follow the 5 steps underneath "Assuming you are rooted"? I was under the impression that the ROM I installed already includes Apps2SD functionality.
A2SDGUI says "Apps are on SD" when I open it, however, when I went to 'Manage Applications' I managed to move some apps to the SD card manually, meaning that they aren't all on the SD card.
I've installed diskusage and can confirm that the apps I mentioned in my previous post aren't on the SD Card.
lambada24 said:
Just had a look at the guide. Do I need to follow the 5 steps underneath "Assuming you are rooted"? I was under the impression that the ROM I installed already includes Apps2SD functionality.
A2SDGUI says "Apps are on SD" when I open it, however, when I went to 'Manage Applications' I managed to move some apps to the SD card manually, meaning that they aren't all on the SD card.
I've installed diskusage and can confirm that the apps I mentioned in my previous post aren't on the SD Card.
Click to expand...
Click to collapse
to be honest, i don't think you've read all of the guide, otherwise you wouldnt be asking these questions. read the whole thing, underneath where you referred to. then start at the top and read the whole thing a few more times (trust me i did this several times before i understood)...you can repeat this for many internet guides lol
i've read through your other 'insufficient memory' thread, so have assumed that you've created your sd-ext partition properly using 4ext.
if A2SDGUI reports "Apps are on SD" i'm nearly certain it's already working, it means the apps are on the partition (which is why you made it in the first place).
basically, all your used memory (apps, dalvik cache, data) has to be stored somewhere. when you open diskusage, select the sd-ext option to browse it. the app is quite useful for looking at /data (your 'internal memory') and /system too.
the reason why you might not be able to move some apps depends on the rom, these are likely system apps. you can't move these to sd, and you won't free up any internal memory even if you could move them
lambada24 said:
Just had a look at the guide. Do I need to follow the 5 steps underneath "Assuming you are rooted"? I was under the impression that the ROM I installed already includes Apps2SD functionality.
A2SDGUI says "Apps are on SD" when I open it, however, when I went to 'Manage Applications' I managed to move some apps to the SD card manually, meaning that they aren't all on the SD card.
I've installed diskusage and can confirm that the apps I mentioned in my previous post aren't on the SD Card.
Click to expand...
Click to collapse
If you have problems using my rom you should ask me for help.
Rom has Darktremor a2sd script included and A2SDGUI app should work. However, sometimes it can happen that after a fresh install A2SDGUI doesn't so you have to do the following:
-install Terminal app
-type su (and grant superuser rights)
-type a2sd reinstall and let it finish and reboot your phone. Reboot can last a little bit longer.
After that try to use A2SDGUI, and move apps and dalvik to sd-ext.
Read this thread, there you have all explanations about how to use a2sd.
http://forum.xda-developers.com/showthread.php?t=719151
nlooooo said:
If you have problems using my rom you should ask me for help.
Rom has Darktremor a2sd script included and A2SDGUI app should work. However, sometimes it can happen that after a fresh install A2SDGUI doesn't so you have to do the following:
-install Terminal app
-type su (and grant superuser rights)
-type a2sd reinstall and let it finish and reboot your phone. Reboot can last a little bit longer.
After that try to use A2SDGUI, and move apps and dalvik to sd-ext.
Read this thread, there you have all explanations about how to use a2sd.
http://forum.xda-developers.com/showthread.php?t=719151
Click to expand...
Click to collapse
I followed your instructions and they seemed to have worked. To be sure of that, I switched off the phone, removed the SD Card and rebooted it. As expected, many of the apps weren't available. Problem is, when I put the card back in only a few apps re-appeared! What could be happening?
lambada24 said:
I followed your instructions and they seemed to have worked. To be sure of that, I switched off the phone, removed the SD Card and rebooted it. As expected, many of the apps weren't available. Problem is, when I put the card back in only a few apps re-appeared! What could be happening?
Click to expand...
Click to collapse
There's a big difference between apps you moved manually from app management and apps you moved with a2sd. The first one are moved to fat32 partition of your sd card while the second are moved to sd-ext.
You shouldn't do that because you brake symlinks created by a2sd. Go to A2SDGUI and choose move dalvik and rebuild, or execute the same command via terminal.
nlooooo said:
There's a big difference between apps you moved manually from app management and apps you moved with a2sd. The first one are moved to fat32 partition of your sd card while the second are moved to sd-ext.
You shouldn't do that because you brake symlinks created by a2sd. Go to A2SDGUI and choose move dalvik and rebuild, or execute the same command via terminal.
Click to expand...
Click to collapse
A2SDGUI didn't solve it but the terminal commands did - THANKS!
What's the quickest way of checking which apps are on internal memory / fat 32 / sd ext? I've installed 'diskusage' as recommended above but I can't seem to find the internal memory on it.
diskusage is good enough.....
lambada24 said:
A2SDGUI didn't solve it but the terminal commands did - THANKS!
What's the quickest way of checking which apps are on internal memory / fat 32 / sd ext? I've installed 'diskusage' as recommended above but I can't seem to find the internal memory on it.
Click to expand...
Click to collapse
i use "FreeSpace" from the play store, its simple but good.
Sent from my HTC Desire
lambada24 said:
A2SDGUI didn't solve it but the terminal commands did - THANKS!
What's the quickest way of checking which apps are on internal memory / fat 32 / sd ext? I've installed 'diskusage' as recommended above but I can't seem to find the internal memory on it.
Click to expand...
Click to collapse
Sometimes A2SDGUI gets bugged. You can try to uninstall it with Titanium backup (clear data first) and to install it from market, to store it to internal memory, not on system partition.
However terminal is everworking solution...
Sent from my HTC Desire using flashes and thunders
lambada24 said:
A2SDGUI didn't solve it but the terminal commands did - THANKS!
What's the quickest way of checking which apps are on internal memory / fat 32 / sd ext? I've installed 'diskusage' as recommended above but I can't seem to find the internal memory on it.
Click to expand...
Click to collapse
i tried to explain...
eddiehk6 said:
basically, all your used memory (apps, dalvik cache, data) has to be stored somewhere. when you open diskusage, select the sd-ext option to browse it. the app is quite useful for looking at /data (your 'internal memory') and /system too.
Click to expand...
Click to collapse
your internal memory is the /data option.
basically you want to ensure all your user apps are on the sd-ext partition, and not FAT32
in future, whenever you run into low space warnings, always use apps like these to check what's taking up the space first
nlooooo said:
Sometimes A2SDGUI gets bugged. You can try to uninstall it with Titanium backup (clear data first) and to install it from market, to store it to internal memory, not on system partition.
However terminal is everworking solution...
Sent from my HTC Desire using flashes and thunders
Click to expand...
Click to collapse
Did that but Market installed it on the SD Card for me. Can I transfer it to internal memory by using the 'Convert to system app' option in Titanium Backup?
eddiehk6 said:
i tried to explain...
your internal memory is the /data option.
basically you want to ensure all your user apps are on the sd-ext partition, and not FAT32
in future, whenever you run into low space warnings, always use apps like these to check what's taking up the space first
Click to expand...
Click to collapse
Can't see an 'sd-ext' option in diskusage. Is it the /system/sd ?
lambada24 said:
Did that but Market installed it on the SD Card for me. Can I transfer it to internal memory by using the 'Convert to system app' option in Titanium Backup?
Click to expand...
Click to collapse
It's ok as long as it's not located in system folder. Do not convert it to system app cause you'll do exactly what you shouldn't!
nlooooo said:
It's ok as long as it's not located in system folder. Do not convert it to system app cause you'll do exactly what you shouldn't!
Click to expand...
Click to collapse
Well, it's stored in the same place as Messages, Google Services, Gmail and HTC Sense. Is that fine?
lambada24 said:
Did that but Market installed it on the SD Card for me. Can I transfer it to internal memory by using the 'Convert to system app' option in Titanium Backup?
Can't see an 'sd-ext' option in diskusage. Is it the /system/sd ?
Click to expand...
Click to collapse
try the "FreeSpace" app i suggested in earlier post, it tells u how much memory in system, cache, sdcard, ext, internal. it doest say whats using the space but atleast u will know if its being used
Sent from my HTC Desire
lambada24 said:
Well, it's stored in the same place as Messages, Google Services, Gmail and HTC Sense. Is that fine?
Click to expand...
Click to collapse
It shouldn't be. Anyway uninstall it and use terminal for commands.
jmcclue said:
try the "FreeSpace" app i suggested in earlier post, it tells u how much memory in system, cache, sdcard, ext, internal. it doest say whats using the space but atleast u will know if its being used
Sent from my HTC Desire
Click to expand...
Click to collapse
Installed it and it says I have 5Mb free under 'System' - is that normal?
nlooooo said:
It shouldn't be. Anyway uninstall it and use terminal for commands.
Click to expand...
Click to collapse
Would it be a good idea to execute the terminal command you gave me earlier once every few weeks to ensure all apps are on SD? How can I move dalvik to sd-ext via terminal?
lambada24 said:
Installed it and it says I have 5Mb free under 'System' - is that normal?
Would it be a good idea to execute the terminal command you gave me earlier once every few weeks to ensure all apps are on SD? How can I move dalvik to sd-ext via terminal?
Click to expand...
Click to collapse
5Mb free on system-normal just don't put anything there anymore.
Type a2sd cachesd.
nlooooo said:
5Mb free on system-normal just don't put anything there anymore.
Type a2sd cachesd.
Click to expand...
Click to collapse
Does the command 'a2sd reinstall' move apps from the internal memory to the sd card or simply reinstalls a2sd functionality? If the latter, what command should I use to move the apps?
Nevermind, I googled it and discovered it moves both current and future non-system apps to the SD Card.
Thanks to all of you for your assistance
Sorry to ask the same question again, but I can't find a direct comparison with my issue on here (not that I can recognise anyway, I realise it's probably my lack of knowledge however!)
So, just installed ICS. I chose to have both apps and cache on sd when installing. I have only installed a few apps and already I'm "low on space". I noticed the space drop significantly when I restored my sms messages so maybe that's the problem, but don't understand why the messages aren't being stored on the sdcard as requested. I have previously set up an ext partition (ext3 I think, but I'm not sure how to check).
I'm hoping this is just a setting I'm missing as it seems insane to be out of space so quickly.
Which ROM are u using? You probably didn't activate a2sd script. Run the terminal and type:
1. su
2. a2sd install
3. (Y)es to moving Dalvik cache to sd-ext
4. (N)o to moving app-data to sd-ext
5. (Y) to reboot
And also I suggest you to create ext4 partiton instead of ext3.
Delete your sms again and download quick system info pro and note down ext free space from the first screen. Install another app from play store and check your free space again - if it goes down your a2sd works.
If that is working ok you might just have to limit the number of sms you keep. What HBoot are you on? Maybe that's why you don't have much space for messages.
Sent from my HTC Desire using xda app-developers app
I'm on Nikez JB with a2sd (yny) and I still have low memory warnings. I have 29 apps installed and I think there's something wrong with a2sd. Is anybody experiencing similar problem?
Have you partitioned your sd card correctly?
Sent from my HTC Desire using xda app-developers app
kgarlick said:
I'm on Nikez JB with a2sd (yny) and I still have low memory warnings. I have 29 apps installed and I think there's something wrong with a2sd. Is anybody experiencing similar problem?
Click to expand...
Click to collapse
check nikez JB thread and click the link to his site, there is a command for TE there to check if a2sd worked, cant remember what it is.
Sent from my HTC Desire
I've checked that in TE, I'm assuming that a2sd works:
Code:
i47.tinypic.com/xfyrnm.png
What's bugging me is that when I'm going to Manage Applications I've screen where on start I see how many free memory I have:
Code:
i49.tinypic.com/30m7k47.png
...and after few second free space is larger than @ start:
Code:
i46.tinypic.com/x5avy9.png
Is this normal behaviour? Phone is taking the first calculation (when opening Manage Applications) as a free space, not that after few seconds. That is confusing me.
Is this indicating that there is something wrong with a2sd?
Hi
I have CM7 on my Desire with the S2E app to move applications/data to a 1gb ext4 partition.
This has worked fine for months but there has always been an issue with some some apps (Gmail, Facebook) hanging and giving a FC - which is probably down to the (slow) class 4 SD card I have.
So, is it possible to manually move Gmail/Facebook apps back to the internal memory while keeping S2E installed?
If not, what are my alternatives for moving only select apps/data to the ext4 partition?
If I uninstall the S2E app, what happens to all the apps installed on ext4? Or simply, what is the best way to remove S2E?
Any help/advice is much appreciated!
Thanks.
With S2E its basically all or nothing. I'm using a class4 card as well and have no issues with Facebook or Gmail force closing on me. It really depend on what you move to the SD-EXT. I had S2E move everything except Application Data and Dalvik Cache.
The rule here is, the more system related stuff you move to the sd ext, the more information it needs to pull out from the sd card. If your sd card speed is not up to the task, thats where you get reboots or FC's.
Have you tried fix_permissions from terminal or recovery? That sometimes helps with FC issues.
Sent from my HTC Desire using xda app-developers app
hans moleman said:
Have you tried fix_permissions from terminal or recovery? That sometimes helps with FC issues.
Sent from my HTC Desire using xda app-developers app
Click to expand...
Click to collapse
Ran this earlier from terminal and it seems to have fixed the issue.
Many thanks.
You might create a folder on the original /data partition, move all app-relevant files and create symlinks on /sd-ext/data - the opposite of what Link2SD is doing...
a2sd / link2sd s2e
hi i am using cm9 on my desire and i am wondering witch script/app is working best for increasing internal memory.
i was using a script a year ago (can't remember the name) but all my apps were freezing for a 2-3 seconds. i now installed link2sd with no issues but i can't understand what;s the diff with others, maybe s2e witch support CM is better? any help suggestion?
S2E and a2sd are mounting single folders from /sd-ext/ on top of the corresponfing /data/ folders, e.g. /sd-ext/app/ on /data/app/, i.e. the files go to the SD card instead of to the internal memory. Its called "bind mount".
Link2SD uses symbolic links instead of mounting folders, i.e. you can select which app/data/dalvik-cache goes to the SD card.
Both (bind mount and symbolic links) are cheap operations, once you open a file (read or write) one additonal step (the redirection) is needed. I don't understand why int2sd should be faster (something like "writes directly to the card"!?)...
One reason for read performance issues might be the missing "noatime,nodiratime" mount options - without them, each read operation on files and directions results in a write operation for updating the access time.
akoutsakas said:
hi i am using cm9 on my desire and i am wondering witch script/app is working best for increasing internal memory.
i was using a script a year ago (can't remember the name) but all my apps were freezing for a 2-3 seconds. i now installed link2sd with no issues but i can't understand what;s the diff with others, maybe s2e witch support CM is better? any help suggestion?
Click to expand...
Click to collapse
S2E is the easiest to install and use. You don't need to flash a separate script just install the app from the market and it is ready to go. If you have a working solution for a2sd already however I would leave it as is unless you are having problems.
Sent from my HTC Desire using xda app-developers app