When will you release it!? - When will you release it!? - When will you release it!?


AndDev: Your Android Development Community / Tutorials | Here's my Basic ToolKit
Soon, soon

AndDev: Your Android Development Community / Tutorials | Here's my Basic ToolKit
ninor wrote:That's really only a handful lines!


AndDev: Your Android Development Community / Tutorials | Here's my Basic ToolKit
plusminus wrote:
I'm still searching for a possibility to get the reliability of the GPS-information Android provides (like satellite count or sth similar). Still no success on that / nobody knows sth. about that. I got told that such information would dramatically improve the benefit from the data.
Best Regards,
plusminus


Marchu wrote:plusminus wrote:
I'm still searching for a possibility to get the reliability of the GPS-information Android provides (like satellite count or sth similar). Still no success on that / nobody knows sth. about that. I got told that such information would dramatically improve the benefit from the data.
Best Regards,
plusminus
Hello Plusminus,
Just some thought and maybe you have found allready a solution.
Why not using the normal raw NMEA sentence?
You can get i directly from the GPS and calculate the DOP (dilution of precision).
Besides that, you can also calculate the amount of enough satelites and more this way.
I.e.
$GPGSA,A,3,11,29,07,08,5,17,24,,,,,,2.3,1.2,2.0*30
The bold are representing mean, horizontal and vertical DOP.
The lower the DOP the better.
Some tabel of DOP values (not made by me)
1 - Ideal This is the highest possible confidence level to be used for applications demanding the highest possible precision at all times.
2-3 - Excellent At this confidence level, positional measurements are considered accurate enough to meet all but the most sensitive applications.
4-6 - Good Represents a level that marks the minimum appropriate for making business decisions. Positional measurements could be used to make reliable in-route navigation suggestions to the user.
7-8 - Moderate Positional measurements could be used for calculations, but the fix quality could still be improved. A more open view of the sky is recommended.
9-20 - Fair Represents a low confidence level. Positional measurements should be discarded or used only to indicate a very rough estimate of the current location.
21-50 - Poor At this level, measurements are inaccurate by as much as half a football field and should be discarded.
Like a said maybe you know this allready.
I have not used java for a couple of years (but picking it up), so i not know at the moment how you can manage this in java.
But i am a pro programmer in other languages, and have used this in windows mobile enviroment (C# asp.net).
The only thing you need to do is get the nmea senteces (every couple of seconds), and make a parser and interpreter to get the values.
Just my 2 cents![]()
Cheers

MrSnowflake wrote:Just a question, as I didn't look at GoogleMaps doc. But can't you use the Overlays from the GoogleMapsView?


AndDev: Your Android Development Community / Tutorials | Here's my Basic ToolKit
ninor wrote:ADB is reporting that it must be signed..
Q? Can be signed a "solo" APK![]()
(That is, a standalone APK without having the code)

signed apk attached.


E:\android\android-sdk-windows-1.0_r1\tools>adb install AndOpenStreetMap_signed.apk
1111 KB/s (0 bytes in 17777.000s)
pkg: /data/local/tmp/AndOpenStreetMap_signed.apk
Success
AndDev: Your Android Development Community / Tutorials | Here's my Basic ToolKit
Users browsing this forum: No registered users and 5 guests