Skip to content

Imports text messages (SMS) into a backup of your iPhone, which you then can restore.

Notifications You must be signed in to change notification settings

erikvdv1/iphone-message-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Imports text messages (SMS) into a backup of your iPhone, which you then can restore.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages