Closed GoogleCodeExporter closed 9 years ago
I've been doing some debugging of RADAR and have found that my device is giving
bad
orientation values. The bearing code in RADAR is solid. Someone can close this
issue.
Original comment by browne.a...@gmail.com
on 4 Nov 2008 at 9:28
Resolving. Note that IIRC Radar is using the compass, which on the G1 does
indeed
need to be calibrated periodically. (Error can accumulate in the part in use.)
Calibration involves waving the device around in a 3D figure-8 pattern; do
this for
around 30 seconds, and the compass accuracy should improve.
Original comment by morri...@gmail.com
on 13 Nov 2008 at 10:02
hi! for me and anyone else outhere.... how do i run the radar program on my g1?
i see it in the installed
applications..... would love functionality that would combine radar with google
maps so that i could switch
to radar view and would direct me toward waypoint....
ideas?
Original comment by undefine...@gmail.com
on 20 Nov 2008 at 5:08
I used radar in my application and after calibrating it. The distance and the
bearing
seem incorrect. I am passing the lat and long of the point I am trying to reach
and
the distance on the radar would not change as well.
my code:
Intent i = new Intent("com.google.android.radar.SHOW_RADAR");
i.putExtra("latitude", locode.getLatitudeE6()/1E6);
i.putExtra("longitude", locode.getLongitudeE6()/1E6);
startActivity(i);
Original comment by georgear...@gmail.com
on 8 Jun 2009 at 7:25
Original issue reported on code.google.com by
browne.a...@gmail.com
on 3 Nov 2008 at 4:57