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

Exporting/Downloading Files on Android #337

Open
Splarkszter opened this issue Mar 13, 2024 · 3 comments
Open

Exporting/Downloading Files on Android #337

Splarkszter opened this issue Mar 13, 2024 · 3 comments

Comments

@Splarkszter
Copy link

Hello. I tried to figure out how to export/download files to the main storage system but i can't seem to figure out how to do it.

There is no button like in the desktop version to browse the emulator file-system to download the file.

It would be much appreciated to have a way to do it. Thank you :)

@Vogtinator
Copy link
Member

Indeed, currently there's no way except by transferring the flash image to a desktop system. It might be possible to implement file transfer in the other direction, by sending files from the calculator.

Implementing a full file tree view like the desktop version on mobile is not easy to do with QML and also really suitable for mobile platforms.

@Splarkszter
Copy link
Author

Ok... Is there any cheap&easy way to do it? Like mounting the emulated filesystem to the phone storage? No UI would be needed from the APP side.

I don't understand how it works but Termux and RetroArch do something like that (show their internal file-system to the user trough the native "files" APP).

@Vogtinator
Copy link
Member

No, there's no easy way to do it currently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants