arunramya
arunramya
Device: Samsung Galaxy j2 I have downloaded this zip file & extracted & imported in android studio.. finally i successfully compiled your project and ran. i have turned on service...
This is my Log cat: ``` 04-26 11:12:17.181 20880-20880/org.traccar.client E/Zygote: MountEmulatedStorage() 04-26 11:12:17.181 20880-20880/org.traccar.client E/Zygote: v2 04-26 11:12:17.181 20880-20880/org.traccar.client I/libpersona: KNOX_SDCARD checking this for 10454 04-26 11:12:17.181 20880-20880/org.traccar.client I/libpersona: KNOX_SDCARD...
Position Provider: ```java LocationRequest request = LocationRequest.create() .setPriority(getPriority(preferences.getString(MainFragment.KEY_ACCURACY, "medium"))) .setInterval(distance > 0 || angle > 0 ? MINIMUM_INTERVAL : interval); LocationServices.FusedLocationApi.requestLocationUpdates(apiClient, request, this); ``` i think here you requested to...
Please help me!
Yes, i gave permission to the application. And also checked if location is enabled or not. yes. i can receive GPS signal.
I have checked what you recommended. It also has problem. Sometimes your app wont continue position updating.. I saw your service running in settings but it wont update position sometimes....
Its reporting position to the server successfully sometimes only in Samsung j2. I will check another one time and then give answer to u tomorrow.. (I moved 60 km from...
can you tell me please, what is the advantage of your lost API client.