Share your experience!
As far as I know it's not possible to install/download directly to the SD card. You have to move the apps via settings > apps afterwards.
Sorry to say but this is not possible and is not limited to Sony - Same happens on Samsung and LG
hi, there is something else written in user guide on this website
can someone please double check this as my new xperia is only 800 mb free space ( i have 64 gb sd card in it ) and when im trying to download game i just cant as i have not enough space
thanks
Hi @John1979 @rozix
You can also set with the Android adb, to store apps in the SD Card intead of the internal memory.
You should have ADB installed, the SDK up to date, and the USB debugging turned on from your device on the Developer Options.
Then plug your Xperia to your computer and from a command prompt (you'll probably have to be in the folder where adb.exe is,
most likely something like C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe) run this command:
adb shell pm setInstallLocation 2 (where 0 represents the internal storage and 2 represents the SD Card storage).
To clear warnings about the available memory space on your device you can run:
adb shell pm hide com.sonymobile.storagechecker
I hope can be useful.
Best Regards,
how do i transfer to sd card?
Hi @oiwalter
I should use the File Commander app, you could read about it here:
https://play.google.com/store/apps/details?id=com.mobisystems.fileman&hl=es_419
You can also set with the Android adb, to store apps in the SD Card intead of the internal memory.
You should have ADB installed, the SDK up to date, and the USB debugging turned on from your device on the Developer Options. Then plug your Xperia to your computer and from a command prompt (you'll probably have to be in the folder where adb.exe is, most likely something like C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe) run this command:
adb shell pm setInstallLocation 2 (where 0 represents the internal storage and 2 represents the SD Card storage).
To clear warnings about the available memory space on your device you can run:
adb shell pm hide com.sonymobile.storagechecker
I hope can be useful.
Best Regards,
Hi @rozix
You're welcome.
Check this link about ADB installer:
http://forum.xda-developers.com/showthread.php?p=48915118
You can also take a look on how to install Google USB Driver in SDK to let ADB see your Xperia device here:
http://visualgdb.com/tutorials/android/usbdebug/manualinstall.php
I hope can be useful.
I'm at disposal for any question.
Best Regards,
I also have the M4 Aqua and it is crucial for me to get my apps directly installed to SD, cause right now I can't use any app over like 500mb or so. Anyway, I just tried the ADB thing and I'm getting this error: Error: java.lang.SecurityException: Package android does not belong to 2000
And I also read from the Sony website that it is possible to change download location to SD card, so am I doing something wrong or?