To sysKin:
Are you sure your driver is installed correctly and your android device is detected by adb ?
cmd line: adb devices -> must list your device
Using Tachikoma post, I have to edit android_winusb.inf and add this lines
;Tolino Shine
%CompositeAdbInterface% = USB_Install, USB\VID_1F85&PID_1689&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_1F85&PID_1689&REV_0226MI_01
like said SyreKron on 6th post of this thread.
On first try, there were errors for me too, but second was fine
Sometimes, there is more of one adb.exe in the path and it cause problems
Try to reset adb by adb kill-server command.
Try also to kill all adb instances in task manager.
Hope this help.
|