Recaller

(Bugs)
m (Overview: link)
Line 1: Line 1:
===Overview===
===Overview===
[http://maemo.org/packages/view/recaller/ Recaller] is a widget(for the Maemo desktop) which allows your [[Nokia N900|N900]] to record all kind of audio ("Rec-All" :-)  
[http://maemo.org/packages/view/recaller/ Recaller] is a widget(for the Maemo desktop) which allows your [[Nokia N900|N900]] to record all kind of audio ("Rec-All" :-)  
-
Starting with version 2.0 (currently in extras-devel), it has the following features:
+
Starting with version 2.0 (currently in [[extras-devel]]), it has the following features:
* Auto-recording of GSM calls
* Auto-recording of GSM calls
* Useable as dictaphone
* Useable as dictaphone

Revision as of 11:35, 20 April 2010

Contents

Overview

Recaller is a widget(for the Maemo desktop) which allows your N900 to record all kind of audio ("Rec-All" :-) Starting with version 2.0 (currently in extras-devel), it has the following features:

  • Auto-recording of GSM calls
  • Useable as dictaphone
  • Record device audio (e.g. FM or internet radio, game sounds)
  • Configurable Save Folder
  • Autonaming of files (including call partner number)

PLEASE donate if recaller is useful to you. Donations give me motivation, encouragement and happiness (plus pocket money :-)

Help

If there is no big red button on the desktop after installing the widget, simply reboot your phone.

Please use the settings mode of the Desktop to configure recaller to your needs. You can change the following settings:

  • Save folder location (where recaller puts its recordings)
  • Audio source when manually recording (with Autorec enabled, recaller will automatically switch to Phone or Bluetooth recording mode)
  • File Format (AAC is available on all phones, is compact and clear, playback on most computers possible, but uses high CPU. Other available formats [FLAC, WAV] might not work for everybody or use too much storage).
  • Autorec automatically starts the recording of GSM calls (in- and outgoing)
  • Show reminders puts up a banner every 30 seconds to remind you of an ongoing recording). Icon on desktop also changes to green when a recording is ongoing.

Screenshot

Not much to see, just a big red "REC" icon on the desktop.

Authors

  • Main author: Tom Waelti
  • Thanks to various pymaemo and gstreamer gurus :-)

ChangeLog

The current changelog is available through the package viewer.

  • 2.0.0: Vastly reworked, only in Extras-Devel right now
  • 0.4.0: Simple version, no config options, available in Extras

Roadmap

  • Other codecs
  • Improved auto-record timings
  • Auto-record for other voice protocolls

Wishlist

Use this space to add possible feature wishes:

  • Different widget icon according to mode chosen. I keep one icon for recording calls, one for dictaphone. E.g. you could use the current icon, but overlaying "c", "d" or "s" for widget configured for calls, dictaphone or system.
  • WISH (YOUR NAME)
  • Address book name for the recorded phone calls files.
  • Incoming/Outcoming icon for the recorded phone calls files.

Bugs

Use this paragraph to report possible bugs. If you encounter a problem with the widget, please remove/delete it from the Home screen, then open X-Term and launch the widget manually by typing:

python2.5 /usr/lib/hildon-desktop/recaller.py

You can now see some output from the widget. Now switch to the Home screen and work with the widget - you can then control the output in X-Term and report any errors visible.

  • Doesn't install unless dpkg --force-all due to trying to overwrite /usr/share/icons/48x48/hildon/mclock.png (NORMAN) Solved in 2.0.0-2
  • Config dialog doesn't pop up yet (NORMAN)) Solved in 2.0.0-2
  • In 2.0.0-2 I am able to record as a dictaphone just one time. The next time the icon stays red and recording is not possible. (fmonera at gmail)
  • Package doesn't list/install dependencies. I installed the -devel version and got "ImportError: No module named gconf" (viraptor at gmail) Fixed in later builds (twaelti)
  • It makes two files of one and the same phone conversation.
  • deb package installation abortsFixed in build -7 (twaelt)
    • version: recaller_2.0.0-6_all.deb
    • reported by: maemotester35@trash-mail.com
    • steps to reproduce:
~/MyDocs/downloads $ rootsh apt-get install recaller
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  recaller
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/42,0kB of archives.
After this operation, 184kB of additional disk space will be used.
Selecting previously deselected package recaller.
(Reading database ... 32092 files and directories currently installed.)
Unpacking recaller (from .../recaller_2.0.0-6_all.deb) ...
rm: cannot remove '/usr/share/applications/hildon/recaller.desktop': No such file or directory
dpkg: error processing /var/cache/apt/archives/recaller_2.0.0-6_all.deb (--unpack):
 subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/recaller_2.0.0-6_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
~/MyDocs/downloads $ cat /usr/share/applications/hildon/recaller.desktop
cat: can't open '/usr/share/applications/hildon/recaller.desktop': No such file or directory
    • Fix: Execute the following command before installation:
~/MyDocs/downloads $ rootsh touch /usr/share/applications/hildon/recaller.desktop
  • Auto-registration of GSM calls do not work with anonymous call. Please try running from X-Term and report any errors - I'm unable to test this :-) (twaelti)