Saturday, October 29, 2011

Enable SD card app storage option in android handset


You can now move most if your installed App into SD memory. Doing this technique you will be enabled to install lot of android apps in to your phone.

This technique is also a solution for "low internal memory" error in your handset.

Hacking technique:
* install android sdk with "google usb driver" selected in your computer
* connect your android phone to the computer using usb
* open command promt and cd to android-sdk/platform-tools
* type cmd "ade devices" will show the android devices connected in the system
* type below command to enable app install in SD card
"adb shell pm setInstallLocation 2"

(*Note)if you want to revert back to the default installtion path then type command like below
"adb shell pm setInstallLocation 0"

Once you have done this, goto your android phone and navigate to Settings -> Applications -> manage Apllication and click on your applications like to move to SD card and now you can see "move on Sd card" button is enabled.

No comments:

Post a Comment