xt1080 write protected? - Motorola Droid Maxx

I was given a xt1080 for repair
24.13.2.obake-maxx
SU6-7.2
Locked bootloader. No root. No adb access.
System boots but there is constants force close of background processes like gapps and acore.
I wanted to factory reset and I did but on reboot it had all the same apps and user data intact, no factory state.
Changing any config or uninstalling any app result in it being back after reboot.
What I've tried so far:
-Factory option in AP Fastboot menu. Reboots to system with all the data intact.
-Recovery option in AP Fastboot menu. Reboots to bootloader and states "Boot up failed".
-fastboot erase userdata
-fastboot -w
both with the resulting output:
erasing 'userdata'...
OKAY [ 0.500s]
erasing 'cache'...
OKAY [ 0.620s]
finished. total time: 1.120s
but sadly all userdata is sitting there intact after reboot.
I downloaded VZW-4.4.4-SU6-7.2-release-keys.xml.zip. Tried with RSDLite but it didn't detect the device.
I have installed the drivers and MotorolaDeviceManager. So I decompressed the firmware and flashed the partitions
using fastboot in a script. Resulting in all partitions being flashed OK but after reboot the device
was the same as before with all the apps and user data present. Spooky isn't it?
Can some one offer me any advice? Is it a hardware faliure?
Output of the script follows:
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe oem fb_mode_set
< waiting for device >
...
OKAY [ 0.109s]
finished. total time: 0.109s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe flash partition gpt.bin
sending 'partition' (32 KB)...
OKAY [ 0.220s]
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.444s]
finished. total time: 0.665s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe flash motoboot motoboot.img
sending 'motoboot' (1604 KB)...
OKAY [ 0.360s]
writing 'motoboot'...
flashing tz ...
flashing rpm ...
flashing aboot ...
flashing sbl1 ...
flashing sbl2 ...
flashing sbl3 ...
OKAY [ 4.540s]
finished. total time: 4.900s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe flash logo logo.bin
sending 'logo' (215 KB)...
OKAY [ 0.290s]
writing 'logo'...
OKAY [ 0.811s]
finished. total time: 1.102s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe flash boot boot.img
sending 'boot' (10240 KB)...
OKAY [ 0.900s]
writing 'boot'...
OKAY [ 1.872s]
finished. total time: 2.772s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe flash recovery recovery.img
sending 'recovery' (10240 KB)...
OKAY [ 0.900s]
writing 'recovery'...
OKAY [ 1.512s]
finished. total time: 2.412s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe flash system system.img
sending 'system' (786432 KB)...
OKAY [ 49.426s]
writing 'system'...
OKAY [ 54.106s]
sending 'system' (531955 KB)...
OKAY [ 33.515s]
writing 'system'...
OKAY [ 36.056s]
finished. total time: 173.103s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe flash modem NON-HLOS.bin
sending 'modem' (54252 KB)...
OKAY [ 3.671s]
writing 'modem'...
OKAY [ 2.330s]
finished. total time: 6.002s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe erase modemst1
erasing 'modemst1'...
OKAY [ 0.419s]
finished. total time: 0.419s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe erase modemst2
erasing 'modemst2'...
OKAY [ 0.419s]
finished. total time: 0.419s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe flash fsg fsg.mbn
sending 'fsg' (538 KB)...
OKAY [ 0.330s]
writing 'fsg'...
OKAY [ 0.761s]
finished. total time: 1.092s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe erase cache
erasing 'cache'...
OKAY [ 0.649s]
finished. total time: 0.649s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe erase userdata
erasing 'userdata'...
OKAY [ 0.540s]
finished. total time: 0.540s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe erase customize
erasing 'customize'...
OKAY [ 0.150s]
finished. total time: 0.150s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe erase clogo
erasing 'clogo'...
OKAY [ 0.518s]
finished. total time: 0.518s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe oem config carrier gsm
...
Failed to flash config value
OKAY [ 0.149s]
finished. total time: 0.150s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe oem fb_mode_clear
...
OKAY [ 0.148s]
finished. total time: 0.148s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe reboot
rebooting...
finished. total time: 0.002s

I selected BP Tools in bootloader menu. Now I have adb access. Tried to delete some files, this is what I get:
[email protected]:/sdcard/dcim/Camera $ rm *
rm *
rm failed for IMG_20160222_223144143.jpg, Read-only file system
255|[email protected]:/sdcard/dcim/Camera $
In BP Tools mode various devices get detected. One of them is Motorola QC Diag Port, I installed the drivers.
Now it shows in QPST software. QPST has a Software Download utility that is suposed to flash bootloaders,
partitions images and whole firmware images. Does any one has any experience flashing with QPST?

Do you already resolve this issue? I got the same problem.

Related

[Q] Universal Linux Toolkit v2.1.0 error

hi, I tried to root my nexus 7, and all ok, but when I tried to exec flash google factory image, I've the following output
Downloading Factory Image...
--2013-01-24 02:07:53-- URL rejected
Resolving dl.google.com (dl.google.com)... 74.125.225.238, 74.125.225.224, 74.125.225.230, ...
Connecting to dl.google.com (dl.google.com)|74.125.225.238|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 291197311 (278M) [application/x-tar]
Saving to: `factory.tgz'
100%[===================================================================================>] 291.197.311 365K/s in 16m 6s
2013-01-24 02:24:00 (294 KB/s) - `factory.tgz' saved [291197311/291197311]
< waiting for device >
...
(bootloader) Bootloader is already unlocked
OKAY [ 0.020s]
finished. total time: 0.020s
erasing 'boot'...
OKAY [ 0.128s]
finished. total time: 0.129s
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.238s]
finished. total time: 0.238s
erasing 'recovery'...
OKAY [ 0.136s]
finished. total time: 0.137s
******** Did you mean to fastboot format this partition?
erasing 'system'...
OKAY [ 0.217s]
finished. total time: 0.218s
******** Did you mean to fastboot format this partition?
erasing 'userdata'...
OKAY [ 3.612s]
finished. total time: 3.612s
sending 'bootloader' (2096 KB)...
OKAY [ 0.280s]
writing 'bootloader'...
OKAY [ 1.952s]
finished. total time: 2.232s
rebooting into bootloader...
OKAY [ 0.020s]
finished. total time: 0.020s
sending 'radio' (16384 KB)...
OKAY [ 2.071s]
writing 'radio'...
FAILED (remote: (BadParameter))
finished. total time: 2.086s
rebooting into bootloader...
OKAY [ 4.012s]
finished. total time: 4.012s
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
failed to allocate 488804800 bytes
error: update package missing system.img
Press ENTER to return to the main menu...
I tred using another USB port, and cable, moving the app to another folder and re-run, but I've the same output.
This is awfull cause I can't boot my nexus, only re-flashing the recovery, I can boot it, but the O.S. not. My nexus is dead, what I can do?
My, OS, is Linux Mint Nadia

XT926 stuck in fastboot / recovery mode.

