For those that are interested here's how I started to develop applications on the Kobo Arc under Windows XP SP3.
Within the android sdk there are windows drivers in the package
edit the android_winusb.inf
place the following under the heading [Google.NTx86] and [Google.NTamd64]
; ARC
%SingleAdbInterface% = USB_Install, USB\VID_2237&PID_D109
%CompositeAdbInterface% = USB_Install, USB\VID_2237&PID_D109&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_0451&PID_D022
Point driver installation to the directory containing the modified inf
This allows the use of adb, fastboot for command line access to the arc too
Interesting to note:
fastboot reboot-bootloader
fastboot getvar all (doesn't work)
fastboot getvar version-bootloader
version-bootloader: ZEUSXX03
or mess around with adb shell
compiling in eclipse and running on the arc works great
Within the android sdk there are windows drivers in the package
edit the android_winusb.inf
place the following under the heading [Google.NTx86] and [Google.NTamd64]
; ARC
%SingleAdbInterface% = USB_Install, USB\VID_2237&PID_D109
%CompositeAdbInterface% = USB_Install, USB\VID_2237&PID_D109&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_0451&PID_D022
Point driver installation to the directory containing the modified inf
This allows the use of adb, fastboot for command line access to the arc too
Interesting to note:
fastboot reboot-bootloader
fastboot getvar all (doesn't work)
fastboot getvar version-bootloader
version-bootloader: ZEUSXX03
or mess around with adb shell
compiling in eclipse and running on the arc works great