|
2010-11-22
, 07:16
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#492
|
The number is not checked. If the command is valid, i.e. matches what has been defined, then it is executed.
Stupid question, but did you check that it is running?
There were some more people mentioning that it didn't work for them but we didn't manage to understand if it is another program intercepting/changing the dbus signals or it is something else.
We have excluded basic stuff like differences between European and US networks and seemed to be more like userspace problem but nothing like a breakthrough.
|
2010-11-22
, 13:35
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#493
|
|
2010-11-22
, 16:31
|
Posts: 156 |
Thanked: 18 times |
Joined on Feb 2010
|
#494
|
|
2010-11-22
, 19:17
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#495
|
Yes, I know, that setting is set to "always ask".
Anyway, I think it has stopped connecting to MMs on its own know, so (hopefully) problem solved... Thanx!
The Following User Says Thank You to digitalvoid For This Useful Post: | ||
|
2010-11-22
, 19:21
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#496
|
I recently installed, works fine but I have a big problem:
it makes my n900 keep connecting to an "MMS" gprs connection, no matter how many times I disconnect it. This is a problem because:
a. i think additional charges might occur (this connection is different from the one I use for using my data plan...)
b. it is always connected draining battery without reason, and I have to disconnect/connect again every time I want to do something online.
.....
What can i do? Any idea would be helpful...
|
2010-11-22
, 19:27
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#497
|
I see the same issue as winmik reported and I don't want to remove fmms. I use "always ask". The connection made at the sms receipt is GPRS data but thereafter, using the IP connect desktop widget the connection automatically goes to mms. It seems that "always ask" is unset by smscon and there is no reset.
I would prefer a choice 1) to keep the gprs connection up after receving for eg "Location" or 2) to reset after receiving and responding to eg "Location" to whatever was the case before.
The Following User Says Thank You to digitalvoid For This Useful Post: | ||
|
2010-11-22
, 19:38
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#498
|
hey guys
this app makes the n900 even more perfect. .
thks for all the hard wrk developers!
had a request. .
if i lock my device through an sms the phone keeps sending sms s to the defined no.!!!
im usin the sms editor. . (noob type here)
even if i deselect the send msg reply n send sms on keyboard use still same behaviour!!!
is there ny fix for this or should i wait 4 an update!!!
thks in advance!
The Following User Says Thank You to digitalvoid For This Useful Post: | ||
|
2010-11-24
, 04:28
|
Posts: 39 |
Thanked: 10 times |
Joined on Nov 2009
|
#499
|
def SMSreceive(PDUmessage, MessageCenter, SomeString, Number):
"""
Receive SMS command and execute command.
"""
n=int(PDUmessage[1])
n=n//2+n%2+13
MessageArray = PDUmessage[n:len(PDUmessage)]
Message = DeOctifyMessage(MessageArray) # decode sms message as plain text
ProcessCommand(Message, Number) # process sms command
|
2010-11-24
, 09:01
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#500
|
@digitalvoid
will the new version have the fix for the numers? the one who made NerdKnight.
Because I think that's the problem with commands not being recognized, I am not getting commands recognized, thanks!
I would prefer a choice 1) to keep the gprs connection up after receving for eg "Location" or 2) to reset after receiving and responding to eg "Location" to whatever was the case before.