For a windows platform, I use moto-fastboot-win32.zip.write, please, what's the difference between the different motor-fastboot in the header. Thankx
For a windows platform, I use moto-fastboot-win32.zip.write, please, what's the difference between the different motor-fastboot in the header. Thankx
I appear to have downloaded those files back in November 2011!Can someone please re-upload the files and post the links as original ones does not seem to work anymore...
Thanks!
edit:
Just to make myself clear... I meant the following files:
from the second post are unavailable now (megaupload is closed). ThanksCode:1c78b33d92f6b956bffbf4b668888ce4 atrix-2.3.4-hktw-boot.img 18effca0371c7dbb36ec54443e72414b atrix-2.3.4-hktw-system.img b762c2a24a928da633c0f152d2fa7870 atrix-2.3.4-hktw-webtop.img
Here is a MinGW32 .
There is a version for win 7 ultimate 64bits?Here is a MinGW32 compiled version that does not require the Cygwin DLLs. I compiled it using the following command:
I had to install the standard MinGW / MSYS setup along with libz for MinGW here. Its beyond the scope of this post to go into details on how to do that install.Code:gcc -D_WIN32 -static -o moto-fastboot.exe usb_windows.c util_windows.c fastboot.c protocol.c engine.c bootimg.c ../libzipfile/zipfile.c ../libzipfile/centraldir.c -lz AdbWinApi.a -I../include -I../libzipfile -I../mkbootimg
I have included the source I used because I needed a few extra header files and a static library for AdbWinApi. I also included the standard ADB DLLs in the exe zip, though if you've installed ADB before you should already have them.
http://forum.xda-developers.com/showthread.php?p=43764154i see all this coding and downloadable files, but cant seem to understand what to do, i put my phone in fastboot mode, but how do i moto-fastboot? It's not an executable, when i try to go thru adb shell it cant connect to device(in fastboot mode) i'm not really a newbie, cause i think i unlocked my bootloader so i have some experience with the command line, but here i'm just lost can someone please write up a newbie tutorial of exactly what to do or show me where to find it?
Thanks a lot