HOW TO CREATE ADOPTABLE STORAGE FOR LG G STYLO (MOVING APPS TO SD CARD)
I have the Lg g Stylo from Boost Mobile (Model# LGLS770) running on 6.0 and spent the last 3 days on figuring out how to make my 32gb SD card my default storage now when I download stuff it goes directly to the SD Card and not to the internal storage (mostly games)
Here we go,
NOTE: You don't have to root your phone to do this I did this from my PC (I used Windows 10).
1st "Download Java" -it is necessary.
You can find out where on the internet and then watch this video from Youtube if you need help installing it:
"How to install Java JDK on Windows 10 ( with JAVA_HOME )".
NOTE: pay close attention to the part of the video when you get to around 5:53 in the minutes BECAUSE YOU MUST COPY AND PASTE THE PATH EXACTLY WHERE IT IS SHOWN and not at the end of the file path which he says. It actually goes right after the 1.0\; (one point zero backslash semicolon) don't worry it will all make sense when you see the Java installation video.
Next download the “Android SDK Software” from the developer.android.com/studio website.
Get the zipped version/file... when you unzip it you will eventually find the “platform-tools“ which holds the "adb and fastboot” files you will need to install on your PC.
This Youtube video will help It’s what I used,
“How to Install FASTBOOT and ADB using Android Studio on Windows PC”
(The one Published on Jan 16, 2016 by Dawson, Jim)
Once all that is installed connect USB Cable from PC to your phone (Make sure to turn your phone USB Debugging on)
Open your computer Command Prompt (cmd.exe)
Then enter all five (5) codes separately type the first code then hit enter, the second code then hit enter, third code then hit enter ect… until all five have been entered and your done !
- Code:
adb shell
- Code:
sm set-force-adoptable true
- Code:
sm partition disk:179,64 private
- Code:
sm set-force-adoptable false
- Code:
sm list-volumes all