2010
12.19
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.
References:
Muchísimas gracias. Llevaba mucho tiempo buscando esta solución.
— Thank you. I have long sought such a solution. —
Thank you so much !!!
I have extcall log already installed, may I install the patch now or I should
uninstall first?