|
2010-01-27
, 20:14
|
Posts: 97 |
Thanked: 103 times |
Joined on Sep 2009
@ switzerland
|
#112
|
The Following User Says Thank You to ziller For This Useful Post: | ||
|
2010-01-28
, 03:36
|
Posts: 88 |
Thanked: 25 times |
Joined on Jan 2010
|
#113
|
|
2010-01-29
, 14:21
|
Posts: 11 |
Thanked: 1 time |
Joined on Jan 2010
|
#114
|
|
2010-01-29
, 15:13
|
Posts: 97 |
Thanked: 103 times |
Joined on Sep 2009
@ switzerland
|
#115
|
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
|
2010-01-29
, 17:05
|
Posts: 11 |
Thanked: 1 time |
Joined on Jan 2010
|
#116
|
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
|
2010-01-29
, 22:40
|
Posts: 97 |
Thanked: 103 times |
Joined on Sep 2009
@ switzerland
|
#117
|
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.
The Following User Says Thank You to ziller For This Useful Post: | ||
|
2010-01-30
, 17:22
|
Posts: 11 |
Thanked: 1 time |
Joined on Jan 2010
|
#118
|
|
2010-01-31
, 11:57
|
Posts: 97 |
Thanked: 103 times |
Joined on Sep 2009
@ switzerland
|
#119
|
|
2010-01-31
, 15:01
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#120
|
service_id:RTCOM_EL_SERVICE_SMS,event_type_id:RTCOM_EL_EVENTTYPE_SMS_OUTBOUND,storage_time:1264293660,start_time:1264293660,end_time:1264293660,is_read:1,local_uid='ring/tel/ring',local_name='<SelfHandle>',remote_uid='+XXXXXXXXXXX',remote_name='XXXXXX',remote_ebook_uid='378',free_text='Testing"',group_uid='5103250'
sms,submit,"","+xxxxxxxxxxx","","2010. 1.24 1:41","","Testing"
sms,submit,"","+xxxxxxxxxxx","","2010.01.24 01:41","","Testing"
The Following User Says Thank You to Saturn For This Useful Post: | ||
Sure thing, let's do it.
on importing becomes
Sure thi
Anybody with a clue on how to fix this. Thanks!