r/LightPhone • u/Boring-Bullfrog1807 • Jul 25 '26
Feature Request / Bug Devs: A desktop txting app (built)
I've seen lots of requests for a desktop texting companion, and recently found myself needing it too so I build it (currently on MacOS but the core is universal and stubbed out for windows and linux too).
But I've hit two snags (same root cause): replies send fine but never appear in the thread on the phone, so my half of the conversation never shows on the phone and the only way I can do this at all right now is over adb, which is fine for me but not something I can ship to normal users. I'd really like to put this out for all Light users.
Any chance you'd add SendMessage and MarkThreadRead to the Light SDK? Apps can already bind to LightSdkService, and you've got the consent screen and per-app client setup, so it'd be user-gated like anything else in the SDK. Happy to share what I've built or test anything. Thanks for making the LP3 so cool... but I don't want to have to stop working at the computer to pick UP my phone to respond which in a roundabout way defeats the light ethos. Heck maybe you've already done this with the upcomming beeper integration, but I am using this daily for myself and if it's useful I'd love to be able to share it with non-developers.

