-
Notifications
You must be signed in to change notification settings - Fork 74
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
Cannot send file #221
Comments
Does the target folder exist already? Does the filename end in |
Yes the target folder exists. Yes the file name ends in |
Unfortunately there's nothing useful in there. Are the filenames of boot1 and flash in the configuration shown correctly? |
Yes they do, and the emulator starts up fine |
Can you describe in which way it fails? After you select a file, does it say "Failed" immediately? |
The funny thing is: it sends fine on PC, the issue is with the android app |
However, the transfer on desktop with the mobile UI stalls... |
Serial Monitor from Mobile UI on desktop:
|
What's the target folder set to? If it's |
|
Did you set that manually? It should be |
i did set it manually |
Ok, why? It means that it tries to send it into the calculator's |
its trying to send to and the default directory was |
The full path has to exist already, it does not create any path components. |
just curious, why does it put
|
That's where the calculator stores documents internally. In exam mode, it's |
oh i see |
No, that would fail as |
still fails on android |
Android or PC? In any case, logs are needed. |
says invalid path on PC in the serial log
|
What happens with an empty target directory? |
that works on PC, not android |
Both on Android and PC? |
just PC |
If it still fails on Android, please provide logs. |
I'm using |
Fortunately not (using gdb manually is painful). #221 (comment):
There's currently no way to receive documents using the Mobile UI... |
how do I run the flash and get |
Yep. Make sure to save the flash in Android first, so that it contains the latest entries.
You'll see it when refreshing the browser in the file transfer window. |
it isn't in the logs surprisingly |
i have this when its blank:
|
or with the slash, im not sure. the test file |
My suspicion is that the filename detection for files sent from Android is somehow broken. That's apparently not logged anywhere currently... Here's a build which logs a bit more (untested): https://owncloud.ritter-vogt.de/index.php/s/OaTBMlqPOkmXgyR |
It stopped logging altogether now. |
doesn't help that I cannot see the checkboxes for my options, i don't know if it's trying to log or not. |
i should say that i dont think it was logging previously either |
That sounds odd, I only added calls to
Which options? |
I can't see any on any screen |
That looks very broken, like it failed to load or generate the style. That's something for another issue though. |
maybe its related in the way that it doesnt have permissions or something? |
No idea. I'd need to see logs. |
I also have this issue, along with the checkboxes not appearing. |
I've got this issue as well. |
I was able to reproduce the styling issue with an Android 12 AVD. The fix is simple: Just increase I was also able to reproduce the original issue here, sending files fails most of the time. Not sure why yet, needs some further debugging. It's surprisingly not related to the file access. |
That's necessary for style extraction to work. Fixes nspire-emus#221
That was unfortunately CX II specific, so not the same as the issue reported here. At least the broken UI is fixed with #257 though. |
I have the same issue on Android |
I have firebird 1.5 running on android 9 with the storage permissions enabled. I managed to get the CX CAS version 3.6.0.546 running but cannot transfer any file to the calculator. I try the same file on my PC and it works fine. does anybody know what the issue could be and how I can transfer files on android?
The text was updated successfully, but these errors were encountered: