Free Time Info
© 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):
Code
[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 cents of UNIT
For smaller fractions, you must use the parameter FACTOR (Is not possible to put float numbers on .bcfg file...), exemple:
Code
if MONEY = 12,54 $ and TARIFF_1 = 0,075 $, you must put in .bcfg:
MONEY = 12540
TARIFF_1 = 75
FACTOR = 10
Requirements: Need of the constants:
Code
UI_STANDBY_UNFOCUS_EVENT
PHONE_IN_STBY_EVENT
ON_CALLMANAGER_EVENT_TAG