I cannot send USSD commands from Mobile Partner. Can you help?

0 votes
No avatar asked by (120 points) about Mobile Partner
edited by

I cannot send USSD commands from Mobile Partner. Can you help?

1 Answer

0 votes
No avatar answered by (193k points)
edited by

Go to (C:) > Program Files > Mobile Partner > config folder and open the PluginsConfig XML document. Locate the

[!–item name=”NetInfoRecordUIPlugin”
clsid=”27A315A2-D587-498a-9FC5-7CF2738679DF”/–]

and

[!–item name=”USSDUIPlugin”
clsid=”6ADFE6DA-E212-4087-8466-043AB06DF4EB”/–]

and change them to

[item name=”NetInfoRecordUIPlugin”
clsid=”27A315A2-D587-498a-9FC5-7CF2738679DF”/]

and

[item name=”USSDUIPlugin”
clsid=”6ADFE6DA-E212-4087-8466-043AB06DF4EB”/]

After that, insert the below lines and save the document.

[item name=”CallPlugin”
clsid=”8FC7A17B-EA76-4e6e-872D-9AAC222C8B03″/] [item
name=”CallUIPlugin” clsid=”58A0343A-93DB-4ea2-92B4-C51589629381″/]
[item name=”CallLogUIPlugin”
clsid=”1FCAC0FF-9E87-450f-8258-1155D7696571″/]

Also, go to Plugins folder, open XFramePlugin and double click the Config document. Select the

[!–item type=”NORMAL” module=”XFramePlugin” icon=”ussd”
icon2=”UssdDisable”id=”IDSUSSDCOMMON”>43057</item–]

and change it to

[item type=”NORMAL” module=”XFramePlugin” icon=”ussd”
icon2=”UssdDisable”id=”IDSUSSDCOMMON”>43057</item]

Save the file and you should be able to use the USSD feature.

note: Instead of [,] brackets you need to use <,>.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...