Is there any detailed step-by-step guide on how to flash using a Macbook?
I have downloaded all the necessary files (SDK, Factory Image, OTA Zip and even ADB) but something is just now working right. I think it's the installation of ADB as I cant get do anything via terminal, just not responding.
Thanks
No need to install the SDK, just use this.
I did a bit of a manual process (found somewhere on Reddit):
download factory image hammerhead-mra58k-factory-52364034.tgz[1] & unpack
have adb drivers installed & cmd open
fastboot erase boot
fastboot erase cache
fastboot erase recovery
fastboot erase system
fastboot flash bootloader bootloader-hammerhead-hhz12k.img
fastboot reboot-bootloader
fastboot flash radio radio-hammerhead-m8974a-2.0.50.2.27.img
fastboot reboot-bootloader
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
fastboot erase userdata
fastboot flash userdata userdata.img
fastboot reboot

