![]() |
2010-02-05
, 22:16
|
|
Posts: 474 |
Thanked: 368 times |
Joined on Jan 2010
|
#232
|
I can only repeat one more time. Launch widget from command line. This would give more information, about why it doesn't work.
![]() |
2010-02-05
, 22:22
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#233
|
OK. We were looking on a wrong documentation, a bit. As far as we use AT commands, we need GSM 07.07 - Main AT commands and Annex A from GSM 07.05 - Additional AT commands (SMS and CBS). Can be downloaded from http://wiki.openmoko.org/wiki/GSM#GS...in_AT_commands
I didn't understood how decoding should be done correctly and where did we made mistakes, but now I know how to check, if user has left ussd menu.
![]() |
2010-02-05
, 22:36
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#234
|
@kilbergus why do you always think Error means a diagnostic Error, what if its a response Error from the Operator. Being a programmer you should know these things. Running through widget (terminal) will only tell you if its a diagnostic error or not, which you can easily run through terminal modem and see if it is or not. Either way you are pinning down the problem.
so cut some slack to newbies.
![]() |
2010-02-05
, 22:38
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#235
|
![]() |
2010-02-05
, 23:02
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#236
|
Update: According to documentation cp850 can not be used in ussd reply (at least with dsc field 15). On the other hand, our implementation shouldn't work at all, because we expect (and we get!) 8 bit encoding, while we should get 7 bit encoding. I would appreciate, if you try running these commands in pnatd:
at+cmgf=1
at+cscs="IRA"
at+cusd=1,"<your USSD number>",15
They should produce a lot of digits instead of human readable reply.
![]() |
2010-02-06
, 01:07
|
Posts: 84 |
Thanked: 3 times |
Joined on Jan 2010
|
#237
|
Congratulations. Now you know how to use pnatd. Ise it, if you like it.
ARE THESE LETTERS BIG ENOUGH TO BE SEEN?
@kilbergus why do you always think Error means a diagnostic Error, what if its a response Error from the Operator. Being a programmer you should know these things. Running through widget (terminal) will only tell you if its a diagnostic error or not, which you can easily run through terminal modem and see if it is or not. Either way you are pinning down the problem.
so cut some slack to newbies.
![]() |
2010-02-06
, 10:01
|
|
Posts: 94 |
Thanked: 209 times |
Joined on Oct 2009
@ Germany
|
#238
|
OK. We were looking on a wrong documentation, a bit. As far as we use AT commands, we need GSM 07.07 - Main AT commands and Annex A from GSM 07.05 - Additional AT commands (SMS and CBS). Can be downloaded from http://wiki.openmoko.org/wiki/GSM#GS...in_AT_commands
I didn't understood how decoding should be done correctly and where did we made mistakes, but now I know how to check, if user has left ussd menu.
Update: According to documentation cp850 can not be used in ussd reply (at least with dsc field 15). On the other hand, our implementation shouldn't work at all, because we expect (and we get!) 8 bit encoding, while we should get 7 bit encoding. I would appreciate, if you try running these commands in pnatd:
at+cmgf=1
at+cscs="IRA"
at+cusd=1,"<your USSD number>",15
They should produce a lot of digits instead of human readable reply.
strip_unicode = re.compile("([^-_a-zA-Z0-9!@#%&=,/'\";:~`\$\^\*\(\)\+\[\]\.\{\}\|\?\<\>\\]+|[^\s]+)") reply=strip_unicode.sub('', reply)
sys.stdout=file("/dev/stdout", "wb")
The Following User Says Thank You to Marshall Banana For This Useful Post: | ||
![]() |
2010-02-06
, 10:28
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#239
|
Sorry, no: just the normal text output from that number, as when I type only the "at+cusd" part.
Wow you're a douche im not a linux expert I learned a lot here so if you dont want to help just ignore what im saying kay? thx
extra reg options in ussd widget ?
So for now only way to see is via terminal? what about those extra reg options in ussd widget ?
The Following User Says Thank You to KiberGus For This Useful Post: | ||
![]() |
2010-02-06
, 11:41
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#240
|
The Following 2 Users Say Thank You to KiberGus For This Useful Post: | ||
![]() |
Tags |
dial, dialing, lack of phone features, lack of quality control, sms, telephony, ussd |
|
ARE THESE LETTERS BIG ENOUGH TO BE SEEN?