Skip to content

Files

Latest commit

028e3dd · Dec 12, 2013

History

History
31 lines (22 loc) · 1.15 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.15 KB

iPhone message import

Imports tab-separated text messages (SMS messages from your previous phone) into the text message database of an iPhone backup. This backup can then be restored to the iPhone with iTunes.

Requirements

Building

Clone this repo and reinstall all NuGet packages to download the correct SQLite libraries. Run the following command in the Package Manager Console: Update-Package -reinstall

Usage

iPhoneMessageImport.exe [input file] [database file]

Input format

The input file is a tab-separated file. Each row corresponds to a text message.

[timestamp]\t[phone no]\t[send/received]\t[text content]

Check out this sample for the input format.

FAQ

Error: Could not copy the file "iPhoneMessageImport\[x86|x64]\SQLite.Interop.dll" because it was not found.

Run the following command in the Package Manager Console to place the correct SQLite libraries Update-Package -reinstall.