Same here too. It only worked the first time I had a missed call after the reboot.
Hope it will be corrected soon. Love this app.
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-desktop/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.
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.
Great app and I echo that this is a function always missed by Nokia.
Have had no issue upgrading, except early versions that kept needing a reboot, but I'd like to add my vote for the config to be put in Settings and not the status bar which can look too busy with too many items.
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.
thanks, I ment hildon-desktop.
You mean you don't have that in line 16? Then it means you have an older version.
What does the app manager shows? which version?
Can you try to uninstall and reinstall?
@omeriko9
I don't have /home/user/.config/CallNotify/ directory. I changed debug mode and restarted hildon-desktop, but when I tried to copy lines from the log file there was no such directory in .config.
Will try to reinstall once again.
Edit: Reinstalled - still no CallNotify directory in /home/user/.config
CallNotify is version 0.0.5-2.
@omeriko9
I don't have /home/user/.config/CallNotify/ directory. I changed debug mode and restarted hildon-desktop, but when I tried to copy lines from the log file there was no such directory in .config.
Will try to reinstall once again.
Edit: Reinstalled - still no CallNotify directory in /home/user/.config
CallNotify is version 0.0.5-2.
If you don't have that directory it doesn't surprise me that the application doesn't load... when it starts it accesses there to read the config file (or create one if none).
So either the application wasn't installed correctly (and we'll soon know) or that the app doesn't have write access to /home/user/.config which is very odd because AFAIK about linux, and that's not too much, when logged in as user you must have write access to /home/user, perhaps it's full?...