Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
162 views

Determine true north

I am working on an Arduino device I am building. I have bought a GPS module and a tilt sensing compas with an accelerometer. I wish to determine true north so that I can always point an object ...
1
vote
1answer
332 views

Get location function based on GPS. WinMobile 6.5 Platform

I am writing a windows mobile application based on GPS technology. everything is ready but I need the function which is used to retrieve GPS location coordinates (latitude and longitude). I declared ...
1
vote
1answer
207 views

Find location on Windows Mobile 5

I'm trying to get a Windows Mobile 5 PDA to give me its location. It doesn't have GPS but I found this MSDN article that explains how to do it using cell tower information. The example does a ...
0
votes
1answer
13 views

GPS code for server

Is there any code for GPS receiver and for GPS net server available? I want to build complete application: a client for the MS Win Pocket PDA and a server which shows position of my trucks on map. ...
0
votes
1answer
17 views

Is it possible to add a gps directions to the camera view for an application?

I am currently thinking of developing an android application for my final year project and i was thinking of developing an app that you enter a location and point your camera at a street and using ...
0
votes
0answers
36 views

failed to get GPS location, Windows Mobile Console Application

i'm trying to get GPS location using Windows Mobile Console Application. here is my code. static void Main(string[] args) { string Latitude; string Longitude; string Time; Gps x = ...
0
votes
0answers
20 views

how to change setting of pocket pc/hand held for it does not hibernate C#

Since C# how do you get pocket pc or hand held doesn't hibernate (while my application is running) I dont have a code now.. only i need device does not hibernate. it is all. how can i get it? ( may be ...
0
votes
1answer
96 views

Using GPS to get current location i just use this following code But i dont get a Toast msg Like My current location is:?

Using GPS to get current location i just use this folowing code But i dont get a Toast msg ? i just want to massage Like " My current location is: " LocationManager mlocManager = ...
0
votes
1answer
53 views

Lat Long in Windows mobile 6 application

i am very new to windows mobile programming , I want to know how to fetch lat long or the GPS details on the phone. Please suggest me some example or the way to do it.also suggect me some good book i ...
0
votes
1answer
411 views

how programatically set com ports for GPS in windows mobile

In windows mobile, the GPS com port settings are done in start\settings\system\External GPS. However i want to make the above changes programatically. For this I compared the registry settings of the ...
0
votes
1answer
503 views

GPS serial port searcher

I try to search my serial port of my GPS on my tablet (Windows CE). I know that this is on "COM 3" but I want the program to find this by itself. I mean run in a loop (for) on all ports and search ...
0
votes
1answer
332 views

GPS Intermediate Driver Slowing down the data from a virtual serial port driver

Follow on from - GPS Intermediate Driver Issues The above was not successfully answered and feel I have new information over the issue to go for a new question. The issue I am facing is the speed of ...
0
votes
1answer
306 views

accessing GPS data using C#?

HI, How do I get data from gps module from my windows mobile phone? Is it through serial port communication? And how do I transform this data? Is there any article out there?
0
votes
1answer
459 views

How to show map control on windows mobile application and which service is providing that?

I am searching for How to use map control on windows mobile 6? Which service i have to use for this? Can any one help me? Thanks.
0
votes
2answers
224 views

Am I reinventing the wheel on this idea?

Ok here it goes, hope this is an original idea. Scenario is this. I have hosted a personal website, which contains a wordpress blog as well. I have a windows mobile connected to internet via GPRS. I ...