Will this work on a 64-bit windows? If not, can you make one for 64-bit? Thanks.
Will this work on a 64-bit windows? If not, can you make one for 64-bit? Thanks.
Will this work on a 64-bit windows? If not, can you make one for 64-bit? Thanks.
I don't see any reason it won't. I compiled it on my work laptop which is a 32-bit Windows 7 install. I won't be able to test it on Win7 64-bit until after work.Will this work on 64 bit or not?
http://forum.xda-developers.com/showthread.php?t=1138204anyone having problem with rooting on 2.3.4?
1) Install? You mean extract the zip somewhere?Ok, noob question, sorry this is my first android phone, and thus my first time dealing with fastboot etc...
1) Do we install the Moto-fastboot the same way we installed regular fastboot? Referring to the windows version of Moto-fastboot just posted.
2) Will Moto-fastboot replace the standard fastboot already installed? Any other differences between the two besides one can flash custom moto builds and one can't?
3) What is other zip for windows, fastbootNfriends?
Sent from my MB860 using XDA Premium App
Gotcha.. it's a .exe file... sorry, I'm out and about right now and didn't download the .zip to peak inside... I'll put it in the tools folder of sdk with regular fast boot. Thanks for the quick response.1) Install? You mean extract the zip somewhere?It should be the same, nothing special.
2) I believe it replaces it, but there's no harm in having a fastboot.exe and moto-fastboot.exe. I haven't performed in depth analysis to determine if something is missing from moto-fastboot.exe but it seems unlikely.
3) Its the source code I used to build on Windows. It contains a few extra header files and a library for gcc to link ADB with.
This happen after you flased the 1.83 sbf?i just want to go back to 2.2.2 using at&t 4.1.83 sbf , but after at&t boot animation i got red led an boot loop!!
anyone can help?![]()
yes,and now i dont know what else to do?This happen after you flased the 1.83 sbf?
Sent from my MB860 using XDA Premium App
when in doubt i would go back to start and flash the full 4.1.26 sbf to get a fresh start againyes,and now i dont know what else to do?
tnxwhen in doubt i would go back to start and flash the full 4.1.26 sbf to get a fresh start again
hpw did yopu get it to execute? i keep getting the system cannot find the path specifiedJust flash 2.3.4 on Windows 7 x64!!!!!!!!!!!
Anyone got a solution?It seems the xdpi and ydpi are wrong in the GB rom:
Should be:Code:DisplayMetrics{density=1.5, width=540, height=960, scaledDensity=1.5, xdpi=240.0, ydpi=240.0}
(Different from the actual density which should be, and is, 240). I'm guessing this is why the stock keyboard/Market/AdMob ads/Moto-widgets, etc all look a little wrong. I don't know how to fix it though...Code:DisplayMetrics{density=1.5, width=540, height=960, scaledDensity=1.5, xdpi=160.0, ydpi=160.0}
Worked like a charm thanksA few people messaged me asking how to install on windows.
Here's what i did, I extracted moto-fastboot-win32 to the root of my C drive and renamed the folder to moto-fastboot.
Then in the same folder(moto-fastboot), I place the boot and system images. (atrix-2.3.4-hktw-boot.img and atrix-2.3.4-hktw-system.img)
After open up a command prompt.
If you did all the previous steps correctly, type one at a time in the order as listed :
cd C:\moto-fastboot
moto-fastboot flash boot atrix-2.3.4-hktw-boot.img
moto-fastboot flash system atrix-2.3.4-hktw-system.img
moto-fastboot -w
moto-fastboot reboot
And thats it, you should have Gingerbread 2.3.4 on your Atrix 4G via Windows X64/X86