Hav the same trouble with fastboot. I can't flash any rom, any changes to recovery.
AP Fastboot 10.9B(*) (sha-9d3ad55, 2012-09-15 04:39:04) / AP Fastboot 10.9B(*) (sha-1e9f557, 2012-11-03 09:05:20) - tried on both
Device is LOCKED, Status Code: 0
XT926 NON developer edition
Always get a problem with GPT / boot / system. With any flashing method (RSD Lite + VZW_XT926_4.0.4-7.7.1Q-144_VQW_S3-34-25_CFC.xml or RSD Lite + VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml or DROID_RAZR_HD_Utility1.10).
cw-recovery-vanquish.img get Preflash validation failed
When i tried to flash VZW_XT926_4.0.4-7.7.1Q-144_VQW_S3-34-25_CFC.xml.zip with RSD Lite (6.1.4) i get also
Code:
downgraded security version
update gpt_main version failed
preflash validation failed for GPT
When i tried to flash VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml.zip with RSD Lite (6.1.4) i get also
Code:
downgraded security version
update gpt_main version failed
preflash validation failed for GPT
DROID_RAZR_HD_Utility 1.10 of course take me the same answer (The phone says Partition (boot) Security Version Downgraded) :
Code:
writing 'boot'...
Preflash validation failed
FAILED (remote failure)
finished. total time: 0.957s
sending 'system' (30720 KB)...
OKAY [ 2.325s]
writing 'system'...
Preflash validation failed
FAILED (remote failure)
finished. total time: 2.531s
sending 'recovery' (10240 KB)...
OKAY [ 0.780s]
writing 'recovery'...
OKAY [ 2.923s]
finished. total time: 3.705s
Recovery mode also give me some errors, but i can flash any file from sd or wipe data/cache:
Code:
E:Can't mount /cache/recovery/command
E:Can't mount /cache/recovery/caller
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
E:Can't mount /cache/recovery/last_install
E:Can't open /cache/recovery/last_install
Official Motorola update program on desktop also have problem with gpt_main - Preflash validation failed for GPT
You can't flash anything but stock since you have a locked bootloader and xt926. please re-download the fastboot package for jelly bean, don't modify anything (you can't add any custom recovery) and post screenshots of any failures in rsdlite.
For flashing roms, you will have to use safestrap instead.
Sent from my XT925 using Tapatalk 2
danifunker said:
You can't flash anything but stock since you have a locked bootloader and xt926. please re-download the fastboot package for jelly bean, don't modify anything (you can't add any custom recovery) and post screenshots of any failures in rsdlite.
For flashing roms, you will have to use safestrap instead.
Sent from my XT925 using Tapatalk 2
Click to expand...
Click to collapse
Thanx, man! I'll try it today.
I can't flash stock too.
I already said, that
Official Motorola update program on desktop also have problem with gpt_main - Preflash validation failed for GPT
Click to expand...
Click to collapse
When i tried to flash VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml.zip with RSD Lite (6.1.4) i get also
Code:
downgraded security version
update gpt_main version failed
preflash validation failed for GPT
Click to expand...
Click to collapse
VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml.zip is a original firmware from http://forum.xda-developers.com/showthread.php?t=2035131
Or maybe do you mean
fastboot package for jelly bean
Click to expand...
Click to collapse
something other than "Firmware DROID RAZR HD Verizon Jelly Bean 4.1.1 by "Firmware Team" from http://forum.xda-developers.com/showthread.php?t=2035131 ?
Which version of rsdlite are you using?
Sent from my XT925 using Tapatalk 2
danifunker said:
Which version of rsdlite are you using?
Click to expand...
Click to collapse
6.1.4. The last one.
When i tried to flash VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml.zip with RSD Lite (6.1.4)
Click to expand...
Click to collapse
jedi220987 said:
6.1.4. The last one.
Click to expand...
Click to collapse
Are you sure this is XT926, not XT925? Please take a new screenshot of RSD Lite (before you flash) with the model information fully visible, as in this screenshot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
danifunker said:
Are you sure this is XT926, not XT925?
Click to expand...
Click to collapse
Yeah, of course i have XT926. On the phone's back side is XT926. And i flashed already safestrap for XT926 when the phone worked, and use Droid Utility for XT926.
But i has some trouble with battery and want to flash once again. Last time before stuck in fastboot mode i tried to flash LTE modem for my local frequency from XT925(Telcel). Maybe this can explain why i can't flash files for XT926. Maybe i flash fastboot for XT925 and phone think now that i have XT925, but it's wrong. But as i see - i have correctly XT926 fastboot and can change two fastboot version with RSD Lite or Droid Utility:
- AP Fastboot 10.9B(*) (sha-9d3ad55, 2012-09-15 04:39:04)
- AP Fastboot 10.9B(*) (sha-1e9f557, 2012-11-03 09:05:20)
Maybe i need a newer fastboot for JB (maybe 4.2?)? Anyone have it? I can't flash latest stock rom from Motorola over official Motorola utility too. Has the same error with gpt_main.
Can you please unzip your Rom file. Inside that file will be a /bat file called "flash_fastboot.bat"
Run that with your phone in fastboot mode.
If that doesn't work download this fastboot.
http://forum.xda-developers.com/showthread.php?t=1953948
And put "mfastboot.exe" in your unzipped Rom directory, rename it to "fastboot.exe" (to replace the old version that's in there)
and try again.
Let me know how it goes.
Brad
Darbness said:
Can you please unzip your Rom file. Inside that file will be a /bat file called "flash_fastboot.bat"
Run that with your phone in fastboot mode.
If that doesn't work download this fastboot.
http://forum.xda-developers.com/showthread.php?t=1953948
And put "mfastboot.exe" in your unzipped Rom directory, rename it to "fastboot.exe" (to replace the old version that's in there)
and try again.
Brad
Click to expand...
Click to collapse
Thanx, Brad!
In original firmware like VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml.zip isn't file flash_fastboot.bat
Only flashboot.exe in Windows directory
So i replace Windows/fastboot.exe with mfastboot.exe from the link. And then flash once again with RSDLite.
Have the same result with gpt_main and downgraded security version.
And i can change two fastboot version, but can't flash anyway something with the both version.
But as i see - i have correctly XT926 fastboot and can change two fastboot version with RSD Lite or Droid Utility:
- AP Fastboot 10.9B(*) (sha-9d3ad55, 2012-09-15 04:39:04)
- AP Fastboot 10.9B(*) (sha-1e9f557, 2012-11-03 09:05:20)
Click to expand...
Click to collapse
jedi220987 said:
Thanx, Brad!
In original firmware like VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml.zip isn't file flash_fastboot.bat
Only flashboot.exe in Windows directory
So i replace Windows/fastboot.exe with mfastboot.exe from the link. And then flash once again with RSDLite.
Have the same result with gpt_main and downgraded security version.
And i can change two fastboot version, but can't flash anyway something with the both version.
Click to expand...
Click to collapse
I'm at work atm when I get home I'll post the script.
Are you using Windows?
If you are you need to move the fastboot.exe into the main directory and run this file from the same directory.
Brad
Darbness said:
Are you using Windows?
If you are you need to move the fastboot.exe into the main directory and run this file from the same directory.
Brad
Click to expand...
Click to collapse
So. I run this script and get the same on the phone screen:
Code:
downgraded security version
update gpt_main version failed
preflash validation failed for GPT
Partition (boot) Security Version Downgraded
preflash validation failed for boot
Partition (system) Security Version Downgraded
PIV block validation for system failed
Invalid PIV image: system
And here is console from desktop with the same errors:
Code:
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash sbl1 sbl1.mbn
sending 'sbl1' (100 KB)...
OKAY [ 0.016s]
writing 'sbl1'...
OKAY [ 0.422s]
finished. total time: 0.437s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash sbl2 sbl2.mbn
sending 'sbl2' (126 KB)...
OKAY [ 0.016s]
writing 'sbl2'...
OKAY [ 0.734s]
finished. total time: 0.750s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash sbl3 sbl3.mbn
sending 'sbl3' (512 KB)...
OKAY [ 0.062s]
writing 'sbl3'...
OKAY [ 0.906s]
finished. total time: 0.969s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash rpm rpm.mbn
sending 'rpm' (140 KB)...
OKAY [ 0.031s]
writing 'rpm'...
OKAY [ 0.422s]
finished. total time: 0.453s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash tz tz.mbn
sending 'tz' (192 KB)...
OKAY [ 0.016s]
writing 'tz'...
OKAY [ 0.453s]
finished. total time: 0.469s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash aboot emmc_appsboot.mbn
sending 'aboot' (256 KB)...
OKAY [ 0.016s]
writing 'aboot'...
OKAY [ 0.672s]
finished. total time: 0.687s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.016s]
finished. total time: 0.016s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
pause
Press any key to continue . . .
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash partition gpt_main0.bin
sending 'partition' (32 KB)...
OKAY [ 0.016s]
writing 'partition'...
FAILED (remote failure)
finished. total time: 0.172s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash sbl1 sbl1.mbn
sending 'sbl1' (100 KB)...
OKAY [ 0.016s]
writing 'sbl1'...
OKAY [ 0.422s]
finished. total time: 0.437s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash sbl2 sbl2.mbn
sending 'sbl2' (126 KB)...
OKAY [ 0.016s]
writing 'sbl2'...
OKAY [ 0.719s]
finished. total time: 0.734s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash sbl3 sbl3.mbn
sending 'sbl3' (512 KB)...
OKAY [ 0.047s]
writing 'sbl3'...
OKAY [ 0.906s]
finished. total time: 0.953s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash rpm rpm.mbn
sending 'rpm' (140 KB)...
OKAY [ 0.016s]
writing 'rpm'...
OKAY [ 0.437s]
finished. total time: 0.453s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash tz tz.mbn
sending 'tz' (192 KB)...
OKAY [ 0.031s]
writing 'tz'...
OKAY [ 0.437s]
finished. total time: 0.469s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash aboot emmc_appsboot.mbn
sending 'aboot' (256 KB)...
OKAY [ 0.031s]
writing 'aboot'...
OKAY [ 0.672s]
finished. total time: 0.703s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash boot boot.img
sending 'boot' (10240 KB)...
OKAY [ 0.781s]
writing 'boot'...
Preflash validation failed
FAILED (remote failure)
finished. total time: 0.953s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash system system.img
sending 'system' (30720 KB)...
OKAY [ 2.312s]
writing 'system'...
Preflash validation failed
FAILED (remote failure)
finished. total time: 2.516s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash recovery recovery.img
sending 'recovery' (10240 KB)...
OKAY [ 0.766s]
writing 'recovery'...
OKAY [ 2.516s]
finished. total time: 3.281s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash modem NON-HLOS.bin
sending 'modem' (30720 KB)...
OKAY [ 2.297s]
writing 'modem'...
OKAY [ 0.875s]
sending 'modem' (17496 KB)...
OKAY [ 3.781s]
writing 'modem'...
OKAY [ 1.047s]
finished. total time: 8.000s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash devtree device_tree.bin
sending 'devtree' (512 KB)...
OKAY [ 0.047s]
writing 'devtree'...
OKAY [ 0.469s]
finished. total time: 0.516s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash logo logo.bin
sending 'logo' (1709 KB)...
OKAY [ 0.141s]
writing 'logo'...
OKAY [ 1.109s]
finished. total time: 1.250s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash cdrom cdrom
sending 'cdrom' (30720 KB)...
OKAY [ 2.312s]
writing 'cdrom'...
OKAY [ 2.906s]
sending 'cdrom' (22538 KB)...
OKAY [ 4.141s]
writing 'cdrom'...
OKAY [ 2.391s]
finished. total time: 11.750s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot erase modemst1
erasing 'modemst1'...
OKAY [ 0.594s]
finished. total time: 0.594s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot erase modemst2
erasing 'modemst2'...
OKAY [ 0.594s]
finished. total time: 0.594s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash fsg fsg.mbn
sending 'fsg' (2704 KB)...
OKAY [ 0.203s]
writing 'fsg'...
OKAY [ 1.062s]
finished. total time: 1.266s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot erase cache
erasing 'cache'...
OKAY [ 0.969s]
finished. total time: 0.969s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot erase userdata
erasing 'userdata'...
OKAY [ 7.016s]
finished. total time: 7.016s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot erase tombstones
erasing 'tombstones'...
OKAY [ 0.719s]
finished. total time: 0.719s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
pause
Press any key to continue . . .
Can you try and get into recovery? press vol + and power on then select recovery.
Brad
Darbness said:
Can you try and get into recovery? press vol + and power on then select recovery.
Brad
Click to expand...
Click to collapse
Yeah, i can enter into recovery mode without any problems.
And already press + and - to get a recovery menu.
Flash once again from desktop in recovery mode? Or place image files into sd-card? Or place an archive with ROM into sd-card? =)
Interesting, Can you please delete the line
"fastboot flash partition gpt_main0.bin"
from the fastboot.bat and try again.
Brad
Darbness said:
Interesting, Can you please delete the line
"fastboot flash partition gpt_main0.bin"
from the fastboot.bat and try again.
Brad
Click to expand...
Click to collapse
The same trouble, but without GPT failed. =)
Phone:
Code:
Partition (boot) Security Version Downgraded
preflash validation failed for boot
Partition (system) Security Version Downgraded
PIV block validation for system failed
Invalid PIV image: system
Console from desktop:
Code:
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash sbl1 sbl1.mbn
sending 'sbl1' (100 KB)...
OKAY [ 0.016s]
writing 'sbl1'...
OKAY [ 0.422s]
finished. total time: 0.437s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash sbl2 sbl2.mbn
sending 'sbl2' (126 KB)...
OKAY [ 0.016s]
writing 'sbl2'...
OKAY [ 0.734s]
finished. total time: 0.750s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash sbl3 sbl3.mbn
sending 'sbl3' (512 KB)...
OKAY [ 0.062s]
writing 'sbl3'...
OKAY [ 0.906s]
finished. total time: 0.969s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash rpm rpm.mbn
sending 'rpm' (140 KB)...
OKAY [ 0.031s]
writing 'rpm'...
OKAY [ 0.422s]
finished. total time: 0.453s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash tz tz.mbn
sending 'tz' (192 KB)...
OKAY [ 0.016s]
writing 'tz'...
OKAY [ 0.453s]
finished. total time: 0.469s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash aboot emmc_appsboot.mbn
sending 'aboot' (256 KB)...
OKAY [ 0.016s]
writing 'aboot'...
OKAY [ 0.672s]
finished. total time: 0.687s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.016s]
finished. total time: 0.016s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
pause
Press any key to continue . . .
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash sbl1 sbl1.mbn
sending 'sbl1' (100 KB)...
OKAY [ 0.016s]
writing 'sbl1'...
OKAY [ 0.422s]
finished. total time: 0.437s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash sbl2 sbl2.mbn
sending 'sbl2' (126 KB)...
OKAY [ 0.016s]
writing 'sbl2'...
OKAY [ 0.719s]
finished. total time: 0.734s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash sbl3 sbl3.mbn
sending 'sbl3' (512 KB)...
OKAY [ 0.047s]
writing 'sbl3'...
OKAY [ 0.906s]
finished. total time: 0.953s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash rpm rpm.mbn
sending 'rpm' (140 KB)...
OKAY [ 0.016s]
writing 'rpm'...
OKAY [ 0.437s]
finished. total time: 0.453s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash tz tz.mbn
sending 'tz' (192 KB)...
OKAY [ 0.031s]
writing 'tz'...
OKAY [ 0.437s]
finished. total time: 0.469s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash aboot emmc_appsboot.mbn
sending 'aboot' (256 KB)...
OKAY [ 0.031s]
writing 'aboot'...
OKAY [ 0.672s]
finished. total time: 0.703s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash boot boot.img
sending 'boot' (10240 KB)...
OKAY [ 0.781s]
writing 'boot'...
Preflash validation failed
FAILED (remote failure)
finished. total time: 0.953s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash system system.img
sending 'system' (30720 KB)...
OKAY [ 2.312s]
writing 'system'...
Preflash validation failed
FAILED (remote failure)
finished. total time: 2.516s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash recovery recovery.img
sending 'recovery' (10240 KB)...
OKAY [ 0.766s]
writing 'recovery'...
OKAY [ 2.516s]
finished. total time: 3.281s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash modem NON-HLOS.bin
sending 'modem' (30720 KB)...
OKAY [ 2.297s]
writing 'modem'...
OKAY [ 0.875s]
sending 'modem' (17496 KB)...
OKAY [ 3.781s]
writing 'modem'...
OKAY [ 1.047s]
finished. total time: 8.000s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash devtree device_tree.bin
sending 'devtree' (512 KB)...
OKAY [ 0.047s]
writing 'devtree'...
OKAY [ 0.469s]
finished. total time: 0.516s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash logo logo.bin
sending 'logo' (1709 KB)...
OKAY [ 0.141s]
writing 'logo'...
OKAY [ 1.109s]
finished. total time: 1.250s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash cdrom cdrom
sending 'cdrom' (30720 KB)...
OKAY [ 2.312s]
writing 'cdrom'...
OKAY [ 2.906s]
sending 'cdrom' (22538 KB)...
OKAY [ 4.141s]
writing 'cdrom'...
OKAY [ 2.391s]
finished. total time: 11.750s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot erase modemst1
erasing 'modemst1'...
OKAY [ 0.594s]
finished. total time: 0.594s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot erase modemst2
erasing 'modemst2'...
OKAY [ 0.594s]
finished. total time: 0.594s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot flash fsg fsg.mbn
sending 'fsg' (2704 KB)...
OKAY [ 0.203s]
writing 'fsg'...
OKAY [ 1.062s]
finished. total time: 1.266s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot erase cache
erasing 'cache'...
OKAY [ 0.969s]
finished. total time: 0.969s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot erase userdata
erasing 'userdata'...
OKAY [ 7.016s]
finished. total time: 7.016s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
fastboot erase tombstones
erasing 'tombstones'...
OKAY [ 0.719s]
finished. total time: 0.719s
c:\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml\VZW_XT926_4.1.1_9.8.1Q_39_VQW_CFC.xml>
pause
Press any key to continue . . .
The error "Security Version Downgraded" should only happen if you are going to an older version, did you download the leaked version?
Darbness said:
The error "Security Version Downgraded" should only happen if you are going to an older version, did you download the leaked version?
Click to expand...
Click to collapse
Yeah, i understand what means this error. =)
I've downloaded the latest original version that can find - http://forum.xda-developers.com/showthread.php?t=2035131
As i know, this is not leaked version. Just original ROM-image from Mototola. Or?
And the original firmware from Motorola utility also have the same errors, but i don't know why....
[/COLOR]Wait, dont. but we need to find the update.zip for the xt926 razr hd.
---------- Post added at 07:36 PM ---------- Previous post was at 07:30 PM ----------
Sorry I have hit a wall and dont know how else I can help you.
I have an XT925 so I cant even try to emulate your problem on my phone.
All i can say is to try a different version of the firmware?
Brad
One last attemp, download this file
"http://www.mydroidfiles.com/downloads/Satman80/delta-ota-Blur_Version.0.7.2-9.1.41.XT926.Verizon.en.US/delta-ota-Blur_Version.0.7.2-9.1.41.XT926.Verizon.en.US.zip"
then follow these steps,
"http://www.droidforums.net/forum/droid-razr/213197-offical-ota-zip-installation-guide-droid-razr-razr-maxx.html"

