
Originally Posted by
blackops
ronx do you have the link to instructions on how to do it via adb? Or could you post the instructions?
check this out:
How to Install Apps to the SD Card by Default on Android 2.2 Froyo | larsa | Androinica
basically, if you already have adb set up, you can change the default install location to the SD card by typing this:
Code:
adb shell pm setInstallLocation 2
if you want to change it back to install in memory by default, type this:
Code:
adb shell pm setInstallLocation 0
i've never tried this personally, so don't blame me if your phone sprouts a mohawk and rapes your dog angrily.