tags:

views:

46

answers:

1

Specify me the steps to compile fastboot under cygwin to generate fastboot.exe for windows

+1  A: 

FastBoot is a utitlity to be used with Android. It simply won't work for Windows, because the file systems, the partitions, the protection methods, the drivers etc are all different. Recompiling such low-level tools requires rewriting them.

In the event that all you want is creating boot splash screens, there's a utility for FastBoot splash screens that helps you create these on Windows. But that's something else than running FastBoot on Windows.

Abel