Guest level140 Posted May 11, 2009 Report Posted May 11, 2009 Does anyone know the location of those two items? I need to access them. Using Visual studio, visual basic.
Guest DaveShaw Posted May 13, 2009 Report Posted May 13, 2009 Does anyone know the location of those two items? I need to access them. Using Visual studio, visual basic. I don't know about GPS, I guess it's the same as other devices... Here's an API for the Tilt Sensor : http://www.koushikdutta.com/2008/10/using-...etergsenso.html Ta Dave
Guest Paul Diston Posted August 16, 2009 Report Posted August 16, 2009 Hi, A GPS Sample is included with the Windows Mobile 5/6 SDK which uses the GPSID to access the GPS receiver. Hope this helps. Paul Diston
Guest Sumnia Posted September 26, 2009 Report Posted September 26, 2009 Basic4ppc supports both with the SamLib dll.
Guest KP Admiral Posted September 26, 2009 Report Posted September 26, 2009 You can use Samsungs free SDK for their line of phones. http://innovator.samsungmobile.com/down/cn...FplatformId%3D2 You will get access to the accelerometer (tilt sensor), Lux Sensor (Ambient light sensor), Notification LED (the power button led has 3 colors which it can display/mix), and Haptic feedback functions. There is already API to access the GPS receiver in the phone, as already explained by earlier replies relating to the GPSID functions. Alternatively you can also use the comm port/serial port functions in .NET/VS, just open COM8 with baud of 57600, and read the NMEA streams it gives. All can be done with VB.NET, although many of the examples that come with the SDK are with C# the syntax is pretty much the same as VB as the assembly is .NET.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now