aldebarab
|
2010-11-03
, 20:07
|
Posts: 9 |
Thanked: 3 times |
Joined on Oct 2010
|
#81
|
|
2010-11-04
, 09:53
|
|
Posts: 199 |
Thanked: 156 times |
Joined on May 2010
@ Holland
|
#82
|
|
2010-12-26
, 18:34
|
Posts: 9 |
Thanked: 0 times |
Joined on Dec 2010
|
#83
|
Replace the sms_counter_widget.py with the attached one.
I rewrote the script to account ONLY the sent SMS , since these are what i really pay for
I hardcoded the reset date to day 10 , so if you want another day , change the variable resetdate inside the script.
Hope it helps someone.
it only works with PR1.2
|
2010-12-29
, 01:28
|
Posts: 187 |
Thanked: 41 times |
Joined on May 2010
|
#84
|
|
2011-02-01
, 06:10
|
|
Posts: 301 |
Thanked: 227 times |
Joined on Nov 2009
@ Turkey
|
#85
|
#rtcom_database = '/home/user/.rtcom-eventlogger/el-v1.db'
#sql_template = "SELECT sum(CASE WHEN length(free_text)>160 THEN length(free_text) / 153 + 1 ELSE 1 END) FROM Events WHERE service_id=3 AND event_type_id=7 AND outgoing=%d AND start_time>%d"
#outgoing = 1
#incoming = 0
The Following User Says Thank You to Aranel For This Useful Post: | ||
|
2011-02-01
, 12:45
|
|
Posts: 199 |
Thanked: 156 times |
Joined on May 2010
@ Holland
|
#86
|
The Following User Says Thank You to Berserk For This Useful Post: | ||
|
2011-02-10
, 21:05
|
Posts: 3 |
Thanked: 0 times |
Joined on Feb 2011
|
#87
|
I noticed that smswidget 0.2.1-1 already has support for PR1.2 but It was commented out in python code, It's possible to use it instead of colchaodemola's version.
So, just edit /usr/lib/hildon-desktop/sms_counter_widget.py and remove "#" chars.
And comment out the PR1.1 one.
Overall pros: received/total stats, All-time stats, and It doesn't use a seperate database (looks like colchaodemola's one uses, I don't know why)
cons: "First day of period" setting is bugged and fixed to Day 1, It's not a blocker for me. (since my SMS package is renewed on first day of every month) You can hardcode it to python code of course, to change it from day 1.
|
2011-02-27
, 18:31
|
|
Posts: 301 |
Thanked: 227 times |
Joined on Nov 2009
@ Turkey
|
#88
|
|
2011-03-12
, 22:24
|
Posts: 2 |
Thanked: 0 times |
Joined on May 2010
|
#89
|
|
2011-03-15
, 00:35
|
|
Posts: 301 |
Thanked: 227 times |
Joined on Nov 2009
@ Turkey
|
#90
|