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.

  • bitwolf
    link
    fedilink
    42 years 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.

  • @[email protected]
    link
    fedilink
    12 years ago

    I use Pulse SMS. It has cross platform sybc for every major os, and has a decent feature set. Pretty sure its an electron app though.

    • @[email protected]OP
      link
      fedilink
      112 years 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.

      • @[email protected]
        link
        fedilink
        32 years ago

        Do you have a crapload of messages stored on your phone? It took a really long time to load my messages the first time, then it was usable

      • @[email protected]
        link
        fedilink
        English
        62 years ago

        I had a lot of issues with KDE connect and then I found out it requires some ports to be open. Try opening 1714-1764 with iptables and see if it improves.

        I hate to say it, but I really wish Linux had the Microsoft Phone app. It’s far better in my opinion.

  • CocoLopez
    link
    fedilink
    272 years ago

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

    • @[email protected]
      link
      fedilink
      72 years 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.

    • RaivoKulli
      link
      fedilink
      42 years ago

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

    • @[email protected]
      link
      fedilink
      62 years 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.

  • bbbhltz
    link
    fedilink
    32 years 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.

  • @[email protected]
    link
    fedilink
    22 years ago

    Personally, I transitioned my entire family and friends to use my Google Voice number years ago. GV doesn’t support RCS still, which is annoying, but otherwise it works great. When my phone broke at the beginning of this year I was still able to send and receive texts from everyone.

    Obviously, if you don’t trust Google this would be a non-starter though.

      • @[email protected]
        link
        fedilink
        22 years ago

        Yep. Google Voice is the forgotten step-child that Google only remembers exists once every few years, randomly pushing a wave of updates, and then nothing(don’t let the bi-weekly bug fix updates fool you).

        Though in a way I don’t mind, since they’re still providing the service for free, with zero ads, for over a decade. I’m convinced at this point that it’s the pet project of some higher up that likes the service and manages to sweep any maintenance costs under the rug so the bean counters never try to kill it.

  • @[email protected]
    link
    fedilink
    62 years 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.

  • poVoq
    link
    fedilink
    72 years 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/

  • @[email protected]
    link
    fedilink
    1
    edit-2
    2 years ago

    I just checked out Spacebar. Message did not deliver and phone call only opens dialer on the phone with the number entered.

    • k_rol
      link
      fedilink
      22 years 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?

      • @[email protected]
        link
        fedilink
        12 years 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.

    • @[email protected]
      link
      fedilink
      12 years ago

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

    • CyclohexaneM
      link
      fedilink
      152 years 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
        22 years 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.

  • Presi300
    link
    fedilink
    English
    202 years ago

    Excluding KDE connect? I just don’t then…

  • @[email protected]
    link
    fedilink
    English
    22 years 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.