- Download latest version of Android SDK.
- Connect the phone using USB cable and enable USB debugging mode.Settings -> Applications -> Development and enable USB debugging
- Open terminal and navigate to android SDK directory, in my instance cd /home/udara/private/android-sdk-linux/platform-tools/
- Add that directory to path using, export PATH=$PATH:/home/udara/private/android-sdk-linux/platform-tools/
- Now by typing adb devices command you will get something similar to,
- Type adb shell and then run command pm setInstallLocation 2.
- Now on your phone go to Settings->Applications->Manage Applications and you will find most of the applications are now available to move from phone memory to SD card.
I have tested this on a rooted huawei U8160 running android 2.2(froyo) using UBUNTU 12.04.
No comments:
Post a Comment