Howto/Android/SMS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
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): | ||
Line 15: | Line 22: | ||
Result: Parcel(00000000 '....') | Result: Parcel(00000000 '....') | ||
</pre> | </pre> | ||
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 '....')