USSD command sender to 3G Modem
Does anybody know any software with GUI interface for sending USSD commands to 3G Modems?
I have found only this but it uses xml file and you need to store commands in xml file before sending.
Thank you in advance.
usb-modem 3g ussd
add a comment |
Does anybody know any software with GUI interface for sending USSD commands to 3G Modems?
I have found only this but it uses xml file and you need to store commands in xml file before sending.
Thank you in advance.
usb-modem 3g ussd
add a comment |
Does anybody know any software with GUI interface for sending USSD commands to 3G Modems?
I have found only this but it uses xml file and you need to store commands in xml file before sending.
Thank you in advance.
usb-modem 3g ussd
Does anybody know any software with GUI interface for sending USSD commands to 3G Modems?
I have found only this but it uses xml file and you need to store commands in xml file before sending.
Thank you in advance.
usb-modem 3g ussd
usb-modem 3g ussd
asked Apr 16 '13 at 6:20
BakhtiyorBakhtiyor
4,569205677
4,569205677
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Well, if you want to check your balance or top up on a SIM-Card, there is the Prepaid-manager-applet. It has a nice graphical interface and is in the official repositories:
If your provider is not already listed, you can add the USSD-number to '/usr/share/mobile-broadband-provider-info/serviceproviders.xml'. Find the section of your country and provider and add
<balance-check>
<ussd>*102#</ussd>
</balance-check>
whereas *102#
has to be replaced by your providers USSD-code.
If you also want to top up your phone with this applet, you also need to add
<balance-top-up>
<ussd replacement="CODE">*130*CODE#</ussd>
</balance-top-up>
And secondly you can also send USSD commands via gammu. Install wammu for a graphical interface. The configuration of gammu will be more complicated but it offers a lot more functionality -- you can send USSD commands of any kind, not just for balance-check.
add a comment |
It is Modem Manager. It can be installed by
sudo apt-get install modem-manager-gui
I am not able to send USSD codes properly using Modem Manager GUI @Pilot6 . Please see this "Question" for further details and help me if possible.
– spharish
Jul 2 '15 at 19:02
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f281935%2fussd-command-sender-to-3g-modem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Well, if you want to check your balance or top up on a SIM-Card, there is the Prepaid-manager-applet. It has a nice graphical interface and is in the official repositories:
If your provider is not already listed, you can add the USSD-number to '/usr/share/mobile-broadband-provider-info/serviceproviders.xml'. Find the section of your country and provider and add
<balance-check>
<ussd>*102#</ussd>
</balance-check>
whereas *102#
has to be replaced by your providers USSD-code.
If you also want to top up your phone with this applet, you also need to add
<balance-top-up>
<ussd replacement="CODE">*130*CODE#</ussd>
</balance-top-up>
And secondly you can also send USSD commands via gammu. Install wammu for a graphical interface. The configuration of gammu will be more complicated but it offers a lot more functionality -- you can send USSD commands of any kind, not just for balance-check.
add a comment |
Well, if you want to check your balance or top up on a SIM-Card, there is the Prepaid-manager-applet. It has a nice graphical interface and is in the official repositories:
If your provider is not already listed, you can add the USSD-number to '/usr/share/mobile-broadband-provider-info/serviceproviders.xml'. Find the section of your country and provider and add
<balance-check>
<ussd>*102#</ussd>
</balance-check>
whereas *102#
has to be replaced by your providers USSD-code.
If you also want to top up your phone with this applet, you also need to add
<balance-top-up>
<ussd replacement="CODE">*130*CODE#</ussd>
</balance-top-up>
And secondly you can also send USSD commands via gammu. Install wammu for a graphical interface. The configuration of gammu will be more complicated but it offers a lot more functionality -- you can send USSD commands of any kind, not just for balance-check.
add a comment |
Well, if you want to check your balance or top up on a SIM-Card, there is the Prepaid-manager-applet. It has a nice graphical interface and is in the official repositories:
If your provider is not already listed, you can add the USSD-number to '/usr/share/mobile-broadband-provider-info/serviceproviders.xml'. Find the section of your country and provider and add
<balance-check>
<ussd>*102#</ussd>
</balance-check>
whereas *102#
has to be replaced by your providers USSD-code.
If you also want to top up your phone with this applet, you also need to add
<balance-top-up>
<ussd replacement="CODE">*130*CODE#</ussd>
</balance-top-up>
And secondly you can also send USSD commands via gammu. Install wammu for a graphical interface. The configuration of gammu will be more complicated but it offers a lot more functionality -- you can send USSD commands of any kind, not just for balance-check.
Well, if you want to check your balance or top up on a SIM-Card, there is the Prepaid-manager-applet. It has a nice graphical interface and is in the official repositories:
If your provider is not already listed, you can add the USSD-number to '/usr/share/mobile-broadband-provider-info/serviceproviders.xml'. Find the section of your country and provider and add
<balance-check>
<ussd>*102#</ussd>
</balance-check>
whereas *102#
has to be replaced by your providers USSD-code.
If you also want to top up your phone with this applet, you also need to add
<balance-top-up>
<ussd replacement="CODE">*130*CODE#</ussd>
</balance-top-up>
And secondly you can also send USSD commands via gammu. Install wammu for a graphical interface. The configuration of gammu will be more complicated but it offers a lot more functionality -- you can send USSD commands of any kind, not just for balance-check.
answered Nov 3 '13 at 12:00
Rough DudeRough Dude
14229
14229
add a comment |
add a comment |
It is Modem Manager. It can be installed by
sudo apt-get install modem-manager-gui
I am not able to send USSD codes properly using Modem Manager GUI @Pilot6 . Please see this "Question" for further details and help me if possible.
– spharish
Jul 2 '15 at 19:02
add a comment |
It is Modem Manager. It can be installed by
sudo apt-get install modem-manager-gui
I am not able to send USSD codes properly using Modem Manager GUI @Pilot6 . Please see this "Question" for further details and help me if possible.
– spharish
Jul 2 '15 at 19:02
add a comment |
It is Modem Manager. It can be installed by
sudo apt-get install modem-manager-gui
It is Modem Manager. It can be installed by
sudo apt-get install modem-manager-gui
answered May 18 '15 at 14:54
Pilot6Pilot6
53.8k15110198
53.8k15110198
I am not able to send USSD codes properly using Modem Manager GUI @Pilot6 . Please see this "Question" for further details and help me if possible.
– spharish
Jul 2 '15 at 19:02
add a comment |
I am not able to send USSD codes properly using Modem Manager GUI @Pilot6 . Please see this "Question" for further details and help me if possible.
– spharish
Jul 2 '15 at 19:02
I am not able to send USSD codes properly using Modem Manager GUI @Pilot6 . Please see this "Question" for further details and help me if possible.
– spharish
Jul 2 '15 at 19:02
I am not able to send USSD codes properly using Modem Manager GUI @Pilot6 . Please see this "Question" for further details and help me if possible.
– spharish
Jul 2 '15 at 19:02
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f281935%2fussd-command-sender-to-3g-modem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown