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

Custom data types don't load in profile first time after device boot #8

Open
valterc opened this issue Oct 10, 2022 · 0 comments
Open

Comments

@valterc
Copy link

valterc commented Oct 10, 2022

Custom data types don't load in profile first time after device boot when some large (15MB+) SDK module is present in the system. Sounds like a timing issue, the profile view is loaded before all SDK modules are discovered and registered and so the view will not have the custom SDK module data types present.

How to reproduce:

  • Install a custom SDK module with a large ish apk (15MB+)
  • Install SDK sample on Karoo 2 (Was using version 1.297.1231.12)
  • Add some sample data types from the sample to a profile
  • Reboot the device
  • After device boot, open the profile with the custom data types for a ride
    • Notice that the custom data types are missing on the page
  • Close the ride app and open again the same profile and now it will have the custom data types

image

image

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

1 participant