News

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.

http://code.google.com/p/iphone-backup-decoder/

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

By · 0 comments
ZXing v0.9 (iPhone misc)

ZXing (pronounced “zebra crossing”) is an open-source, multi-format 1D/2D barcode reader library implemented in Java. Goal is to support decoding of QR Codes, Data Matrix, and the UPC family of 1D barcodes.

This library is divided into several components of interest:

core: core decoding library, and the main component of the entire project
javame: JavaME client
javase: J2SE-specific client code
android: Android client (M5 SDK)
rim: RIM/Blackberry-specific client build
iphone: iPhone client + port to Objective C / C++ (QR code only)
zxingorg: The source behind zxing.org/w
bug: Client for BugLabs’s BUG

http://code.google.com/p/zxing/

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

By · 0 comments
ZXing v0.9 (Android misc)

ZXing (pronounced “zebra crossing”) is an open-source, multi-format 1D/2D barcode reader library implemented in Java. Goal is to support decoding of QR Codes, Data Matrix, and the UPC family of 1D barcodes.

This library is divided into several components of interest:

core: core decoding library, and the main component of the entire project
javame: JavaME client
javase: J2SE-specific client code
android: Android client (M5 SDK)
rim: RIM/Blackberry-specific client build
iphone: iPhone client + port to Objective C / C++ (QR code only)
zxingorg: The source behind zxing.org/w
bug: Client for BugLabs’s BUG

http://code.google.com/p/zxing/

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

By · 0 comments
ZXing v0.9 (J2ME misc)

ZXing (pronounced “zebra crossing”) is an open-source, multi-format 1D/2D barcode reader library implemented in Java. Goal is to support decoding of QR Codes, Data Matrix, and the UPC family of 1D barcodes.

This library is divided into several components of interest:

core: core decoding library, and the main component of the entire project
javame: JavaME client
javase: J2SE-specific client code
android: Android client (M5 SDK)
rim: RIM/Blackberry-specific client build
iphone: iPhone client + port to Objective C / C++ (QR code only)
zxingorg: The source behind zxing.org/w
bug: Client for BugLabs’s BUG

http://code.google.com/p/zxing/

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

By · 0 comments