![]() |
Re: [Announce] Call Notify
@above
dude, how did u make it work??? pls do tell me! |
Re: [Announce] Call Notify
able to view the GUI. but not getting any sort of notification :(((
|
Re: [Announce] Call Notify
I have the problem that when I go to settings and select your notificaion, I closed by internal error. Anyone know anything?
|
Re: [Announce] Call Notify
The only problem I've had with it is that I haven't been able to 'acknowledge' that I've had a missed call. It basically keeps beeping / vibrating until I reboot my phone if I've missed a call. Even if I called the person back.
Anyone else having this issue? It's happened to me twice. Otherwise it's awesome and works well. slaapliedje |
Re: [Announce] Call Notify
1 Attachment(s)
I had a problem with Call Notify 0.2.0-2 not working well with PR 1.2.
If I missed one SMS, it would say that I missed 5+. It would not show a missed call icon if I missed a call. I opened usr\lib\hildon-desktop\CallNotify.py. Saw this line. Code:
if isSms: I changed the second event_type_id = 3 to event_type_id = 2. Everything works for me correctly now on PR 1.2 Attached is the modified CallNotify.py. Extract from .zip and replace in \usr\lib\hildon-desktop Not sure if it'll work for you. |
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
Quote:
Has anyone tried this patched version out? Call Notify was a really useful app while it was working and I'd love to have it again but not being a developer and having not a great deal of modding experience I'm always apprehensive installing apps that aren't in the Extras repo as it takes me so long to restore the phone to the way I like if I brick it. |
Re: [Announce] Call Notify
Quote:
DerYo--> |
Re: [Announce] Call Notify
I reflashed and can't get it to work with PR1.3. Does anyone of alternative program?
|
Re: [Announce] Call Notify
it is veryy fantastic application. installed it from ( Extras-Testing ) & satisfying with it...
Software: PR.1.3 |
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
I hope the software can also include where did the call come from.
|
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
Hello everyone,
Regarding the matter of call notify (some people have it working and others not), the following steps will hopefully help out those not getting it to work. 1. remove any previous version of call notify and start from scratch. 2. enter xterminal and type: root apt-get install hildon-desktop-python-loader apt-get install callnotify (if any yes or no is asked always enter Y) 3. Without the need of any reboot it should be working properly (Always finger crossed.... lol). I have personally tested this method on my phone and working 100% with all notifictions. kindly if you have any further troubles please ask, Khodor Hijazi |
Re: [Announce] Call Notify
Hi Everyone,
I would like to let you know that my N900 died a couple of weeks ago (USB connector issue). This ends my love/hate relationship with this magnificent device. So, as I haven't touched the CallNotify code for the last couple of months, I guess I won't be doing any modification to it from now on, mostly because I don't have a device to test it on (and no motivation as I was developing this mostly for myself ;) ). The latest version of the code is at the garage (as it has always been there). Please feel free to keep improving and enhancing this tool if you wish. Also, I want to say a giant THANK YOU for this wonderful community of developers, from which I have learned so much. Omer |
Re: [Announce] Call Notify
Thank you for your time and skills! I have used CallNotify since day one and still happy using it!
Community will miss you! |
Re: [Announce] Call Notify
Quote:
thanks! |
Re: [Announce] Call Notify
Python for the hildon desktop plugin, and C for the settings addon.
|
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
is present in Settings menu but not is working. no sound and no vibrating on miss calls or unread sms.
|
Re: [Announce] Call Notify
I have a problem, I installed app and when I try to change it's settings, my settings menu turns off and i get message "internal error occured application settigns closed" how can I fix it
|
Re: [Announce] Call Notify
1 Attachment(s)
Quote:
Remember to make backup of existing py if you want to revert back for some reason. Changes: It uses notifications.db database instead of previous one so it should always catch the missing calls, sms or both. Also it should be more battery friendly since handling calls is not a never ending loop now. |
Re: [Announce] Call Notify
Could You push it somehow as an update?
|
Re: [Announce] Call Notify
1 Attachment(s)
Attached improved version of CallNotify.py that you need to copy over the existing version on /usr/lib/hildon-desktop
Remember to make backup of existing CallNotify.py if you want to revert back for some reason. Changes: - It uses playbin2 for playing sounds for missed calls and sms, and this means any sound file can be used instead of default one /usr/share/CallNotify/missed.wav - If you want to use separate sound files for missed call, sms and both, you need to copy the attached sound.txt file to /home/user/.config/CallNotify/ directory. The file contain in order: first line is for missed call sound, second line is for missed sms sound and third line is for missed both call and sms sound. Of course you need to change the lines with your own sound files. Last line is volume in the range 0.1-1.0. For playing mp3, I guess you need to install mplayer application. I know it would be nice to put these settings in Settings-Call Notify instead of modifying sound.txt file, unfortunately I have no time for such changes and it works fine for me this way. Also I have no user rights for pushing these changes as an update to the original application. |
Re: [Announce] Call Notify
i'm in PR 1.3 and still did not have the missed call icon , only show the sms icon ( always number 5 )
Any solutions about this ? Thanks in advance. |
Re: [Announce] Call Notify
Yep, only missed sms notify is working.
|
Re: [Announce] Call Notify
Hi all! Last version (from extras-devel) has problem that do not respect silent profile (no vibra, no sound) and play sound and vibra event. I'd like to fix this problem, but source code is missing.
@omeriko9: Dsc package on http://maemo.org/packages/source/vie...otify/0.2.0-2/ containts ELF binaries of control panel plugin instead source code. In debian/changelog is GPL license so I'm asking for full source code. |
Re: [Announce] Call Notify
As far as I remember Omeriko9 didn't know how to make
a package which includes python and c-Code: http://talk.maemo.org/showthread.php?t=54656 http://talk.maemo.org/showthread.php?t=54850&page=3 Both threads include links to a source code version. Don't know which one he actually used. |
Re: [Announce] Call Notify
@nicolai: thanks!
Seems that last version is in this post: http://talk.maemo.org/showpost.php?p=694818&postcount=5 with changes: http://talk.maemo.org/showpost.php?p=694854&postcount=6 http://talk.maemo.org/showpost.php?p...0&postcount=13 |
Re: [Announce] Call Notify
Quote:
http://talk.maemo.org/showpost.php?p...&postcount=321 EDIT: Oh, I see you've managed already... thank you for continuing this project. |
Re: [Announce] Call Notify
@omeriko9: Can you give me admin/maintainer permission for this project?
https://garage.maemo.org/projects/callnotify/ https://maemo.org/packages/view/callnotify/ I already written code which test for silent profile & enabled vibrations in python CallNotify.py file. So sounds & vibra events will be disabled when user has disabled it in current profile. |
Re: [Announce] Call Notify
pali, I gave you permissions for the first link - don't know how to give permissions for the second one. Is that enough for you to get started?
|
Re: [Announce] Call Notify
omeriko9, thanks. Now I requested on garage to convert/create git repository for project. I will push full history of package to git.
For second link: When you login, you should see someting like pending requests. |
Re: [Announce] Call Notify
Now project page has git repository with source code.
https://garage.maemo.org/projects/callnotify/ I created new version of package. Please test it. If works I will push it into extras-devel. Changelog: callnotify (0.3.0-1) stable; urgency=low * Build library libcallnotify.so at compile time * Update debian/control and debian/copyright * Use playbin2 for playing sound files * Use python dbus module for dbus method calls * Respect profile settings (silent profile, disabled vibrations) -- Pali Rohár <hidden> Fri, 22 Jun 2012 16:06:29 +0200 |
Re: [Announce] Call Notify
Hi Pali,
I have recently reflashed my phone. Since the reflash I have restored my applications (including CSSU-T). However, following this, callnotify has not been functioning. Whenever I enter the settings window to tick the enable boxes, the settings dialog crashes with the dialog "internal error. Application 'settings' closed" or similar. I have tried apt-get purge of both callnotify and python-hildondesktop and reinstalling from the repos. I have also tried purging and installing your latest package from the link in the above post. Still, the settings dialog keeps crashing. Any suggestions about what I need to do? Many Thanks, Justin. |
Re: [Announce] Call Notify
@juz, thanks for feedback. Now I found problem that if config directory does not exists, control panel crashed. I fixed control panel plugin.
|
Re: [Announce] Call Notify
Is there an app like this for N9/ Harmattan? :)
Would be awesome to see something like this on MeeGo. |
Re: [Announce] Call Notify
Pali,
Your fix created the directory and the conf.txt file. Adjusting the control panel now works, and changes are reflected in the the conf.txt file. However, for whatever reason there is no missed call/sms display in the status menu area. Nor do the vibrate or sound reminders occur. So whilst the control panel appears to adjust the settings. It does not appear that the program is working. Any suggestions? Thanks. Quote:
|
Re: [Announce] Call Notify
Do you have enabled vibra & sound in control panel --> profiles section? Do you have normal or silent profile active? Did you rebooted device after installing?
|
All times are GMT. The time now is 12:14. |
vBulletin® Version 3.8.8