All Projects → itds-consulting → Android Silent Ping Sms

itds-consulting / Android Silent Ping Sms

Licence: gpl-3.0
Silent Ping SMS for Android (does not require rooted device)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Silent Ping Sms

Pulse Sms Web
The official web app for Pulse SMS - built on Vue.js.
Stars: ✭ 101 (-29.86%)
Mutual labels:  sms
Python Smpplib
SMPP library for Python
Stars: ✭ 112 (-22.22%)
Mutual labels:  sms
Sms Backup Plus
Backup Android SMS, MMS and call log to Gmail / Gcal / IMAP
Stars: ✭ 1,626 (+1029.17%)
Mutual labels:  sms
Django Notifs
Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django
Stars: ✭ 105 (-27.08%)
Mutual labels:  sms
Pygsm
Send and receive SMS via a GSM modem in Python
Stars: ✭ 110 (-23.61%)
Mutual labels:  sms
Sms Wp To Android
📱 Converts .msg (WP) file to standard XML (Android)
Stars: ✭ 114 (-20.83%)
Mutual labels:  sms
Spamsms
SPAM SMS (-UPDATE 2020!-)
Stars: ✭ 94 (-34.72%)
Mutual labels:  sms
Google Messages For Desktop
A "native-like" OS X, Windows, & Linux desktop app for Google Messages
Stars: ✭ 140 (-2.78%)
Mutual labels:  sms
Cat Facts
Daily cat facts! 🐱
Stars: ✭ 110 (-23.61%)
Mutual labels:  sms
Botkit
Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
Stars: ✭ 10,555 (+7229.86%)
Mutual labels:  sms
React Native Sms Verifycode
A React Native component for filling in SMS verification codes or passwords, for android and iOS
Stars: ✭ 107 (-25.69%)
Mutual labels:  sms
Raspisms
RaspiSMS est un système de gestion et d'envoi de SMS par ordinateur, initialement conçu pour les Raspberry Pi
Stars: ✭ 107 (-25.69%)
Mutual labels:  sms
Gearsystem
Sega Master System / Game Gear / SG-1000 emulator for iOS, macOS, Raspberry Pi, Windows, Linux and RetroArch.
Stars: ✭ 114 (-20.83%)
Mutual labels:  sms
Hpomb
HPomb closed-source project for SMS , Call & Mail bombing available for Window , Linux , MacOS And Android( Termux )
Stars: ✭ 102 (-29.17%)
Mutual labels:  sms
Spring Backend Boilerplate
The modularized backend boilerplate based on Spring Boot Framework, easy to get started and add your business part.
Stars: ✭ 134 (-6.94%)
Mutual labels:  sms
30 Days Of Python 3.6
This is a soon-to-be archived project version of 30 Days of Python. The original tutorial still works but we have an updated version in the works right now.
Stars: ✭ 98 (-31.94%)
Mutual labels:  sms
Bomb3r
SMS bomb3r | Made with ❤ in IN.
Stars: ✭ 113 (-21.53%)
Mutual labels:  sms
Voipms Sms Client
Popular Android messaging app for VoIP.ms, a Canadian VoIP provider
Stars: ✭ 142 (-1.39%)
Mutual labels:  sms
Vonage Python Sdk
Vonage Server SDK for Python. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 134 (-6.94%)
Mutual labels:  sms
Flutter sms
A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS. Maintainer: @rodydavis
Stars: ✭ 123 (-14.58%)
Mutual labels:  sms

Android Silent SMS Ping

Get it on F-Droid Download APK from GitHub

  • Does not require rooted device
  • SMS will not be delivered as standard SMS, target user will receive no visual notification about SMS being received

## Description

  • Payload looks like this: byte[]{0x0A, 0x06, 0x03, (byte) 0xB0, (byte) 0xAF, (byte) 0x82, 0x03, 0x06, 0x6A, 0x00, 0x05}
  • Full SMS PDU looks like this: 03050020 01f61fe0c91246066833682000412 06050423f00000 0a0603b0af8203066a0005
    • Where first segment is SMSC (SMS Center), second is user-defined data SMS, last segment is payload specified in userspace
    • Using this payload, remote mobile station (baseband) will not deliver or correctly process the SMS, will only provide ACK (delivery report)

Links

Build

  • Compile it yourself and install on Android connected device
    • ./gradle clean installDebug

License

The project is licensed under the GNU General Public License version 3 (or newer)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].