|
2010-02-06
, 21:56
|
Posts: 75 |
Thanked: 78 times |
Joined on Jan 2010
@ Germany
|
#12
|
cd MyDocs
sqlite3 -batch /home/user/.rtcom-eventlogger/el.db < triggers.txt
|
2010-02-06
, 21:59
|
|
Posts: 80 |
Thanked: 37 times |
Joined on Feb 2010
@ Long Island, New York
|
#13
|
|
2010-05-14
, 08:59
|
Posts: 64 |
Thanked: 5 times |
Joined on Dec 2009
|
#14
|
|
2010-05-14
, 09:04
|
Posts: 75 |
Thanked: 78 times |
Joined on Jan 2010
@ Germany
|
#15
|
cd /home/user/MyDocs/.documents
|
2010-05-29
, 16:53
|
Posts: 4 |
Thanked: 2 times |
Joined on Jan 2010
|
#16
|
|
2010-05-30
, 10:41
|
Posts: 75 |
Thanked: 78 times |
Joined on Jan 2010
@ Germany
|
#17
|
Hi, is this working after PR1.2?
I now have el-v1.db instead of el.db, and applied the triggers there. But I'm still getting no end_time.
Thanks.
|
2010-05-30
, 12:01
|
Posts: 4 |
Thanked: 2 times |
Joined on Jan 2010
|
#18
|
this is not needed anymore with PR1.2. I don't know if it might even be harmful now.
What do you mean by "I'm still getting no end_time"? Did you check the database? AFAIK there are no GUI-Application which actually use the field end_time.
|
2010-05-30
, 17:55
|
Posts: 75 |
Thanked: 78 times |
Joined on Jan 2010
@ Germany
|
#20
|
sqlite3 -batch /home/user/.rtcom-eventlogger/el-v1.db < triggers.txt
This may sound like a newbie question but thats because Im relatively new to the linux scene....im a symbian guy...but anyway, how do i go about "activating" the triggers in the script?
Simply running the following code isn't sufficient?