Flashing Nexus S

Hi
Can I flash stock i9020 rom on Korean variant m200 ?
I want remove unwanted korean apps in it..can I do it ?
Dwars said:
Hi
Can I flash stock i9020 rom on Korean variant m200 ?
I want remove unwanted korean apps in it..can I do it ?
Click to expand...
Click to collapse
You can find the stock (factory image) firmware here.
Using the method in this guide, you can flash the image easily. Please be sure to download the latest image for m200 (sojuk, 4.1.1 (JRO03E) and not other Nexus S variants. Also, the guide is not for m200 but the procedure followed is same, so do not forget to replace the file names while performing the flashing process. :good:
help
can any one help me in flashing a custom rom to my nexus s m200... i have rooted my phone with unlock root.. runing jellybean 4.1.1 (official rom).. please explain me step by step..
ishan.ranatunga said:
can any one help me in flashing a custom rom to my nexus s m200... i have rooted my phone with unlock root.. runing jellybean 4.1.1 (official rom).. please explain me step by step..
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2034264
DJBhardwaj said:
You can find the stock (factory image) firmware here.
Using the method in this guide, you can flash the image easily. Please be sure to download the latest image for m200 (sojuk, 4.1.1 (JRO03E) and not other Nexus S variants. Also, the guide is not for m200 but the procedure followed is same, so do not forget to replace the file names while performing the flashing process. :good:
Click to expand...
Click to collapse
tried this method and files but when writing system.img showing failed.
Code:
C:\ADBFAST>fastboot devices
3531430F809D00EC fastboot
C:\ADBFAST>fastboot erase boot
erasing 'boot'... OKAY [ 0.047s]
finished. total time: 0.047s
C:\ADBFAST>fastboot erase cache
erasing 'cache'... OKAY [ 2.094s]
finished. total time: 2.094s
C:\ADBFAST>fastboot erase recovery
erasing 'recovery'... OKAY [ 0.031s]
finished. total time: 0.031s
C:\ADBFAST>fastboot erase system
erasing 'system'... OKAY [ 0.016s]
finished. total time: 0.016s
C:\ADBFAST>fastboot erase userdata
erasing 'userdata'... OKAY [ 0.016s]
finished. total time: 0.016s
C:\ADBFAST>fastboot flash bootloader bootloader-crespo-i9020xxlc2.img
error: cannot load 'bootloader-crespo-i9020xxlc2.img'
C:\ADBFAST>fastboot flash bootloader bootloader-crespo-i9020xxlc2.img
sending 'bootloader' (1536 KB)... OKAY [ 0.250s]
writing 'bootloader'... OKAY [ 0.359s]
finished. total time: 0.609s
C:\ADBFAST>fastboot reboot-bootloader
rebooting into bootloader... OKAY [ 0.000s]
finished. total time: 0.000s
C:\ADBFAST>fastboot flash radio radio-crespo-i9020uclh1.img
sending 'radio' (12288 KB)... OKAY [ 1.938s]
writing 'radio'... OKAY [ 1.844s]
finished. total time: 3.781s
C:\ADBFAST>fastboot reboot-bootloader
rebooting into bootloader... OKAY [ 0.000s]
finished. total time: 0.000s
C:\ADBFAST>fastboot -w update image-sojua-jzo54k.zip
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
--------------------------------------------
Bootloader Version...: I9020XXLC2
Baseband Version.....: I9020UCLH1
Serial Number........: 3531430F809D00EC
--------------------------------------------
checking product... OKAY [ 0.000s]
checking version-bootloader... OKAY [ 0.000s]
checking version-baseband... OKAY [ 0.000s]
sending 'boot' (3964 KB)... OKAY [ 0.672s]
writing 'boot'... OKAY [ 0.547s]
sending 'recovery' (4308 KB)... OKAY [ 0.719s]
writing 'recovery'... OKAY [ 0.609s]
sending 'system' (337599 KB)... OKAY [ 54.859s]
writing 'system'... FAILED (remote: Write Fail)
finished. total time: 57.422s
and when tried with 2nd file. now not able to erase userdata and system and at end system writing failed too.
Code:
C:\ADBFAST>fastboot devices
3531430F809D00EC fastboot
C:\ADBFAST>fastboot erase boot
erasing 'boot'... OKAY [ 0.000s]
finished. total time: 0.000s
C:\ADBFAST>fastboot erase cache
erasing 'cache'... OKAY [ 2.141s]
finished. total time: 2.141s
C:\ADBFAST>fastboot erase recovery
erasing 'recovery'... OKAY [ 0.047s]
finished. total time: 0.047s
C:\ADBFAST>fastboot erase system
erasing 'system'... FAILED (remote: Erase Fail)
finished. total time: 0.016s
C:\ADBFAST>fastboot erase system
erasing 'system'... FAILED (remote: Erase Fail)
finished. total time: 0.031s
C:\ADBFAST>fastboot erase userdata
erasing 'userdata'... FAILED (remote: Erase Fail)
finished. total time: 0.000s
C:\ADBFAST>fastboot flash bootloader bootloader-crespo-i9020xxlc2.img
sending 'bootloader' (1536 KB)... OKAY [ 0.266s]
writing 'bootloader'... OKAY [ 0.375s]
finished. total time: 0.641s
C:\ADBFAST>fastboot flash radio radio-crespo-i9020xxki1.img
sending 'radio' (12288 KB)... OKAY [ 1.922s]
writing 'radio'... OKAY [ 1.750s]
finished. total time: 3.672s
C:\ADBFAST>fastboot reboot-bootloader
rebooting into bootloader... OKAY [ 0.016s]
finished. total time: 0.016s
C:\ADBFAST>fastboot -w update image-soju-jzo54k.zip
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
--------------------------------------------
Bootloader Version...: I9020XXLC2
Baseband Version.....: I9020XXKI1
Serial Number........: 3531430F809D00EC
--------------------------------------------
checking product... OKAY [ 0.000s]
checking version-bootloader... OKAY [ 0.000s]
checking version-baseband... OKAY [ 0.000s]
sending 'boot' (3964 KB)... OKAY [ 0.641s]
writing 'boot'... OKAY [ 0.563s]
sending 'recovery' (4308 KB)... OKAY [ 0.734s]
writing 'recovery'... OKAY [ 0.609s]
sending 'system' (337443 KB)... OKAY [ 55.547s]
writing 'system'... FAILED (remote: Write Fail)
finished. total time: 58.141s
my nexus info
Code:
INFOproduct: herring
INFOserialno: 3531430F809D00EC
INFOversion-hardware: REV 11
INFOversion-baseband: I9020XXKI1
INFOversion-bootloader: I9020XXLC2
INFOsecure: yes
INFOunlocked: yes
INFOoff-mode-charge: 1
all:
help me what is going wrong?
gsm city said:
tried this method and files but when writing system.img showing failed.
Code:
C:\ADBFAST>fastboot devices
3531430F809D00EC fastboot
C:\ADBFAST>fastboot erase boot
erasing 'boot'... OKAY [ 0.047s]
finished. total time: 0.047s
C:\ADBFAST>fastboot erase cache
erasing 'cache'... OKAY [ 2.094s]
finished. total time: 2.094s
C:\ADBFAST>fastboot erase recovery
erasing 'recovery'... OKAY [ 0.031s]
finished. total time: 0.031s
C:\ADBFAST>fastboot erase system
erasing 'system'... OKAY [ 0.016s]
finished. total time: 0.016s
C:\ADBFAST>fastboot erase userdata
erasing 'userdata'... OKAY [ 0.016s]
finished. total time: 0.016s
C:\ADBFAST>fastboot flash bootloader bootloader-crespo-i9020xxlc2.img
error: cannot load 'bootloader-crespo-i9020xxlc2.img'
C:\ADBFAST>fastboot flash bootloader bootloader-crespo-i9020xxlc2.img
sending 'bootloader' (1536 KB)... OKAY [ 0.250s]
writing 'bootloader'... OKAY [ 0.359s]
finished. total time: 0.609s
C:\ADBFAST>fastboot reboot-bootloader
rebooting into bootloader... OKAY [ 0.000s]
finished. total time: 0.000s
C:\ADBFAST>fastboot flash radio radio-crespo-i9020uclh1.img
sending 'radio' (12288 KB)... OKAY [ 1.938s]
writing 'radio'... OKAY [ 1.844s]
finished. total time: 3.781s
C:\ADBFAST>fastboot reboot-bootloader
rebooting into bootloader... OKAY [ 0.000s]
finished. total time: 0.000s
C:\ADBFAST>fastboot -w update image-sojua-jzo54k.zip
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
--------------------------------------------
Bootloader Version...: I9020XXLC2
Baseband Version.....: I9020UCLH1
Serial Number........: 3531430F809D00EC
--------------------------------------------
checking product... OKAY [ 0.000s]
checking version-bootloader... OKAY [ 0.000s]
checking version-baseband... OKAY [ 0.000s]
sending 'boot' (3964 KB)... OKAY [ 0.672s]
writing 'boot'... OKAY [ 0.547s]
sending 'recovery' (4308 KB)... OKAY [ 0.719s]
writing 'recovery'... OKAY [ 0.609s]
sending 'system' (337599 KB)... OKAY [ 54.859s]
writing 'system'... FAILED (remote: Write Fail)
finished. total time: 57.422s
and when tried with 2nd file. now not able to erase userdata and system and at end system writing failed too.
Code:
C:\ADBFAST>fastboot devices
3531430F809D00EC fastboot
C:\ADBFAST>fastboot erase boot
erasing 'boot'... OKAY [ 0.000s]
finished. total time: 0.000s
C:\ADBFAST>fastboot erase cache
erasing 'cache'... OKAY [ 2.141s]
finished. total time: 2.141s
C:\ADBFAST>fastboot erase recovery
erasing 'recovery'... OKAY [ 0.047s]
finished. total time: 0.047s
C:\ADBFAST>fastboot erase system
erasing 'system'... FAILED (remote: Erase Fail)
finished. total time: 0.016s
C:\ADBFAST>fastboot erase system
erasing 'system'... FAILED (remote: Erase Fail)
finished. total time: 0.031s
C:\ADBFAST>fastboot erase userdata
erasing 'userdata'... FAILED (remote: Erase Fail)
finished. total time: 0.000s
C:\ADBFAST>fastboot flash bootloader bootloader-crespo-i9020xxlc2.img
sending 'bootloader' (1536 KB)... OKAY [ 0.266s]
writing 'bootloader'... OKAY [ 0.375s]
finished. total time: 0.641s
C:\ADBFAST>fastboot flash radio radio-crespo-i9020xxki1.img
sending 'radio' (12288 KB)... OKAY [ 1.922s]
writing 'radio'... OKAY [ 1.750s]
finished. total time: 3.672s
C:\ADBFAST>fastboot reboot-bootloader
rebooting into bootloader... OKAY [ 0.016s]
finished. total time: 0.016s
C:\ADBFAST>fastboot -w update image-soju-jzo54k.zip
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
--------------------------------------------
Bootloader Version...: I9020XXLC2
Baseband Version.....: I9020XXKI1
Serial Number........: 3531430F809D00EC
--------------------------------------------
checking product... OKAY [ 0.000s]
checking version-bootloader... OKAY [ 0.000s]
checking version-baseband... OKAY [ 0.000s]
sending 'boot' (3964 KB)... OKAY [ 0.641s]
writing 'boot'... OKAY [ 0.563s]
sending 'recovery' (4308 KB)... OKAY [ 0.734s]
writing 'recovery'... OKAY [ 0.609s]
sending 'system' (337443 KB)... OKAY [ 55.547s]
writing 'system'... FAILED (remote: Write Fail)
finished. total time: 58.141s
my nexus info
Code:
INFOproduct: herring
INFOserialno: 3531430F809D00EC
INFOversion-hardware: REV 11
INFOversion-baseband: I9020XXKI1
INFOversion-bootloader: I9020XXLC2
INFOsecure: yes
INFOunlocked: yes
INFOoff-mode-charge: 1
all:
help me what is going wrong?
Click to expand...
Click to collapse
Let me know the exact model number of your Nexus S?
I902OT, I92023, I9020A, M200, D720?
DJBhardwaj said:
Let me know the exact model number of your Nexus S?
I902OT, I92023, I9020A, M200, D720?
Click to expand...
Click to collapse
SHW-M200K (under battery)
and fastboot mode:
Code:
INFOproduct: herring
INFOserialno: 3531430F809D00EC
INFOversion-hardware: REV 11
INFOversion-baseband: I9020XXKI1
INFOversion-bootloader: I9020XXLC2
INFOsecure: yes
INFOunlocked: yes
INFOoff-mode-charge: 1
gsm city said:
SHW-M200K (under battery)
and fastboot mode:
Code:
INFOproduct: herring
INFOserialno: 3531430F809D00EC
INFOversion-hardware: REV 11
INFOversion-baseband: I9020XXKI1
INFOversion-bootloader: I9020XXLC2
INFOsecure: yes
INFOunlocked: yes
INFOoff-mode-charge: 1
Click to expand...
Click to collapse
So, which factory image are you using exactly?
DJBhardwaj said:
So, which factory image are you using exactly?
Click to expand...
Click to collapse
sojua-jzo54k-factory-1121b619
soju-jzo54k-factory-36602333
both tried
http://www.droidviews.com/nexus-s-guide-flash-android-4-1-2-jzo54k-factory-image/
gsm city said:
sojua-jzo54k-factory-1121b619
soju-jzo54k-factory-36602333
both tried
http://www.droidviews.com/nexus-s-guide-flash-android-4-1-2-jzo54k-factory-image/
Click to expand...
Click to collapse
Seems like you have the Korean variant. Go for m200 - sojuk
sorry for previous (i am trying a wrong img for my cell)
now i am trying with 4.1.1 sojuk-jro03e-factory-93a21b70
now downloaded from below link (sojuk for Nexus S (Korea version, m200)
https://developers.google.com/android/nexus/images#mysidspr
but still same problem.
important isue:
when trying to erase system and userdata.........process failed every time.
i think therefore this failed to writing system.img
Code:
C:\ADBFAST>fastboot devices
3531430F809D00EC fastboot
C:\ADBFAST>fastboot erase boot
erasing 'boot'... OKAY [ 0.031s]
finished. total time: 0.031s
C:\ADBFAST>fastboot erase cache
erasing 'cache'... OKAY [ 2.109s]
finished. total time: 2.109s
C:\ADBFAST>fastboot erase recovery
erasing 'recovery'... OKAY [ 0.047s]
finished. total time: 0.047s
C:\ADBFAST>fastboot erase system
erasing 'system'... [B][COLOR="Red"]FAILED[/COLOR][/B] (remote: Erase Fail)
finished. total time: 0.016s
C:\ADBFAST>fastboot erase userdata
erasing 'userdata'... [B][COLOR="red"]FAILED[/COLOR][/B] (remote: Erase Fail)
finished. total time: 0.016s
C:\ADBFAST>fastboot flash bootloader bootloader-crespo-i9020xxlc2.img
sending 'bootloader' (1536 KB)... OKAY [ 0.250s]
writing 'bootloader'... OKAY [ 0.359s]
finished. total time: 0.609s
C:\ADBFAST>fastboot flash radio radio-crespo-m200krkc1.img
sending 'radio' (12288 KB)... OKAY [ 2.016s]
writing 'radio'... OKAY [ 1.828s]
finished. total time: 3.844s
C:\ADBFAST>fastboot reboot-bootloader
rebooting into bootloader... OKAY [ 0.000s]
finished. total time: 0.000s
C:\ADBFAST>fastboot -w update image-sojuk-jro03e.zip
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
--------------------------------------------
Bootloader Version...: I9020XXLC2
Baseband Version.....: M200KRKC1
Serial Number........: 3531430F809D00EC
--------------------------------------------
checking product... OKAY [ 0.016s]
checking version-bootloader... OKAY [ 0.000s]
checking version-baseband... OKAY [ 0.000s]
sending 'boot' (3964 KB)... OKAY [ 0.766s]
writing 'boot'... OKAY [ 0.547s]
sending 'recovery' (4308 KB)... OKAY [ 0.719s]
writing 'recovery'... OKAY [ 0.594s]
sending 'system' (294030 KB)... OKAY [ 48.094s]
writing 'system'... [B][COLOR="red"]FAILED [/COLOR][/B](remote: Write Fail)
finished. total time: 50.766s
my device is M200k korean
and i downoaded image files from developers google site
but these images are for crespo board.
and my cell board is herring
now where to download herring board image files for my device.
any help please?

[Q] C Spire XT1031 Moto G Bootloader

I flashed the XT1031 Boost Mobile bootloader on my C Spire phone and can't get service on my carrier anymore. Does anyone know how to fix it?
@Matthew931 - I'm assuming you mean you flashed the XT1031 Firmware Image. The only other firmware image for XT1031 is Republic Wireless US. I suspect C-Spire and Republic Wireless are the same.
Download and Tutorial available here:
http://forum.xda-developers.com/moto-g/general/index-moto-g-falcon-factory-firmware-t3110795​
I recommend you do the fastboot commands manually, one at a time, and report back here with a log if you have problems. I also suggest you leave your current Bootloader alone, and therefore do not include the following fastboot command:
fastboot flash motoboot motoboot.img​
I flashed the Boost Mobile lollipop bootloader thinking it wouldn't hurt they are the same model but i cant get service anymore so im guessing its trying to connect to boost and they don't have service in my area. I will try this thank you.
It didn't work my WIFI stopped working
Matthew931 said:
It didn't work my WIFI stopped working
Click to expand...
Click to collapse
Please provide a full and complete log of you doing the mfastboot commands.
I got it working sorta it only connects to boost towers now do you know how to change the system to connect to C Spire I have the APN information for them but I don't know how to make android use it
http://ian.mcxa.org/2015/01/03/manually-configure-sprint-apns-lollipop.html
I can't access the APN setting do you know a way to open then I don't have voice dialer and the ADB command just brings up help unless im using it wrong
Matthew931 said:
I can't access the APN setting do you know a way to open then I don't have voice dialer and the ADB command just brings up help unless im using it wrong
Click to expand...
Click to collapse
It would be helpful if you would describe more clearly what you mean. Is the setting listed, but grayed out?
QuickShortcutMaker is one way to directly access settings - In the app, change 'Incremental search' to 'Normal Search' - now search for: APN
The app worked I open the settings but they do not save
Matthew931 said:
The app worked I open the settings but they do not save
Click to expand...
Click to collapse
Are you running a Stock ROM or custom ROM? You really should reconsider flashing the Republic Wireless US factory firmware image, as it is probably an essential step.
I am on AOSP Android 5.1.1 I have a backup of the software that was on it when I bought it but it doesn't get service either. Do you want me to try using that?
Matthew931 said:
I am on AOSP Android 5.1.1 I have a backup of the software that was on it when I bought it but it doesn't get service either. Do you want me to try using that?
Click to expand...
Click to collapse
I want you to provide a log of what happens when you use fastboot to flash the Republic Wireless US factory firmware image.
lost101 said:
I want you to provide a log of what happens when you use fastboot to flash the Republic Wireless US factory firmware image.
Click to expand...
Click to collapse
ok will do that now
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>mfastboot flash partition gpt.bin
'mfastboot' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>fastboot flash partition gpt.bin
target reported max download size of 536870912 bytes
sending 'partition' (32 KB)...
OKAY [ 0.029s]
writing 'partition'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.322s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>fastboot flash logo logo.bin
target reported max download size of 536870912 bytes
sending 'logo' (619 KB)...
OKAY [ 0.074s]
writing 'logo'...
OKAY [ 0.101s]
finished. total time: 0.178s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>fastboot flash boot boot.img
target reported max download size of 536870912 bytes
sending 'boot' (10240 KB)...
OKAY [ 0.382s]
writing 'boot'...
OKAY [ 0.817s]
finished. total time: 1.200s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>fastboot flash recovery recovery.img
target reported max download size of 536870912 bytes
sending 'recovery' (10240 KB)...
OKAY [ 0.391s]
writing 'recovery'...
OKAY [ 0.808s]
finished. total time: 1.202s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>fastboot flash system system.img_sparse
chunk1
target reported max download size of 536870912 bytes
erasing 'system'...
(bootloader) Erase allowed in unlocked state
OKAY [ 0.255s]
sending 'system' (248502 KB)...
OKAY [ 8.223s]
writing 'system'...
OKAY [ 12.726s]
finished. total time: 21.211s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>fastboot flash system system.img_sparse
chunk2
target reported max download size of 536870912 bytes
erasing 'system'...
(bootloader) Erase allowed in unlocked state
OKAY [ 0.252s]
sending 'system' (251514 KB)...
OKAY [ 8.306s]
writing 'system'...
OKAY [ 12.078s]
finished. total time: 20.639s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>fastboot flash system system.img_sparse
chunk3
target reported max download size of 536870912 bytes
erasing 'system'...
(bootloader) Erase allowed in unlocked state
OKAY [ 0.261s]
sending 'system' (237909 KB)...
OKAY [ 7.870s]
writing 'system'...
OKAY [ 20.285s]
finished. total time: 28.418s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>fastboot flash modem NON-HLOS.bin
target reported max download size of 536870912 bytes
sending 'modem' (47484 KB)...
OKAY [ 1.611s]
writing 'modem'...
OKAY [ 1.626s]
finished. total time: 3.239s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>fastboot erase modemst1
erasing 'modemst1'...
OKAY [ 0.068s]
finished. total time: 0.069s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>fastboot erase modemst2
erasing 'modemst2'...
OKAY [ 0.067s]
finished. total time: 0.068s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>fastboot flash fsg fsg.mbn
target reported max download size of 536870912 bytes
sending 'fsg' (255 KB)...
OKAY [ 0.105s]
writing 'fsg'...
OKAY [ 5.270s]
finished. total time: 5.376s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>fastboot erase cache
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.193s]
finished. total time: 0.194s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>fastboot erase userdata
erasing 'userdata'...
OKAY [ 0.506s]
finished. total time: 0.507s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>fastboot reboot
rebooting...
finished. total time: 0.002s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>
it won't go past bootloader unlocked now
Matthew931 said:
it won't go past bootloader unlocked now
Click to expand...
Click to collapse
You are not flashing the firmware image correctly.
Please mfastboot only. Do the commands manually, one at a time. Provide a new log.
https://www.androidfilehost.com/?fid=23578570567719065​
It's starting now
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>mfastboot flash partition gpt.bin
target max-sparse-size: 256MB
sending 'partition' (32 KB)...
OKAY [ 0.026s]
writing 'partition'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.314s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>mfastboot flash logo logo.bin
target max-sparse-size: 256MB
sending 'logo' (619 KB)...
OKAY [ 0.050s]
writing 'logo'...
OKAY [ 0.094s]
finished. total time: 0.145s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>mfastboot flash boot boot.img
target max-sparse-size: 256MB
sending 'boot' (10240 KB)...
OKAY [ 0.378s]
writing 'boot'...
OKAY [ 0.791s]
finished. total time: 1.171s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>mfastboot flash recovery recovery.img
target max-sparse-size: 256MB
sending 'recovery' (10240 KB)...
OKAY [ 0.379s]
writing 'recovery'...
OKAY [ 0.795s]
finished. total time: 1.176s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>mfastboot flash system system.img_spars
echunk1
target max-sparse-size: 256MB
sending 'system' (248502 KB)...
OKAY [ 8.329s]
writing 'system'...
OKAY [ 12.768s]
finished. total time: 21.100s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>mfastboot flash system system.img_spars
echunk2
target max-sparse-size: 256MB
sending 'system' (251514 KB)...
OKAY [ 8.475s]
writing 'system'...
OKAY [ 12.103s]
finished. total time: 20.581s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>mfastboot flash system system.img_spars
echunk3
target max-sparse-size: 256MB
sending 'system' (237909 KB)...
OKAY [ 8.369s]
writing 'system'...
OKAY [ 20.263s]
finished. total time: 28.634s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>mfastboot flash modem NON-HLOS.bin
target max-sparse-size: 256MB
sending 'modem' (47484 KB)...
OKAY [ 1.629s]
writing 'modem'...
OKAY [ 1.627s]
finished. total time: 3.258s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>mfastboot erase modemst1
erasing 'modemst1'...
OKAY [ 0.025s]
finished. total time: 0.026s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>mfastboot erase modemst2
erasing 'modemst2'...
OKAY [ 0.053s]
finished. total time: 0.054s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>mfastboot flash fsg fsg.mbn
target max-sparse-size: 256MB
sending 'fsg' (255 KB)...
OKAY [ 0.058s]
writing 'fsg'...
OKAY [ 5.257s]
finished. total time: 5.316s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>mfastboot erase cache
erasing 'cache'...
OKAY [ 0.153s]
finished. total time: 0.154s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>mfastboot erase userdata
erasing 'userdata'...
OKAY [ 0.487s]
finished. total time: 0.488s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>mfastboot reboot
rebooting...
finished. total time: 0.002s
C:\Users\Matthew\Downloads\ACG_XT1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml\ACG_XT
1031_4.4.2_KXB20.9-1.10-1.43_CFC_1FF.xml>
It crashed
Matthew931 said:
It crashed
Click to expand...
Click to collapse
Why are you using the 4.4.2 ACG firmware image and not the 4.4.4 Republic Wireless image?
http://www.filefactory.com/file/4hz...4.4_KXB21.14-L2.4_5_release-keys-cid6.xml.zip​

[Completed] Only posting because I couldn't find any answers elsewhere...

My issue is a complicated one, I think.
[Moto x 2nd gen (XT1095)] Two days ago, I dropped my phone, and the screen was absolutely destroyed. The touchscreen and the display are still working fine, but the glass front is completely annihilated. :/ I sent a request to Motorola to get it repaired, and wanted to reflash the stock 5.0 system image. (I happen to be stupid and didn't make a nandriod of stock) I've done this before, in order to update to 5.1, so I have the files required to do so. This is where I started running into problems.
It more or less successfully flashed the image, with the output below:
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot flash partition gpt.bin
target reported max download size of 536870912 bytes
sending 'partition' (32 KB)...
OKAY [ -0.000s]
writing 'partition'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.078s
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot flash motoboot motoboot.img
< waiting for device >
target reported max download size of 536870912 bytes
sending 'motoboot' (2022 KB)...
OKAY [ 0.125s]
writing 'motoboot'...
(bootloader) Motoboot: Preflash validation for tz
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.187s
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.016s]
finished. total time: 0.016s
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot flash logo logo.bin
sending 'logo' (467 KB)...
FAILED (command write failed (No such device or address))
finished. total time: 0.016s
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot flash boot boot.img
sending 'boot' (10200 KB)...
FAILED (command write failed (No such device or address))
finished. total time: 0.016s
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot flash recovery recovery.img
< waiting for device >
target reported max download size of 536870912 bytes
sending 'recovery' (10280 KB)...
OKAY [ 0.380s]
writing 'recovery'...
OKAY [ 0.512s]
finished. total time: 0.892s
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot flash system
system.img
target reported max download size of 536870912 bytes
sending sparse 'system' (512688 KB)...
OKAY [ 23.360s]
writing 'system'...
OKAY [ 8.230s]
sending sparse 'system' (513422 KB)...
OKAY [ 23.414s]
writing 'system'...
OKAY [ 7.258s]
sending sparse 'system' (513796 KB)...
OKAY [ 40.036s]
writing 'system'...
OKAY [ 7.612s]
sending sparse 'system' (322104 KB)...
OKAY [ 15.842s]
writing 'system'...
OKAY [ 4.025s]
finished. total time: 129.798s
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot erase modemst1
erasing 'modemst1'...
OKAY [ 0.035s]
finished. total time: 0.036s
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot erase modemst2
erasing 'modemst2'...
OKAY [ 0.008s]
finished. total time: 0.009s
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot flash fsg fsg.mbn
target reported max download size of 536870912 bytes
sending 'fsg' (694 KB)...
OKAY [ 0.062s]
writing 'fsg'...
OKAY [ 0.045s]
finished. total time: 0.109s
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot flash modem NON-HLOS.bin
target reported max download size of 536870912 bytes
sending 'modem' (62248 KB)...
OKAY [ 2.083s]
writing 'modem'...
OKAY [ 0.804s]
finished. total time: 2.889s
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot erase userdata
erasing 'userdata'...
OKAY [ 4.443s]
finished. total time: 4.444s
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot erase cache
erasing 'cache'...
OKAY [ 0.248s]
finished. total time: 0.249s
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot reboot
rebooting...
Upon rebooting to insure that everything worked correctly, I was greeted with the dreaded: "Unfortunately, Phone has stopped". Alright, not the worst thing in the world, if anything I can just reflash TWRP and restore the nandroid I had made before hand. I tap "Ok", but only to have "Unfortunately, Nfc Service has stopped" come up immediately afterward. I keep tapping "Ok", but the dialog fail to cease long enough for me to even interact with the phone; therein lies the issue. I can't access settings to enable USB debugging. I boot my phone into fastboot and attempt to flash TWRP, but of course I can't. Now I'm starting to panic and rampantly search Google for the answer. No luck, best I can find is if I could access the setting. The only thing that I could think of doing next is to find someway to use adb side-load, or disable those damned dialogs. I can access storage, and the device's boot-loader is unlocked.
tl;dr: Can't access settings, unlocked boot-loader, stock android stuck at setup screen. Trying to find a way to install TWRP custom recovery.
Please give me some advice!
Thread closed
Please excuse my idiocy. I was too dumb to realize I could use fast-boot to flash that custom recovery... Thread closed, sorry for those whose time I wasted with this.

Categories

Resources