![]() |
2010-08-20
, 16:33
|
|
Posts: 670 |
Thanked: 359 times |
Joined on May 2007
|
#22
|
![]() |
2010-08-21
, 10:02
|
Posts: 56 |
Thanked: 11 times |
Joined on Jan 2010
|
#23
|
![]() |
2010-08-21
, 14:12
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#24
|
When i type:
sudo gainroot
smscon -start
i get:
/bin/sh: smscon: Permission denied
also, if i type smscon -start without root, i get -sh: smscon: not found
how come? what am i doing wrong?
i put both files in /usr/sbin via the code:
cp /home/user/MyDocs/Smscon/* /usr/sbin
after that i rebooted. but i have no idea how to activate it/ get into the options.
and do you need to change al the XXXXXXX in the file manually? or can you do this easily in the options once the program works?
Nokia-N900:/usr/bin# chmod 755 smscon Nokia-N900:/usr/bin# chmod 755 smscon_daemon
Nokia-N900:/# smscon == smscon - remote control utility == Options: -start : start smscon -restart : clear & restart smscon -stop : stop smscon -reset : stop smscon & arase the log file -boot : set start at device boot -unboot : remove start at device boot -status : get smscon_daemon status -log : show the logfile -clear : erase the log file -help : this help menu Nokia-N900:/#
Nokia-N900:/# smscon -boot smscon_boot doesn't excist. new smscon_boot created & active. Nokia-N900:/#
![]() |
2010-08-22
, 11:12
|
Posts: 56 |
Thanked: 11 times |
Joined on Jan 2010
|
#25
|
smscon -start
/usr/bin/smscon_daemon: line 68: syntax error: word unexpected (expecting ")")
![]() |
2010-08-22
, 15:31
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#26
|
![]() |
2010-08-23
, 09:58
|
Posts: 56 |
Thanked: 11 times |
Joined on Jan 2010
|
#27
|
apt-get openssh apt-get pexpect
apt-get install openssh apt-get install pexpect
/usr/bin/smscon_daemon: line 1: #!/usr/bin/python: not found
/usr/bin/smscon_daemon: line [NUMBER]: import: not found
![]() |
2010-08-23
, 17:10
|
Posts: 101 |
Thanked: 18 times |
Joined on Dec 2009
@ Sweden
|
#28
|
![]() |
2010-08-23
, 18:51
|
Posts: 56 |
Thanked: 11 times |
Joined on Jan 2010
|
#29
|
looks like a nice application,
How about take it a bit further.
Lets say you loose your "phone" and you have data stored on it that you dont want anyone to see:
A function to wipe the entire phone for such data. ( of course its one selfs own responsibility to have proper backup somewhere else.)
the wipe function should remove any connection to exchange/imap/pop accounts, delete entire phonebook (I have my phonebook synced with exchange, so its a POC to get all the contacts back) remove conversation history etc.
there is a similar function already in the exchange server. I have never tried it so I dont know if itīs doing it properly.
![]() |
2010-08-23
, 19:31
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#30
|
Reply messages from smscon are done in the background and don't list in Conversations app.
Last edited by digitalvoid; 2010-08-20 at 16:34.