View Single Post
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#205
Originally Posted by Emjay View Post
Hmm I use this now:

cd /home/user/
chmod +x smsexporter

But it gives me the error: no such file or directory. I have put the file in the map data on my phone. That should be /home/user/ right?
It's /home/user/MyDocs

If I understand correctly, then do only once:
Code:
cd /home/user/
cp /home/user/MyDocs/smsexporter .
chmod +x smsexporter
thereafter everytime you want to send all sms to csv do:
Code:
./smsexporter backup.csv
hope it helps

Last edited by Saturn; 2010-08-11 at 20:36.
 

The Following User Says Thank You to Saturn For This Useful Post: