Where in the world is my iPhone- December 23, 2007 Time for another holiday iPhone hack. This time: Tracking my location using an iPhone and Google's myLocation feature. After finding a bit of C sample code for the (unfortunatly still private) API, it didn't take very long until I had a iPhone command line tool that reads the current cell information, sends it to Google, gets back the corresponding latitude and longitude and sends that to my server. Schedule it to do so every five minutes using launchd et voilà: Meshing private APIs..http://www.codingmonkeys.de/map/log/articles/2007/12/23/where-in-the-world-is-my-iphone Having fun with my iPhone- December 20, 2007 A short video of 2D barcode reading on my iPhone. (Yes, I heard about iMatrix, but I wanted a Datamatrix reader as I think it's a nicer format than QRCode. And it isn't riddled with patents.) The application is powered by the awesome libdmtx by the way. Thanks Mike!http://www.codingmonkeys.de/map/log/articles/2007/12/21/having-fun-with-my-iphone |