Hi guys I am having trouble doing mode switch on my pi using the ZTE MF70.
There are 3 modes
1. Download Mode(DIAG+AT+MODEM) (code: 0016)
2. Debug Mode(RNDIS+DIAG+AT+MODEM (code: 1404)
3.Work Mode(RNDIS) (code:1405)
With 1, I can get only SMS working
With 2, I can get anything working
With 3, I can get only internet working, but not sms
So, I tried using the following mode switch commands, but it is of no use, as I am always getting the error, endpoint not found.
sudo usb_modeswitch -v 19d2 -p 1405 -c 19d2\:0016
sudo usb_modeswitch -v 19d2 -p 0016 -c 19d2\:1405