android - ADB is not recognizing my Redmi Note device -


adb not recognizing redmi note device. using windows 8

device manager showing device

also when use below command in cmd, adb devices displaying

cmd not showing device

i followed procedure in below link,

using hardware devices

for redmi note adb drivers, have go through hoop. same mi phones or maybe non-google mfg phones, not sure. first of if connect device usb cable , usb debugging off, see windows 8 loads generic driver copy on/off files phone , sd storage. appear when usb cable first plugged in , appears device icon under control panel, device manager, portable devices, hm note(or device working with).

go phone , switch on usb debugging in developer section of phone. notice additional item appears undefined device in device manager list, have yellow exclamation mark , may not have same name of phone listed saw under portable devices. ignore item moment. now, without doing phone (it should in usb debug mode) go portable devices in device manager , right-click hm note or whatever phone working listed there without exclamation mark (listed under portable devices). right click on icon under portable devices. on icon select properties, details, , under pull down, select hardware ids , copy down see.

for redmi note get: usb\vid_2717&pid_1218&rev_0216&mi_00 usb\vid_2717&pid_1218&mi_00

(note if out of turn, hw id different phone usb debugging turned off. want copy value changes when usb debugging on)

now instructions above, of course customizing lines add the inf file relating own phone, not nexus 10. here customize; when downloaded sdk should have file structure expanded zip such this: \adt-bundle-windows-x86_64-20140321\sdk\extras\google\usb_driver

find file named: android_winusb.inf in usb_driver folder make copy of , name anything, such redmi.inf edit redmi.inf , add lines instructed above modified particular phone. example, hm note, added following 2 lines instructed in 2 locations instructed. ;hm note %singleadbinterface% = usb_install, usb\vid_2717&pid_1218&rev_0216&mi_0 %compositeadbinterface% = usb_install, usb\vid_2717&pid_1218&mi_00

now go unknown device appeared in device manager when switched on device usb debugging , right click on item (has yellow exclamation mark), right click on , select update driver software, , browse computer, let me pick, click on have disk button , browse find redmi.inf. continue agree prompts warning might not right driver. final step, windows should have identified device android adb interface , once done, should able go back, open cmd window , run command "adb devices" instructed in tutorial , should see phone discovered , communicating.

i found @ adb no devices found


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -