Hi Carlos, there is the eventlogger API [1], which does the job, but AFAIK the python bindings are not there yet. In general you should not manipulate directly the database, as it is not guaranteed to be stable and as you could mess up with the UI by adding entries wrong. So the way to go is to create the python bindings to the existing eventlogger API.
[1] http://maemo.org/api_refs/5.0/5.0-final/eventlogger/ Cheers Daniel ext Carlos Morgado wrote: > Hi, > I'm putting together a small python script that uses the eventlogger > but there's no bindings that I could find in pymaemo. > I'm fine with going directly to el.db through sqlite3 but this isn't > exactly an API so my question is, is the schema likely to change in > the foreseeable future ? > > cheers > > -- > Carlos Morgado > _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
