Active Topics

 



Notices


Reply
Thread Tools
omeriko9's Avatar
Posts: 385 | Thanked: 344 times | Joined on Jan 2010 @ Israel
#391
Originally Posted by Raubtier View Post
global firmware!
Please run the following commands in x-term:

sqlite3 /home/user/.rtcom-eventlogger/el-v1.db

and then:

select * from EventTypes;

Please post the output here.
 
Posts: 148 | Thanked: 31 times | Joined on Mar 2010
#392
Global firmware
 
Posts: 148 | Thanked: 31 times | Joined on Mar 2010
#393
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>
 

The Following User Says Thank You to kylepsp For This Useful Post:
omeriko9's Avatar
Posts: 385 | Thanked: 344 times | Joined on Jan 2010 @ Israel
#394
Originally Posted by kylepsp View Post
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>
I see.

Ok, so this is exactly the same problem rcastberg identified.

This will be solved next version.
 

The Following 2 Users Say Thank You to omeriko9 For This Useful Post:
Posts: 48 | Thanked: 5 times | Joined on Mar 2010
#395
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
 
omeriko9's Avatar
Posts: 385 | Thanked: 344 times | Joined on Jan 2010 @ Israel
#396
Originally Posted by coolice View Post
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
Andrew, thank you for your suggestion.

This has been suggested in the past, see my response here.
Basically it hasn't changed - the app needs to be stable first with it's current functionality before I'll enhance it.
 
Switch_'s Avatar
Posts: 601 | Thanked: 549 times | Joined on Mar 2010 @ Redditch, UK
#397
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
 

The Following User Says Thank You to Switch_ For This Useful Post:
omeriko9's Avatar
Posts: 385 | Thanked: 344 times | Joined on Jan 2010 @ Israel
#398
Originally Posted by Switch_ View Post
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
Thanks. Looks like you covered another use case I didn't think of - deleting from call log - This is not version dependant issue.

CallNotify counts the missed calls using the call log when it starts. Then it samples the call log every few seconds to see if this number increase. If this number decrease, it "freaks out" like you described. I'll fix that for next version.
 
Posts: 261 | Thanked: 73 times | Joined on Sep 2009
#399
happened again, this time i watched closely

missed call -> call notify correctly displays 1 missed call
i open the yellow notification (the call notify display dissapears) and erase the call list ->this seemingly triggers the bug=

(put the handy on the table, screen locks)
all of a sudden vibration notification and call notify display of 4 or 5 missed calls

Last edited by Raubtier; 2010-06-10 at 14:54.
 

The Following User Says Thank You to Raubtier For This Useful Post:
Posts: 45 | Thanked: 1 time | Joined on Dec 2009
#400
Can you add a function that shows "where the call(country, state) came from", whether received the call or missed the call?

This should be a very popular software.
 
Reply


 
Forum Jump


All times are GMT. The time now is 04:43.