Reputation: 51
I was trying to connect my Panasonic T21 android smart phone through ADB but inspite of all my effort, I am unable to connect it. What I did so far is
Modified the "android_winusb.inf" file and included the hardware ids of panasonic device. Included the below code under [Google.NTx86] and [Google.NTamd64] and saved the file.
;Panasonic %SingleAdbInterface% = USB_Install, USB\VID_0A5C&PID_E688 %CompositeAdbInterface% = USB_Install, USB\VID_0A5C&PID_E688&REV_0231&MI_01
I have restarted ADB,my Win7 PC, and the device as well but the problem still persist. I am desperately looking for a solution. Please help me.
Upvotes: 0
Views: 1027
Reputation: 59
It works perfectly. On 64 bit systems systems unsigned drivers are not allowed unless one disables driver verification at boot.
For windows 7 press f8 at boot and choose disable driver verification. For Windows 8 follow the steps in the video above.
After that its very easy to root with cydiaimpactor. Infact cydiaimpactor can itself install the driver for you.
On 32bit systems this is not a problem and windows does not enforce driver verification and signing.
See this link https://www.raymond.cc/blog/loading-unsigned-drivers-in-windows-7-and-vista-64-bit-x64/
Upvotes: 0
Reputation: 11
After step 2, first,disable driver signature enforcement (advanced startup options). Second,install the driver - go to device manager-->select your device --> update the driver manually
You can refer to this video: https://www.youtube.com/watch?v=UPm_6aejOlo#t=55
Upvotes: 1