rcloneExplorer icon indicating copy to clipboard operation
rcloneExplorer copied to clipboard

Doesn't work on Android 10

Open phly95 opened this issue 5 years ago • 6 comments

When it starts up on Android 10, it asks for a password that doesn't exist. And when you reinstall the app, if you add a remote, it says "error creating remote". Under about, it says Rclone Version: -1 meaning something about the update is breaking rclone itself.

I'm using the Essential PH-1 on Android 10.

phly95 avatar Sep 09 '19 18:09 phly95

The rclone version contained in rcloneExplorer <= v1.7.4 is not compatible with Android due to problems with TLS memory layout. And also there's a new security restriction on Android 10 that requires a few changes in rcloneExplorer.

The version showing up as -1 just means that it does not run at all.

You can try my build v1.7.5 though. And a preview version with better Android 10 support should also appear there later this month.

x0b avatar Sep 10 '19 10:09 x0b

I tried both rcloneExplorer-1.7.5-armv8a-release.apk and rcloneExplorer-1.7.5-fatapk-release.apk and both of them still had the rclone -1 bug.

phly95 avatar Sep 10 '19 18:09 phly95

Thats too bad, but somewhat expected since i don't have any device or emulator to test Android 10 on armv8a. If you want to help out, you can try out a new test release for android 10 that should work.**

** Well, a few things still won't work because of clear text restrictions and scoped storage. Streaming being the most obvious here because it's the default action for tapping on videos. But again, this should be repaired later this month.

x0b avatar Sep 10 '19 20:09 x0b

Why did they change this on Android anyway? Anyways, I tried the test release, and so far, it's working, but as you said, the streaming service doesn't work on this build. Thanks for the release! :D

phly95 avatar Sep 11 '19 03:09 phly95

I've released a new proper version which should address all known issues. If you discover any new ones, please report them over there to avoid spamming this issue tracker with potentially non-applicable issues.

Streaming now also works on Android 10, although you need to use a third party media player because the default app refuses to cooperate.

Edit 2020-07-27: As noted by @jtagcat the app has been renamed / fork-seperated in early 2020 to avoid legal troubles when we continue development. Please refer to the README and other linked documentation.

x0b avatar Sep 19 '19 08:09 x0b

@x0b please do state that you are redirecting users to your own fork.

jtagcat avatar Jul 27 '20 00:07 jtagcat