Just tried flashing it while wiping all data, did not work unfortunately. Long post ahead
- Motorola XT907
- 4.4.2 Kitkat
-VZW_XT907_4.4.2-KDA20.62-15.1_1FF.xml.zip
- AP Fastboot Flash Mode (S)
10.9B(*) (sha-61146a2, 2014-07-29 06:20:44)
eMMC Info: Size 8GB
Device is LOCKED, Status Code: 0
Battery OK
Transfer Mode:
USB Connected
Fastboot Reason: Key pressed
usb connected
-@echo off
::Generated script from the House of Moto 4.3.
::Generated from: VZW_XT907_4.4.2-KDA20.62-15.1_1FF.xml.zip
PATH=C:\HouseOfMoto\TOOLS\Windows;%PATH%
:ask_gpt
set choice=
set /p choice=Flash GPT partition? [y/n]:
if "%choice%"=="y" goto flash_gpt
if "%choice%"=="Y" goto flash_gpt
if "%choice%"=="n" goto end_gpt
if "%choice%"=="N" goto end_gpt
goto ask_gpt
:flash_gpt
fastboot flash partition gpt.bin
goto end_gpt
:end_gpt
fastboot flash sbl1 sbl1.mbn
fastboot flash sbl2 sbl2.mbn
fastboot flash sbl3 sbl3.mbn
fastboot flash rpm rpm.mbn
:ask_tz
set choice=
set /p choice=Flash TZ partition? [y/n]:
if "%choice%"=="y" goto flash_tz
if "%choice%"=="Y" goto flash_tz
if "%choice%"=="n" goto end_tz
if "%choice%"=="N" goto end_tz
goto ask_tz
:flash_tz
fastboot flash tz tz.mbn
goto end_tz
:end_tz
fastboot flash aboot emmc_appsboot.mbn
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot erase tombstones
fastboot erase cache
echo WARNING: Choosing yes to this option will WIPE YOUR DATA.
:ask_erase
set choice=
set /p choice=Erase userdata partition? [y/n]:
if "%choice%"=="y" goto flash_userdata
if "%choice%"=="Y" goto flash_userdata
if "%choice%"=="n" goto end_userdata
if "%choice%"=="N" goto end_userdata
goto ask_userdata
:flash_userdata
fastboot erase userdata
goto end_userdata
:end_userdata
fastboot reboot
echo Rebooting...
goto end
:end
echo Thanks for using the House of Moto.
pause
-Flash GPT partition? [y/n]: y
sending 'partition' (32 KB)...
OKAY [ 0.014s]
writing 'partition'...
This may take a few seconds, if a
different partition table is being
flashed since we need to backup
and restore a few partitions
OKAY [ 0.452s]
finished. total time: 0.466s
sending 'sbl1' (101 KB)...
OKAY [ 0.020s]
writing 'sbl1'...
OKAY [ 0.497s]
finished. total time: 0.518s
sending 'sbl2' (126 KB)...
OKAY [ 0.022s]
writing 'sbl2'...
OKAY [ 0.833s]
finished. total time: 0.855s
sending 'sbl3' (512 KB)...
OKAY [ 0.052s]
writing 'sbl3'...
OKAY [ 1.019s]
finished. total time: 1.071s
sending 'rpm' (140 KB)...
OKAY [ 0.022s]
writing 'rpm'...
OKAY [ 0.495s]
finished. total time: 0.518s
Flash TZ partition? [y/n]: y
sending 'tz' (210 KB)...
OKAY [ 0.029s]
writing 'tz'...
OKAY [ 0.541s]
finished. total time: 0.569s
sending 'aboot' (256 KB)...
OKAY [ 0.032s]
writing 'aboot'...
OKAY [ 0.766s]
finished. total time: 0.798s
sending 'modem' (30720 KB)...
OKAY [ 2.389s]
writing 'modem'...
OKAY [ 1.033s]
sending 'modem' (19340 KB)...
OKAY [ 3.285s]
writing 'modem'...
OKAY [ 1.340s]
finished. total time: 8.048s
sending 'fsg' (170 KB)...
OKAY [ 0.025s]
writing 'fsg'...
OKAY [ 0.828s]
finished. total time: 0.853s
erasing 'modemst1'...
OKAY [ 0.639s]
finished. total time: 0.639s
erasing 'modemst2'...
OKAY [ 0.639s]
finished. total time: 0.639s
sending 'logo' (1709 KB)...
OKAY [ 0.143s]
writing 'logo'...
OKAY [ 1.274s]
finished. total time: 1.418s
sending 'boot' (10240 KB)...
OKAY [ 0.800s]
writing 'boot'...
OKAY [ 3.630s]
finished. total time: 4.430s
sending 'recovery' (10240 KB)...
OKAY [ 0.806s]
writing 'recovery'...
OKAY [ 2.793s]
finished. total time: 3.599s
sending 'system' (30720 KB)...
OKAY [ 2.589s]
writing 'system'...
OKAY [ 2.855s]
sending 'system' (30720 KB)...
OKAY [ 4.171s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.233s]
writing 'system'...
OKAY [ 1.357s]
sending 'system' (30720 KB)...
OKAY [ 4.165s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.165s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.153s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.169s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.158s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.154s]
writing 'system'...
OKAY [ 1.356s]
sending 'system' (30720 KB)...
OKAY [ 4.159s]
writing 'system'...
OKAY [ 1.352s]
sending 'system' (30720 KB)...
OKAY [ 4.159s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.169s]
writing 'system'...
OKAY [ 1.370s]
sending 'system' (30720 KB)...
OKAY [ 3.990s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.107s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.215s]
writing 'system'...
OKAY [ 1.356s]
sending 'system' (30720 KB)...
OKAY [ 4.133s]
writing 'system'...
OKAY [ 1.357s]
sending 'system' (30720 KB)...
OKAY [ 4.053s]
writing 'system'...
OKAY [ 1.356s]
sending 'system' (30720 KB)...
OKAY [ 4.050s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.171s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.129s]
writing 'system'...
OKAY [ 1.356s]
sending 'system' (30720 KB)...
OKAY [ 4.088s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.145s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.153s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.148s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.140s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.133s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.163s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.166s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.149s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.158s]
writing 'system'...
OKAY [ 1.356s]
sending 'system' (30720 KB)...
OKAY [ 4.125s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.145s]
writing 'system'...
OKAY [ 1.354s]
sending 'system' (30720 KB)...
OKAY [ 4.159s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (30720 KB)...
OKAY [ 4.128s]
writing 'system'...
OKAY [ 1.356s]
sending 'system' (30720 KB)...
OKAY [ 4.144s]
writing 'system'...
OKAY [ 1.356s]
sending 'system' (30720 KB)...
OKAY [ 4.137s]
writing 'system'...
OKAY [ 1.355s]
sending 'system' (2649 KB)...
OKAY [ 1.978s]
writing 'system'...
OKAY [ 0.381s]
finished. total time: 200.336s
erasing 'tombstones'...
OKAY [ 0.773s]
finished. total time: 0.773s
erasing 'cache'...
OKAY [ 0.992s]
finished. total time: 0.992s
WARNING: Choosing yes to this option will WIPE YOUR DATA.
Erase userdata partition? [y/n]: y
erasing 'userdata'...
OKAY [ 2.091s]
finished. total time: 2.091s
rebooting...
finished. total time: 0.006s
Rebooting...
Thanks for using the House of Moto.
-Custom recovery not found.
Using factory image: VZW_XT907_4.4.2-KDA20.62-15.1_1FF.xml.zip
Extracting: gpt.bin
...CRC32 checksum: 1864924491
Extracting: sbl3.mbn
...CRC32 checksum: 196100228
Extracting: logo.bin
...CRC32 checksum: 1029754338
Extracting: sbl2.mbn
...CRC32 checksum: 295751715
Extracting: emmc_appsboot.mbn
...CRC32 checksum: 3596797469
Extracting: fsg.mbn
...CRC32 checksum: 1105502486
Extracting: sbl1.mbn
...CRC32 checksum: 2953503775
Extracting: system.img
...CRC32 checksum: 901655857
Extracting: rpm.mbn
...CRC32 checksum: 3834081169
Extracting: NON-HLOS.bin
...CRC32 checksum: 2974766560
Extracting: tz.mbn
...CRC32 checksum: 3953777581
Extracting: recovery.img
...CRC32 checksum: 768436651
Extracting: boot.img
...CRC32 checksum: 1334627640
Extracting: VZW_XT907_4.4.2-KDA20.62-15.1_1FF.xml
...CRC32 checksum: 346244449
Found VZW_XT907_4.4.2-KDA20.62-15.1_1FF.xml
Writing script: C:\HouseOfMoto\MOTO\flashme.bat
-I tried both RSD and HoM, I haven't do anything else.
Might be helpful or not but when this happened "xxx process has stopped" errors started popping up and they didn't let me do anything so I just turn it off, when I turned on the "Stuck at red eye" happened. If it's a hardware problem then I'll see what I can do.