Howto/Android/SMS: Difference between revisions
Jump to navigation
Jump to search
(Created page with "How to send SMS using Android ADB == Android 10 == <pre> Check OS version: getprop ro.build.version.release...") |
No edit summary |
||
(2 intermediate revisions 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): |
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 '....')