Subscribe to our RSS Feeds
The postings and links in this blog are provided "AS IS" with no warranties, and confer no rights. The opinions expressed here are solely those of the authors.

Windows Mobile: Working with FakeGPS

0 Comments »

What is FakeGPS

Microsoft has introduced a new tool named FakeGPS for Windows Mobile application developers and testers. Testing GPS application was difficult in earlier mobile SDK versions as a GPS receiver doesn't work within closed walls, also the Emulators didn't have any GPS simulated testing tool built in. Using FakeGPS, developers and testers can now easily simulate satellite based global positioning system data and use that for testing their GPS applications. FakeGPS comes with Microsoft Windows Mobile SDK v6.0 and DTK version 6.3.5; after the SDK installation FakeGPS.cab is copied into C:\Program Files\Windows Mobile 6.5.3 DTK\Tools\GPS folder. FakeGPS creates a text file containing all the GPS data and simulates the functionality of a GPS receiver. In this article I will demonstrate how to use the FakeGPS tool to test your GPS application.

More detail @ http://www.codeguru.com/cpp/misc/misc/article.php/c17279/

Downloads

Project : http://fakegpshelper.codeplex.com/
Sourcecode : GPSApplication-source code.zip
, 1:26 AM

0 Responses to "Windows Mobile: Working with FakeGPS"

Post a Comment