-
Notifications
You must be signed in to change notification settings - Fork 71
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
File issue on Firebird v1.6 iOS version #336
Comments
For the issue 3
Everytime I restart the whole app, the boot1 and flash becomes red and unavailable, I have to select it again. It seems the file selector makes a copy of the selected to the And it explains why the "Save" function not works. It saved to the copy in the |
This is my assumption, all issues above are caused by one reason: tmp folder. The file selector doesn't "select" a file, it copy the file to tmp folder instead. So any write operation are operates to the tmp file, the real file doesn't affected. And the tmp file got removed somehow by some iOS cleanup mechanism, that causes boot/flash turns to red and asks users to select again. Meanwhile lost all change to the flash. A potential fix may adding Once developer enable this, you can open Files app, navigate to the "On My iPhone" section and if you have any files inside Documents directory, you will se directory with your app name with these files inside. Asks users to place image and flash and snapshot in it. And then write a simple GUI allow users select the file in Document folder. Or put a textbox to ask users type the file path directly(relation path from Document folder) instead of using a file selector. |
Well the first one is already there in https://github.com/nspire-emus/firebird/blob/master/Info.plist#L58-L59 I suppose we could try adding the other one... |
According to this thread: https://stackoverflow.com/questions/66678061/why-does-uifilesharingenabled-lssupportsopeningdocumentsinplace-behave-like-ui
It seems the By the way, the "Save file" GUI are basically unuseable. It would be better if we can rewrite a GUI for that. Even a textbox allows user to fill a file path(relative to Document folder) will better than current one I think. |
Any progress on adding |
Not really, I haven't taken the time to do any firebird testing on iOS anymore, just macOS I guess. (This won't solve the UI picker issues though, but that's more on the Qt side itself anyway) |
Flash and snapshot saved
, but actually not. The md5sum of the flash files are not changed.The text was updated successfully, but these errors were encountered: