Hey,
thanks for the hint, but it does not work. I tried to remount with the application, but in “Root Explorer” it still says the partition is mounted read only. I tried with “adb shell” to remount the partition manually and with “adb remount” to remount via adb. Both is not working. For the first command it shows me: “read only filesystem”. When I try with “adb remount” it says “operation not permitted”. I tried even to restart the adb server with root permissions (“adb root”), but then it says:
“””
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
adbd cannot run as root in production builds
“””
So it seems there is still something locked. But I can get “root” in a “adb shell”.