Howto/Android/SMS: Difference between revisions

From Bask
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 22: Line 22:
Result: Parcel(00000000    '....')
Result: Parcel(00000000    '....')
</pre>
</pre>
Hej
{{sbejs}}
erer
{{code|rrrrr rerere}}
eee

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