Active Topics

 


Reply
Thread Tools
robin92's Avatar
Posts: 476 | Thanked: 438 times | Joined on Nov 2010 @ Sweden
#1
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?
 
Posts: 569 | Thanked: 462 times | Joined on Jul 2010 @ USA
#2
Originally Posted by robin92 View Post
And is it impossilbe to show unreaden sms and missed calls in staus applet menu?
I believe CallNotify does that.
 
robin92's Avatar
Posts: 476 | Thanked: 438 times | Joined on Nov 2010 @ Sweden
#3
Originally Posted by rotoflex View Post
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?
 
Posts: 225 | Thanked: 105 times | Joined on May 2010
#4
I know that someone wanted to do exactly the same thing a few days ago..try the search and maybe find it.
 
robin92's Avatar
Posts: 476 | Thanked: 438 times | Joined on Nov 2010 @ Sweden
#5
Originally Posted by Pillum View Post
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
 
Posts: 2 | Thanked: 1 time | Joined on Jan 2011
#6
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.
 
Reply


 
Forum Jump


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