I
I
Inter Carpenter2016-06-09 03:41:27
Android
Inter Carpenter, 2016-06-09 03:41:27

How to redirect sms to HTTP for Android?

Tell me applications that can redirect incoming SMS from a specific number (everything is possible if there is no functionality) via the HTTP protocol using the POST method (GEt cuts long SMS)
The whole thing is for Android

Answer the question

In order to leave comments, you need to log in

6 answer(s)
Y
Yuri Chudnovsky, 2016-06-09
@Frankenstine

You will need to write an SMS application that replaces the regular application. Having received SMS, your application will decide what to do with it - display it to the user or send it somewhere.

A
anton achehe, 2016-06-09
@mr-achehe

By default, you don’t need to do it, broadcasting can read SMS without it, by default you need to do it when you want to receive SMS and at the same time so that the system, for example, does not react to them, so that they are not written to the database, just like if you want to send SMS.

I
Ivan, 2016-06-09
@LenLord

1. We will have to write our own application (it is written in an elementary way in a very short time), which will have a higher priority for receiving SMS.
2. Don't use it for bad purposes

C
Che_Bu_Rashka, 2016-06-09
@Che_Bu_Rashka

why might this be necessary?

S
SpyDeX, 2016-08-10
@SpyDeX

as a variant, without writing applications, one of the automators:
for example https://play.google.com/store/apps/details?id=ch.g...
// I personally use this, though for other purposes.
in it you create a "Flow" with the event "message received", then the variables will contain both the number and the message,
you can find the group of this contact in the contact book by the number, and by the presence of the desired group, send the message at least to HTTP in any way you like.
then in the contact book add the necessary contacts to the specified group and all messages received from the contacts of this group will be transmitted via HTTP.

G
Grigory Khrimyan, 2017-11-30
@Gryphonn

Tasker. We create a task. Then the context - sms from a specific user. We choose our task. And voila.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question