Admins eHow SysAdmin Tips & Tricks

April 7, 2012

How to make (remount) system partition writable in android

Filed under: Android — Tags: , , , , , — admin @ 7:51 am

Very useful command which should work on all versions of android :

grep " /system " /proc/mounts | awk '{system("mount -o rw,remount -t "$3" "$1" "$2)}'

Powered by WordPress