|
2009-12-26
, 00:23
|
Posts: 197 |
Thanked: 101 times |
Joined on Dec 2009
@ Netherlands
|
#72
|
|
2009-12-27
, 15:46
|
Posts: 28 |
Thanked: 0 times |
Joined on Dec 2009
|
#73
|
There's a fatal problem in the code. No memory is allocated to delimiter, which causes the segmentation faults. (But it does indeed at least try to detect the delimiter despite earlier comments, perhaps it was added to version 0.2?) By happy coincidence it sometimes works, though . The fix is simple, though, I put the patch here: http://modeemi.fi/~flux/software/mae...iter-fix.patch
. A compiled binary (only the binary!) is at http://modeemi.fi/~flux/software/maemo/smsimporter (..until I remove it).
Thanks for this very useful piece of software!
|
2009-12-27
, 17:46
|
Posts: 30 |
Thanked: 7 times |
Joined on Sep 2009
|
#74
|
|
2009-12-29
, 10:50
|
|
Posts: 932 |
Thanked: 278 times |
Joined on Sep 2009
@ Kentucky
|
#75
|
|
2009-12-29
, 11:03
|
Posts: 286 |
Thanked: 100 times |
Joined on Dec 2009
@ down south
|
#76
|
|
2009-12-29
, 11:09
|
Posts: 139 |
Thanked: 32 times |
Joined on May 2008
@ France
|
#77
|
|
2009-12-29
, 17:14
|
Posts: 9 |
Thanked: 5 times |
Joined on Dec 2009
|
#78
|
Hello guys,
I wrote a simple command line tool for importing SMS messages in csv format to N900. Using that tool I was able to import ~500 received and ~100 sent SMS messages from my old E66.
Here are few step how I did that:
1. I exported all messages to csv files using "Nokia Communication Centre" from Nokia PC Suite
2. merged together exported received and sent messages to one file. eg. sms.csv
3. copied sms.csv to device to home directory together with smsimporter binary
4. and then entered these commands from terminal:
chmod +x smsimporterrun-standalone.sh ./smsimporter sms.csv5. done, now you should have your old SMS messages imported.
Code of that tool is little bit ugly, because I didn't wanted to spend all work day writing it. So, if someone want to improve it, write simple GUI for it, you are welcome.
PLEASE MAKE BACKUP OF YOUR MESSAGES IN THE DEVICE USING BACKUP APPLICATION BEFORE IMPORTING/EXPORTING YOUR OLD SMS MESSAGES!!!
EDIT:
- Added updated version of smsimporter. This version should automatically detect delimiter.
- Added smsexporter tool.
|
2009-12-29
, 20:41
|
Posts: 28 |
Thanked: 0 times |
Joined on Dec 2009
|
#79
|
Thanks! That worked for me. But i have some SMS messages with semicolons in it which were imported incompletely. Is it possible to change the delimiter in the script to something really rare like | ? Or is there any way to ignore any semicolon in the column that contains message (between the " ")?
|
2009-12-30
, 11:14
|
|
Posts: 38 |
Thanked: 10 times |
Joined on Nov 2009
@ DUBAI , UAE
|
#80
|
I'm comming from an noklia 7710 but I cant get the sms messages from that phone. PCsuite doesn't seem to be able ot show them. Tried to make a backup using pcsuite but it tels me thaere is some sort of problem with the messages ('it is not possible to move the sms messages to a different phone')
I also tried several third party tools to read the backup file and extract the messageas, all to no avail. One of the tools managed to extract 29 messages from the 150 or so shown on the phone itself
It seems the 7710 store the sms messages in a very propriety way, not even known to recent PC suite versions anymore.
I can't find my original 7710 CD so I stuck right know...
I still haven't tried it myself as I'm waiting if someone manages to get the messages in the right order with the ones already sent with N900 earlier. Has anyone had any progress with this? If there is any need for help, I'd love to help. I unfortunately can't write code, but if there is anything else.