Skip to content

Instantly share code, notes, and snippets.

@Ademking
Ademking / readme.md
Last active August 28, 2025 14:22
💚 Android : Send SMS through ADB

(Android 5)

Run :

adb shell service call isms 9 s16 "com.android.mms" s16 "123456789" s16 "null" s16 "MESSAGEBODY" s16 "null" s16 "null"

The method is :