sjgadsby
|
2010-01-28
, 17:36
|
Posts: 5,335 |
Thanked: 8,187 times |
Joined on Mar 2007
@ Pennsylvania, USA
|
#161
|
|
2010-01-29
, 02:36
|
Posts: 9 |
Thanked: 3 times |
Joined on Jan 2010
|
#162
|
|
2010-01-29
, 02:43
|
|
Posts: 44 |
Thanked: 13 times |
Joined on Nov 2009
|
#163
|
|
2010-01-29
, 04:14
|
Posts: 9 |
Thanked: 3 times |
Joined on Jan 2010
|
#164
|
|
2010-01-29
, 08:41
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#165
|
Bits 3..0 indicate the language:
0000 German
0001 English
0010 Italian
0011 French
0100 Spanish
0101 Dutch
0110 Swedish
0111 Danish
1000 Portuguese
1001 Finnish
1010 Norwegian
1011 Greek
1100 Turkish
1101..1110 Reserved for European languages
1111 Language unspecified
|
2010-01-29
, 10:19
|
|
Posts: 44 |
Thanked: 13 times |
Joined on Nov 2009
|
#166
|
*21# is the Call Forwarding code for Fido in Canada.
See «How do I Call Forward my phone?» on this link: http://www.fido.ca/web/content/faq/faq_call_forwarding
|
2010-01-29
, 16:03
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#167
|
The Following 3 Users Say Thank You to KiberGus For This Useful Post: | ||
|
2010-01-29
, 18:05
|
Posts: 19 |
Thanked: 2 times |
Joined on Jan 2010
|
#168
|
|
2010-01-30
, 13:58
|
Posts: 11 |
Thanked: 1 time |
Joined on Jan 2010
|
#169
|
First a warning:
The software you want to install is not ready for end users and it is even not yet in extras-devel. Please read this first:
Seriously: don't send users out of Extras without a big warning
There are two applications for ussd:
ussd-widget: A widget on your homescreen. You can use to display your account balance for example.
ussd-pad: An application with a dialpad. You can enter an ussd-code and see the result
First you need to be root to use dpkg to install the .debs you download from garage.maemo.org, so you have to install rootsh form the maemo extras repository.
Install ussd-pad:
Go to https://garage.maemo.org/projects/ussd-widget/ and download the .debs for ussd-common, pexpect and ussd-pad and save them in your Documents folder
Open x-term and type:
You can use the tab button or press ctrl+i to autocomplete directorys and filenames.Code:sudo gainroot cd MyDocs/.documents dpkg -i pexpect_2.3.0-1_all.deb dpkg -i ussd-common_0.0.1-0_all.deb dpkg -i ussd-pad_2010.01.07_armel.deb
Now you can try the ussd-pad application. It might not work if the answer from your provider contains non-ascii characters (like öäü), in this case you can try this: http://talk.maemo.org/showpost.php?p...&postcount=101. ussdquery.py is in /usr/bin. Danger! Shoddy programming!
Install ussd-widget:
Go to https://garage.maemo.org/projects/ussd-widget/ and download the .debs for ussd-common, pexpect and ussd-widget and save them in your Documents folder. If you installed ussd-pad before you dont need to install ussd-common and pexpect again.
ussd-widget needs two dependencies to work: python-hildondesktop and hildon-desktop-python-loader. They are in the maemo extras repository.
Open x-term and type (you can use tab to autocomplete the filenames:
Now a widget on your desktop appears, configure it with an ussd-code. Mine shows my account balance.Code:sudo gainroot cd MyDocs/.documents apt-get install python-hildondesktop apt-get install hildon-desktop-python-loader dpkg -i pexpect_2.3.0-1_all.deb dpkg -i ussd-common_0.0.1-0_all.deb dpkg -i ussd-widget_0.0.4-0_all.deb
|
2010-01-30
, 16:33
|
|
Posts: 94 |
Thanked: 209 times |
Joined on Oct 2009
@ Germany
|
#170
|
Tags |
dial, dialing, lack of phone features, lack of quality control, sms, telephony, ussd |
|