Skip to main content

Posts

Showing posts from August, 2010

Location Sensor , wifi, gps

http://geosenseforwindows.com/   Geosense is a Windows Sensor that provides positioning information. The sensor utilises the Google Location Services for WiFi and IP triangulation to provide reasonably accurate location data. http://www.turboirc.com/gps7/ Welcome to  GPSDirect  NMEA Sensor Driver for Windows 7. A driver that maps any COM-based NMEA-compatible GPS hardware to a Windows 7 Sensor.

Geolocation, Google Gear, Html5

The Gears   Geolocation API   can make use of network servers to obtain a position fix. The server determines the client's position using a set of data provided by the client. This data includes the client's IP address and information about any cell towers or WiFi nodes it can detect. This document describes the protocol used to send this data to the server and to return a response to the client. http://code.google.com/apis/gears/geolocation_network_protocol.html http://code.google.com/intl/zh-CN/apis/maps/documentation/javascript/examples/index.html map-geolocation.html // Try W3C Geolocation method (Preferred)   if(navigator.geolocation) {   browserSupportFlag = true;   navigator.geolocation.getCurrentPosition(function(position) {   initialLocation = new google.maps.LatLng(position.coords.latitude,position.coords.longitude);   contentString = "Location found using W3C standard";   map.setCenter(initialLoca...

bluetooth Application with Microsoft Location API

Windows® API Code Pack for Microsoft® .NET Framework http://code.msdn.microsoft.com/WindowsAPICodePack/Release/ProjectReleases.aspx?ReleaseId=3574 bluetooth sensor  driver http://www.turboirc.com/gps7/ Namespace:     System.Device.Location Assembly:     System.Device   (in System.Device.dll) http://msdn.microsoft.com/en-us/library/system.device.location.civicaddress.aspx Identifying Bluetooth-enabled notebook computers Bluetooth software is part of the Windows operating system; however, that does not mean that Bluetooth hardware is installed on a particular notebook. To determine if your notebook has Bluetooth hardware installed, refer to the product specifications for your particular notebook model. Click  Start  , enter  hp wireless  in the search field, and then select  HP Wireless Assistant  from the list. The HP Wireless Assistant opens. The Wireless devices that are installed on your computer display. If you h...

different layout orientations in Android Emulator

It’s important to test your application on different layout orientations and also on different screen sizes. I am going to show how to change your emulator orientation. The solution is next: Switch to previous layout orientation (for example, portrait, landscape) -  KEYPAD_7 or  Ctrl-F11 Switch to next layout orientation (for example, portrait, landscape) -  KEYPAD_9  or Ctrl-F12 Note: If you prefer to use  KEYPAD_7  or  KEYPAD_9  you need to  turn off your Num Lock. As you see it is very easy.

Configuring Web Applications for iphone, ipod, ipad

http://developer.apple.com/safari/library/documentation/appleapplications/reference/safariwebcontent/configuringwebapplications/configuringwebapplications.html <link rel="apple-touch-icon" href="/custom_icon.png"/> <link rel="apple-touch-startup-image" href="/startup.png"> <meta name="apple-mobile-web-app-capable" content="yes"  /> <meta name="apple-mobile-web-app-status-bar-style" content="black"  /> 

USB Driver Android

USB driver for MOtorola Cliq XT http://www.droidforums.net/forum/tech-issues-bug-reports-suggestions/31212-motorola-adb-interface-driver.html http://www.motorola.com/consumers/v/index.jsp?vgnextoid=bda09ec8009a0210VgnVCM1000008806b00aRCRD&pubid=987654 adb logcat adb devices