Discussions

Ask a Question
ANSWERED

What is the free/ Demo account limitataion.

Please share free or demo account limitation.
ANSWERED

Can connect to OBD device.

Hello, we have an ELM327 OBD device and connected it to the car. In the demo app, we granted all permissions like Bluetooth. When we want to connect to our car OBD device, after scanning and finding the device name in the list, the connection gets an error. In the Logcat with logs, we can see the phone is connected to the OBD device, but after a second, it is disconnected, and we get the DEVICE_INITIALIZE_FAILED error in the callback.
ANSWERED

Can connect to OBD device.

Hello, we have an ELM327 OBD device and connected it to the car. In the demo app, we granted all permissions like Bluetooth. When we want to connect to our car OBD device, after scanning and finding the device name in the list, the connection gets an error. In the Logcat with logs, we can see the phone is connected to the OBD device, but after a second, it is disconnected, and we get the DEVICE_INITIALIZE_FAILED error in the callback.
ANSWERED

Variability across different smartphone devices

Hello. How do you account for, and normalize (assuming you do that), the variance in GPS and other sensors across the smartphone devices, such as iPhone, Samsung, Google Pixel, HTC, Lenovo, Sony, etc? To what degree have you observed the variance across the devices?
ANSWERED

Damoov SDK support for IOS 16 and above version

Hello, We are launching an ios/android mobile app that utilizes the damoov sdk to track user route/mileage for our application needs in USA. When can we expect the damoov sdk to support IOS 16 and above version as majority of our users in USA are on the latest IOS version of 16 and above
ANSWERED

What brand of consumer cars does the API/SDK support?

Hello, What kind of brands for cars does the API/SDK support? Thanks.
ANSWERED

gradle signingreport

I'm new to Telematics, and I was following the integration guide (<https://www.youtube.com/watch?v=Hbk7p3q8fbw>) step by step when I replaced my key and tried to get SHA1, signingreport task wasn't available on my gradle list. I checked versions and tried to clone again but I still had the same problem. could you please help me with this?
ANSWERED

Does sdk provide data to server when app killed?

Does sdk provide data to server when app killed?
ANSWERED

How can retrive local db on mobile while record trip?

I'm use flutter develop and use sdk v0.0.11 Can i want to listen record trip raw data in realtime?
ANSWERED

Getting 429 Status Code error in Android SDK

Hello, We are using your SDK in one of our client projects where we are using a login method like below: ``` TelematicsAuth.login(INSTANCE_ID, INSTANCE_KEY, deviceToken).await() ``` We are calling this method every time the user opens the application. Is it correct or do we need to change anything? It returns 429 after opening the app 5 to 6 times.