| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 7 months |
| seen | Nov 18 '11 at 7:20 | |
| stats | profile views | 9 |
|
Sep 24 |
awarded | Notable Question |
|
Apr 28 |
awarded | Popular Question |
|
Feb 9 |
awarded | Student |
|
Nov 17 |
comment |
How to read out the data in HTC Desire SMS backup file? A standard SQLite header should begin with "SQLite format 3" or contain "SQLenc" if encrypted. I checked the file and it's not the case. |
|
Nov 17 |
comment |
How to read out the data in HTC Desire SMS backup file? Yes, agree. Don't know whether anybody had ever read out the contents of SMS backup file successfully? |
|
Nov 16 |
comment |
How to read out the data in HTC Desire SMS backup file? I tried SQLiteCrypt, the problem is I don't know the encrypt password. If I tried changing password by .changepass, it does not work either. I had made a new SMS backup file with the same method, which can be restored by HTC Desire correctly. However, the new file can not be opened with SQLite3 or SQLiteCrypt. I guess HTC had changed something of the backup file. |
|
Nov 15 |
comment |
How to read out the data in HTC Desire SMS backup file? Thank you very much for the answer. The SMS backup file is stored in /mnt/sdcard/sms_backup folder. I copied it to my PC(Windows 7) and tried to load with SQLite3. With .schema command, it prompted an error: file is encrypted or is not a database. Seems not work. |
|
Nov 15 |
awarded | Editor |
|
Nov 15 |
revised |
How to read out the data in HTC Desire SMS backup file? added 8 characters in body |
|
Nov 15 |
asked | How to read out the data in HTC Desire SMS backup file? |