Hello,
Yesterday I've upgraded software on my LG Spirit to Marshmallow (PL/PLAY). Unfortunately it's not possible to root it yet, so after few hours I started to miss Link2SD functionallity. :crying:
I found that Marshmallow shall offer formating SD Card as Internal storage. Unfortunately, it seems that LG disabled this feature. But... it's still possible to enable it via ADB SHELL! :victory:
Here is how you can do that:
Yesterday I've upgraded software on my LG Spirit to Marshmallow (PL/PLAY). Unfortunately it's not possible to root it yet, so after few hours I started to miss Link2SD functionallity. :crying:
I found that Marshmallow shall offer formating SD Card as Internal storage. Unfortunately, it seems that LG disabled this feature. But... it's still possible to enable it via ADB SHELL! :victory:
Here is how you can do that:
- Backup your data - for sure, you don't want to lose all your data stored on SD. If you want to lose it, feel free to skip this step :cool:
- Enable USB debugging mode in developer settings - to enable developer settings you have to tap 5 Times on the build numer.
- Open ADB Shell - just open command prompt (Win+R => Type "cmd" => Click "OK") and navigate to your ADB directory (ex.: "cd c:\adb\"), then use "adb shell" command to start shell.
- List avaliable disks to get disk ID. It can be done with following command: Code:
sm list-disks
- Format your SD card by typing below command. Remember to put correct Disk ID obtained in previous step. Code:
sm partition disk:179,64 private
Code:
sm partition disk:179,64 mixed 50
- Check your storage settings and enjoy additional internal storage! :cool:
from xda-developers http://ift.tt/1t82oYI
via IFTTT
No comments:
Post a Comment