2010
12.19

By default the N900 does not allow us to see the duration of a call. This little fix will  😉

First, login via ssh and change directory:

cd /home/user/.rtcom-eventlogger;

Make a backup of your ‘call’ database:

cp -a el-v1.db el-v1.db.ori;

Download the SQL patch:

wget 'http://talk.maemo.org/attachment.php?attachmentid=10495&d=1275242093' -O triggers.txt;

Apply it:

sqlite3 -batch /home/user/.rtcom-eventlogger/el-v1.db < triggers.txt;[/code]

Install the ‘Extended Call Log‘ package from Maemo.org or the ‘extras‘ repository. Open it and you will now be able to see the duration of a call.

Extended Call Log

Call duration

References:

3 comments so far

Add Your Comment
  1. eduardo

    Muchísimas gracias. Llevaba mucho tiempo buscando esta solución.
    — Thank you. I have long sought such a solution. —

  2. dobri

    Thank you so much !!!

  3. akenaton

    I have extcall log already installed, may I install the patch now or I should
    uninstall first?