Questions tagged as 'sms'

1
answer

Android Permissions with Google Play Permissions policy

I want to comment this time and ask for your collaboration in Android, since last year 2018, I have received messages from Google about an application that I have in the playstore that I use to send SMS to a GPS device. Apparently Google chan...
asked by 04.01.2019 / 17:47
1
answer

Send SMS Android

Hello, I would like you to please help me. I would like to know how to send an SMS when I press an option in a menu. this is the code thank you very much. package com.servitecnology.servigps; import android.content.Intent; import android.grap...
asked by 01.02.2018 / 17:02
0
answers

Receive sms from the Android emulator, in adb or Android Studio

I need to receive an SMS sent from the Android emulator in adb or a TCP connection. For example, to send an SMS to the emulator all you have to do is start a telnet connection to the emulator port: telnet localhost 5554 Then in the conne...
asked by 08.08.2017 / 14:21
1
answer

Delay sending SMS

I would like to know how I do to delay 20 seconds in sending the next SMS. I want several to be sent with a difference of 20 seconds each. This is my code: import android.app.Activity; import android.content.Intent; import android.content.p...
asked by 04.07.2017 / 17:46
0
answers

Problems with Sms Receiver Android Studio

I have a strange problem since the SMS Receiver is ignored by phones of the Samsung brand (I tested it with the Note 8 model and another one that I do not remember what it was). What happens is that these phones when they receive a message is as...
asked by 07.12.2018 / 02:47
0
answers

Problem sending SMS message - Android Studio

I need help in a code that I am elaborating, it consists of sending the coordinates by a text message and entering the phone number in an editText, I am a beginner for android studio, the problem is that when I enter the phone in the text and I...
asked by 25.10.2018 / 02:04
0
answers

Massive sending of sms android [closed]

I have an android app for massive sending of sms and it works correctly, if it does the sending function and it appears in the sms output tray, but the messages are not sent, it is not due to lack of balance or signal of the equipment since I ha...
asked by 09.08.2018 / 00:25
0
answers

GAMMU - Error opening the device, you do not have enough permissions "

After installing the gammu and configuring the .gammrc on my home page, this error is generated and I do not know which is the file to which I have to give "sufficient permissions. rafael @ Aspire-one-Lubuntu16: ~ $ gammu sendsms TEXT 04...
asked by 09.08.2018 / 02:12
1
answer

android restricts bulk SMS sending

Hello community of programmers, I'm making a mass-sent SMS app in the background, but apparently Android limits the sending, for example: I need to send 50 sms, the first 30 are sent, then a notification appears on the screen to authorize (manua...
asked by 08.07.2018 / 07:52
1
answer

Delete sms from the received message tray

Good morning everyone, I'm doing an app in Android Studio that exchanges SMS, but I would like it to read the message and automatically delete it in the SMS tray received. I use the following code but it does not work for me: Cursor cu...
asked by 24.01.2018 / 17:12