Android携帯のUSBドライバをWin2000用に書いてみる

Windows 2000でAndroid携帯・xperia を使う場合巷でかかれているようなINFファイルの修正ではインストールできません。


詳しい人はご存知だと思いますが、以下、Win2000用の android_winusb.infの書き方です。

Content of my android_winusb.inf
;
; Android WinUsb driver installation.
;
[Version]
Signature           = "$Windows NT$"
Class               = AndroidUsbDeviceClass
ClassGuid           = {3F966BD9-FA04-4ec5-991C-D326973B5128}
Provider            = %ProviderName%
DriverVer           = 08/11/2009,2.0.0010.00002
CatalogFile   = androidwinusb86.cat

;
; This section seems to be required for WinUsb driver installation.
; If this section is removed the installer will report an error
; "Required section not found in INF file".
;
[ClassInstall32]
Addreg = AndroidWinUsbClassReg

[AndroidWinUsbClassReg]
HKR,,,0,%ClassName%
HKR,,Icon,,-1

[Manufacturer]
%ProviderName% = Google

[Google]
; Xperia X10
%SingleAdbInterface%        = USB_Install, USB\VID_0FCE&PID_D12E
%CompositeAdbInterface%     = USB_Install, USB\VID_0FCE&PID_D12E&MI_01
; HTC Dream
%SingleAdbInterface%        = USB_Install, USB\VID_0BB4&PID_0C01
%CompositeAdbInterface%     = USB_Install, USB\VID_0BB4&PID_0C02&MI_01
%CompositeAdbInterface%     = USB_Install, USB\VID_18D1&PID_4E12&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4&PID_0FFF
; HTC Magic
%CompositeAdbInterface%     = USB_Install, USB\VID_0BB4&PID_0C03&MI_01
;
;Moto Sholes
%SingleBootLoaderInterface% = USB_Install, USB\VID_18D1&PID_D00D
%SingleAdbInterface%        = USB_Install, USB\VID_18D1&PID_0002
%CompositeAdbInterface%     = USB_Install, USB\VID_18D1&PID_0002&MI_01
%SingleAdbInterface%        = USB_Install, USB\VID_22B8&PID_41DB
%CompositeAdbInterface%     = USB_Install, USB\VID_22B8&PID_41DB&MI_01
; Samsung Galaxy
%SingleAdbInterface%        = USB_Install, USB\VID_04E8&PID_6640
%CompositeAdbInterface%     = USB_Install, USB\VID_04E8&PID_6640&MI_04
%SingleBootLoaderInterface% = USB_Install, USB\VID_04E8&PID_6640

[USB_Install]
Include = winusb.inf
Needs   = WINUSB.NT

[USB_Install.Services]
Include     = winusb.inf
AddService  = WinUSB,0x00000002,WinUSB_ServiceInstall

[WinUSB_ServiceInstall]
DisplayName     = %WinUSB_SvcDesc%
ServiceType     = 1
StartType       = 3
ErrorControl    = 1
ServiceBinary   = %12%\WinUSB.sys

[USB_Install.Wdf]
KmdfService = WINUSB, WinUSB_Install

[WinUSB_Install]
KmdfLibraryVersion  = 1.7

[USB_Install.HW]
AddReg  = Dev_AddReg

[Dev_AddReg]
HKR,,DeviceInterfaceGUIDs,0x10000,"{F72FE0D4-CBCB-407d-8814-9ED673D0DD6B}"

[USB_Install.CoInstallers]
AddReg    = CoInstallers_AddReg
CopyFiles = CoInstallers_CopyFiles

[CoInstallers_AddReg]
HKR,,CoInstallers32,0x00010000, "WdfCoInstaller01007.dll, WdfCoInstaller", "WinUSBCoInstaller.dll"

[CoInstallers_CopyFiles]
WinUSBCoInstaller.dll
WdfCoInstaller01007.dll

[DestinationDirs]
CoInstallers_CopyFiles=11

[SourceDisksNames]
1 = %DISK_NAME%,,,\i386

[SourceDisksFiles]
WinUSBCoInstaller.dll  = 1
WdfCoInstaller01007.dll = 1

[Strings]
ProviderName                = "Google, Inc."
SingleAdbInterface          = "Android ADB Interface"
CompositeAdbInterface       = "Android Composite ADB Interface"
SingleBootLoaderInterface   = "Android Bootloader Interface"
WinUSB_SvcDesc              = "Android USB Driver"
DISK_NAME                   = "Android WinUsb installation disk"
ClassName                   = "Android Phone"

もし、ドライバファイルの中にWUDFUpdate_01007.dll がある場合(例:X10など)はfcwinの強制リンク機能で kernelXPとcheckSumにチェックを入れて実行します。

kdllinst で system32に kernel32を動的設定するのを忘れないように。
端末無いのでちょっと試せてないのですが、インストール自体はこれでいけるはずです。

ドライバは、X10_drivers.zipというのを検索で探してきて試してみました|・ω・)ノ

関連サイト:
KAYO Lab - 掲示板
Xperiaでスクリーンショットが撮れるようになりました。:ITmedia オルタナティブ・ブログ
Android USB開発ドライバをWindows2000に入れる

おすすめ

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です