Free Time Info
(c) myrzeug
With this elf you can display the free time of your phone at any time, as well as the value in the seconds, minutes, hours, according to the tariffs that you set:
Automatically collects the time and operators name of number called, and this requires records of Call_logger
That means you MUST USE the Call_Logger.elf,
For version 2.1 of Call Logger, put in "Orde Sort" the option "LIFO".
The names of the companies, must be the same configured for the Call_logger on file regions.ini
Options:
* You can upgrade the MONEY in every monthly, for those who use a "PLAN" service
Or set it manually, for those who use "CHARTER" service
* You Can set numbers to be ignored, that is not taxed for operator, such as the service numbers, exemple (FTI.ini):
Код:
[IGN_1] * 611
[IGN_2] * 282
[IGN_3] 123
* You can create up to 5 different rates for 5 different operators (the "Default" is the default operator, that is, if the number you call is not recognized in regions.ini or FTI.ini, the cost of the call will be calculated with this fare.)
Note:
the values of:
MONEY and TARIFFS are in the same UNITFor smaller fractions, you must use the parameter FACTOR (Is not possible to put float numbers on .bcfg file...), exemple:
if MONEY = 12,54 $ and TARIFF_1 = 0,075 $, you must put in .bcfg:
MONEY = 12540
TARIFF_1 = 75
FACTOR = 1000-------------
Free Time Info v.1
Needs the events:
Код:
UI_STANDBY_UNFOCUS_EVENT
PHONE_IN_STBY_EVENT
ON_CALLMANAGER_EVENT_TAG
-------------
Free Time Info v1.1
*
UI_STANDBY_UNFOCUS_EVENT and PHONE_IN_STBY_EVENT are no longer needed
You just need the event :ON_CALLMANAGER_EVENT_TAG* Bcfg support added, for BM with this support...
* Small change in the parameter FACTOR, to put fractions easiest...
[ Edited by myrzeug в 19.11.08 17:36 ]