-
Notifications
You must be signed in to change notification settings - Fork 12
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
Apk download stuck in queued state #13
Comments
Thanks, I've heard this from a few people, the old browser on the device doesn't like github downloads all the time, apparently. I've added a link to a mirror on the main github page that I will attempt to keep updated! |
Amazing. Download worked over the mirror. App worked perfectly through flickr. Thanks for your efforts! |
What is the setup for the mirror that you changed so APKs don't get stuck? |
@aphex3k basically on the step where you type the URL to the .apk file, you can use the URL to the mirror. or, you can go to the github page on your EO1, scroll down, and click the link to the file at the mirror site. I'll change the documentation to make this more clear. |
Sorry, I should've been more precise. I'm attempting to host a similar APK (fork of this repo) on my own nginx server but the downloads get stuck over https. I solved my issue by downloading them via HTTP... However, TLS seems to be an issue with KitKat across the board as my retrofit api client is unable to connect to a secure API hosted on my own server. I'm in the middle of finding out, what is the highest supported TLS configuration on KitKat and how I can change my NGINX setup so they have at least one matching protocol/cipher combination. BUT IT IS TEDIOUS! |
@aphex3k understood! i ran into a similar problem, fixed using an older version of retrofit -- 2.6.0 to be specific. anything newer or older didn't work. good luck! |
I solved my TLS issues with the factory posted in this PR: square/okhttp#2372 |
…t#13) from video-playback into main Reviewed-on: https://gitea.codingmerc.com/michael/EO1/pulls/13
First of all, thank you for giving me hope to revive eo1.
I got the USB adapter and connected it to the mouse. Used it to connect to wifi.
Then, using the keyboard shortcut, I opened the browser and opened the GitHub URL.
When clicked on apk link, it says starting download but queued in the background.
Any suggestions? Please help.
The text was updated successfully, but these errors were encountered: