• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
UBports Robot Logo UBports Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

SMS thread printout howto?

Scheduled Pinned Locked Moved Unsolved Support
2 Posts 2 Posters 125 Views 1 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • U Offline
      uwahl
      last edited by 18 Jan 2025, 19:26

      Hello folks,
      could anyone please suggest me a way how to do a printout of an SMS thread? Using history.sqlite database of messaging app and some Linux program...
      Thank you for thinking about!

      L 1 Reply Last reply 18 Jan 2025, 22:12 Reply Quote 0
      • L Offline
        lduboeuf @uwahl
        last edited by lduboeuf 18 Jan 2025, 22:12

        @uwahl said in SMS thread printout howto?:

        Hello folks,
        could anyone please suggest me a way how to do a printout of an SMS thread? Using history.sqlite database of messaging app and some Linux program...
        Thank you for thinking about!

        i'm afk, so will be short sorry
        Database for sms is stored in ~/.local/share/history-service/history.sqlite
        As the name suggest it is a sqlite database so you can copy it to your computer and use a sqlite browser.
        There is a Thread table iirc where you can play with.
        Admitting you know some SQL.

        There is a CLI tool also on UT so you can just do sqlite [thedbabsolutepath] "SELECT * FROM threads;"

        1 Reply Last reply Reply Quote 0
        1 out of 2
        • First post
          1/2
          Last post