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

(Android armeabi/arm64) Rune does not advance after choosing media directory #214

Open
nesper8 opened this issue Dec 25, 2024 · 8 comments
Labels
C - bug Something isn't working P - Android Android related issue

Comments

@nesper8
Copy link

nesper8 commented Dec 25, 2024

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:

  1. Install (affected on both) and run Rune
  2. Click the 'Select Directory' button
  3. Assign media directory
  4. See Rune staying on the same page

Expected behavior
Expected Rune to move to the next page

Screenshots
https://github.com/user-attachments/assets/a70dbf2e-4819-4639-890b-bd6302f87252

Smartphone:

  • Device: Motorola Moto G32
  • OS: Android 13
Copy link

dosubot bot commented Dec 25, 2024

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 log crate, and logs can be enabled with the --enable-log argument, which might help diagnose the issue by providing detailed logs of the application's operations and any errors encountered [1][2].

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

@dosubot dosubot bot added the C - bug Something isn't working label Dec 25, 2024
@Losses
Copy link
Owner

Losses commented Dec 25, 2024

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!

@SMNFXCN
Copy link

SMNFXCN commented Dec 25, 2024

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.
I've tested the latest stable and latest pre-release, and the latest pre-release does ask permission to access files, but the latest stable does not. Still isn't able to access the external storage.

@Losses
Copy link
Owner

Losses commented Dec 26, 2024

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. I've tested the latest stable and latest pre-release, and the latest pre-release does ask permission to access files, but the latest stable does not. Still isn't able to access the external storage.

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.

@Losses Losses added the P - Android Android related issue label Dec 26, 2024
@nesper8
Copy link
Author

nesper8 commented Dec 29, 2024

Mind if I keep this open until you guys are ready?

@Losses
Copy link
Owner

Losses commented Dec 30, 2024

Sure, let's keep it open!

@dheemanthm2003
Copy link

(https://github.com/user-attachments/assets/3321ed1a-6068-4df7-9763-8ec4e3bd4177)
I am getting this error after allowing access to music folder and selecting local hard drive

@Losses
Copy link
Owner

Losses commented Jan 3, 2025

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C - bug Something isn't working P - Android Android related issue
Projects
None yet
Development

No branches or pull requests

4 participants