• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Saving all apps/widgets to phone and not sd card!

DankNasty

Member
Jul 28, 2011
68
2
Ok I know there are millions of threads of people wanting to save apps and stuff to their sd card this is not that. I want all my apps or atleast just the widgets to save to the phone itself. For some reason certain widgets like pandora auto save to the sd card which makes it useless when i restart the phone. I understand that the widgets must be saved to the phones internal storage to work so im not sure why certain widgets are saved to the sd card.
 
Need a little more detail to ferret this one out. What phone and which version of Android? Are you rooted? Running a rom other than stock?

If apps are getting installed on the sd card, then you must have at least 2.2 which means if you go to menu>settings>applications>manage applications and tap the all tab, scroll down to pandora and tap the listing you should have the option to move it back to the phone.
 
Upvote 0
Need a little more detail to ferret this one out. What phone and which version of Android? Are you rooted? Running a rom other than stock?

If apps are getting installed on the sd card, then you must have at least 2.2 which means if you go to menu>settings>applications>manage applications and tap the all tab, scroll down to pandora and tap the listing you should have the option to move it back to the phone.

Actually you did just fine problem solved. But seriously shouldn't the phone automatically install things that are widgets to the phone otherwise they dont work.
 
Upvote 0
Actually you did just fine problem solved. But seriously shouldn't the phone automatically install things that are widgets to the phone otherwise they dont work.

That's why I asked about custom roms and rooting, because by default everything is supposed to install on internal memory.

Do you run an apps2sd app? Somehow your default install location was set to external. You can set it back if you want, or just manually move widgets.
 
Upvote 0
That's why I asked about custom roms and rooting, because by default everything is supposed to install on internal memory.

Do you run an apps2sd app? Somehow your default install location was set to external. You can set it back if you want, or just manually move widgets.

No I havn't rooted or anything I just got this phone its a samsung infuse. the only thing ive done is changed the home app to launcherpro. Would that effect it? Im pretty sure even before taht it was installing stuff to the sd card tho.
 
Upvote 0
Same problem here on Samsung Infuse. Is there a way to default all new apps/widgets to automatically save to phone instead of SD card?

You'll need to have the Android SDK installed. How-To Install Android SDK On Windows, Mac and Linux

Then on your phone go to settings>applications>development and enable USB Debugging. Plug your phone into the PC using the USB cable.

open a command prompt on your PC (start>run type "cmd" press ENTER)

Change directory to the android-sdk-windows\tools folder (newer versions of the sdk put adb.exe in different locations. I'm not sure which folder it ends up in now.)

At the prompt type
Code:
adb devices
and you should see your phone listed as a serial number.

type
Code:
adb shell pm setInstallLocation 0

Done.

Now the default location to install apps is the internal memory. Keep in mind Widgets and services should always be installed to the phone and not the SD card. If you want to set the default install location back to the SD Card, you simply repeat the process but use
Code:
adb shell setInstallLocation 2

Android has specific rules for where it installs apps. If the app has a specified location, that takes priority. If it is not specified in the app, then the default install location is used. Android has 3 identifiers for app storage location:

0 = Internal 1 = Auto 2 = External (sd card)
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones