|
2010-12-28
, 01:07
|
|
Posts: 294 |
Thanked: 62 times |
Joined on Mar 2010
|
#2
|
|
2011-01-10
, 15:49
|
Posts: 21 |
Thanked: 3 times |
Joined on Jul 2010
@ London
|
#3
|
|
2011-01-16
, 18:02
|
Posts: 3 |
Thanked: 4 times |
Joined on Feb 2010
@ Bangalore, India
|
#4
|
The Following 2 Users Say Thank You to pythonhacker For This Useful Post: | ||
|
2011-01-17
, 00:02
|
Posts: 21 |
Thanked: 3 times |
Joined on Jul 2010
@ London
|
#5
|
|
2011-01-17
, 06:26
|
Posts: 3 |
Thanked: 4 times |
Joined on Feb 2010
@ Bangalore, India
|
#6
|
The Following User Says Thank You to pythonhacker For This Useful Post: | ||
|
2011-03-10
, 21:47
|
Posts: 13 |
Thanked: 4 times |
Joined on Nov 2010
@ London
|
#7
|
|
2011-03-20
, 05:53
|
Posts: 291 |
Thanked: 398 times |
Joined on Jan 2011
@ USA
|
#8
|
I have a problem with pycallblocker. I'm using "call waiting" feature, When I make a phone call and during that call blocked number is calling it's ending my current call and allowing blocked number to call me. I'm in UK in o2. Please help
def check_callstatus(): try: callfile = open('/var/run/mce/call', 'rb') cstat = callfile.readlines() callfile.close() if cstat[0] == 'yes': return 2 except Exception: print "Hmm...wtf" return 1
|
2011-04-15
, 10:27
|
Posts: 209 |
Thanked: 44 times |
Joined on Jan 2010
@ Austria
|
#9
|
|
2011-05-24
, 14:11
|
Posts: 334 |
Thanked: 45 times |
Joined on Jan 2010
|
#10
|
The Following User Says Thank You to badboyuk For This Useful Post: | ||
Thanks!