View Single Post
Posts: 254 | Thanked: 122 times | Joined on Nov 2009
#288
Originally Posted by The_Legend View Post
Sorry, I had the version 0.0.5, from garage... will pay more attention next time...

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...
Enable extras-devel in app manager. There is documentation on my site: http://kibergus.su/en/node/3
Originally Posted by maemusr View Post
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
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
Originally Posted by maemusr View Post
My previous comment works but i'd like to add that sudo gainroot is not necessary!
It is necessary, unless you install ussd-common package, which make pnatd suid. May be we should make ussdquery.py suid instead of pnatd.