UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. daha
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 9
    • Groups 0

    daha

    @daha

    0
    Reputation
    2
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    daha Unfollow Follow

    Latest posts made by daha

    • RE: OTA 25 - call history and SMS db gone

      Before pruning the voice_events table:

      dave@salsero:~$ sqlite3 history.sqlite.ota24
      SQLite version 3.22.0 2018-01-22 18:45:57
      sqlite> select count() from voice_events;
      16478
      sqlite> select count(
      ) from text_events;
      4254

      posted in Support
      D
      daha
    • RE: OTA 25 - call history and SMS db gone

      @lduboeuf It did not freeze the apps. Both apps started - though after longer delay (there must be timeout hardcoded somewhere). But the history was not available (i.e. was shown empty).

      posted in Support
      D
      daha
    • RE: OTA 25 - call history and SMS db gone

      OK, the problem is probably solved. It seems that the problem is related to the size of history database. It probably just coincided with OTA-25 install and subsequent reboot. In my case, I have kept the history database from the very start of Ubuntu Touch.. When moving to newer phone I have always copied the call and SMS history. I use to prune the SMS history but not the call history.. Now the database probably grew to such big size that the history-daemon failed to parse the db in time (which is probably hardcoded somewhere) and timeouted. After pruning the call history using sqlite3 tool both dialer and messaging app work with the history again.

      posted in Support
      D
      daha
    • RE: OTA 25 - call history and SMS db gone

      Anybody knows if there are any limits imposed to history size?

      posted in Support
      D
      daha
    • RE: OTA 25 - call history and SMS db gone

      DBUS error log says:
      Using database at "/home/phablet/.local/share/history-service/history.sqlite
      Activating service name='com.canonical.HistoryService'
      Failed to activate service 'com.canonical.HistoryService': timed out

      posted in Support
      D
      daha
    • RE: OTA 25 - call history and SMS db gone

      Regular update from OTA-24. More details: the history.sqlite file is still there, but when I start phone app or messaging app the history-daemon CPU usage goes to 100% and both apps take long time to start. After some time the apps do initialize but with empy history.

      posted in Support
      D
      daha
    • OTA 25 - call history and SMS db gone

      Hi,

      after update of my Volla phone to OTA 25 I have ended with empty call history and SMS database. Anybody noticed same problem?

      David H.

      posted in Support
      D
      daha
    • RE: Bluetooth calls in car doesn't work anymore on Vollaphone

      @stanwood Hi, this bug has been reported here: https://github.com/ubports/ubuntu-touch/issues/1977

      posted in Support
      D
      daha
    • How to revert to previous OTA?

      Hi, how do I revert to previous OTA build? The goal is to verify if bug has been introduced in latest OTA.. Thanks..

      posted in Support
      D
      daha