|
2010-08-10
, 18:21
|
Posts: 9 |
Thanked: 0 times |
Joined on Jun 2010
|
#202
|
|
2010-08-11
, 00:25
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#203
|
How do I use the export tool that's also in the files?
I want to export the messages in my phone to a .csv file.
chmod +x smsexporter ./smsexporter backup.csv
|
2010-08-11
, 12:49
|
Posts: 9 |
Thanked: 0 times |
Joined on Jun 2010
|
#204
|
|
2010-08-11
, 20:32
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#205
|
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?
cd /home/user/ cp /home/user/MyDocs/smsexporter . chmod +x smsexporter
./smsexporter backup.csv
The Following User Says Thank You to Saturn For This Useful Post: | ||
|
2010-08-12
, 11:17
|
Posts: 9 |
Thanked: 0 times |
Joined on Jun 2010
|
#206
|
|
2010-08-12
, 18:48
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#207
|
I'm still getting the same error.
Why is the map tree on the device totally different than I see it on the computer? And why do I have to cd to a map I can't see on the device?
If I use the filebrowser I can't find home/user/ really weird.
|
2010-08-13
, 11:30
|
Posts: 9 |
Thanked: 0 times |
Joined on Jun 2010
|
#208
|
|
2010-08-15
, 22:03
|
Posts: 143 |
Thanked: 99 times |
Joined on Jun 2009
@ Houston
|
#209
|
error while loading shared libraries: librtcom-eventlogger.so.0: cannot open shared object file: no such file or directory
|
2010-08-16
, 19:54
|
Posts: 2 |
Thanked: 0 times |
Joined on Feb 2010
|
#210
|
I want to export the messages in my phone to a .csv file.