-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overhaul: iOS 4+5 support, XML in/out support. New interface.
This is a huge change! Provide a list of files to import, it autodetectes each's format, merges the results, sorts them, and exports them to either XML or mmssms.db (sqlite). Use it just like cp: python sms_db_importer.py sms-iOS-5.db gv.csv android.xml out.xml Now imports: - iOS 5 databases, iMessages and all - iOS 6 databases (better architecture, actually) - Android XML from the com.riteshsahu.SMSBackupRestore app. - CSV of google voice data Now saves: - XML format for use with SMSBackupRestore - mmssms.db Android sms database format Requires adb root access. Why use this option? WAY faster and much better database performance. SMSBackupRestore is great, but it doesn't handle tens of thousands of messages. Fixes #1 where existing threads were not properly handled.
- Loading branch information
Showing
1 changed file
with
170 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters