![]() |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
Using ziller's code. Messages with a comma get truncated at two characters before comma. Like a messaage reading
Sure thing, let's do it. on importing becomes Sure thi Anybody with a clue on how to fix this. Thanks! |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
I didn't modify the original code in any way, just added the patches and the uuid bit... so I guess you'd run into the same problem also with the other binaries posted here.
But I assume you're using comma as the field delimiter? I ran into the same annoying issue as well, ended up using ; as delimiter (only to find out that messages with ;) in it were truncated). Using tab as delimiter might work better? |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
Many thanks ziller, both for your code and your tip. I used | as a delimiter and it worked like a charm - even for a user like me with zero Programming Quotient!!!
|
Re: HOWTO: Importing SMS messages from Nokia phones to N900
i thought it would be a peice of cake to get messages imported. who knew nokia would go all ****** on us and nobody could figure out how to do this without making us do it a million times before it works? i mean what happened to the "COMMUNITY" that they keep harping about?
everything i do in the first few pages (until the second command) comes up with smsimporter file or directory not found. i put the ***** in documents and the main folder, can see it on the file manager but nothing. this completely sucks, Nokia fail right here. |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
When you copy files to your device, they land in /home/user/MyDocs/. The file manager is limited to this folder (and its subfolders) and cannot see files or directories outside it. You can also not execute any binaries that are within /home/user/MyDocs, that is why you have to move them to your /home/user/ folder first.
In xterm: Code:
cp /home/user/MyDocs/smsimporter /home/user/ And no need to blame Nokia on this, they have nothing to do with the sms importing tools posted here - it's all a community effort ;) |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
Quote:
it is a nokia fail cos it is a phone, after all. how about some back support with your own older phones? also, i tried, and the very first command says (as before) "cp: canntot stat '/home/user/MyDocs/smsimporter' : No such file or directory" i assume it forgot to add exists, but u get my point. here's what i did. i unrared the stuff in the first post, put it in the main directory, it didn't work (didn't try moving, to be honest) the file is in documents now, and isn't working, still. will try to put it in the main folder and try too. what i'm doing is putting just the files, and not the entire folder. dunno if that's what i'm supposed to do, since the instructions are vague, at best. |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
Quote:
(hint: find /home/user/ -iname 'smsimporter' could probably tell you the correct path to the file) |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
dude, thanks for the last line. it helped immensely. it was in the .documents folder.
i tried the instructions, but it said something like usr/bin/run-standalone.sh: line 11: ./smsimporter: permission denied. any idea what i could do to go around this? or am i missing something? |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
Could be a couple of things:
- Did you move or copy smsimporter to /home/user/ (you cannot execute programs within MyDocs) - Did you chmod +x smsimporter after copying it to /home/user/ To make sure everything's correct, switch to the folder where you copied smsimporter to (cd /home/user), make sure the file is there (ls -l) and then proceed with chmod and run-standalone. (Maybe stating the obvious, but if your file was within .documents, then you would have to adjust the cp /home/user/MyDocs/smsimporter /home/user/ line from my previous post to cp /home/user/MyDocs/.documents/smsimporter /home/user/ and then repeat the same for sms.csv) |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
Hi, Some comments for any of the developers.
The smsimporter (I think) needs one more small correction. When the messages are parsed the " at the end of the text is not being removed. for example look at free_text value below (note, the X are my edits): Code:
for example it outputs: Code:
Code:
sms,submit,"","+xxxxxxxxxxx","","2010.01.24 01:41","","Testing" |
All times are GMT. The time now is 09:44. |
vBulletin® Version 3.8.8