Sign in or 

create connection profile
plugins Mobile Partner has several plugins integrated, which are mostly not activated by default. Some can be enabled by editing the file C:\Program Files\Mobile Partner\config\PluginsConfig.xml. PluginsConfig.xml The file is build in the XML-format and consits generally of four sections:
voice-call plugin Since only some Huawei devices support voice-calling, this plugin can only be used properly if supported by your hardware. Currently the following devices are confirmed to support voice calls:
customization / operator branding As mentioned above, the file C:\Program Files\Mobile Partner\SysConfig.dat sets an operator ID, which will determine if Mobile Partner is operator-branded or not. An operator branding is defined by some ID, which is "O2_C40" in this case: [customize] operator=O2_C40 simtype=SIM/USIM uimtype=UIM While the unbranded version set the operator ID to "common": [customize] operator=common simtype=SIM/USIM uimtype=UIM This operator ID is already important during installation of branded versions of Mobile Partner, since the data.bin file (can be opened with WinRAR), which is part of the setup files, contains a folder named by the operator ID. This folder (e.g. "O2_C40") contains dozens of files, which will be installed instead of the common files, which would be installed for an unbranded version. However branded setup files do also contain the common files, so one could modify the SysConfig.dat file inside the data.bin file in order to make setup install an unbranded verison. How to Use an STK Function???? The Mobile Partner supports the SIM Application Toolkit (STK) functions. I The STK functions are supplied by the network service provider. Procedure Step 1 Choose Tools > Sim Toolkit. Step 2 Select the required STK function IF ANY IDEA ABOUT STK FUNCTION FEATURE PLEASE SHARE. version numbering theme Any idea on how the system of the version numbering theme? Please share your thoughts! |
|
Chris_M |
Latest page update: made by Chris_M
, Jul 24 2011, 6:20 PM EDT
(about this update
About This Update
1 word added view changes - complete history) |
|
Keyword tags:
None
More Info: links to this page
|
| Started By | Thread Subject | Replies | Last Post | ||
|---|---|---|---|---|---|
| edbz | writing plugins for mobile partner | 0 | Mar 14 2012, 6:16 AM EDT by edbz | ||
|
Thread started: Mar 14 2012, 6:16 AM EDT
Watch
How can i get started with writting my own plugins for mobile partner, i see some isp have their own plugins in thir custom versions, e.g a menu where you can buy and check data directly from a dashboard?
any info is highly useful. |
|||||
| hanu_blr | enable signal strength/cellid, ip add/dns name under diagnosis plugin | 5 | Dec 8 2010, 8:34 AM EST by fakiro | ||
|
Thread started: Aug 30 2010, 12:17 AM EDT
Watch
set to true to get the corresponding item to wrk under diagnosisconfig.xml. the info will seen under tools->diagnostics->
<tab name="Network status" show="true" resourceID="IDS_TAB_NETWORK_STATUS"> <item name="Network name" show="true" resourceID="IDS_ITEM_NETWORK_NAME"/> <item name="Network type" show="false" resourceID="IDS_ITEM_NETWORK_TYPE"/> <item name="Signal strength" show="true" resourceID="IDS_ITEM_SIGNAL"/> <item name="RSSI" show="true" resourceID="IDS_ITEM_RSSI"/> <item name="RSQUAL(BER)" show="true" resourceID="IDS_ITEM_BER"/> <item name="RSCP" show="false" resourceID="IDS_ITEM_RSCP"/> <item name="Ec/Io" show="false" resourceID="IDS_ITEM_ECIO"/> <item name="Ec/No" show="false" resourceID="IDS_ITEM_ECNO"/> <item name="Cell ID" show="true" resourceID="IDS_ITEM_CELLID"/> <item name="LAC Code" show="false" resourceID="IDS_ITEM_LACCODE"/> <item name="CS network registration" show="true" resourceID="IDS_ITEM_CS_REG"> .... <item name="IP address" show="true" resourceID="IDS_ITEM_IP"/> <item name="DNS server" show="true" resourceID="IDS_ITEM_DNS"/> I was thinking, is there a way to display the ip/dns address in the status bar, currently signal strength icon + provider name is displayed, then a saparator, then current upload and download and then a saparator. have to experiment and findout. mouseover the signal icon, show a signal strength in % via tool tip.
17
out of
18 found this valuable.
Do you?
Keyword tags:
STK (SIM TOOLKIT APPLICATION)
|
|||||
| hanu_blr | fix the main window resize problem under XFramePlugin\config.xml | 0 | Aug 30 2010, 12:32 AM EDT by hanu_blr | ||
|
Thread started: Aug 30 2010, 12:32 AM EDT
Watch
under sysconfig, if its a common device. width and height, splash screen can also be disabled, setting flase, and timeout too.
<windowsize name="xframe" width="550" height="500" minwidth="495" minheight="415"/> <function> <splash>true</splash> <splashscreenstoptime>3</splashscreenstoptime> under customize if its specific to ur provider <customize name="Safaricom_C94"> <windowsize name="xframe" width="500" height="550" minwidth="495" minheight="415"/> <function> <splash>true</splash> <logolink>true</logolink> <logourl>www.safaricom.co.ke</logourl> |
|||||