![]() |
2010-04-01
, 13:00
|
Posts: 9 |
Thanked: 1 time |
Joined on Apr 2010
|
#142
|
I added matrim's uuid bit to gagravarr's patched code and it seems to import even large linked messages with no problems and I can delete and forward any message I want...
Just imported a few thousand text messages on a vanilla n900, all is okay. I've attached the source and the compiled binary.
edit: the conversations app is dying on me on some individual messages though... I'm blaming this mainly on the special characters in the .csv file, probably nothing to do with the importer.
The Following User Says Thank You to Hamzeh For This Useful Post: | ||
![]() |
2010-04-03
, 04:16
|
Posts: 6 |
Thanked: 0 times |
Joined on Apr 2010
|
#143
|
![]() |
2010-04-06
, 18:52
|
Posts: 88 |
Thanked: 84 times |
Joined on Apr 2010
|
#144
|
![]() |
2010-04-07
, 21:52
|
Posts: 49 |
Thanked: 15 times |
Joined on Jan 2010
|
#145
|
![]() |
2010-04-08
, 19:52
|
Posts: 1 |
Thanked: 0 times |
Joined on Apr 2010
|
#146
|
![]() |
2010-04-08
, 20:07
|
Posts: 88 |
Thanked: 84 times |
Joined on Apr 2010
|
#147
|
haha!! I succeed!!
parsing errors mean your csv line is not correct!
count your column and verify there is enough ; and ".You should have 8 columns!
here is an example of right lines :
sms;submit;"";"12345";"";"2010.04.07 00:00";"";"Tu t'en sors?"
sms;deliver;"12345";"";"";"2010.04.07 00:01";"";"oui enfin"
if your using linux edit your csv files with gedit or an other text editor that manage replacement of strings it is quicker! and better!
![]() |
2010-04-08
, 21:11
|
Posts: 49 |
Thanked: 15 times |
Joined on Jan 2010
|
#148
|
![]() |
2010-04-15
, 15:08
|
Posts: 1 |
Thanked: 0 times |
Joined on Apr 2010
|
#149
|
![]() |
2010-04-15
, 19:14
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#150
|
What this means:
In Windows most people edit their files in Notepad.
Unfortuantly what Notepad does for a UTF-8 file is save 3 strange charactes at the beggining - (i+umlaut, double right guillemet, inverted question mark)
These characters are invisible when viewing/editing in Notepad.
I attached a file which has these symbols.
To view if a file has these symbols you can do:
So question is how to easily remove the BOM?