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)
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 /systemWhile the newest lineageOS needs this command:
mount -o rw,remount /systemI hope someone will fix this since the problem is located
... original post by @derlaft, in #14 (comment)