TUI-ConsoleLauncher icon indicating copy to clipboard operation
TUI-ConsoleLauncher copied to clipboard

[Feature Request] sending SMS

Open CourteousCoder opened this issue 7 years ago • 7 comments

Usage:

sms -t John Smith Would open the default SMS app to a conversation with a contact named John Smith sms --to John Smith A synonym of the previous one. sms -t 18005551234 Same as the first two, except it takes a phone number as an argument. sms --message This is a message. opens the default SMS app to a draft with the given message to a blank recipient sms -m This is a message draft. Same as previous sms -t John Smith -m John, Programming is fun. Opens the default sms app to a draft with the given message to a contact named John Smith. This shall not send the message. sms -t John Smith -t George Washington -t Abe Lincoln -m Happy 4th of July This opens a the default sms app to a draft of the given message to multiple recipients. Again, this doesn't send anything.

If a contact name or message contains -t, --to, -m, or --message, then we can quote the string.

sms -t John Smith -m "John, you can use the -m option to send a message"

If a contact name or message contains the quotation mark character, it should still work. You could probably achieve that with a regular expression.

CourteousCoder avatar Dec 15 '16 03:12 CourteousCoder

You can already send sms with t-ui

fandreuz avatar Jun 13 '17 17:06 fandreuz

Yet I always get notification of: "Waiting permission You didn't grant the permission"

But I can't find the option to grant SMS permission to T-UI in system setting. There's only other options like Camera and Phone... Is there any way to do that? Thanks!

ChandelierX avatar Feb 08 '19 22:02 ChandelierX

What version are you using?

fandreuz avatar Feb 08 '19 22:02 fandreuz

Version: 6.7 (code: 193) I got it from F Droid, My phone is Samsung Galaxy S9, SM-G960U Android 9

ChandelierX avatar Feb 08 '19 22:02 ChandelierX

Please try this: https://drive.google.com/open?id=1n394bxLhEcXsk7-1A7kEsVH-wOtU0rvC

fandreuz avatar Feb 08 '19 23:02 fandreuz

Great! This version works! Thanks! I can sent SMS now, even to contacts with spaces in their names.

ChandelierX avatar Feb 09 '19 02:02 ChandelierX

Sir, I need access to above app link for sms purpose.

SAAwans786 avatar Oct 08 '19 11:10 SAAwans786