Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Why does this notification keep showing?
I keep getting the Low on space notification on my HTC legend (2.2).
I use APP2SD and have 28 apps on the SD card (6.7GB of 7.6GB avail). No other apps are moveable to the SD card. The Phone had 185.12MB with 17.69MB available.
Why does this notification keep showing?
adb devices
adb shell pm setInstallLocation 2
I'd go ahead and invest in a larger capacity SD card, to start off with, and I'd install to the card only.
Because 18MB is relatively low memory. Some apps will cache a lot of data, so the first thing I'd do is go to settings>applications>manage applications and click on the ALL tab. Then press the menu key and sort by size. You can clear the cache of some of the apps to free up more memory.
If you want to move more apps to the SD card, you'll need to have the Android SDK installed. How-To Install Android SDK On Windows, Mac and Linux
Now the default location to install apps is the SD card. And, some apps that you couldn't move to the SD card will now be able to be moved.
Hi Lunatic,Because 18MB is relatively low memory. Some apps will cache a lot of data, so the first thing I'd do is go to settings>applications>manage applications and click on the ALL tab. Then press the menu key and sort by size. You can clear the cache of some of the apps to free up more memory.
If you want to move more apps to the SD card, you'll need to have the Android SDK installed. How-To Install Android SDK On Windows, Mac and Linux
Then on your phone go to settings>applications>development and enable USB Debugging. Plug your phone into the PC using the USB cable.
open a command prompt on your PC (start>run type "cmd" press ENTER)
Change directory to the android-sdk-windows\tools folder
At the prompt typeand you should see your phone listed as a serial number.Code:adb devices
typeCode:adb shell pm setInstallLocation 2
Done.
Now the default location to install apps is the SD card. And, some apps that you couldn't move to the SD card will now be able to be moved. Keep in mind Widgets and services should always be installed to the phone and not the SD card, so if you follow the steps above and you install a widget afterwards, you will need to go to settings>applications>manage applications and manually move it to the phone.
Hi Lunatic,
I just wanted to say thanks for the guide you posted. I had only about 17MB left on my phone (HTC Legend). I used your guide and it allowed me to transfer a bunch of apps to the sd card that were previously locked to the phone. This freed up about 13MB of space on the phone memory. However, I uninstalled an old app (imdb) and reinstalled it from the android market to see if it would save directly to the sd. It didn't. I was wondering if there is something else I can do to make the sd the default location for downloading new apps. Partitioning or something? I should also mention I am a noob to this sort of stuff and it took me an age to figure out how to use terminal on my mac.
Cheers.