- Jan 4, 2017
- 20
- 13
I asked the same question in the device specific thread, but nobody could help me, so I'm asking here
I was trying to unlock a LTE band on my Redmi 4 Prime and therefore I tried to connect my phone in diag mode.
I used the usual method and typed that:
adb shell
I accepted the su popup, but my phone still shows up as a normal device in my device manager.
The next thing I tried was typing *#*#13491#*#* into the dialer. There was a popup aswell ("usb config setting")
The two options are "DIAG,SERIAL_SMD,RMNET_IPA,ADB" and "MTP,ADB". In the background there's a small popup saying "success".
But my phone still shows up normally and not as qualcomm hs-usb diagnostics as it should be.
Can anybody help me?
I was trying to unlock a LTE band on my Redmi 4 Prime and therefore I tried to connect my phone in diag mode.
I used the usual method and typed that:
adb shell
Code:
adb shell
su
setprop sys.usb.config diag,adb
The next thing I tried was typing *#*#13491#*#* into the dialer. There was a popup aswell ("usb config setting")
The two options are "DIAG,SERIAL_SMD,RMNET_IPA,ADB" and "MTP,ADB". In the background there's a small popup saying "success".
But my phone still shows up normally and not as qualcomm hs-usb diagnostics as it should be.
Can anybody help me?