← Back to team overview

ubuntu-phone team mailing list archive

Re: call log with sim card used

 

El día Saturday, October 10, 2015 a las 11:01:12PM +0200, Michał Sawicz escribió:

> W dniu 10.10.2015 o 21:10, Matthias Apitz pisze:
> > Michał, I do no see there how this is bound to SIM's, maybe because I do
> > have only one.
> 
> Exactly, all multi-SIM information only shows up when there's more than one.

Hi,

In my BQ the information is stored in this table:

  $ cd .local/share/history-service/history.sqlite 
  $ sqlite3 history.sqlite
  SQLite version 3.8.5 2014-06-04 14:06:34
  Enter ".help" for usage hints.

  sqlite> .schema voice_events
  CREATE TABLE voice_events (
      accountId varchar(255),
      threadId varchar(255),
      eventId varchar(255),
      senderId varchar(255),
      timestamp datetime,
      newEvent bool,
      duration int,
      missed bool,
      remoteParticipant varchar(255));

Can you, just for the records, share, where/how the used SIM is stored?
Or, Marek, can you look into your device and check the table there?

Thanks

	matthias


-- 
Matthias Apitz, ✉ guru@xxxxxxxxxxx, 🌐 http://www.unixarea.de/  ☎ +49-176-38902045


Follow ups

References