Skip to content

Instantly share code, notes, and snippets.

@lampapos
Created December 3, 2014 11:52
Show Gist options
  • Save lampapos/fe453a156eb8dd694e77 to your computer and use it in GitHub Desktop.
Save lampapos/fe453a156eb8dd694e77 to your computer and use it in GitHub Desktop.
Remount /system on Android device
#!/bin/bash
adb root
sleep 5
adb shell "mount -o remount,rw /system"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment