iOS Backup
- jfarley248/iTunes_Backup_Reader
- avibrazil/iOSbackup
- knoopx/mobilesync
- richinfante/iphonebackuptools
- Siguza/imobax
FAQ
Move messages from iPhone to Android
.output iphone_sms_content.xml
SELECT ' <sms protocol="0" address="'||address||'" date="'||date||'000" type="'||(flags-1)||'" subject="null" body="'|| REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(text,'&','&'),'<','<'),'>','>'),'"','"'),x'0d0a','#13;')||'" toa="null" sc_toa="null" service_center="null" read="1" status="-1" locked="0" />' FROM message;
.quit