Created
November 26, 2016 12:10
-
-
Save rzymek/e4b5b0735fb761f61068e0503e26f2d5 to your computer and use it in GitHub Desktop.
adoptable storage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb shell sm list-disks | |
adb shell sm list-volumes all | |
adb shell sm set-force-adoptable true | |
adb shell sm partition disk:179,64 private | |
adb shell sm set-force-adoptable false | |
adb shell sm list-volumes all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment