|
2010-10-27
, 21:07
|
Posts: 171 |
Thanked: 13 times |
Joined on Nov 2009
|
#442
|
|
2010-10-27
, 23:16
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#443
|
|
2010-10-29
, 12:14
|
Posts: 388 |
Thanked: 842 times |
Joined on Sep 2009
@ Finland
|
#444
|
|
2010-10-29
, 19:19
|
Posts: 219 |
Thanked: 40 times |
Joined on Sep 2010
|
#445
|
|
2010-10-30
, 19:32
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#446
|
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.
The Following User Says Thank You to digitalvoid For This Useful Post: | ||
|
2010-11-01
, 14:18
|
Posts: 2 |
Thanked: 1 time |
Joined on Nov 2010
|
#447
|
|
2010-11-01
, 18:47
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#448
|
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?
# Auto battery status SMS report # (sends SMS when SMSCON is active & battery is depleting: 'yes' / 'no') AUTOBATREPORT = 'yes'
|
2010-11-01
, 19:01
|
Posts: 55 |
Thanked: 5 times |
Joined on Sep 2010
|
#449
|
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:
that worked for meCode:n=int(PDUmessage[1]) n=n//2+n%2+13 MessageArray = PDUmessage[n:len(arr)]
|
2010-11-01
, 21:35
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#450
|
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
and read the wiki for the correct port number..
Packages: elGR Locale, SMSCON Editor, Swappolube, CSSU Features Configuration, Snuggle, YAMAS, Cleven
Garage: SMSCON, Swappolube, CSSU Features Configuration, Snuggle
Wiki: SMSCON, SMSCON Editor, Swappolube, CSSU Features Configuration, Cleven
Last edited by Saturn; 2010-10-27 at 20:46.