Location: Huawei Mobile Partner

Discussion: volume limit plugin for mobile connectReported This is a featured thread

Showing 5 posts

Posted Anonymously
volume limit plugin for mobile connect
Aug 27 2010, 11:41 AM EDT | Post edited: Aug 27 2010, 11:41 AM EDT
I found this under options->volume.limit. here u can set ur monthly d/l limit. This i found on some italian site. But this is not available in generic mobile partner latest ver 16.001.06.01.500. how to enable this ? guess this is enable by plugin, but cant find wat plugin to enable ??? Do you find this valuable?    
Keyword tags: None

Posted Anonymously
1. RE: volume limit plugin for mobile connect
Aug 28 2010, 6:56 AM EDT | Post edited: Aug 28 2010, 6:56 AM EDT
Is that Mobile Partner with the volume limitation plugin available for download somewhere? Probably we can activate that plugin in the generic Mobile Partner, after checking that version. Do you find this valuable?    

Posted Anonymously
2. RE: volume limit plugin for mobile connect
Aug 29 2010, 12:23 PM EDT | Post edited: Aug 29 2010, 12:23 PM EDT
edit this NetInfoUIExConfig.xml set this to true
<item name="DATAVOLUMELIMIT" value="true" describe="show datavolume on the lesf"/>
<item name="TIMEVOLUMELIMIT" value="true" describe="show timevolume on the lesf"/>

and u shd be able to see this in statistics. also enable netinfoUIex plugin under common device or to ur device eg: safaricom.
0  out of 1 found this valuable. Do you?    
inquisitor
inquisitor
3. RE: volume limit plugin for mobile connect
Aug 29 2010, 1:44 PM EDT | Post edited: Aug 29 2010, 1:44 PM EDT
Thanks. But where exactly in the NetInfoUIExConfig.xml do I have to put these lines?
The current structure on my machine is:

<module name="common">
<fluxunit>
<item .... />
<item .... />
</fluxunit>

<speedunit>
<item .... />
<item .... />
</speedunit>

<format>
<item .... />
<item .... />
</format>
</module>

In which XML-Tag do I have to insert the new item-tags you mentioned?
Do you find this valuable?    

hanu_blr
4. RE: volume limit plugin for mobile connect
Aug 30 2010, 12:05 AM EDT | Post edited: Aug 30 2010, 12:05 AM EDT
its under common->functions
<module name="common">
..............
<function>
<item name="SHOWGRAPH" value="true" describe="show graph on the right"/>
<item name="TRANSFER" value="true" describe="show transefer on the lesf"/>
<item name="TRANSFERTIME" value="true" describe="show transefer on the lesf"/>
<item name="TRANSFERUPLOAD" value="true" describe="show transefer on the lesf"/>
<item name="TRANSFERDOWNLOAD" value="true" describe="show transefer on the lesf"/>
<item name="STATISTICS" value="true" describe="show transefer on the lesf"/>
<item name="SHOWRESETSTATISTICS" value="true" describe="show resetstatistics on the lesf"/>
<item name="STATISTICSDAILY" value="true" describe="show transefer on the lesf"/>
<item name="STATISTICSMONTHLY" value="true" describe="show transefer on the lesf"/>
<item name="STATISTICSYEARLY" value="true" describe="show transefer on the lesf"/>
<item name="STATISTICSNOTES" value="true" describe="show transefer on the lesf"/>
<item name="DATAVOLUMELIMIT" value="true" describe="show datavolume on the lesf"/>
<item name="TIMEVOLUMELIMIT" value="true" describe="show timevolume on the lesf"/>
</function>

PS: i coudnt past all xml code, bcause of the char limit.
1  out of 1 found this valuable. Do you?