I am trying to use isms
in a root shell to send a SMS but still no luck. I have tried
service call isms 4 s16 "+mynumber" s16 "" s16 "hello world!" s16 "" s16 ""
but I am seeing this in the LogCat and SMS is not going out from the device.
W/Parcel ( 1056): Attempt to read object from Parcel 0x52ecfdac at offset 124 that is not in the object list
Is there a way to send a SMS using Shell without using SmsManager
to do this..
Thanks