how to move aplication to memory card in some android devices like galaxy mini
Posted in android
as in galaxy mini we can not move application to MMC card for that you just have to follow this simple steps
1. download android sdk from here and also installer from here
now as from previous post install
- android SDK tools
- SDK platform
- google usb packages
now copy path . for example in my pc G:\android-sdk-windows\platform-tools
now open cmd and type
adb devices
adb shell
A $ sign should pop up
pm setInstallLocation 2
Another $ should pop up and you are done now exit it and now you can easily move your apps to sd card .
now if you wants to know if your install location is set or not than type
pm getInstallLocation
1. download android sdk from here and also installer from here
now as from previous post install
- android SDK tools
- SDK platform
- google usb packages
now copy path . for example in my pc G:\android-sdk-windows\platform-tools
now open cmd and type
adb devices
adb shell
A $ sign should pop up
pm setInstallLocation 2
Another $ should pop up and you are done now exit it and now you can easily move your apps to sd card .
now if you wants to know if your install location is set or not than type
pm getInstallLocation
0 comments: