View Single Post
Posts: 214 | Thanked: 140 times | Joined on Aug 2010
#92
Originally Posted by petur View Post
After two hours it eventually did a latitude update, but that was because it seemed to have picked up another cell tower finally.
Log available on request

So it looks like there is an issue with the code to force an update after xx time.
I'd love to see the latter part, the important bit is if it is sleeping/awakening the GPS or not. If something breaks that cycle, well... then the cycle is broken *duh*

Again, the whole code is backwards compared ot what it needs to be for cell tower anyway, GPS continously feeds coordinates, and never stop until I tell it, so I can simply measure time until X time has past and stuff like that. For cell, it only sends data if it changed. Having the "on-changed" callback as the root of my code is the root of the problem.

Will be fixed at some point, but I don't know when or how.

/Z