How to Install Apps to Your SD Card on Android Froyo
You might think this is impossible. But, it seems nothing impossible when it comes to the Android’s innovation. You can install as many as applications you want to your SD card on Android Froyo powered phones. It might be rare to see on the other phones with different platforms.
Here is the instruction you should do.
1. Enable USB debugging on your device by clicking on Setting > Applications > Development > USB debugging.
2. Download and install the Android SDK. If you have no idea where to visit, you should go to http://developer.android.com/sdk/
3. Connect your phone to computer.
4. Run a command prompt and navigate to the Android-SDK\tools folder.
5. In the folder you can type adb devices and get the serial number starting with “H” in return.
6. Enter adb shell pm setInstallLocation 2.
7. Enter adb shell pm setInstallLocation 0 if you need to switch back to storing software on your internal memory.







One Comment to “How to Install Apps to Your SD Card on Android Froyo”
Is this technique safe? Does it affect anything on your desire in terms of saving and loading?