D
Deleted User
Guest
Is there a way to tell if an app can be moved to the SD card before installing the app? I looked on the Android Market and AppBrain, but I don't see that listed anywhere.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Is there a way to tell if an app can be moved to the SD card before installing the app? I looked on the Android Market and AppBrain, but I don't see that listed anywhere.
Is there a way to tell if an app can be moved to the SD card before installing the app? I looked on the Android Market and AppBrain, but I don't see that listed anywhere.
Not afaik. For me it's trial & error. Only after installation will Android tell me if it can be moved to the SD card. That can be a problem with phones with limited internal memory.
'App2SD' let's you move (installed!) apps around if they can be moved around.
It would be useful to have a Yes / No flag saying if the app could be moved to the SD card.
Thanks for the suggestions. What I am really looking for is a way to tell if an app can be moved to the SD card BEFORE I install it.
For example, on the Android Market webpage (and app), I can see the size of an app, the version number, etc. It would be useful to have a Yes / No flag saying if the app could be moved to the SD card.
you could always set your default install location to the SD card, then unless the app were specifically set to install to internal memory, it would go directly to the sd card. The only thing you have to watch is installing widgets and polling apps, which if installed to the sd card would have to be moved back to the phone.
Where is the setting for that? I don't see it under Settings/Application or the Marketplace settings.
adb devices
adb shell pm setInstallLocation 2
adb shell pm setInstallLocation 0