Related
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.
I'm using app2sd+ on my Desire with the Leedroid ROM. The ext3 partition on my SD card has over 500MB free space yet my Desire still reports low internal storage - 6MB and at one point last week it was completely full, ie. apps stopped syncing data as they couldn't write to the storage.
I have taken the SD card out of the phone and mounted it on my Linux computer to see how much space it's using:
Code:
/dev/mmcblk0p2 836M 245M 549M 31% /media/f74d2438-5eb6-4570-9ee3-fae2f7e5ef74
(where 549M is free space)
Code:
du -sh /media/f74d2438-5eb6-4570-9ee3-fae2f7e5ef74/*
105M /media/f74d2438-5eb6-4570-9ee3-fae2f7e5ef74/app
2,0M /media/f74d2438-5eb6-4570-9ee3-fae2f7e5ef74/app-private
122M /media/f74d2438-5eb6-4570-9ee3-fae2f7e5ef74/dalvik-cache
Anyone know what could be causing this, and how to get the phone to see how much space is really there?
Basically check if the android has moved any apps to the sd cards fat 32 partition by going to manage applications/SD card in settings
Sent from my HTC Desire using XDA App
This why I dont like app2sd.
It has moved a handful of apps to the FAT32 partition on the SD card. But I don't understand why - I have tonnes of space on the ext3 partition that I created for app2sd+, why does it not see that space?
(I didn't want to use app2sd+ either but I have no choice due to the crappy amount of internal storage on the Desire)
It does it automatically so just move as much apps back to the phone as possible then run the a2sd reinstall command
Sent from my HTC Desire using XDA App
reaper7881 said:
It does it automatically so just move as much apps back to the phone as possible then run the a2sd reinstall command
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
what command is that out of interest?
also some apps automagically try and set themselves up to install to the fat32 partition - annoying... perhaps google should implement a way to choose where you want them installing, but i guess they think they are catering for the majority...
Once u have moved thwdpps from the fat 32 to the phone that command reruns the a2sd script movring app the apps on the phone to the extra partition
Sent from my HTC Desire using XDA App
Sorry I don't understand. If I try to move those apps back to the phone (internal storage) it won't let me because it claims there's not enough space available.
However as I showed in my first post there's plenty of free space on the ext3 partition on my SD card. That ext3 partition is supposed to be used by app2sd+ to extend the internal storage.
I'm not sure what a2sd reinstall has to do with it - I'm not using a2sd I'm using app2sd+ (http://forum.xda-developers.com/showpost.php?p=7473663&postcount=3)
shankly1985 said:
This why I dont like app2sd.
Click to expand...
Click to collapse
This has nothing to do with a2sd+ script per se. I'd call that a bug in Leedroid implementation.
reaper7881 said:
It does it automatically so just move as much apps back to the phone as possible then run the a2sd reinstall command
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
Leedroid uses cyanogenmod script. You are talking about Darktremor's, so this won't work.
Lothaen said:
perhaps google should implement a way to choose where you want them installing, but i guess they think they are catering for the majority...
Click to expand...
Click to collapse
You have this option in Spare parts for a year or so. I noticed it for the first time in October last year. But it only works for those apps which had hardcoded Froyo a2sd (fat32) capability.
Op, where is your davlik cache? Download diskusage and check what happens. With some 90 apps & stock hboot you should have some 90mb internal. I have about that with my setup from the sig and my 130mb davlik is on /data.
Hi,
In Diskusage->Appstorage shows 319MB for data and 314MB for Applications.
In /data Diskusage shows 132.9MB of data.
I have 5.04MB free internal storage.
reluctantwinmouser said:
I'm using app2sd+ on my Desire with the Leedroid ROM. The ext3 partition on my SD card has over 500MB free space yet my Desire still reports low internal storage - 6MB and at one point last week it was completely full, ie. apps stopped syncing data as they couldn't write to the storage.
I have taken the SD card out of the phone and mounted it on my Linux computer to see how much space it's using:
Code:
/dev/mmcblk0p2 836M 245M 549M 31% /media/f74d2438-5eb6-4570-9ee3-fae2f7e5ef74
(where 549M is free space)
Code:
du -sh /media/f74d2438-5eb6-4570-9ee3-fae2f7e5ef74/*
105M /media/f74d2438-5eb6-4570-9ee3-fae2f7e5ef74/app
2,0M /media/f74d2438-5eb6-4570-9ee3-fae2f7e5ef74/app-private
122M /media/f74d2438-5eb6-4570-9ee3-fae2f7e5ef74/dalvik-cache
Anyone know what could be causing this, and how to get the phone to see how much space is really there?
Click to expand...
Click to collapse
Can you Please Post Questions in the Q&A forum Thanks
Moving to Q&A
I am tired searching months for solution... my Internal memory always comes to 10MB or less.
I have:
HTC Desire with LeeDrOiD GB V3.0.8.2 Bravo
Hopefully it use AP2SD+ right
My Titanium backup says:
System ROM: 262 MB (19,2 MB free)
Internal: 158 MB (16,1 MB free)
SD card: 7,23 GB MB (25,8 MB free) ... this is not problem, I just need to erase bunch of mp3, etc...
SD caRD (a2sd): 697 MB (508 MB free)
LeeDrOiD GB V3.0.8.2 Bravo - Nice room, a bunch of unusefull apps but small, probably not big deal.
I prefer my own apss:
music - Mixing
calendar - Busssiness calendar
RealCalc
ES File Explorer
TeamViewer... Alots of them use soo many Internal memory.
Nimbuz.. Also take too much
A long time ago I have erased flash app... Easy live with that. Always fighting with Google earth update to get it right - to have enough memory before update...
LOVE HTC Desire, but that memory... As you can see I am moding user, like to have my apps and right setup.
TO eassy it, to find solutions for me, some more info for you:
I was thinking about to get different ROM.
I think I can live without Sense - using Mail widget and news widged.. but I think it can be raplaced with other market apps... I liked go launcher EX, but didnt have memory space to play with it - therfore it was erased.
I was reading something about HTC allow more freelly deal with this HTC desire memory problem... Didnt find solutions yet.
The 'solution' I found was to sell my Desire and buy a Samsung galaxy 2.
The internal storage on the Desire is just too small for many users, and the complicated and unsupported hacks to expand it with SD card storage are buggy and error prone.
reluctantwinmouser said:
The 'solution' I found was to sell my Desire and buy a Samsung galaxy 2.
Click to expand...
Click to collapse
I support this solution!
Yes, I was thinking about that. But I was choosing/looking for my phone soo hard and thinking that this is RIGHT form me... Unofrtunatelly I forgot about memory... My first touch screen phone... (right screen size.. not to big, not too expensive, but new technology- something better, good forum support...) I think you understand.
It is a bit hard for me to buy new one soo early. But I will have to.
OK, I take this as solution.
I ma strongly thinking about to get small or the smallest room which I can get...
Maybe Cyanogen
Any recomendations?
Redux 2 or dGB
Sent from my Redux 2 Desire
Smallest rom you can get right now is dGB. It uses only 60 MB of /system.
SwiftKeyed from dGB with Transparent XDA App
Yes, I am going to try each one.
.. Just need to findout about backups ... if Titanium backup will do all the thing (app + setings)
I have no idea where did I found this: http://forum.xda-developers.com/showthread.php?t=1045824
Does it worth a try?
danielson84 said:
Yes, I am going to try each one.
.. Just need to findout about backups ... if Titanium backup will do all the thing (app + setings)
I have no idea where did I found this: http://forum.xda-developers.com/showthread.php?t=1045824
Does it worth a try?
Click to expand...
Click to collapse
Titanium or My Backup will do thing.
It is worth of trying and I recommend it if you want Sense ROM but you need good sd card. I had some lags so switched back to Redux 2.
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.
Space is limited. (at least the space in our phones)
so I always read about apps2sd, data2sd, link2sd. I'm confused about how all they work, which ist best way to go. the information to read is very diffuse so don't blame me if I open a thread to understand the backgrounds.
So, I installed an app called App2SD (https://market.android.com/details?id=com.a0soft.gphone.app2sd&hl=de) and moved supported apps to SD.
Now there I have root, I want to get to know about alternatives. So what are the methods out there, what to stick to best?
thanks for your help in advance.
theq86 said:
Space is limited. (at least the space in our phones)
so I always read about apps2sd, data2sd, link2sd. I'm confused about how all they work, which ist best way to go. the information to read is very diffuse so don't blame me if I open a thread to understand the backgrounds.
So, I installed an app called App2SD (https://market.android.com/details?id=com.a0soft.gphone.app2sd&hl=de) and moved supported apps to SD.
Now there I have root, I want to get to know about alternatives. So what are the methods out there, what to stick to best?
thanks for your help in advance.
Click to expand...
Click to collapse
I prefer link2sd based on practical experience with all three methods.
I find it the most customizable and fastest although unlike the other two it's not a set it and forget it solution it allows for some definite benefits in terms of file placement and speed.
data2sd and data2whatever tend to bog down over time for some reason where as link2sd keeps up to speed. Lot's of nice features and a great user interface as well.
It's also easily reversible if you don't like it. I can't say the same for the other two.
Here's a link to the original developer's thread and a little tutorial.
Same, Link2sd never worked for me haha
just installed link2sd, after a lengthy process getting stock rom back from a bad CM7 experience....now have a happy healthy stock rom, perm rootedm with link2sd and virtually all apps on the 2nd sd partition. i've basically gone through the "my apps" list on my market account and "linked" everything that's on the market, and kept the rest (pre-installed/not available on the market?) on the internal memory.
internal mem is reporting 108mb free, and i have a little under 1gb on my sd's 2nd partition.
so far so good...touch wood....fingers crossed
so yeh, i'd vote for link2sd.....it also does seem fairly "automated" to me....whenever i download a new app, it automatically links it and moves it to the 2nd partition (although you can manually move it back to internal if you get roblems with a specific app).
Installed Link2SD now. I like it. thx +1 for you 2
I'd like to know how Data2SD handles over time. Using a single file seems a little monolithic but if it works you can't argue with results.
Haven't anyone tried S2E? It's completely automatic and you don't need to set up anything.
Enviado desde mi HTC Wildfire S usando Tapatalk
Hey Dan,
I've never heard of the app, but a quick google search suggests it's made primarily for CM7. Link2SD does work well for the most part so I think it would be foolish to jump into something else. I've not seen the battery drain that some people have complained about too. The only real alternative for those trying to avoid custom ROM's is Data2SD, which I've heard mixed reviews about.
theq86 said:
Installed Link2SD now. I like it. thx +1 for you 2
Click to expand...
Click to collapse
Huh? I thought your phone was bricked.
Sent from my Samsung Galaxy Tab 8.9
Another +1 for link2SD
Sent from my HTC Flyer P512 using Xparent Purple Tapatalk
Link2SD works fine except for the fact that some apps like maps and gmail cause problems when moved..
And when I start up my phone (no fastboot) it always says low internal memory and then Link2SD starts to link all apps which gives me about 60MB free space
mattio,
gmail causes problems? ive not observed a problem with gmail as of yet, what kind of problems?
Gloris said:
just installed link2sd, after a lengthy process getting stock rom back from a bad CM7 experience....now have a happy healthy stock rom, perm rootedm with link2sd and virtually all apps on the 2nd sd partition. i've basically gone through the "my apps" list on my market account and "linked" everything that's on the market, and kept the rest (pre-installed/not available on the market?) on the internal memory.
internal mem is reporting 108mb free, and i have a little under 1gb on my sd's 2nd partition.
so far so good...touch wood....fingers crossed
so yeh, i'd vote for link2sd.....it also does seem fairly "automated" to me....whenever i download a new app, it automatically links it and moves it to the 2nd partition (although you can manually move it back to internal if you get roblems with a specific app).
Click to expand...
Click to collapse
Hi,
what is the ext that you have on the 2nd partition?
I have ext4 and the Link2SD don't recognize the 2nd partition.
Cump,s
I've been using Link2SD ever since I started using CM. It has been working well for me. No issues with Gmail or Maps. Even my home screen app and keyboard are on the external partition. I just set CM to always keep the home screen in memory. The SD partition is formatted as ext2 because I don't see the need for a journaling filesystem (ext4).
Edit - to contribute to the original question.
I'm not so sure about the other options but I can explain a bit about Link2SD.
Basically what it does is move your application files to the external partition and then create symlinks where those files originally were. Symlinks are tiny files that arejust pointers to where the actual files are. The good part is that the OS does not care. It just sees the symlinks as the actual files. Seeing that it is the actual files that are symlinked, means that you can fine tune it to your needs... as opposed to linking whole directories or mounting a partition to something like/data/app/.
Sent from my HTC Wildfire S using XDA App
skezza said:
mattio,
gmail causes problems? ive not observed a problem with gmail as of yet, what kind of problems?
Click to expand...
Click to collapse
When I move Gmail to 2nd partition (EXT2).
After reboot the app renames itself to com.google.android.gmail in the appdrawer
Gloris said:
just installed link2sd, after a lengthy process getting stock rom back from a bad CM7 experience....now have a happy healthy stock rom, perm rootedm with link2sd and virtually all apps on the 2nd sd partition. i've basically gone through the "my apps" list on my market account and "linked" everything that's on the market, and kept the rest (pre-installed/not available on the market?) on the internal memory.
internal mem is reporting 108mb free, and i have a little under 1gb on my sd's 2nd partition.
so far so good...touch wood....fingers crossed
so yeh, i'd vote for link2sd.....it also does seem fairly "automated" to me....whenever i download a new app, it automatically links it and moves it to the 2nd partition (although you can manually move it back to internal if you get problems with a specific app).
Click to expand...
Click to collapse
Whenever I link a app to 2nd Partition it also reduces some of my internal memory. My Internal memory is now showing 81MB free. Can someone please guide what to do for increasing internal memory (i am a noob with rooted WFS)
ibne101 said:
Whenever I link a app to 2nd Partition it also reduces some of my internal memory. My Internal memory is now showing 81MB free. Can someone please guide what to do for increasing internal memory (i am a noob with rooted WFS)
Click to expand...
Click to collapse
That's normal, some apps don't tell the internal memory that they were linked to the SD card.
Simply turn your phone off (hibernate) and turn it on again , this should give you the additional free memory
Link2SD
I've tinkered with Data2SD and A2SD also but just don't understand how they work. Wasted time restoring my SD card after wiping it out. Link2SD works perfectly but I see some ROM photos showing a ton of free internal space and can't seem to figure out a way to get that little bit of extra space.
ibne101 said:
Whenever I link a app to 2nd Partition it also reduces some of my internal memory. My Internal memory is now showing 81MB free. Can someone please guide what to do for increasing internal memory (i am a noob with rooted WFS)
Click to expand...
Click to collapse
Try these steps:
1) Using Link2SD uninstall all the stock htc application that you dont like and dont need ( Most of them can be removed without any problem -> All widgets, google search, twitter, facebook , facebook for htc sense, plurk, htc likes, htc hub, xms ebuddy, stocks and many more, i forgot the names ).
You can always backup these using titanium backup if you are apprehensive.
2) Backup every application , contact and sms on your phone because we will cleanout our phone.
3) Now when you are ready boot into recovery and clean Data, Cache and Dalvik Cache. If possible also backup your sd card and format both fat32 and ext2 partitions .
4) Reboot and install Link2Sd, Mount ext2 partition and setup to link your files ( from settings ) then reboot and freshly install everything. You will find a hugh difference in internal memory
---------------------------------------------------------
I had 80mb internal memory free with 52 application installed, I did the above things and now i have 110mb free space with 60 apps installed which also includes updates of the remaining stock applications. However after doing all this dont move anything to sd card using your a2sd or applications will get corrupted
cyclonus00210 said:
I've tinkered with Data2SD and A2SD also but just don't understand how they work. Wasted time restoring my SD card after wiping it out. Link2SD works perfectly but I see some ROM photos showing a ton of free internal space and can't seem to figure out a way to get that little bit of extra space.
Click to expand...
Click to collapse
Please follow my above tutorial, I am sure you will unleash true power of Link2SD
always lags when I use data2sd, it's very very slow. I use link2sd, no lags anymore
Sent from my HTC Wildfire S A510e
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