Bisogna avere un backup di iTunes salvato sul proprio computer che non sia criptato.
Con la precedente premessa si possono recuperare tutte le informazioni che vengono memorizzate quando si effettua un backup del proprio dispositivo iOS con iTunes, ad esempio le note.
Strumenti:
- Mozilla Firefox come browser
- L'Addon per Firefox Sqlite Manager
- Mac OS: ~/Library/Application Support/MobileSync/Backup
- Windows XP: %AppData%\Apple Computer\MobileSync\Backup
- Windows Vista: %AppData%\Roaming\Apple Computer\MobileSync\Backup
- Windows 7: %AppData%\Roaming\Apple Computer\MobileSync\Backup
Con SQLite Manager da Firefox aprire il suddetto file ed eseguite la seguente query:
SELECT ZTITLE, ZCONTENT FROM ZNOTE INNER JOIN ZNOTEBODY ON ZNOTE.Z_PK = ZNOTEBODY.Z_PK ORDER BY ZNOTE.Z_PK DESC
e visualizzerete la lista delle note nell'ordine in cui vi si presentano sul vostro dispositivo iOS.
Introduction:
It is necessary to have an iTunes backup not cripted saved on our compute.
Assumption that we have the previous introduction we can recover all informations memorized when we do a backup of our iOS device with iTunes software, for example Notes.
Tools:
Mozilla Firefox and SQLite Manager addon
Verify that you have one of these folders, according to your S.O. :
- Mac OS: ~/Library/Application Support/MobileSync/Backup
- Windows XP: %AppData%\Apple Computer\MobileSync\Backup
- Windows Vista: %AppData%\Roaming\Apple Computer\MobileSync\Backup
- Windows 7: %AppData%\Roaming\Apple Computer\MobileSync\Backup
With SQLite Manager from Firefox, open that file and execute this simple query:
SELECT ZTITLE, ZCONTENT FROM ZNOTE INNER JOIN ZNOTEBODY ON ZNOTE.Z_PK = ZNOTEBODY.Z_PK ORDER BY ZNOTE.Z_PK DESC
and you will notice the list of your iOS Notes in the same order that you see it on your iOS device.
Source: http://theiphonewiki.com/wiki/ITunes_Backup
Questo post è a puro scopo informativo, non sono responsabile di eventuali danni subiti dai vostri dispositivi/computer.
0 commenti :
Posta un commento