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

Help Default storage

Marios1441

Well-Known Member
How do i make the default storage place for files and apps to be installed, the internal memory or external sd card on a Samsung Galaxy Ace 3 S7275R mobile?
 
Your OS decides where to place it. You can move some apps to SD (Options>Apps>Select app and then "Move to SD"). You can set the default install location via adb, let me know if you want to do this and I'll walk you through it. Or you can google it up and try it out yourself :3
 
Your OS decides where to place it. You can move some apps to SD (Options>Apps>Select app and then "Move to SD"). You can set the default install location via adb, let me know if you want to do this and I'll walk you through it. Or you can google it up and try it out yourself :3
How do i make this with Adb?
 
Start up adb, plug in phone, check connection with
adb devices
If your phone shows up, good. Enter this line:
adb shell pm set-install-location 2
Disconnect when finished. Done.
 
Back
Top Bottom