-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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: Run "Update Core Info File" automatically for "Core Downloader" if the "cores" directory is empty #16087
Comments
This is equally an issue (or not) regardless of which platform you're on. I think it's a decent idea, myself. |
Rather than having it download them on runtime, could we package the .info files with the .apk? |
The .info files are packaged with the .apk. I'm not sure why it's not seeing them properly. I think what happened was at some point the android packaging got updated in a way that wasn't entirely compatible with the current |
Unrelated to Android, I've started working on this for tvOS. tvOS has a completely different problem with the current |
Optimally it would ship both the assets and .info files with the package, and be accessible. RetroArch should be usable if you don't have an internet connection 🙃 |
Yeah, I see your point. I've tweaked the PR so it still prefers assets.zip but if it can't open it for whatever reason it will fall back to downloading what it needs. On tvOS it's sort of assumed that there's always a network connection as the device isn't really usable without one. |
You don't need to run But I the F-Droid apk is only 23.5 MB and is not bundles with the core info files. So if a package comes without the core info files, it would be nice if RetroArch detected this and downloaded them automatically. |
Where is the F-Droid package source? The package maintainer should add the assets, .info files, shaders, everything. |
Thank you. I copy/pasted that to https://gitlab.com/fdroid/rfp/-/issues/1933#note_1719595052 |
https://f-droid.org/packages/com.retroarch/ -> build metadata -> https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.retroarch.yml#L52-L83
Really? I've literally interacted for 6 months with this community asking how to build this, and getting feedback and advice all the way, about WHAT to include: #11922 and the conclusion is: I did it wrong???? C'mon 😞 |
Your time and contributions are deeply appreciated. But can you please complement it to make it more useful? |
I've asked continuously WHAT and HOW to include. IF you have the answers please don't keep them secret 🤷 |
That's excellent! Thanks for linking the F-Droid package. Hopefully we can help out in packaging these assets 👍 |
Can we help out with that here?: |
First and foremost consider this:
Description
Expected behavior
1: many people don't know that you have to do this in Android since it's not needed in GNU/Linux for example because packages are downloaded from the terminal
Actual behavior
Main Menu -> Online Updater -> Update Core Info Files -- the list is empty
Steps to reproduce the bug
In RetroArch:
Bisect Results
[Try to bisect and tell us when this started happening]
Version/Commit
You can find this information under Information/System Information
Environment information
The text was updated successfully, but these errors were encountered: