MT65xx Android USB Driver problem

Want to talk about something that isn't covered by another category?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
morrell
Posts: 84
Joined: Sat Dec 13, 2014 1:12 am

MT65xx Android USB Driver problem

Post by morrell » Fri Jan 23, 2015 10:09 pm

I have been loaned a Kazam Trooper2 4.4 mobile and after enabling Developer Mode and USB Debugging on the mobile I'm unable to connect LC to it using my Windows 7 64bit PC.

In Control Panel Drivers/Other Devices my mobile is identified as MT65XX Android. However it has the Yellow error icon and when double clicking on it the window says ' The drivers for this device are not installed. (Code 28). There is no driver selected for the device information set or element. To find a driver for this device, click Update Driver and this I did which did not find the driver.
So once again after hours researching it appears I'm missing the MT65XX driver. So I downloaded a 'MT65xx_USB_Driver' zip file and extracted these folders and files:-
Folder MT65xx_USB_Driver - which contains sub folder usb-driver - which contains 2 sub folders amd64 and I386
and the 4 files - android_winusb.inf - androidwinusb86.cat - androidwinusba64.cat - source_properties

I then did a 'Pick from a list of drivers' on the Device Manager (see zip) and again it failed.

Can anyone help please?

Kind regards,

Ruth
Attachments
MT65XX_Device_problem.zip
(124.35 KiB) Downloaded 1349 times

SparkOut
Posts: 2944
Joined: Sun Sep 23, 2007 4:58 pm

Re: MT65xx Android USB Driver problem

Post by SparkOut » Sat Jan 24, 2015 11:03 am

Hi Ruth, welcome back and sorry about your loss.

At stage 4, did you browse to the sub folder containing the 64 bit driver?
If you did, try just selecting the USB driver folder containing those subfolders before clicking next, and letting the installer find the right files in the sub folder.

morrell
Posts: 84
Joined: Sat Dec 13, 2014 1:12 am

Re: MT65xx Android USB Driver problem

Post by morrell » Sat Jan 24, 2015 12:05 pm

Thank you Sparkout.

I tried it and used the SDK files as it had a later date than the one I downloaded. But it failed again as you can see from the image.

I did contact Kazam and to their credit they did reply, but only with how to update drivers from Device Manager which I already knew. So I replied back three days ago asking if they could supply the driver and so far no reply.

Regards,

Ruth
Attachments
Device Driver.jpg

SparkOut
Posts: 2944
Joined: Sun Sep 23, 2007 4:58 pm

Re: MT65xx Android USB Driver problem

Post by SparkOut » Sat Jan 24, 2015 1:10 pm

Did you try with the mt65xx driver that you downloaded before without the specific subfolder selected, just the one containing the subfolders?

morrell
Posts: 84
Joined: Sat Dec 13, 2014 1:12 am

Re: MT65xx Android USB Driver problem

Post by morrell » Sat Jan 24, 2015 2:46 pm

Yes I actually did that SparkOut before asking help on here, as it was on the How to instructions when I first downloaded the MT65XX zip file.

Regards,

Ruth

paul_gr
Posts: 319
Joined: Fri Dec 08, 2006 7:38 pm

Re: MT65xx Android USB Driver problem

Post by paul_gr » Sat Jan 24, 2015 8:28 pm

Hi Ruth,
Android USB drivers often work intermittently or not at all.
I had a lot of issues accessing Samsung devices with USB; I gave up after reinstalling drivers many times.

I would bypass the USB port and either:
email the apk to your device.
Use Dropbox to access files to your device.
Or use a wireless network.

The method I use now is to connect to the device using wifi on a network.
This makes testing android apk's quick and easy.
Method:
Set up a home network on the PC and set advanced sharing settings >> enable public folder file sharing.
Drop your LC standalone apk files into the Windows\User\Public folder.
Download and install the free version of Total Commander to your Android device from the Play Store.
Also install the LAN plugin for Total Commander if asked.
Now using Total Commander, open the LAN (windows share)/PC/Users/Public folder.
Find and install the apk to the device from inside Total Commander.

Paul

morrell
Posts: 84
Joined: Sat Dec 13, 2014 1:12 am

Re: MT65xx Android USB Driver problem

Post by morrell » Sun Jan 25, 2015 1:54 am

Thank you Paul.

Regards,

Ruth

morrell
Posts: 84
Joined: Sat Dec 13, 2014 1:12 am

Re: MT65xx Android USB Driver problem

Post by morrell » Wed Feb 04, 2015 2:38 pm

Kazam finally answered today and sent me an INF file, but no driver file which I thought would also be required. However, they failed to say just where this file should be placed so I can call it from Device Manager (I have asked them but presume it will be another two weeks before they answer).
Perhaps someone here knows where it goes and appended below is the INF code.

Regards,

Ruth

Code: Select all

; usb2ser_Vista64_Win7.inf
;
[Version] 
Signature="$Windows NT$" 
Class=Ports 
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} 

Provider=%MTK% 
DriverVer=05/30/2011,1.1123.0

[Manufacturer] 
%MTK%=MTK,NTamd64

[MTK.NTamd64]
%MTK6218%=Reader,USB\Vid_0e8d&Pid_0003,USB\Vid_0e8d&Pid_1003
%MTK_COM%=Reader,USB\Vid_0e8d&Pid_0023&MI_00
%MTK_CAT%=Reader,USB\Vid_0e8d&Pid_0023&MI_02
%MTK_PRELOADER%=Reader, USB\Vid_0e8d&Pid_2000
%MTK_SP_DA%=Reader, USB\Vid_0e8d&Pid_2001

[DestinationDirs] 
DefaultDestDir=12 

[Reader.NTamd64]
Include=mdmcpq.inf
AddReg=Reader.NTamd64.AddReg 
CopyFiles=FakeModemCopyFileSection

[Reader.NTamd64.AddReg] 
HKR,,DevLoader,,*ntkern 
HKR,,NTMPDriver,,usbser.sys 
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" 

[Reader.NTamd64.Services] 
AddService = usbser, 0x00000002, Service_Inst 

[SourceDisksNames]

[SourceDisksFiles]


[Service_Inst] 
DisplayName = %Serial.SvcDesc% 
ServiceType = 1 ; SERVICE_KERNEL_DRIVER 
StartType = 3 ; SERVICE_DEMAND_START 
ErrorControl = 1 ; SERVICE_ERROR_NORMAL 
ServiceBinary = %12%\usbser.sys 
LoadOrderGroup = Base 

[Strings] 
MTK = "MediaTek Inc." 
MTK6218 = "MTK USB Port" 
MTK_COM = "MTK USB Modem Port"
MTK_CAT = "MTK USB Debug Port"
MTK_PRELOADER = "MediaTek PreLoader USB VCOM Port"
MTK_SP_DA = "MediaTek DA USB VCOM Port"
Serial.SvcDesc = "USB Serial emulation modem driver" 

Post Reply