View Single Post
calvin_42's Avatar
Posts: 286 | Thanked: 219 times | Joined on Feb 2010 @ France
#106
Originally Posted by omeriko9 View Post
I don't know why it's not working, I've tried to remove and install it and it's working fine.

Can someone who experience this (no "call notify" button in the status menu) please do the following:
1. x-term and root
2. vi /usr/lib/hildon-status/CallNotify.py
3. Change line 16 from:
self.Debug = False
to:
self.Debug = True
4. run the following:
killall -9 hildon-status-menu
(wait 2-3 seconds)
killall hildon-status-menu
5. cat /home/user/.config/CallNotify/log.txt
6. Publish here the last 20 rows (if any) of the result of the last command.

thanks
The directory /usr/lib/hildon-status/ doesn't exist on my phone. I only have /usr/lib/hildon-desktop with a CallNotify.py file, but self.Debug is not defined within.