-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Android/F-Droid] F-Droid version online updating issue #17220
Comments
did you try updating the info files first? |
Yes, I did. Actually, it forces you to update core info first before downloading cores... |
Even if you grant access to write external storage, it seems that default directory for cores and cores info is
If you switch to
It will work. |
Is it a misconfigured build from F-Droid? Official APK works out-of-box, without any manual configuration. |
I don't know well Android but it does not seem they have changed something to the build recipe. |
true, and as the recipe is pretty short one can see we don't touch anything, afaik, so not sure that's what breaks it HOME - Load Core - Download a Core - Fetch list... pops up... but stays empty, right @guoyunhe ? All F-Droid versions do this, mmmkay But... HOME - Online Updater - touch Update CoreInfoFiles, then Assets, then touch the rest... Fetch list appears, files get downloaded, and put in place... now, if you go to Download a Core... what do you see? 😉 anyway, #16126 should be fixed I guess /PS: It does not help that there's no actual logcat error for us to grasp and find out why, even if the server is contacted, no content is pulled |
If this is an info/assets issue, would you want to switch to this alternate asset bundle, @licaon-kter ? I know we talked about this and other strategies in another issue but we never went any further with the other options, and this seems like a simple fix in the meantime. |
@licaon-kter exactly, F-Droid version seems missing some automatic download logic. You have to manually click everything in order by yourself. Official APK, on the other hand, is smarter and does all the essential downloading for you. |
switch to another one, yes but I want it from http://buildbot.libretro.com/assets/frontend/ ... not a random Github link |
Sure. If you're prepared for that change, I'll get it up there. I just didn't want things to break by it suddenly having a different checksum. |
I can build a test one first, to see if it fixes stuff, brb |
using this one and the list is fetched right away 🎉 when is the next version gonna be released? |
That's a good question. I don't have an ETA (I don't think anyone does, actually), but I can start talking to the other folks on the team about it. It's been a long time, so probably a good idea to get something going soon. |
+1, GitHub is blocked in China and some other countries. Using libretro domain & server is much safer. |
Description
Official website 1.19.1 APK is perfect on Android: it auto-download assets and you can download cores.
But F-Droid's 1.19.1 APK cannot auto-download assets and the core list is empty.
I guess F-Droid team mis-configured the build...
Expected behavior
F-Droid APK should auto download assets and core list should not be empty. Just like the official APK:
Actual behavior
F-Droid's 1.19.1 APK cannot auto-download assets and the core list is empty.
Steps to reproduce the bug
Bisect Results
[Try to bisect and tell us when this started happening]
Version/Commit
Environment information
The text was updated successfully, but these errors were encountered: