This is android Application which helps to send AT command to slave device (connected via OTG cable).
It supports to connect directly to modem device without unlock the phone.
Slave device must be Samsung Android device.
Slave device has Developer mode & USB debugging ON.
We also can connect in case of Developer mode & USB debugging are not enable, but Master device should have root access.
- Install application on Master device
- Connect slave device via OTG cable
- Confirm access permission, then wait
- Send test AT command below
If you have ROOTED device acting as Master device, so there is no condition for slave device.
This app can work even slave one is user device, without USB debugging option and locked device also.
I committed the change to handle this case, ee7af53
This commit will need configuration_switch binary preloaded on your master device (ROOTED one).
Refer to libusb for more details.
AT Command | Description |
---|---|
ATZ | Reset modem |
ATE1 | Enable echo |
ATE0 | Disable echo |
AT+GMM | Get model name |
AT+GSN | Get IMEI number |