If you got Flash and AIR running on your phone you will likely be annoyed by the excessive amounts of space those apps take. To make it worse Adobe disabled App2SD for these applications.
Here’s a way to install these apps and others that deny you to move them to SD card:
0. You need to have the Android SDK installed.
If you don’t have it, grab it at: http://developer.android.com/sdk/index.html
1. Open a console shell (eg. by typing cmd into the start menu input field of vista/win 7) and move to your Android SDK folder (eg. android-sdk-windows\platform-tools)
2. Tell your phone to install future apps on SD-Card by entering the following in the shell and confirming it with the ENTER-Key:
adb shell pm setInstallLocation 2
3. Install the APP, it will land on SD-Card
That’s it. If you want to disable the default SD-Card installation do the same thing as above and replace the location 2 with 0: “adb shell pm setInstallLocation 0″.
0 Comments until now.
Comment!