|
2010-06-08
, 13:58
|
Posts: 148 |
Thanked: 31 times |
Joined on Mar 2010
|
#393
|
The Following User Says Thank You to kylepsp For This Useful Post: | ||
|
2010-06-08
, 15:57
|
|
Posts: 385 |
Thanked: 344 times |
Joined on Jan 2010
@ Israel
|
#394
|
sqlite> select * from EventTypes;
1|RTCOM_EL_EVENTTYPE_CALL|1|Call
2|RTCOM_EL_EVENTTYPE_CALL_MISSED|1|Missed call
3|RTCOM_EL_EVENTTYPE_CALL_VOICEMAIL|1|Voicemail message
4|RTCOM_EL_EVENTTYPE_CHAT_MESSAGE|2|Normal message
5|RTCOM_EL_EVENTTYPE_CHAT_NOTICE|2|Notice
6|RTCOM_EL_EVENTTYPE_CHAT_ACTION|2|Action message
7|RTCOM_EL_EVENTTYPE_CHAT_AUTOREPLY|2|Autoreply message
8|RTCOM_EL_EVENTTYPE_CHAT_JOIN|2|Groupchat join
9|RTCOM_EL_EVENTTYPE_CHAT_LEAVE|2|Groupchat leave
10|RTCOM_EL_EVENTTYPE_CHAT_TOPIC|2|Topic change
11|RTCOM_EL_EVENTTYPE_SMS_MESSAGE|3|RTCOM_EL_EVENT TYPE_SMS_MESSAGE
sqlite>
|
2010-06-09
, 07:44
|
Posts: 48 |
Thanked: 5 times |
Joined on Mar 2010
|
#395
|
|
2010-06-09
, 08:37
|
|
Posts: 385 |
Thanked: 344 times |
Joined on Jan 2010
@ Israel
|
#396
|
Hi omeriko9 !
Would be any chance to implement a certain profile based behaviour ?
What I mean, that now you can send sound/visual/vibrate, which is great, but for people like me, using the silent e.g. during the night, the vibrate option can be very disturbing, while during teh day in General mode it is a fantastic feature.
Could you have a tough about it to implement it please ?
many Thanks,
Andrew
|
2010-06-09
, 13:09
|
|
Posts: 601 |
Thanked: 549 times |
Joined on Mar 2010
@ Redditch, UK
|
#397
|
The Following User Says Thank You to Switch_ For This Useful Post: | ||
|
2010-06-09
, 13:37
|
|
Posts: 385 |
Thanked: 344 times |
Joined on Jan 2010
@ Israel
|
#398
|
Hi omeriko, same kinda problem that rcastberg and kylepsp previously identified, but maybe with more indication of the root of the problem... i have a missed call at least once per day, and callnotify identifies this properly to me with the "1 missed call" icon. I clear the notification and callnotify sleeps again.
Then, i go into my call log and delete the missed call, at which point, when i return to the desktop, callnotify tells me that i have no less than 4 missed calls... A reboot of the phone, as per rcastberg, is the only way to clear the notification.
Output from the above sqlite command follows;
1|RTCOM_EL_EVENTTYPE_CALL|1|Inbound call
3|RTCOM_EL_EVENTTYPE_CALL_MISSED|1|Missed call
4|RTCOM_EL_EVENTTYPE_CALL_VOICEMAIL|1|Voicemail message
5|RTCOM_EL_EVENTTYPE_CHAT_MESSAGE|2|Inbound chat message
7|RTCOM_EL_EVENTTYPE_SMS_MESSAGE|3|RTCOM_EL_EVENTT YPE_SMS_INBOUND
8|RTCOM_EL_EVENTTYPE_CHAT_NOTICE|2|Notice
9|RTCOM_EL_EVENTTYPE_CHAT_ACTION|2|Action message
10|RTCOM_EL_EVENTTYPE_CHAT_AUTOREPLY|2|Autoreply message
11|RTCOM_EL_EVENTTYPE_CHAT_JOIN|2|Group chat joined
12|RTCOM_EL_EVENTTYPE_CHAT_LEAVE|2|Group chat leave
13|RTCOM_EL_EVENTTYPE_CHAT_TOPIC|2|Group chat topic change
I'm running the UK version of 1.2 btw... Hope this helps, and thanks for the great app
|
2010-06-09
, 16:30
|
Posts: 261 |
Thanked: 73 times |
Joined on Sep 2009
|
#399
|
The Following User Says Thank You to Raubtier For This Useful Post: | ||
|
2010-06-13
, 20:46
|
Posts: 45 |
Thanked: 1 time |
Joined on Dec 2009
|
#400
|
sqlite3 /home/user/.rtcom-eventlogger/el-v1.db
and then:
select * from EventTypes;
Please post the output here.