Android adb send SMS error doent't work permissions

0

When i try to send SMS using adb with command:

adb shell service call isms 7 i32 0 s16 "com.android.mms" s16 "+1234567890" s16 "null" s16 "Hey\ you\ !" s16 "null" s16 "null"

there is error:

Result: Parcel(


0x00000000: ffffffff 0000005e 006f0043 00790070 '....^...C.o.p.y.'
  0x00000010: 006e0069 00200067 006d0073 00200073 'i.n.g. .s.m.s. .'
  0x00000020: 006f0074 00550020 00630049 003a0063 't.o. .U.I.c.c.:.'
  0x00000030: 004e0020 00690065 00680074 00720065 ' .N.e.i.t.h.e.r.'
  0x00000040: 00750020 00650073 00200072 00300032 ' .u.s.e.r. .2.0.'
  0x00000050: 00300030 006e0020 0072006f 00630020 '0.0. .n.o.r. .c.'
  0x00000060: 00720075 00650072 0074006e 00700020 'u.r.r.e.n.t. .p.'
  0x00000070: 006f0072 00650063 00730073 00680020 'r.o.c.e.s.s. .h.'
  0x00000080: 00730061 00610020 0064006e 006f0072 'a.s. .a.n.d.r.o.'
  0x00000090: 00640069 0070002e 00720065 0069006d 'i.d...p.e.r.m.i.'
  0x000000a0: 00730073 006f0069 002e006e 00450052 's.s.i.o.n...R.E.'
  0x000000b0: 00450043 00560049 005f0045 004d0053 'C.E.I.V.E._.S.M.'
  0x000000c0: 002e0053 00000000                   'S.......        ')

Error is only on LG phones (tested on 3 devices). When I using my huawei SMS is sent using the same send code.

android
sms
adb
asked on Stack Overflow Sep 28, 2020 by Damian Garbacz

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0