PyPhonelog

From Openmoko

Revision as of 18:12, 13 November 2008 by Tomhacohen (Talk | contribs)

Jump to: navigation, search


This daemon uses the framework to track and log all the calls made to and from the moko. Because it uses the framework, it's limited to FSO supporting distributions only. The daemon uses sqlite and currently (Read: Has to change) keeps the database in "/home/root/.phonelog.db". It has a dbus interface which enables pulling out incoming/outgoing and missed calls including the time the call was placed at.

This daemon uses the "org.smartphone.opimd" dbus bus name.

This package also includes a working gtk+ gui for use with the daemon.

Package

  • author: Tom Hacohen <available_at_profile>
  • this is a python script so code resides in /usr/bin/phonelogd and /usr/bin/phonelog untill I open a proper place for it.
  • link: package


TODO

  • add integration with phonebook so it will get the name as well as the number
  • add a limit to x records and erase log options
  • find out where to get the libmokoui2 python bindings from
  • move to "/usr/share/..." (or even "/var/log"?)
Personal tools


This daemon uses the framework to track and log all the calls made to and from the moko. Because it uses the framework, it's limited to FSO supporting distributions only. The daemon uses sqlite and currently (Read: Has to change) keeps the database in "/home/root/.phonelog.db". It has a dbus interface which enables pulling out incoming/outgoing and missed calls including the time the call was placed at.

This daemon uses the "org.smartphone.opimd" dbus bus name.

This package also includes a working gtk+ gui for use with the daemon.

Package

  • author: Tom Hacohen <available_at_profile>
  • this is a python script so code resides in /usr/bin/phonelogd and /usr/bin/phonelog untill I open a proper place for it.
  • link: package


TODO

  • add integration with phonebook so it will get the name as well as the number
  • add a limit to x records and erase log options
  • find out where to get the libmokoui2 python bindings from
  • move to "/usr/share/..." (or even "/var/log"?)