• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root permissions from r to rw

ms211994

Lurker
Hmmm, In the middle of a root here and I am having a problem pushing su into /system/bin. The error reads "Read only file system" so my question is how can I change the bin from read only to read write? Any solution would be highly appreciated!

Thanks
 
Hmmm, In the middle of a root here and I am having a problem pushing su into /system/bin. The error reads "Read only file system" so my question is how can I change the bin from read only to read write? Any solution would be highly appreciated!

Thanks


adb shell remount rw


When your done
adb shell remount ro
 
Back
Top Bottom