
Originally Posted by
trids
How can i check the balance remaining on my data bundle WITHOUT moving the SIM to a cellphone and running the USSD command *141#?
Download gsm-ussd from here.
I have just tested in Ubuntu 10.10.
For anyone wanting to use this with a Cell C E1820 make the following changes installing (for version 0.3.3):
Code:
sudo nano /usr/bin/gsm-ussd
change line 45 to read:
Code:
my $modemport = '/dev/ttyUSB3';
change line 49 to read:
Code:
my @ussd_queries = ( '*101#' ); # Prepaid account query as default
insert the following at line 349 (important!):
then:
Code:
sudo nano /usr/bin/xussd
change line 297 to read:
Bookmarks