View Single Post
Posts: 73 | Thanked: 9 times | Joined on May 2010 @ London
#17
Originally Posted by kralde View Post
I need help... I am so noob I guess XD

How I can change the free minutes value?? I dont understand the thing that the 1st post said about trigger... help?
To Update the free minutes value, open freecalls.sh either on PC and update values as shown red

Code:
# the day of the month at which your provider starts counting minutes
MONTH_STARTDAY=here
# Free minutes alloted in the month
FREEMINUTES=here
#Number of sms messages per minute (has to be integer)
SMSPERMINUTE=here
You have to set up triggers by downloading triggers.txt from the link
copy it to MyDocs folder on N900 and run these commands from terminal

1. Open terminal

2. Navigate to MyDocs Folder
Code:
cd /home/user/MyDocs
3. Setup triggers

Code:
sqlite3 -batch /home/user/.rtcom-eventlogger/el-v1.db < triggers.txt
The last command (step 3) is in single line

Last edited by t4ure4n; 2011-07-16 at 13:55.