Active Topics

 



Notices


Reply
Thread Tools
Posts: 45 | Thanked: 45 times | Joined on Jul 2010 @ Berlin
#11
Originally Posted by twaelti View Post
It works well to record FM radio.
Did you test recaller with PR 1.2 ?

Maybe it is my python installation. But when I try to stop a recording, the icon disappears.

Furthermore, python complains about timeout_add_seconds():
Code:
AttributeError: 'module' object has no attribute 'timeout_add_seconds'
which I had to change to timeout_add()
Code:
vi /usr/lib/hildon-desktop/recaller.py

#self.timer = gobject.timeout_add_seconds(30, self.recordingreminder_cb)
self.timer = gobject.timeout_add(30000, self.recordingreminder_cb)
Here is my python-installation.
Code:
dpkg -l | grep python

gnome-python            2.18.0-2maemo6
hildon-desktop-python-loader 0.1.0-1maemo3
python                  2.5.2-3maemo4
python-alarm            0.1-0maemo3
python-all              2.5.2-3maemo4
python-cairo            1.4.12-1.2maemo2
python-central          0.6.11.1maemo2
python-dbus             0.83.0-1maemo3
python-gconf            2.26.1-1maemo1
python-gobject          2.16.1-1maemo2
python-gst0.10          0.10.14-2maemo5
python-gtk2             2.12.1-6maemo10
python-hildon           0.9.0-1maemo17
python-hildondesktop    0.1.0-1maemo3
python-minimal          2.5.2-3maemo4
python-notify           0.1.1-2maemo1
python-numeric          24.2-9maemo4
python-numpy            1:1.4.0-1maemo2
python-osso             0.4-0maemo5
python-protobuf         2.3.0-0maemo2
python-pygame           1.8.1release-0maemo3
python-support          1.0.6maemo1
python-xml              0.8.4-10.1maemo4
python2.5               2.5.4-1maemo6
python2.5-gobject       2.14.1-1osso2
python2.5-minimal       2.5.4-1maemo6
Maybe, you can see what is wrong with my installation.

Last edited by TorstenT; 2010-08-22 at 18:45.
 
Posts: 1,341 | Thanked: 708 times | Joined on Feb 2010
#12
If recaller is used to record fm-radio, will it still record also phone calls? (And how to have both?)

Recaller should be developed little futher as someone may want to (auto) record from all three sources. Also dbus-interface would be nice to have so for example fm-radio would only need gui and use recaller as a back end.
 
Harick's Avatar
Posts: 140 | Thanked: 369 times | Joined on Jun 2010 @ Ituzaingo, Argentina
#13
you can add multiples instance of recaller

you can set one widget to record system output, one for calls and another for dictaphone, just add the widget 3 times and configure each one
 
Posts: 883 | Thanked: 980 times | Joined on Jul 2007 @ Bern, Switzerland
#14
Auto-recording phone calls even works if you have defined System as source - it will automatically change to Phone or Bluetooth.
__________________
-Tom (N900, N810, N800)

"the idea of truly having a computer in your pocket just moved a big step closer."
 
Reply


 
Forum Jump


All times are GMT. The time now is 19:59.