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
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.