|
2010-10-08
, 07:28
|
Posts: 29 |
Thanked: 0 times |
Joined on Oct 2010
@ Sweden
|
#352
|
|
2010-10-08
, 07:53
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#353
|
What an awesome app. I have just one question:
Can you change the specified mobile number via SMS also?
Coz what happens the specified phone number isn't available at the time?
I would like to be able to remotely change the phone number that it contacts for call&sms by sending it some specific sms with the number.
Such as:
ChangeNumber +XXXXXXXXX
Is this possible?
The Following User Says Thank You to digitalvoid For This Useful Post: | ||
|
2010-10-08
, 08:05
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#354
|
Is this a bug or WHAT?!
A workmate to me send me a sms with "coffee" and my phone reply back with this to his cellphone:
-Keyboad-
Phone is being used:
keyboard is open.
Why the heck did my phone send SMSCON status to his phone? Tried with my own phone and send a similiar sms to my phone and got the same respons =/
Cheers
Pontus
|
2010-10-08
, 08:19
|
Posts: 29 |
Thanked: 0 times |
Joined on Oct 2010
@ Sweden
|
#355
|
The only possible reason I can think of SMSCON is doing this is because SMSCON was activated earlier in time. Maybe you used your workmates phone to activate it (his number in then stored in the user settings file)?
And your workmate send you later a SMS message ("coffee") and you opened your keyboard to respond and SMSCON detected this and send the reply ("keyboerd is open") to your workmate...
|
2010-10-08
, 10:10
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#356
|
The SMSCON was activated earlier, but not with his phonenumber. He only send me a SMS with "Coffee" because he was on the other end of the building, and then he asked me what the heck I send to him
The version of the SMSCON Ediditor is 0.5.5 but I will purge it now and update it to the newer version =)
def KEYBOARDslider(Action, Type): """ Check state change of keyboard slider. """ if EnableKeyboardDetect == True: # keyboard slider: 'open to closed' state or 'closed to open' state KeyState = os.popen('cat /sys/devices/platform/gpio-switch/slide/state').read().strip('\n') if KeyState == 'closed' or KeyState == 'open': SMSsend(SenderNumber, 'NOKIA N900\n' + \ '%s\n' % GetTime() + \ '-Keyboard-\n' + \ 'Phone is being used:\n' + \ 'keyboard is %s.' % KeyState, 'send SMS message keyboardslider used to')
|
2010-10-08
, 13:16
|
Posts: 29 |
Thanked: 0 times |
Joined on Oct 2010
@ Sweden
|
#357
|
|
2010-10-08
, 13:21
|
Posts: 214 |
Thanked: 140 times |
Joined on Aug 2010
|
#358
|
gst-launch v4l2src device=/dev/video1 ! ffmpegcolorspace ! videobalance brightness=0.3 contrast=2 ! autovideosink
|
2010-10-08
, 13:36
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#359
|
|
2010-10-08
, 13:47
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#360
|
Will reply back if it occur again
But, how to change the password from 12345 on the new release to my own password?
Cheers
Pontus
I would also like to help troubleshooting this, since i'd love to use this app and it looks like more people are (starting) to have the same problem.
Maybe someone could tell which "(non)standard" applications or which type of applications make use of the DBus, so i/we could check whether the problem is somehow related to a certain app that the people, where SMSCON doesn't work, have installed. ...just and idea...