|
2010-02-10
, 11:12
|
|
Posts: 94 |
Thanked: 209 times |
Joined on Oct 2009
@ Germany
|
#292
|
#!/usr/bin/python # -*- coding: utf-8 -*- ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published ## by the Free Software Foundation; version 2 and higer. ## ## Martin Grimme (martin.grimme # gmail.com) 2010LANG_DE = 0x0 LANG_EN = 0x1 LANG_IT = 0x2 LANG_FR = 0x3 LANG_ES = 0x4
The Following User Says Thank You to Marshall Banana For This Useful Post: | ||
|
2010-02-10
, 14:53
|
Posts: 7 |
Thanked: 0 times |
Joined on Jan 2010
|
#293
|
|
2010-02-10
, 15:21
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#294
|
|
2010-02-10
, 22:13
|
Posts: 543 |
Thanked: 151 times |
Joined on Feb 2010
@ Germany
|
#295
|
Hi Crogge,
i tried to decode the replies you gave in your picutre and they all worked. I suggest you try to change the ussd reply language in the ussd-widget configuration. Try English, German and Unspecified and please make sure you use the latest version from the extras testing repository.
Your replies:
Code:q1="5369652073696E64207A75206469657365722046756E6B74696F6E206E69636874206 26572656368746967742E" gsmdecode.decode(q1, 68) 'Sie sind zu dieser Funktion nicht berechtigt.' q2="416B7475656C6C657320477574686162656E3A20382E3335204555522E" gsmdecode.decode(q2, 68) 'Aktuelles Guthaben: 8.35 EUR.' q3="5369652073696E64207A75206469657365722046756E6B74696F6E206E69636874206 26572656368746967742E" gsmdecode.decode(q3, 68) 'Sie sind zu dieser Funktion nicht berechtigt.' q4="53455256494345204E4F542050524F564953494F4E45442021" gsmdecode.decode(q4, 68) 'SERVICE NOT PROVISIONED !'
|
2010-02-15
, 22:27
|
Posts: 7 |
Thanked: 4 times |
Joined on Jan 2010
|
#296
|
|
2010-02-19
, 09:25
|
Posts: 235 |
Thanked: 89 times |
Joined on Oct 2009
@ italy
|
#297
|
|
2010-02-19
, 20:15
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#298
|
|
2010-02-20
, 07:04
|
Posts: 235 |
Thanked: 89 times |
Joined on Oct 2009
@ italy
|
#299
|
|
2010-02-20
, 12:21
|
Posts: 31 |
Thanked: 2 times |
Joined on Jan 2010
|
#300
|
Tags |
dial, dialing, lack of phone features, lack of quality control, sms, telephony, ussd |
|
i tried to decode the replies you gave in your picutre and they all worked. I suggest you try to change the ussd reply language in the ussd-widget configuration. Try English, German and Unspecified and please make sure you use the latest version from the extras testing repository.
Your replies:
Last edited by Marshall Banana; 2010-02-10 at 11:15. Reason: unwise usage of Copy & Paste