eclipse - Which driver need to install in my android device for running my app? -


i bought intex mobile testing android application in real device. device not present in list of devices provided android in oem usb driver list. checked intex official site not sure driver need install. can please tell me driver need install can run application eclipse in "intex cloud y11" device. website url click here intex website

many thanks.

if using windows, download latest universal usb driver or whatever want. there file "android_winusb.inf" inside driver pack. open text editor notepad. if using windows 64-bit, search "[google.ntamd64]" inside file. copy 1 of devices listed below that. this:

; ;google nexusone %singleadbinterface%        = usb_install, usb\vid_18d1&pid_0d02 %compositeadbinterface%     = usb_install, usb\vid_18d1&pid_0d02&mi_01 ; 

replace vids , pids device's. can find in device manager. right click on device , click on properties. under details tab can find information need. select "hardware ids" in property. or "bus relations" shows need.

after replacing values, can change name "google nexusone" whatever want.

then save file , driver device ready.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -