-
Notifications
You must be signed in to change notification settings - Fork 103
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
Graphics with long name doesn't work #640
Comments
Hi @poborin, thanks for making this issue. Has this worked before and a recent update is causing it to not work? Is the file manager completion handler coming back with any sort of an error? Is the Show? |
Hi Joel, I'm not sure if it was working in previous SDL versions. The file manager does not return any error neither Show rpc response. |
We've done testing and the issue appears to be limited to the Ford ecosystem and is not an SDL issue, we've reported the issue to the Ford team and will close this issue. You can see this by testing against Manticore. We'd recommend shortening the name of the file for now. |
Hi Joel, I think this is wrong. SDL SDK should prompt an error at least. There is no visibility whenever Ford supports it or not. On the top of my head I do not remember anything in the doc that saying "the image name should not be longer then x characters". And even if it does then I definitely expect an error form the SDK. |
Hi @poborin, We had a discussion about this today while discussing this issue. SDL itself acts as a proxy between the mobile application and the head unit. The limitation here in particular isn't a limitation of SDL but a limitation of the QNX filesystem that Sync is built on. We are going to add comments on the affected classes such as I hope this helps bring some clarity. |
Hi Brett, Thanks for the comment. It sounds much more clear now. |
Bug Report
SDLShow does not display images with long image names. E.g.
rso_start_screen_static_map_image_name.png
Reproduction Steps
rso_start_screen_static_map_image_name.png
nameExpected Behavior
Image displayed on a headunit
Observed Behavior
Image not displayed on a headunit
OS & Version Information
Test Case, Sample Code, and / or Example App
The text was updated successfully, but these errors were encountered: