Hi
I have a question:
I write a program that get position gps without problem, but if I start also nokia maps in my n95, my program don't get more point gps. is it normal, becose nokia mps close my connection on gps or I mistake on implement connection gps?
Two programs that use in the same time gps cannot live?
In the last case, there is a mode to locked gps connection in symbian?
but when I call iPositioner.NotifyPositionUpdate( iPositionInfo, iStatus ) application go to timeout (error -33):
Can i resolve this problem? Can i breack connection gps of nokia maps?
Many thanks
Silvia
Forum posts: 158
I found my problem (maybe):
If I start nokia maps before my application, my application connect to server gps without problem becose not return error:
iPositioner.Open return 0
iPositioner.SetRequestor return 0
iPositioner.SetUpdateOptions return 0
but when I call iPositioner.NotifyPositionUpdate( iPositionInfo, iStatus ) application go to timeout (error -33):
Can i resolve this problem? Can i breack connection gps of nokia maps?
Many thanks
Silvia