Notices


Reply
Thread Tools
Posts: 4 | Thanked: 0 times | Joined on Jul 2010
#191
Originally Posted by ziller View Post
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/
cp /home/user/MyDocs/sms.csv /home/user/
chmod +x /home/user/smsimporter
cd /home/user/
run-standalone.sh ./smsimporter sms.csv

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
I tried the above steps and my x-terminal screen is full of errors stating "Error parsing Line:525". I'm getting this error after I entered the command, run-standalone.sh ./smsimporter sms.csv

Help please....
 
Posts: 7 | Thanked: 0 times | Joined on Jul 2010
#192
Originally Posted by arab_freak View Post
I'm sorry but because I'm a total noob I don't know how to move my files to the home/user folder. Is it a directory I can access through my computer? I've used my Wifi router to get into the phone's system before to replace some icons with custom ones I downloaded. Are they in there? Because so far I only have the extracted smsimporter files and my csv contacts file in the root.

Thanks a lot.
Alright, so I tried doing it myself and I've managed to move them to home/user using WinSCP and the MAD-developer app. I still get the same damn error message telling me the directory doesn't exist. Help?
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#193
Originally Posted by arab_freak View Post
Alright, so I tried doing it myself and I've managed to move them to home/user using WinSCP and the MAD-developer app. I still get the same damn error message telling me the directory doesn't exist. Help?
Which directory does not exist?
If you have moved the files to /home/user already, you don't need
the command
cp /home/user/MyDocs/smsimporter /home/user/
anymore.
But
chmod +x /home/user/smsimporter
cd /home/user/
run-standalone.sh ./smsimporter sms.csv
To verify that all files are there,
ls -l /home/user/smsimporter
ls -l /home/user/sms.csv

nicolai
 
Posts: 7 | Thanked: 0 times | Joined on Jul 2010
#194
Originally Posted by nicolai View Post
Which directory does not exist?
If you have moved the files to /home/user already, you don't need
the command
cp /home/user/MyDocs/smsimporter /home/user/
anymore.
But
chmod +x /home/user/smsimporter
cd /home/user/
run-standalone.sh ./smsimporter sms.csv
To verify that all files are there,
ls -l /home/user/smsimporter
ls -l /home/user/sms.csv

nicolai
I STILL keep getting that damn "cannot open shared object file: No such file or directory" error message. And I used the ls -l command to verify their location before I started the opeartion and it was there.

Do I have the wrong file or something? I only copied the two smsimporter files (one had a blank file extension, the other was smsimporter.c), a file called "MakeFile" and my sms.csv file into the home/user directory. What's wrong?
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#195
Be sure you have the latest version from the smsimporter
(post number 178)
 
Posts: 7 | Thanked: 0 times | Joined on Jul 2010
#196
Originally Posted by nicolai View Post
Be sure you have the latest version from the smsimporter
(post number 178)
Tried that, after the last command the "~ $" symbols appear slowly one after the other and no more text appears to confirm the operation. No messages appear in the conversations app either.

Please help, I'm desperate.
 
Posts: 4 | Thanked: 0 times | Joined on Jul 2010
#197
Originally Posted by seema.mawi View Post
I tried the above steps and my x-terminal screen is full of errors stating "Error parsing Line:525". I'm getting this error after I entered the command, run-standalone.sh ./smsimporter sms.csv

Help please....
Please someone help me why am i getting this error?i really need my old sms....
 
mason's Avatar
Posts: 93 | Thanked: 36 times | Joined on Nov 2009 @ Germany / Mainz
#198
@matrim can you build the exporter to for 1.2? highly appreciated...

Last edited by mason; 2010-07-31 at 07:59.
 
Posts: 121 | Thanked: 75 times | Joined on Oct 2009
#199
Here's the smsexporter. This is built from the code in the first post so I don't know if it's up to date and I haven't tested it myself.
Attached Files
File Type: gz smsexporter-bin.tar.gz (3.3 KB, 343 views)
File Type: gz smsexporter-src.tar.gz (1.2 KB, 202 views)
 

The Following User Says Thank You to matrim For This Useful Post:
Posts: 1 | Thanked: 0 times | Joined on Aug 2010
#200
"Tried that, after the last command the "~ $" symbols appear slowly one after the other and no more text appears to confirm the operation. No messages appear in the conversations app either."


Same problem for me Is the last smsimporter compatible with 1.2?
 
Reply


 
Forum Jump


All times are GMT. The time now is 22:52.