我正在尝试为Spreadtrum芯片组智能手机开发Android应用程序。此应用程序需要指定发送短信或执行电话的SIM卡(sim1或sim2)。
我能够找到Mediatek API here的API,它在android studio中作为插件工作。
我尝试使用this post中提到的adb shell。这不起作用,两个命令都通过sim1发送短信。两个命令:
1. service call isms 5 s16 "PhoneNumber" i32 0 i32 0 s16 "BodyText"
2. service call isms2 5 s16 "PhoneNumber" i32 0 i32 0 s16 "BodyText"
当我列出服务呼叫时,有telephony.registry0和telephony.registry1。
我尝试使用this post中提到的反射。短信只是从sim1发送的。
是否有任何用于扩展的API或插件
注意:我知道这不是Lollipop和更高版本android的问题。但我正在尝试为KitKat版本构建此应用程序。
P.S。我甚至尝试联系芯片组公司。但遗憾的是没有回应。