Skip to content

/system rw remount fails on Android 4.3 #23

Description

@GoogleCodeExporter
This is a known "problem" with 4.3. While remounting the /system partition in 
rw mode actually works, it only shows it for the user that did the mount 
command, root here. So reading /proc/mounts as normal user will not show 
/system as rw, and the test fails

The attached patch works around this problem by reading it via "su -c cat 
/proc/mounts", working fine here :)

Original issue reported on code.google.com by bcafa...@gmail.com on 28 Aug 2013 at 7:03

Attachments:

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions