Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work on Android 10 #250

Open
phly95 opened this issue Sep 9, 2019 · 6 comments
Open

Doesn't work on Android 10 #250

phly95 opened this issue Sep 9, 2019 · 6 comments

Comments

@phly95
Copy link

phly95 commented Sep 9, 2019

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.

@x0b
Copy link
Contributor

x0b commented Sep 10, 2019

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.

@phly95
Copy link
Author

phly95 commented Sep 10, 2019

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.

@x0b
Copy link
Contributor

x0b commented Sep 10, 2019

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.

@phly95
Copy link
Author

phly95 commented Sep 11, 2019

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

@x0b
Copy link
Contributor

x0b commented Sep 19, 2019

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.

@jtagcat
Copy link

jtagcat commented Jul 27, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants