Howto/Android/SMS

From Bask
Jump to navigation Jump to search

How to send SMS using Android ADB

Android 10

Check OS version:

getprop ro.build.version.release                                                                                                     
10

getprop ro.build.version.sdk                                                                                                         
29


Check if isms exist:

service check isms
Service isms: found


Send SMS (max 145 char):
service call isms 7 i32 0 s16 "null" s16 "+46701959999" s16 "null" s16 "Hej åäö"                                                     
Result: Parcel(00000000    '....')