|
|||||||
| Register | FAQ | XDA-Portal | XDA-Wiki | Device database | Donate! | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Quote:
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
Quote:
Quote:
* the (modded) GPS speed * user defined minimum and maximum sets of delta values * or multiple user defined speed ranges and corresponding user defined delta values
__________________
GSM DIAM100 | Powered by udK Syrius Topaz R7 | Radio 1.17.25.09 BS SU | RIL 1.14.25.24 BS | HardSPL 1.40 OliNex | Sashimi The Matrix has you.. |
|
#3
|
|||
|
|||
|
Mach2003,
With the latest beta(3) I am having the loss of GPS signal using iGO8 continuously. It will come on for about 30 seconds and off for about 30 seconds. It just keeps doing this. I have never had this problem with any other version. peacock93 |
|
#4
|
||||
|
||||
|
Quote:
Anyone else having this issue, with any other app, and beta3?
__________________
Main: Diamond Rom: Home Built 6.5.3 28002, Thanks to Da_G Radio: 1.00.25.05, using Original Rogers rilphone.dll Spare: Hermes TyTn Rom: Home Built 6.5.3 28002, Thank You Da_G! Is your built-in GPS giving you a headache? GPS Mod Driver - Working Lag Fix, GeoCaching Fix, Multi-Device If you wish to contribute, click
|
|
#5
|
||||
|
||||
|
Quote:
As a test, try a value slightly higher than 1000 (1100), and see if that removes the problem for now. All I have found so far, is that sometimes my XP test bed, skips a reading as the read thread (waiting 1000ms) can miss a data read by a few ms (it also happens at 1000ms, just like the real gps chip). Now to be clear, on the phone, there is always a few ms delay between writing and reading, so this *should* not happen there.
__________________
Main: Diamond Rom: Home Built 6.5.3 28002, Thanks to Da_G Radio: 1.00.25.05, using Original Rogers rilphone.dll Spare: Hermes TyTn Rom: Home Built 6.5.3 28002, Thank You Da_G! Is your built-in GPS giving you a headache? GPS Mod Driver - Working Lag Fix, GeoCaching Fix, Multi-Device If you wish to contribute, click
|
|
#6
|
|||
|
|||
|
Here are the results of my second test this morning mach:
1.) Keeping settings off still gives me kinda dream performance of my GPS :-) Meaning Speed/Course disabled. 2.) I tried Course and Speed enabled, which gave me the same problem as yday. Kinda bouncy/jumpy performance while driving. Meaning my position in IGO hangs every few seconds, and then bounces a bit back/forward. Anyway, not really a good solution 3.) I tried Speed only enabled. Same result as with 2.) I'll maybe reduce Lag advanced for my ride home from 2000 to 1500ms cause with a few roads it seems I am a little bit ahead of my actual position. boba |
|
#7
|
|||
|
|||
|
Mach, can you tell me what settings you are using? Since I read you own a Diamond, you should have pretty much the same GPS Chip I got in my HD. As I said above, I get really bad hangs/bounces when enabling speed or/and course with v1.1.
Do you have those enabled and manage to get a flient position display in navigation apps? I got the rest of the settings/values still on default, maybe I have to change those in order to have speed/course enabled? boba |
|
#8
|
||||
|
||||
|
Quote:
Quote:
/*********/ Another teaser: My newest test beta: Added another String at LagAdvance + 500ms, keep the speed and heading the same (don't adjust for curves or acceleration). This sure makes Garmin look better, the map updates twice as often, eliminates the 'jump' every second (now it's half second ), and much smother. I'll play with it a bit more before letting you folks have a crack at it.Some time tomorow (OK for me it be later today it's 1:20 am now, here) I'll post a v1.2 to add the current beta3 features, another speed fix (real smooth now), and fix the "delay" in reading.
__________________
Main: Diamond Rom: Home Built 6.5.3 28002, Thanks to Da_G Radio: 1.00.25.05, using Original Rogers rilphone.dll Spare: Hermes TyTn Rom: Home Built 6.5.3 28002, Thank You Da_G! Is your built-in GPS giving you a headache? GPS Mod Driver - Working Lag Fix, GeoCaching Fix, Multi-Device If you wish to contribute, click
|
|
#9
|
|||
|
|||
|
Quote:
|
|
#10
|
||||
|
||||
|
Quote:
Quote:
If you are a walker, set the delta values low enough, and live with the occasional spin while stopped and driving (I do). The point is: I don't use speed, heading or LagDistance if your calculated position results in less than ALL three delta values (don't forget about the time one), if I used some min value and forced an update through but you happened to be stopped at a light, you would get jump or spin effect. Code:
Compare GPS position to LastGpsPosition :: DistanceMoved, Course Use Time Elaped :: Speed if( (speed > DSpeed) OR (distance > DDistance) OR (time > DTIME)) UseCalculatedValues; else UseGPSValues (speed will be zero) Edit to add, Accuracy, sensitivity and lag compensation all benefit from different delta values Delta values determine IF we use new values, they do not effect the results at all
__________________
Main: Diamond Rom: Home Built 6.5.3 28002, Thanks to Da_G Radio: 1.00.25.05, using Original Rogers rilphone.dll Spare: Hermes TyTn Rom: Home Built 6.5.3 28002, Thank You Da_G! Is your built-in GPS giving you a headache? GPS Mod Driver - Working Lag Fix, GeoCaching Fix, Multi-Device If you wish to contribute, click
Last edited by Mach2003; 4th November 2009 at 12:16 AM.. |
![]() |
| Tags |
| gps, gps driver, gps lag |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|