Howto/Android/SMS: Difference between revisions

From Bask
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
getprop ro.build.version.sdk                                                                                                         
getprop ro.build.version.sdk                                                                                                         
29
29
Check if isms exist:
service check isms
Service isms: found


Send SMS (max 145 char):
Send SMS (max 145 char):

Revision as of 13:20, 24 January 2022

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    '....')

Hej Template:Sbejs erer Template:Code eee