Skip to content

Instantly share code, notes, and snippets.

@roman-mazur
Created April 4, 2014 13:14
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roman-mazur/9974483 to your computer and use it in GitHub Desktop.
Save roman-mazur/9974483 to your computer and use it in GitHub Desktop.
Android: remount /system partition in rw mode.
# do not forget to "adb root"
adb shell mount -o rw,remount /system
@404mskiran
Copy link

404mskiran commented Mar 29, 2023

didnt work for me.

Try

adb root
adb remount
then push

//also i tried on a evaluation boad , had root acess and enfrocing was permissive

@lebigmac1
Copy link

Hello. This repository is 10 years old.
Try this new one :
https://github.com/lebigmac1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment