maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] SMScon (control your device with SMS) (https://talk.maemo.org/showthread.php?t=60729)

Saturn 2010-10-27 20:43

Re: [Announce] SMScon (control your device with SMS)
 
Quote:

Originally Posted by slewis1972 (Post 854187)
Thanks - it has.

Now, question, any additional settings I need to alter by using gmails smtp server settings

smtp.gmail.com
port:465

as so far no emails working.

Scott

username = mailaddress for gmail

and read the wiki for the correct port number..

slewis1972 2010-10-27 21:07

Re: [Announce] SMScon (control your device with SMS)
 
gmail says smtp port number for them is 465

Saturn 2010-10-27 23:16

Re: [Announce] SMScon (control your device with SMS)
 
Quote:

Originally Posted by slewis1972 (Post 854231)
gmail says smtp port number for them is 465

Not really..
http://mail.google.com/support/bin/a...n&answer=13287

hqh 2010-10-29 12:14

Re: [Announce] SMScon (control your device with SMS)
 
I receive every SMS sent by smscon six times. Had to change MaxRetry from GSMmodem to 1.

Also autolock does not work, it just brings a prompt to enter the lock code before locking the device. If the prompt is bypassed the device won't get locked.

Using version 0.5-9

zerocool2k 2010-10-29 19:19

Re: [Announce] SMScon (control your device with SMS)
 
Hey, just a question. Where is the picture taken by the front camera saved? (on the N900). I have some failed attempts at sending email, so I just want to know where to clean up those pics. Thanks.

digitalvoid 2010-10-30 19:32

Re: [Announce] SMScon (control your device with SMS)
 
Quote:

Originally Posted by zerocool2k (Post 856992)
Hey, just a question. Where is the picture taken by the front camera saved? (on the N900). I have some failed attempts at sending email, so I just want to know where to clean up those pics. Thanks.

All (smscon.log, smscon_boot.log, taken camera picture, created GoogleMap image) are in /tmp. And so will be deleted after a reboot.

Aleena 2010-11-01 14:18

Re: [Announce] SMScon (control your device with SMS)
 
Hi, i have installed SMSCON and Editor ver 0.6-3, running on PR1.3. It is a cool application!!! One issue is that i keep getting several "battery warning - phone battery is now at ...." SMS on my contact mobile number. any advise on how to fix this?

digitalvoid 2010-11-01 18:47

Re: [Announce] SMScon (control your device with SMS)
 
Quote:

Originally Posted by Aleena (Post 859670)
Hi, i have installed SMSCON and Editor ver 0.6-3, running on PR1.3. It is a cool application!!! One issue is that i keep getting several "battery warning - phone battery is now at ...." SMS on my contact mobile number. any advise on how to fix this?

It's (not a bug it's) a feature and can be switched of in /opt/smscon/smscon.config.

Look for this:

Code:

# Auto battery status SMS report
# (sends SMS when SMSCON is active & battery is depleting: 'yes' / 'no')
AUTOBATREPORT    = 'yes'

And set it to 'no'

The above is not true!!
In 0.5-9 it this isn't configurable (in upcomming 0.5-10 it will)!

dekin 2010-11-01 19:01

Re: [Announce] SMScon (control your device with SMS)
 
Quote:

Originally Posted by NerdKnight (Post 851225)
Hi digitalvoid,
I was reading the source code of smscon_daemon to learn about receiving and sending sms, and I found a possibly bug:
In the function SMSreceive, the index that you use to trim the PDUMessage (19) depends on the length of the sender's number that is before the sms message in the array, I made a test with that function sending an sms to my phone from a web page, and the sender number was shorter so the message was not decoded correctly.
I suggest to calculate the begin index as follow:
Code:

n=int(PDUmessage[1])
n=n//2+n%2+13
MessageArray  = PDUmessage[n:len(arr)]

that worked for me

i guess this is where my problem is coming from.i have set my phone number correctly and yet i dont receive any sms when i test it. please can you look into this and update in the next release? thanks

digitalvoid 2010-11-01 21:35

Re: [Announce] SMScon (control your device with SMS)
 
Quote:

Originally Posted by dekin (Post 860018)
i guess this is where my problem is coming from.i have set my phone number correctly and yet i dont receive any sms when i test it. please can you look into this and update in the next release? thanks

Yes, it will be in 0.5-10.


All times are GMT. The time now is 12:09.

vBulletin® Version 3.8.8