SystemAppMover icon indicating copy to clipboard operation
SystemAppMover copied to clipboard

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

Open unique-EJ opened this issue 7 months ago • 0 comments

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 https://github.com/j4velin/SystemAppMover/issues/14#issuecomment-295242278

unique-EJ avatar Jul 17 '24 08:07 unique-EJ