Active Topics

 



Notices


Reply
Thread Tools
Posts: 30 | Thanked: 21 times | Joined on Jan 2010
#71
I did a complete uninstall, removed config files and did the installation once more, now it works fine

Thanks Arto
 
Posts: 561 | Thanked: 75 times | Joined on Jan 2010 @ Spain
#72
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
 
Posts: 35 | Thanked: 4 times | Joined on Feb 2010
#73
Sorry still noob. Downloaded file how do I open it? And well done to those working on it!
 
Posts: 30 | Thanked: 21 times | Joined on Jan 2010
#74
Originally Posted by Arto View Post
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.

Last edited by Kyaner; 2010-03-29 at 14:04.
 
peyob's Avatar
Posts: 21 | Thanked: 2 times | Joined on Jun 2006 @ PAU - South of France
#75
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
 
Posts: 196 | Thanked: 54 times | Joined on Jan 2010 @ UK
#76
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()
 

The Following User Says Thank You to fred123 For This Useful Post:
Posts: 21 | Thanked: 0 times | Joined on Nov 2009
#77
How do I install these freshly new files aka the updates I can't seem to find it in devels catalogue.
 
benny1967's Avatar
Posts: 3,790 | Thanked: 5,718 times | Joined on Mar 2006 @ Vienna, Austria
#78
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
 
Posts: 21 | Thanked: 0 times | Joined on Nov 2009
#79
Originally Posted by benny1967 View Post
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's Avatar
Posts: 3,790 | Thanked: 5,718 times | Joined on Mar 2006 @ Vienna, Austria
#80
http://repository.maemo.org/extras-d.../espeakcaller/

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

Tags
espeakcaller


 
Forum Jump


All times are GMT. The time now is 14:34.