Heading or Bearing

Andrew last month

I noticed that after the update, the client no longer sends the device heading. How can I fix this?

Anton Tananaev last month

You mean it's sending zeroes?

Andrew last month

I mean it's sending nothing :(

Andrew last month

I should add that this is on Android. All the other data—coordinates, speed, and altitude—is being sent correctly.

Anton Tananaev last month

Do you have logs?

Andrew last month
// Read Traccar body
            String raw = request.content().toString(StandardCharsets.UTF_8);
            System.out.println(raw);
id=61171705&lat=xx.1922092&lon=yy.90328&timestamp=1785168687&accuracy=16.48699951171875&altitude=146.60000610351562&batt=71&charge=false
id=61171705&lat=xx.1921605&lon=yy.9033168&timestamp=1785168702&accuracy=14.57699966430664&altitude=146.50001525878906&batt=71&charge=false
id=61171705&lat=xx.1921605&lon=yy.9033168&timestamp=1785168702&accuracy=14.57699966430664&altitude=146.50001525878906&batt=71&charge=false
Anton Tananaev last month

If it's missing, it means that the phone doesn't provide this information. Which usually means cell or wifi-based location.

Andrew last month

this happened after the update, it was before

Anton Tananaev last month

From what version to what version?

Andrew last month

I noticed this 2 weeks ago.

Andrew last month

any solutions?

Anton Tananaev last month

This simply means your device is not providing GPS location. What accuracy are you using?

Andrew last month

highest, early was heading :)

Anton Tananaev last month

Highest usually gives GPS when available. This sounds like a phone issue to me.

Andrew last month

i have this problem in few phones