News

iPhone Google Maps Component (r12) (iPhone misc)

iPhone Google Maps Component is a component that you can add to your iPhone application to access all basic features of Google Maps (similar to Android’s MapView). It uses a UIWebView in the background to load the HTML/Javascript version of Google Maps, and offers a set of Objective-C methods that mimic a subset of the original Javascript methods for controlling the map. It currently supports setting the center location, and zooming & panning using the touch interface.

Video in Action: https://www.youtube.com/watch?v=pCVLifcSkV0

Source

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

iPhone Backup Decoder Script v2 (iPhone misc)

iTunes stores a backup of some of the iPhone files on your computer. This script will extract these files so that you can view and edit them.

The script does not currently support re-encoding.

Make a copy of your ~/Library/Application Support/MobileSync/Backup/ and run the script against the *.mdbackup files. The script will create a MobileSyncExport folder which will contain the extracted files.

Currently supports Mac OS X. Tested on Python 2.3.5 and upwards.

The output is a folder full of plist and SQLite databases. If that doesn’t mean anything to you or you don’t know how to use Terminal to run a python script, this script will not be of use to you.

Source

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.