maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   Show missed calls and unreaden sms (https://talk.maemo.org/showthread.php?t=75441)

robin92 2011-08-02 22:19

Show missed calls and unreaden sms
 
Hi!
I wounder what the commad for show unreaden sms and missed calls in Qbw?

And is it impossilbe to show unreaden sms and missed calls in staus applet menu?

rotoflex 2011-08-02 23:00

Re: Show missed calls and unreaden sms
 
Quote:

Originally Posted by robin92 (Post 1063014)
And is it impossilbe to show unreaden sms and missed calls in staus applet menu?

I believe CallNotify does that.

robin92 2011-08-05 10:25

Re: Show missed calls and unreaden sms
 
Quote:

Originally Posted by rotoflex (Post 1063035)
I believe CallNotify does that.

no, I want a command that you import to qbw. And on your desktop you see how many unreaden sms you have :)

Btw!
It's possible to make a button and when you press on it slide out and it will show some apps?

Pillum 2011-08-05 11:20

Re: Show missed calls and unreaden sms
 
I know that someone wanted to do exactly the same thing a few days ago..try the search and maybe find it.

robin92 2011-08-05 12:00

Re: Show missed calls and unreaden sms
 
Quote:

Originally Posted by Pillum (Post 1064573)
I know that someone wanted to do exactly the same thing a few days ago..try the search and maybe find it.

Yes I founded that for few days when I looked, but now Idont find it :S

justmicky 2011-08-05 12:53

Re: Show missed calls and unreaden sms
 
I use python to print last incoming call number.
for example:

Code:

import sqlite3
conn = sqlite3.connect("/home/user/.rtcom-eventlogger/el-v1.db")
cur = conn.cursor()
str = 'select remote_uid from events where event_type_id=1 and outgoing=0'
cur.execute(str)
row = cur.fetchone()
callnumber = row[0]
cur.close()
print callnumber

You can check el-v1.db to find more information. I forgot where I grab this code, but I works.


All times are GMT. The time now is 12:11.

vBulletin® Version 3.8.8