![]() |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Quote:
|
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
*#06#=timeout modem didnt reply at 30, 15, 40, 50, 60 (code for imei)
*135#: it works (code for asking own phone number) *221#=timeout modem didnt reply at 30, 60 (code for changing sim card) *#43#=timeout modem didnt reply *#33#=could not init modem *#61#=timeout modem didnt reply *#2820#=timeout modem didnt reply at 60 (code for asking bt address) |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Quote:
Call forwarding won't work for the same reason. Use call forwarding applet. What do you mean under "bt address". If bt means bluetooth, then it is not USSD query too, because operator doesn't know anything about bluetooth. And what do you mean under "changing SIM card". Is it your mobile operator feature or you use some sort of double sim adaper. In last case, it again may be not ussd query. If there is a way to distinguish these codes and find out which command should be used, I may be would include such functionality. In other case ussd widget is intended only for making ussd queries to mobile operator. |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
changing sim card is a feature of my provider. one simcard, 2 different numbers.
bt adress and something else was only to test wich codes work. ... in the future i will use a twincard adapter for using 2 simcards. for that i need sim toolkit or ussd codes. i try to find someone who has a dualsim adapter and can try out the codes with the ussdquery. or maybe some people using other providers, to find out where the problem (if there is one) is. thank you for your help |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Quote:
Is there anyway to add the repository to the App. Manager? This would make things easier, hehehe. Now all I need is a tutorial / guide / documentation on how to edit the text... it's too long, I just wanted the value of the balance... |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
This code in terminal will work for Fido Canada and probably Rogers.
I have a prepaid card. sudo gainroot pnatd AT+CUSD=1 ATD*225; I would like to make it work with the widget but no success at this time. BTW, anybody would know how to put this in a exucutable file and accessed through the desktop of the n900? Thanks |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
My previous comment works but i'd like to add that sudo gainroot is not necessary!
|
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Quote:
Quote:
For an example, how to put it in executable file look at /usb/bin/ussdquery.py Quote:
|
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Here are my results with the German provider "Klarmobile":
http://croggesserver.se/Images/N900USSD_Crogge.GIF Maybe we are living in the Matrix and I got some decrypted codes :o ?!? Well fact is that only the *135# code worked. The widget isn't working at all equal what code I use, it seems to be broken since the last version! It only displays "Error", that's it. |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Run widget from command line to find out, why it doesn't work.
|
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Quote:
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" |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Hi KiberGus,
there is a typo in the latest (ussd-common 0.0.6) gsmdecode.py. One newline is missing after the comment: Code:
#!/usr/bin/python |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
What does this do and does it fail with ussd-widget?
For an example, how to put it in executable file look at /usb/bin/ussdquery.py It works great! I get the whole thing readable : +CUSD: 0,"your balance is ..... Recharge your card before .... to keep your unused balance ...",15 No carrier and then it hangs there, I must close the xterm with X! BTW, yeah it does fail with the widget command line or not. My line entry might be wrong, not sure but i tried: /usr/bin/....py at+cusd=1, "*225#" ,15 and it gave me syntax error!! It is necessary, unless you install ussd-common package, which make pnatd suid. May be we should make ussdquery.py suid instead of pnatd.[/QUOTE] |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
2Marshall Banana, Thank you, I'll fix it.
2maemusr, just run ussdquery.py *225# No need for AT commands. But you also can run widget from comman line python /usr/lib/hildon-desktop/ussd-widget.py and would seedebug information (do not forget to configure new widget). |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Quote:
I executed the widget manually and get the error "Translation file for your language not found", is this error related with Marshall's post? If so, where can I find this file? Equal what language I use I also get the error "Timeout. Modem didn't reply.". |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Good, grief, I didn't even realize that that those # codes from T-Mobile were what you were talking about. I had to pull out my N97 to setup my Google Voice Account. This is very very irritating for such an expensive phone.
|
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Hi to all, I installed ussd widget but doesn't works :(
I've now on desktop "Click to upgrade". I tap on it and: processing --> Error If I digit *123# (code to know credit) I've "Incorrect number". :( Some idea? Edit: It's works in terminal. It's right? It's developed only for terminal? |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Check, that you have really entered *123# without any spacebars and so on. Try deleting number and entering again.
|
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
@KiberGus: confirm :(
If I digit in a term ussdquery.py *123# it's working, if I digit it on dialing pad I receive: "incorrect number" It's a new bug? |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
problem dualsimcard adapter.
we asked the developer of the hypercard 3G: answer: "at the moment, we have no hardware to test. it is possible to change the simcard with a "quick code". the quickcode is not a ussd-code." what ever a quickcode (for example *#7720# )will be. for me (dumb ^^) it looks like a ussd code. got anyone an idea? |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Quote:
And please show your /home/user/.ussdWidget.conf I'll look for a difference between usual mode and launching from command line. Widget should work identical in both cases if configured identically. Quote:
|
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Great widget, i had to read through this thread to get it working but thanks for the help. For those reading through the thread and are using T-Mobile US i had to change the language to unspecified to get it to work. Before that i would get an error.
thanks again KiberGus |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
It seems, that language selection brings a lot of problems. I'll remove it. It still would be possible to set language through ussdquery.py options.
|
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
@KiberGus:
I haven't this file: /home/user/.ussdWidget.conf Maybe it's related to "click to update" -> "error"? |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Quote:
|
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
thx kibergus...
|
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Quote:
:( It's working only from console (as user not root) |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Quote:
The same way you can configure any confurable widget. |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Quote:
;) I thought this widget corrects the telephone module gap. Instead is a per se software external from telephone module right? Just 3 last doubts: 1) if I'd like to digit these codes in telephone pad I've to wait eventually corrections by Nokia? 2) everytime I've to digit a code I've to write this code by configure right? 3) when I tap on it my credit appears and remains for all the time. It's possible to autoclose this window after x seconds? thank you again ;) |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
2maemo.it, you are using it wrong. It is not for making random queries and it is not to replace telephone module gap.
It is for making the same query many times. You have it on your desktop, it updates every 2 hours (configurable) and shows your balance. You don't need to launch phone and enter code if you want to know balance. Just look at desktop. 1) Yes. Or use ussdquery.py or ussdPad 2) No. Only if you want to change it. 3) No. It is a widget. All widgets behave like this. |
Re: Howto install ussd-pad and ussd-widget
Quote:
|
Re: Howto install ussd-pad and ussd-widget
Quote:
Also, if anyone else knows, what's the difference between the .deb version everyone is passing around and the one in the extras-devel repository? |
Re: Howto install ussd-pad and ussd-widget
Quote:
Does anyone have an idea on how to solve it? |
Re: Howto install ussd-pad and ussd-widget
Quote:
I'll update my howto, so it is clear that the prefered way to install it is via repository now. |
Re: Howto install ussd-pad and ussd-widget
First of all, packages in garage are outdated. Use repositories. Today I've uploaded new version. Fixed some issues with regexps, moved language selection to the bottom and added warning.
Quote:
|
Re: Howto install ussd-pad and ussd-widget
Quote:
I confirm that if I do *123# it works (it says the amount of money), but if I try with ALL the following codes in order to manage services http://www.wind.it/it/servizi/scheda...ml?sez=Privati it says UNKNOWN APPLICATION. I tried many times. I phoned to the support service of the telephonic company and they confirm that I have to use those codes and that they are correct. :( |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Try call forwarding widget (I think it was called like this). If I'm not mistaken, codes with ** or ## are call forwarding codes and should be executed by other AT commands.
|
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
hi
i am having problems when i use the latest version of ussd widget..when i try to access d widget from desktop and save the ussd no *156# i get an error that app is not responding press yes to close. then i tried to use the following command on xterminal python /usr/lib/hildon-desktop/ussd-widget.py *156# and i get a syntax error msg. this command was working fine b4 i installed the latest version.can u help me in correcting the issue. if u need any more info from me pls let me know |
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
try to uninstall it (apt-get remove ussd-widget), then go in your /home/user/ folder and delete the two ussd config files (the config and the lock), then reinstall (apt-get install ussd-widget). works ok afterwards, i had the same problems on update.
|
Re: Missing USSD functionality: N900 can't dial numbers beginning with # or *
Just update widget again. I've already fixed saving.
|
| All times are GMT. The time now is 02:17. |
vBulletin® Version 3.8.8