![]() |
Re: [Announce] Call Notify
1 Attachment(s)
Quote:
I'd like to check with you for missing dependencies. Can you please download the attached file, place it in /home/user, and then run from terminal (as root): mv test.txt text.py chmod 755 test.py python test.py and paste the results here? thanks. |
Re: [Announce] Call Notify
Quote:
I did the above; without root the file appears to run but outputs no results to terminal. If I sudo gainroot first, then I get - process 4784: arguments to dbus_connection_get_data () were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5757. This is normally a bug in some applications using the D-Bus library. process 4784: arguments to dbus_connection_get_data () were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5721. This is normally a bug in some applications using the D-Bus library. Aborted HTH |
Re: [Announce] Call Notify
Quote:
Apparently there are no dependencies issue, but looks like there's a problem with the python-dbus bindings. I did some google on that error, and it might be related to scratchbox, so I must ask - are you trying to install it on scratchbox? (I guess not because you do "sudo gainroot" and not "fakeroot"). Anyway, there's a workaround in the wiki, but it refers to the scratchbox issue. Perhaps it can help in case you're not running on scratchbox rather on the n900 itself. I copied it from the wiki. Do in x-term: Code:
eval $(dbus-launch --sh-syntax) After executing the above, run "killall hildon-status-menu" from x-term, and check again if you get the "internal error" from the control panel. Thanks! |
Re: [Announce] Call Notify
Quote:
chmod +x /usr/lib/hildon-desktop/CallNotify.py doesn't helped, I got the same error after the restart. |
Re: [Announce] Call Notify
Quote:
Next step is checking for missing dependencies, can you please try this as user and as root? Thank you. |
Re: [Announce] Call Notify
Hi All,
I've updated version 0.0.7-1 in extras-devel. Anyone who downloaded it before and couldn't get it to work - please try this version. Changes: - No permission issue on the main execution file - fixed - Refined dependencies (now using python2.5-xxx instead of python-xxx). Please report here if it's working for you now, and even if it's not working. Thanks and enjoy! |
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
Quote:
back to the planning board... BTW - do you mind doing some troubleshooting together? |
Re: [Announce] Call Notify
Updated to 0.0.7-1 - not working again.
|
Re: [Announce] Call Notify
Mine still isnt working, opening it in settings produces an internal error.
|
Re: [Announce] Call Notify
Quote:
Soon, 0.0.8-1 will be available in extras-devel - could you please try this one? I have a good feeling about this version... :p |
Re: [Announce] Call Notify
Quote:
Or is the silence because no one can get it to work? |
Re: [Announce] Call Notify
I install it and it won't work
|
Re: [Announce] Call Notify
Going to install now, 2 min.
|
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
Some previous version didn't work for me.
With this one(0.0.8-1): 1) Sent myself SMS, saw information 2) Missed a call, saw information Call notify Settings .. Check OK. |
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
Settings app now works! Notification doesn't work though
EDIT: It does, dont know why it didnt work on my first test but works well now!! Good work! |
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
Quote:
Best way is to call from another line or send SMS from another phone. SMS to yourself won't work. Also, try restart. |
Re: [Announce] Call Notify
Remeber (when SMS'ing to yourself) you have to switch off all the SMS applications before you recive the SMS, otherwise you don't get notified, because the application recieves your SMS and treates it like it's been seen already.
|
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
Finally it WORKED for me! ;-)
But: 1. Updated. I didn't get neither SMS received sound nor LED blinking notification. I only can hear the sound of CallNotify reminder beeping. In status I can see icon for sms(at last!). There was no indication for SMS left top corner, nor yellow note on desktop. I couldn't acknowledge alarm and turn it off. Had to go to "Conversations" and when I opened it alarm stopped(as expected). 2. Rebooted phone. First SMS there was only LED blinking and CallNotify alarm. Second SMS - CallNotify works as expected. Third SMS and onwards - again no notification. So definitely there is an improvement, but still inconsistent operation. Keep it going - you are almost there! ;-) PS. After killing hildon-status-menu I get notifications. Will have to see for how long. |
Re: [Announce] Call Notify
Quote:
From my experience with this app, it should work as expected from now on (unless I'll screw something up in a future version :p ). |
Re: [Announce] Call Notify
Quote:
killall hildon-status-menu If it doesn't work after that, try uninstall and reinstall. You can also try this test to check for any other missing dependencies. |
Re: [Announce] Call Notify
But it stopped. SMS from your answer didn't produce any notification. No status menu icon, no beep.
|
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
I get e-mails, but every new e-mail in INBOX produces SMS via e-mail to SMS function.
|
Re: [Announce] Call Notify
for me it works fine ;) THANKSSSS
testet avec sms |
Re: [Announce] Call Notify
Quote:
Anyway, if you have the conversation app open while you receive an SMS you won't get any notification. |
Re: [Announce] Call Notify
email2sms is function provided by GSM operator. You receive/send e-mail(first 160 symbols) as SMS. Of course Conversations is NOT open. I have tested with missed call as well, same result - works at first then stops fpr some reason.
|
Re: [Announce] Call Notify
Seems to be working fine here too. Ty very much :)
|
Re: [Announce] Call Notify
Will download in a bit
Awesome work man! Thanks a billion. |
Re: [Announce] Call Notify
Quote:
Well, at least it's working for the first missed call or SMS, and something else is stopping it from keep working. I would suggest checking it from command line to track any errors as we did before, just don't forget to stop the status-menu one by temporarily moving the .desktop file from /usr/share/hildon-status-menu, running the altered file and see what happens when you get SMS/calls. |
Re: [Announce] Call Notify
Hi Omer,
no notifications here unfortunately; it has stopped working after one of the last updates (don't know which one). What should I do? If you need further testing consider me disposable. |
Re: [Announce] Call Notify
Quote:
I would suggest following some (advanced) troubleshooting steps: 1. Check the Debug trace If there is one, it means that the app runs but fails, the debug trace will give us information regarding to where it fails. In order to see what is the error: 2. Check for runtime errors (hildon-desktop hides any python runtime errors). |
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
Quote:
I mean, what are the two lines? Thank you very much for helping with testing this app :) |
Re: [Announce] Call Notify
Hi,
I had similar problems and tried both the debug and the error checking. This gave me 2 lines: Debug: PHP Code:
PHP Code:
In any case the debug becomes a lot longer, sample: PHP Code:
René |
Re: [Announce] Call Notify
Quote:
Thanks for the info dude. So, when are you planning to have the finals version the refined one? I got the phone 3 days back and it's a hassle to deal with miss calls and sms' man!:( Thanks a lot. Cheerz!! keep up the good work man!:) |
All times are GMT. The time now is 16:02. |
vBulletin® Version 3.8.8