zlatko
|
2010-04-06
, 20:35
|
|
Posts: 861 |
Thanked: 936 times |
Joined on Feb 2010
@ Bulgaria
|
#231
|
|
2010-04-07
, 02:46
|
|
Posts: 385 |
Thanked: 344 times |
Joined on Jan 2010
@ Israel
|
#234
|
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.
|
2010-04-07
, 12:44
|
Posts: 489 |
Thanked: 404 times |
Joined on Dec 2009
|
#235
|
|
2010-04-07
, 13:31
|
|
Posts: 385 |
Thanked: 344 times |
Joined on Jan 2010
@ Israel
|
#236
|
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.
The Following User Says Thank You to omeriko9 For This Useful Post: | ||
|
2010-04-07
, 19:05
|
Posts: 489 |
Thanked: 404 times |
Joined on Dec 2009
|
#237
|
Hi, and thank you for reporting this.
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).
The Following User Says Thank You to torpedo48 For This Useful Post: | ||
|
2010-04-07
, 20:16
|
|
Posts: 385 |
Thanked: 344 times |
Joined on Jan 2010
@ Israel
|
#238
|
|
2010-04-07
, 20:40
|
Posts: 20 |
Thanked: 16 times |
Joined on Jan 2010
@ Norway
|
#239
|
2010-04-07 22:18:26.286043: readConfigurationFile started
2010-04-07 22:18:26.289033: checkForConfigFile started
run-standalone.sh python /usr/lib/hildon-desktop/CallNotify.py
Traceback (most recent call last):
File "/usr/lib/hildon-desktop/CallNotify.py", line 19, in __init__
self.readConfigurationFile()
File "/usr/lib/hildon-desktop/CallNotify.py", line 80, in readConfigurationFile
self.interval = float(raw_set[3])
ValueError: invalid literal for float(): 5,0
^C
~ $
...
2010-04-07 22:38:54.240816: constructor
2010-04-07 22:38:54.241609: loadImages started
2010-04-07 22:38:54.288270: constructor end
2010-04-07 22:38:56.210908: startDbusListeners started
2010-04-07 22:38:57.771058: handleMissedCall started
2010-04-07 22:38:57.771882: getMissedCallsCount started. agrs: False
2010-04-07 22:38:58.000734: handleMissedCall started
2010-04-07 22:38:58.001588: getMissedCallsCount started. agrs: False
...
The Following User Says Thank You to rcastberg For This Useful Post: | ||
|
2010-04-08
, 00:19
|
Posts: 150 |
Thanked: 10 times |
Joined on Apr 2010
@ California, USA
|
#240
|
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...
The Following User Says Thank You to zaedej For This Useful Post: | ||