does it say unlocked in the top left corner?Does anyone know why I get this error with both Linux and romracer's Windows Fastboot running the first line?
Code:sending 'boot' (3358 KB)... OKAY [ 0.320s] writing 'boot'... FAILED (remote: (00180002))
does it say unlocked in the top left corner?Does anyone know why I get this error with both Linux and romracer's Windows Fastboot running the first line?
Code:sending 'boot' (3358 KB)... OKAY [ 0.320s] writing 'boot'... FAILED (remote: (00180002))
yes u can!So we can flash this with Windows now?
The moto-fastboot allows larger partition sizes to be flashed (system on our phone for example).can someone explain the diefference between the FASTBOOT file we used for unlocking the bootloader, and the MOTO-FASTBOOT we use to install these partitions?
I fixed it, reflashed the unlock SBF.does it say unlocked in the top left corner?
Did you run this?I fixed it, reflashed the unlock SBF.
After I flashed the .img files and typed the reboot the command, my phone went into a bootloop.
Anyone know why and how to fix it?![]()
I couldn't, it gave me this error:Did you run this?
sudo ./moto-fastboot -w
It wipes your user data if you don't it bootloops![]()
unknown partition '-w'
error: cannot determine image filename for '-w'
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
Maybe try wiping your user data from recovery...?I couldn't, it gave me this error:
Code:unknown partition '-w' error: cannot determine image filename for '-w'
4G (HSPA+) works fine.Finally got this workingBut at the top right, it displays 3G, does that mean 4g isn't working with this?
http://forum.xda-developers.com/showthread.php?t=1138204can we use gingerbreak to root this build?
Alright, thanks a bunch!4G (HSPA+) works fine.
The H+ image is not in the framework-res file.
http://forum.xda-developers.com/showpost.php?p=15040155&postcount=149Any luck with the windows version yet?
Will this work on 64 bit or not?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.