shady
|
2010-02-05
, 07:07
|
Posts: 284 |
Thanked: 161 times |
Joined on Dec 2009
|
#211
|
|
2010-02-05
, 07:28
|
|
Posts: 474 |
Thanked: 368 times |
Joined on Jan 2010
|
#212
|
yea i see them now. but the widget still isnt working for me, is there a diagnostic that i could run to copy here?
|
2010-02-05
, 08:37
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#213
|
|
2010-02-05
, 08:48
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#214
|
I use ussd-pad for menu systems which sort of works - see my post in this thread here.
I haven't really kept up with this thread so I don't know if ussd-pad is still being worked on or not, emphasis appears to be on the widgit...
|
2010-02-05
, 12:35
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#215
|
There haven't been updates for ussd-pad yet as I was busy with other stuff. But updates will come.
The Following User Says Thank You to KiberGus For This Useful Post: | ||
|
2010-02-05
, 12:45
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#216
|
|
2010-02-05
, 14:19
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#217
|
|
2010-02-05
, 16:21
|
Posts: 123 |
Thanked: 46 times |
Joined on Jan 2010
@ New Delhi, India
|
#218
|
|
2010-02-05
, 16:31
|
Posts: 123 |
Thanked: 46 times |
Joined on Jan 2010
@ New Delhi, India
|
#219
|
For debugging run widget from X-terminal
python /usr/lib/hildon-desktop/ussd-widget.py
It echoes all errors there.
|
2010-02-05
, 16:35
|
Posts: 79 |
Thanked: 13 times |
Joined on Dec 2009
|
#220
|
Hi,
i installed the ussd-pad and the ussd-widget from the garage site:
pexpect_2.3.0-1_all.deb
ussd-common_0.0.0-3_all.deb
ussd-pad_2010.01.07_armel.deb
ussd-widget_0.0.3-0_all.deb
Out of the box, they did not work for me as my provider (medion mobile) answers to requests with a cp850 encoded message but with decoding scheme unspecified.
Example:
As the answer contains non-ascii characters gsmdecode.py crashes when called by ussdquery.py. I modified ussdquery.py so that it converts the answer to utf8 and directly outputs to stdout. I had to open stdout as "wb" to output unicode because otherwise python tries to encode the string to ascii.Code:at OK at+cusd=1,"*100#",15 +CUSD: 0,"Ihr Guthaben f\x81r die Nr.491234567890 betr\x84gt 13.53 Euro",15
Tags |
dial, dialing, lack of phone features, lack of quality control, sms, telephony, ussd |
|