Notices


Reply
Thread Tools
zlatko's Avatar
Posts: 861 | Thanked: 936 times | Joined on Feb 2010 @ Bulgaria
#191
Don't feel like reinstalling all apps again. Will wait for PR1.2 to come. Keep the good job you are doing, I will monitor the topic closely. ;-)

PS. I had to reflash phone several hours after getting - bricked it editing keyboard layout file to get "|" and "~" isntead "pound" and "euro". It is an easy operation but then all aps must be reinstalled...

PS1. Is it possible to try to get only sound and vibra notification from your app? Deleting the code that presents icons on status menu? That will be fine with me for the moment.

Last edited by zlatko; 2010-04-03 at 16:38.
 
omeriko9's Avatar
Posts: 385 | Thanked: 344 times | Joined on Jan 2010 @ Israel
#192
Originally Posted by zlatko View Post
Don't feel like reinstalling all apps again. Will wait for PR1.2 to come. Keep the good job you are doing, I will monitor the topic closely. ;-)

PS. I had to reflash phone several hours after getting - bricked it editing keyboard layout file to get "|" and "~" isntead "pound" and "euro". It is an easy operation but then all aps must be reinstalled...

PS1. Is it possible to try to get only sound and vibra notification from your app? Deleting the code that presents icons on status menu? That will be fine with me for the moment.
Good you required some reflash experience I think I've reflashed mine about 8-9 times already.

Well, you don't need to delete any code, because it's not the notification code that won't make the app start. The problem with your phone is that it won't start up any python status menu plugin, regardless it's nature (I don't know about any c plugin - do you have any at all?).

You could use the instructions from this post in order to get the sound & vibration notification (they are controllable from the control panel).
Add the "#!/usr/bin/python" line to the top of the file as well.

In order to start it each time the phone restarts, you should create a file (doesn't matter what its name) and place it in /etc/event.d, with the following content:

Code:
start on stopped pymaemo-optify
stop on stopping xomap

service
console none
exec /usr/lib/hildon-desktop/CallNotify.py
I'm not sure about the results, so do it on your own risk, but if it will work, it will start the callnotify without the status menu icon (assuming you've changed the py file as described in the post mentioned above).

Last edited by omeriko9; 2010-04-03 at 17:16.
 
zlatko's Avatar
Posts: 861 | Thanked: 936 times | Joined on Feb 2010 @ Bulgaria
#193
omeriko9
I am so stupid - of course I have only to run your script. That's what I did now. I usually do not reboot the phone often(except when testing smth ;-)). But it is one command in root bash history to run after restart. ;-)
Thank for the help! ;-)
 

The Following User Says Thank You to zlatko For This Useful Post:
cjp's Avatar
Posts: 762 | Thanked: 395 times | Joined on Jan 2010 @ Helsinki
#194
Okay now CallNotify is working for me again.

I really don't know what I did. I do know that I changed batteries so maybe that did the trick to get everything running again.

Now I'll just never switch my phone off and all should be well
 
omeriko9's Avatar
Posts: 385 | Thanked: 344 times | Joined on Jan 2010 @ Israel
#195
Originally Posted by cjp View Post
Okay now CallNotify is working for me again.

I really don't know what I did. I do know that I changed batteries so maybe that did the trick to get everything running again.

Now I'll just never switch my phone off and all should be well
Hi again! Yes, of course, you could do that or if you prefer solving the root cause, you can just use the small troubleshooting steps I posted as a reply, and we'll work through it together
 
Posts: 3 | Thanked: 0 times | Joined on Apr 2010
#196
I had just installed the callnotity 0.0.6-3 and doesn't works. It was never installed on my N900.

If I go to settings/extras/Call Notify I get the following message:
Internal Error. Application 'Settings' closed.
 
omeriko9's Avatar
Posts: 385 | Thanked: 344 times | Joined on Jan 2010 @ Israel
#197
Originally Posted by zomby View Post
I had just installed the callnotity 0.0.6-3 and doesn't works. It was never installed on my N900.

If I go to settings/extras/Call Notify I get the following message:
Internal Error. Application 'Settings' closed.
Can you please go to x-term, root, and then run
chmod 755 /usr/lib/hildon-desktop/CallNotify.py
then restart, and then try go again to settings/extras/Call Notify and tell me please if you get this "Internal Error" again.

Thanks.
 
Posts: 150 | Thanked: 10 times | Joined on Apr 2010 @ California, USA
#198
Can someone please tell me where I can find the CALL NOTIFY apps from the repository or shoot me the link. And feedback about the app.

Sorry, if I am asking too many Qs at the same time. Im newbie user of N900.

Thanks,
 
Posts: 18 | Thanked: 7 times | Joined on Apr 2010
#199
Originally Posted by omeriko9 View Post
Can you please go to x-term, root, and then run
chmod 755 /usr/lib/hildon-desktop/CallNotify.py
then restart, and then try go again to settings/extras/Call Notify and tell me please if you get this "Internal Error" again.

Thanks.
New to N900 (Hi all!) but have installed CallNotify. I too get the same message. Have done the above as root, restarted the N900 but same message.
 
omeriko9's Avatar
Posts: 385 | Thanked: 344 times | Joined on Jan 2010 @ Israel
#200
Originally Posted by zaedej View Post
Can someone please tell me where I can find the CALL NOTIFY apps from the repository or shoot me the link. And feedback about the app.

Sorry, if I am asking too many Qs at the same time. Im newbie user of N900.

Thanks,
Hi zaedej! You can find the app under the extras-devel repository. Nevertheless, it's not recommended for newbies to add this repository without knowing what they are up to. You should read this first.

After you enable the repository you can find Call Notify with a bunch of other softwares in testings.

Please note that I do not recommend installing this app without any basic knowledge of working with the terminal.
This is app is still in testings and it might not work for you after installations, and then i'd like to do some checks to see why, and this requires working with linux terminal (x-term), FYI...
 
Reply


 
Forum Jump


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