Hi there,
I have a Galaxy S21 Ultra, Note 10+ and Pixel 5, all using Android 11.
I have enabled the prerequisites through ADB on a PC and have tried a couple of commands. Most work (e.g enable / disable apps in fine across all) but the SIM toggle feature doesn't seem to work consistently across all devices.
Pixel 5 works fine, but both Samsung devices fail.
Using %aw_output, there is no error (i.e. the output is 0), but when I try to run the commands directly via ADB shell it gives syntax errors:-
>adb shell phone.setSimPowerStateForSlot(0,0)
/system/bin/sh: syntax error: unexpected '0,0'
>adb shell phone.setSimPowerStateForSlot
/system/bin/sh: phone.setSimPowerStateForSlot: inaccessible or not found
Is it possible to make changes to allow this to work with Samsung devices?
Thanks.