maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [eSpeakCaller] Say who is calling (https://talk.maemo.org/showthread.php?t=34982)

Kyaner 2010-03-29 11:52

Re: "Say who is calling"
 
I did a complete uninstall, removed config files and did the installation once more, now it works fine :)

Thanks Arto

WhiteWolf 2010-03-29 13:43

Re: "Say who is calling"
 
Mostrar forma romanizada
I found the problem.

If write characters tilde, eg "número", not warns calls. If the delete is working properly.

Is it complicated to solve this problem?

I'm using the Spanish language

radiosw 2010-03-29 13:46

Re: "Say who is calling"
 
Sorry still noob. Downloaded file how do I open it? And well done to those working on it!

Kyaner 2010-03-29 13:53

Re: "Say who is calling"
 
Quote:

Originally Posted by Arto (Post 586294)
Only config files in (home)/.espeakcaller are left when uninstalling.
You could try removing these files with command "rm -r .espeakcaller" from console.
Also you can try manually starting deamon from console typing "python2.5 /opt/espeakcaller/espeakcaller-daemon.py". This might also give helpful debug messages.

And now it stopped again.....
I runned the daemon manually and all i got in the terminal was "Segmentation fault"

It might be somehow related to using my bluetooth headset cause it only stopped working after i disconnected and shut down bluetooth on both occations, or it might just be a coinsidence....

Any ideas ?

Thanks in advance.

EDIT: Ok i can safely confirm this bug.
If bluetooth headset is connected, the program works perfectly.
Once i disconnect the bluetooth headset it stops working and i get the segmentation fault on the terminal.

This bug is not much of a bother for me cause i mainly need the espeakcaller when i do have my bt headset connected and the phone sitting in a pouch on my belt, so that i know who is calling without taking the phone out to check.

peyob 2010-03-29 13:58

Re: "Say who is calling"
 
Hi Arto, i note this :
- it's ok: The phone rings, I wait to hear caller name and I answer.

- it's not ok when I answer immeditly before to hear caller name. Then, the program pronounces the name of the caller after the end of call (and repeat, repeat...).

- every time when phone reboot eSpeakCaller turn off

fred123 2010-03-29 16:53

Re: "Say who is calling"
 
The app is not auto started on bootup.

@Arto
you could try this

in /etc/event.d/

create file espeakcaller-daemon
Code:

console none

start on started hildon-desktop

exec /usr/bin/python /opt/espeakcaller/espeakcaller-boot.py

in /opt/espeakcaller/

create file espeakcaller-boot.py
Code:

#!/usr/bin/env python
# autostart espeakcaller-daemon on boot

daemonFile = '/opt/espeakcaller/espeakcaller-daemon.py'
pidFile = '/tmp/espeakcaller_pid.txt'

proc = subprocess.Popen("python2.5 " + daemonFile + " &", shell=True)
   
pdFile = open(pidFile, 'w+')
pdFile.write(str(proc.pid + 1))
pdFile.close()


clooak 2010-03-29 18:02

Re: "Say who is calling"
 
How do I install these freshly new files aka the updates :) I can't seem to find it in devels catalogue.

benny1967 2010-03-29 20:24

Re: "Say who is calling"
 
I don't 'see' it either, although it's clearly there when you access the repository from your browser. - strange. might be one of the things that come with the new PR 1.2 infrastructure that's already implemented in the autobuilder, who knows... or else the packe is just broken ;)

clooak 2010-03-29 20:28

Re: "Say who is calling"
 
Quote:

Originally Posted by benny1967 (Post 587256)
I don't 'see' it either, although it's clearly there when you access the repository from your browser. - strange. might be one of the things that come with the new PR 1.2 infrastructure that's already implemented in the autobuilder, who knows... or else the packe is just broken ;)

In which of the devels is it in, link?:), seems like noone else has this problem with not finding it.. odd

benny1967 2010-03-29 20:48

Re: "Say who is calling"
 
http://repository.maemo.org/extras-d.../espeakcaller/

contains a version 0.4 which i dont see in the application manager


All times are GMT. The time now is 17:51.

vBulletin® Version 3.8.8