-
Notifications
You must be signed in to change notification settings - Fork 24
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 armeabi/arm64) Rune does not advance after choosing media directory #214
Comments
Hello @nesper8! I'm here to help you with any issues you encounter. Let's tackle this together! The issue you're experiencing, where Rune does not advance after selecting a media directory, might be related to how the application handles directory permissions and access. Although specific details about directory selection logic are not available, the application does have logging and error handling that could provide insights into why the page does not advance. The logging is implemented using the You might want to check the logs for any errors or warnings that occur when you attempt to select a directory. This could provide clues about what might be going wrong. Additionally, ensure that the application has the necessary permissions to access the media directory on your device. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
As the file name and readme suggest, the Android version is not feature-complete and is still under active development. Thank you for your interest and support! |
on my HiBy M300, I can proceed if I choose the Music folder on the internal storage. Choosing the Music folder on the microSD card does not let me proceed. It also doesn't add it as an extra library when I add a library within settings. edit: Other music players do not have issues accessing the microSD card. |
Yes, this is a known issue. The reason is that the Rust part hasn't yet completed handling file system permissions. This is quite complex, and we are still working on it. |
Mind if I keep this open until you guys are ready? |
Sure, let's keep it open! |
(https://github.com/user-attachments/assets/3321ed1a-6068-4df7-9763-8ec4e3bd4177) |
@dheemanthm2003 As it's shown in the README, android builds are highly experimental. All fs related things are still buggy, we are finding solution to integrate Rust and Android correctly. |
Describe the bug
Instead of moving to the next page Rune stays on the same page which promts the user to choose where your songs are located
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected Rune to move to the next page
Screenshots
https://github.com/user-attachments/assets/a70dbf2e-4819-4639-890b-bd6302f87252
Smartphone:
The text was updated successfully, but these errors were encountered: