View Single Post
Posts: 52 | Thanked: 40 times | Joined on Dec 2011
#261
First of thanks for creating such a nice tool

I created a csv in PC suite (ovi suite 3.2 iirc) and then in libre office converted the seperator character to be a \t (tab) since that was the only character I coult think of that I was 100% sure did not appear in my SMS'es (unless VCARDS contain \t).

When I run the progam it does not print any error messages but it also does not add any of the conversations to my conversations.

Any suggestions would be welcome, I will tomorrow generate a new csv that also includes the messages sent/received on my n900 and then try to see if this works if I first delete/move the current db out of the way....

Two example lines (maybe the format changed a bit?):
Code:
"sms"	"READ,RECEIVED"	"Nokia"			"2011.11.25 01:45"		"You have unsubscribed from My Nokia."
"sms"	"SENT,READ"	"Nokia"	XXXXXXXXX		"2011.11.24 21:18"		"Can i call?"
A quick cursory read of the source indeed suggests to me that a different format is expected, since the code seems to expect the word "deliver" in the second field...
I guess I'll use sed tomorrow and try to replace all instances of "READ,RECEIVED" with "deliver" and "SENT,READ" with submit.
 

The Following User Says Thank You to Keeper of the Keys For This Useful Post: