Dear Android developers …
… please allow your applications to be moved to the SD card!
I know you think your application is really important and that it should work all the time but for the 30 seconds a week while my phone is connected to the PC (during which your application wouldn’t work any more) I can’t install more than a couple of applications and I have to face the “Low space” problem all the time (which in turn brings up other problems, such as stuff not synchronizing, etc.). I don’t want to do any hacks and I don’t want to root my phone yet.
I’m probably do like Mihnea (who wrote more about this) and start giving 1 star ratings to applications on the market that are not the alarm clock and don’t have move to SD.
</rant>
Update: I eventually used the Android SDK and ran this command:
adb shell pm setInstallLocation 2
This forces the system so that every app can be moved on the card (except for some google apps at least).
