Skip to content

Instantly share code, notes, and snippets.

@rzymek
Created November 26, 2016 12:10
Show Gist options
  • Save rzymek/e4b5b0735fb761f61068e0503e26f2d5 to your computer and use it in GitHub Desktop.
Save rzymek/e4b5b0735fb761f61068e0503e26f2d5 to your computer and use it in GitHub Desktop.
adoptable storage
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