What do you use to send and receive SMS on your computer? I’ve tried KDE Connect but found it too buggy to use daily.

    • 80386SX
      link
      fedilink
      3810 months ago

      My friends started getting rid of Signal when Signal dropped SMS support. As soon as it stopped being the default SMS application, it got uninstalled. Nice own goal.

      Now Signal only lives on for me due to the signal-cli project. Once I can find a working google-messages cli setup to send and receive reports to/from a specific device , goodbye Signal 😿

      • @fubo@lemmy.world
        link
        fedilink
        2810 months ago

        My impression was that Signal dropped SMS integration because it was being used to trick users who really needed security into thinking they were having secure chats when they really weren’t. Given that enabling reliable secure chat is the reason for Signal’s existence, that was a pretty bad problem.

        90+% of my mobile and desktop chat with real-world friends is via Signal. I use SMS with friends who don’t have modern phones, with relatives who are mentally impaired, and with businesses.

        • 80386SX
          link
          fedilink
          2310 months ago

          That was and is a legitimate concern, and I totally stand with their decision. But it could have been handled by making changes to the user interface, blue send button is encrypted , red send button is plain text. By removing sms support people who are unable to use multiple apps moved to other options.

          Cannot get grandma to use three different communication apps.

          Well it was the signal teams toy , we were just allowed to play with it. 🤷

  • CocoLopez
    link
    fedilink
    2810 months ago

    Sms, now that’s a word I didn’t hear for a long time

    • @highduc@lemmy.ml
      link
      fedilink
      710 months ago

      I’d rather use SMS than Whatsapp. I also use Signal and am open to use any open source alternative but most people don’t and aren’t so the thing we have in common is SMS.

    • @IronKrill@lemmy.ca
      link
      fedilink
      610 months ago

      I’ll switch to something else when Canada gets data plans that don’t suck, but until then I am going to make use of the unlimited SMS on my plan.

    • RaivoKulli
      link
      fedilink
      410 months ago

      Yeah. Only use for me is shitty 2FA. Just let me use an app for god’s sake.

  • Presi300
    link
    fedilink
    English
    2010 months ago

    Excluding KDE connect? I just don’t then…

    • @const_void@lemmy.mlOP
      link
      fedilink
      1110 months ago

      Most of the time I can’t even send a message with it - I’ll type the message out, click send and… nothing. No indication of error, no indication of success. There’s also an issue with loading the message history right after launch. A lot of times it doesn’t work or only works partially. App on the phone has full permissions, set to unrestricted battery, etc.

  • poVoq
    link
    fedilink
    710 months ago

    There are multiple ways to bridge SMS to XMPP. Works nicely in my experience.

    If you are US or Canada based this is also worth a look: https://jmp.chat/

  • @LinuxSBC@lemm.ee
    link
    fedilink
    610 months ago

    I used Google Messages directly for a while, but then a Matrix bridge that uses Google Messages was released, so now I use that. If you want to try it, matrix-docker-ansible-deploy makes it really easy to self-host, but if you don’t want to do that, something like Beeper can probably do it.

    • CyclohexaneM
      link
      fedilink
      1510 months ago

      doing everything from your computer can be nicer than having to get out your phone and switch to another screen just to quickly respond to SMS

      • ProtonBadger
        link
        fedilink
        210 months ago

        For sure, I use a computer all day, the only time I touch my phone is to answer the door. I don’t have access to iMessage on the PC but I only use Signal and WhatsApp for messaging anyway and they work nicely on my Linux desktop. Never need to fiddle with my phone.

    • k_rol
      link
      fedilink
      210 months ago

      This is what I currently use since it’s free.

      I don’t understand why people in this thread try to send sms through the mobile network, I’m confused.

      Is this not available outside Canada?

      • @jayandp@sh.itjust.works
        link
        fedilink
        110 months ago

        I don’t know what it’s like in Canada, but in the US tons of people use MVNOs instead of straight subscribing to one of the big 3 carriers, so guessing what the domain name for each one, or getting everybody to text your email so you can find out, is just tedious.

    • @owatnext@lemmy.world
      link
      fedilink
      110 months ago

      I use that for my NAS to “text” my phone if the power goes out and it shuts down gracefully on the UPS.

  • bitwolf
    link
    410 months ago

    Most of my contacts are on Signal. So I tend to use Signal desktop. It’s not the best desktop application but it works well for what I use it for.

  • bbbhltz
    link
    fedilink
    310 months ago

    When I’m at work I sometimes just use scrcpy over WiFi and leave my phone in my bag. That way I SMS but also all of the other apps.

  • @davefischer@beehaw.org
    link
    fedilink
    English
    210 months ago

    I had a 3g modem in my cisco router that I used to use for that, but when they shut down the 3g network I was never able to find another cheap sms-only service for the 4g version of the cisco modem. (So I switched to wifi & xmpp.)

    I wrote my own software to use it, talking to the raw modem interface. Which, interestingly, uses an extension of the old “AT” modem command set. Weird.

    Being able to write shell scripts that access sms is fantastic, I miss it.