Open diag failed

coolboy744

Senior Member
Sep 29, 2014
104
3
38
I it possible to enter the diag mode of the Pocophone without rooting?

*#*#717717#*#* shows a toast notification: "open diag failed".
 

Slim K

Senior Member
May 16, 2015
95
13
28
I it possible to enter the diag mode of the Pocophone without rooting?

*#*#717717#*#* shows a toast notification: "open diag failed".
No. As of MIUI 10, Qualcomm HS-USB Diag 901D was blocked through that method and won't work without root access for obvious security reasons. use the Terminal or adb method with the command:
Code:
setprop sys.usb.config diag,adb
To disable it, use command:
Code:
setprop sys.usb.config mtp,adb
 

coolboy744

Senior Member
Sep 29, 2014
104
3
38
No. As of MIUI 10, Qualcomm HS-USB Diag 901D was blocked through that method and won't work without root access for obvious security reasons. use the Terminal or adb method with the command:
Code:
setprop sys.usb.config diag,adb
To disable it, use command:
Code:
setprop sys.usb.config mtp,adb
so there is no option without root. thanks for reply.