You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to receive the updated values of vendor property in the Android app, initially I'm getting some value when we are trying to getIntProperty for that Vendor property. We also have the code for registerCallback but not receiving the values when they are updated at VHAL layer.
The text was updated successfully, but these errors were encountered:
It looks like a problem in your application. By the way, you can use this project (https://github.com/nkh-lab/car-api-hello-world) as an example application and also this manifest (https://github.com/nkh-lab/ aosp-ncar-manifest) to get the NCAR AOSP where the given VHAL is used with the mentioned application.
In VHAL layer we have already implemented "VENDOR_PARKING_LIGHTS_STATE" property, and the same property I'm trying to register from Android app, also we have taken the same Android code from here and just replaced the Vendor property of ours.
I'm unable to receive the updated values of vendor property in the Android app, initially I'm getting some value when we are trying to getIntProperty for that Vendor property. We also have the code for registerCallback but not receiving the values when they are updated at VHAL layer.
The text was updated successfully, but these errors were encountered: