Skip to content

"Could not remount /system" error - RootTools library? #22

@unique-EJ

Description

@unique-EJ

Error on Android 7.0 with version 1.7.2, installed from F-Droid.


The problem is RootTools library (https://github.com/Stericson/RootTools/blob/master/src/main/java/com/stericson/RootTools/internal/Remounter.java#L119) generates this command:

mount -o remount,rw /system

While the newest lineageOS needs this command:

mount -o rw,remount /system

I hope someone will fix this since the problem is located
... original post by @derlaft, in #14 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions