Wiped my phone OS using TWRP - Moto X Q&A

I am using Moto X 2013, unlocked republic wireless.
Last night I wiped the OS with TWRP .
Now to install ROM when I connect to PC I cant mount drive.
Can someone help me the steps to copy & install appropriate ROM.
Appreciate your help.

Do you have Motorola drivers installed?
What OS do you have? If Windows "n" version you'll need to download Media Feature Pack for you Windows OS version in order for MTP to work.
Enviado desde mi Moto X mediante Tapatalk

pakve said:
I am using Moto X 2013, unlocked republic wireless.
Last night I wiped the OS with TWRP .
Now to install ROM when I connect to PC I cant mount drive.
Can someone help me the steps to copy & install appropriate ROM.
Appreciate your help.
Click to expand...
Click to collapse
So, I had this exact same problem a while back.
You would need to reset your phone to stock first. Get the requisite firmware first from here.
Next, you need to set up the Android SDK tools, mfastboot etc and do the following -
Code:
mfastboot devices
pause
mfastboot oem fb_mode_set
pause
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
pause
mfastboot reboot-bootloader
pause
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
pause
mfastboot flash logo logo.bin
pause
mfastboot flash boot boot.img
pause
mfastboot flash recovery recovery.img
pause
mfastboot flash system system.img
pause
mfastboot flash modem NON-HLOS.bin
pause
mfastboot erase modemst1
mfastboot erase modemst2
pause
mfastboot flash fsg fsg.mbn
pause
mfastboot erase cache
mfastboot erase userdata
mfastboot erase customize
mfastboot erase clogo
mfastboot oem fb_mode_clear
pause
You would now be stock. Next, put the rom zip and gapps on the phone memory and use twrp to only do a factory reset. Next, you should be able to flash the rom zip file.

Related

[Q] Bricked big time?

So I tried to restore my G using this method and failed for some reason. I am having issues trying to put my device in recovery mode now. I cna boot into fastboot, but when I try to select recovery I get a "boot up failed" message. I have tried to flast but TWRP and stock 4.4.4 recovery onto the device but I still get the same message every time. I've even tried to repeat the same process the above mentioned forum suggest and I still have no luck. Any help?
That tutorial is for the original Moto G, not the 2nd gen. Do you have an XT106x device ?
Bl00dyMurd3r said:
That tutorial is for the original Moto G, not the 2nd gen. Do you have an XT106x device ?
Click to expand...
Click to collapse
It is a second gen. XT1064.
I would try reflashing everything on the phone
Here is the bone stock 4.4.4 firmware for the XT1064: http://d-h.st/try
Download that, and this: https://docs.google.com/file/d/0B4PT9WP-u_z9NXRBWF9EV2lGcWs/edit
Extract them both into the same folder, and make a new text document.
Insert this into the document, and save it as flash.bat in the same folder as your other files
Code:
mfastboot.exe flash partition gpt.bin
mfastboot.exe flash motoboot motoboot.img
mfastboot.exe flash logo logo.bin
mfastboot.exe flash boot boot.img
mfastboot.exe flash recovery recovery.img
mfastboot.exe flash system system.img_sparsechunk.0
mfastboot.exe flash system system.img_sparsechunk.1
mfastboot.exe flash system system.img_sparsechunk.2
mfastboot.exe flash system system.img_sparsechunk.3
mfastboot.exe flash modem NON-HLOS.bin
mfastboot.exe erase modemst1
mfastboot.exe erase modemst2
mfastboot.exe flash fsg fsg.mbn
mfastboot.exe erase cache
mfastboot.exe erase userdata
Plug in your phone and run the batch file at the bootloader, and your recovery / OS should work fine again

[Factory Image] Android 5.0 Lollipop Moto X 2014 XT1092 RETEUALL

Hi,
I did not found the factory images anywhere in XDA, so thought to share this here.
Android 5.0 Lollipop Moto X 2014 XT1092 RETEUALL Factory Image.
Link: http://goo.gl/CQhJs2
Hope this helped.
Flashing steps as provided by Motorola site.:
Unzip the image.
Put your device in fastboot mode.
NOTE: You must use the Motorola fastboot utility to flash (included in the Darwin/, Linux/ or Windows/ directory). Please do NOT use the Android fastboot utility
Follow the flashing steps in the .xml file that was included in the package.
A typical flashing sequence includes all these partitions, but might vary depending on your product - so please use the sequence in the .xml file in your package:
$ fastboot flash partition gpt.bin
$ fastboot flash motoboot motoboot.img
$ fastboot reboot-bootloader
$ fastboot flash logo logo.bin
$ fastboot flash boot boot.img
$ fastboot flash recovery recovery.img
$ fastboot flash system system.img_sparsechunk.0
$ fastboot flash system system.img_sparsechunk.1
$ fastboot flash system system.img_sparsechunk.2
$ fastboot flash system system.img_sparsechunk.3
$ fastboot flash system system.img_sparsechunk.4
$ fastboot flash system system.img_sparsechunk.5
$ fastboot flash system system.img_sparsechunk.6
$ fastboot flash system system.img_sparsechunk.7
$ fastboot flash modem NON-HLOS.bin
$ fastboot erase modemst1
$ fastboot erase modemst2
$ fastboot flash fsg fsg.mbn
$ fastboot erase customize [leave that out if you have special customization from motomaker]
$ fastboot erase clogo [leave that out if you have special customization from motomaker]
$ fastboot reboot
You also have the option to erase all the data on your device with
$ fastboot erase userdata
$ fastboot erase cache
Thanks man. This will surely help. Is this Motorola signed images or extracted ones? Do you know?
Can't understand why some of you guys have such problems with this ROM
Hello
shawnchalfant said:
Can't understand why some of you guys have such problems with this ROM
Click to expand...
Click to collapse
Hey... how are you?
Nobody has problems with this rom, but here on xda people love to flash, wipe, flash, flash over and over... and having a stock a factory image is a "must have".
How does that zip work? just flash with a custom recovery or need fastboot flash?
Updated the post with steps, however you can flash the factory images by using Android SDK also and using the commands provided in the first post.
I actually posted this a few days ago but it got moved to the General section
http://forum.xda-developers.com/moto-x-2014/general/img-5-0-reteuall-xt1092-lxe22-46-19-t2997745
I think that the sequence of commands in the 1st post is not correct...inside the .zip file there are different named files.
The right sequence is in @kackburt guide
Can you not use RSDlite?
should work, yes.
Thanks, i have updated the commands. Actually that was for Android 4.4 as mentioned in Motorola site.
can I use Android Fastboot instead of Moto fastboot??I think yes...can you confirm??
This is already posted in the General section, linked above. Typically, device images aren't considered development.
Closed

Moto g xt 1064 won't boot

So a lady I work with asked me to get her pictures and stuff off her phone. But it doesn't boot past the Motorola boot logo. I can't unlock the bootloader because she wants her stuff off the phone and that would delete it all. Is there a way I could reflash system with fastboot to get the phone to boot (if that's the problem) or even better dumb the internal storage to get her pictures off. My main goal is to get her stuff off the phone. I looked at a few sites showing the fastboot commands but I can't find one to dump the internal storage. It's all flashing commands.
Sent from my SAMSUNG-SM-G900A using Tapatalk
download the firmware here http://forum.xda-developers.com/mot...riginal-motorola-firmware-collection-t3153533
unzip it and cd to the directory you unzipped it to then run
Code:
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
MAKE SURE YOU FLASH THE SAME FIRMWARE IT WAS ON BEFORE IT QUIT BOOTING

XT1097 "<bootloader> has-slot:boot: not found"

Hello everyone, firstly I want say sorry, because my english it's a ****...
My phone XT1097, stayed with "boot up failed", I already tried the many diverses formules to can resolve this problem, but always keep this errror, on the RSD the device don't is recognized, and with the ADB staying with the erro with da title of the post, that is "<bootloader> has-slot:boot: not found", I need help, I don't know what is I have to make.
Sorry again for my english, and I already say thank for everyone.
Obsv: my phone turn on in fastboot and my recovery it's normal,
img with the error:
-RSD: goo .gl/P0QynQ
-ADB: goo .gl/K2YHgK
-PHONE: goo .gl/yZW2r8
Hey, did you try to flash the files using mfastboot instead ? A bit longer but better than those tools....
You can find mfastboot here.
Just download it, extract it in a subfolder, copy your firmware files (all the files from the firmware archive), go to the extracted folder, paste them there, then I give you the following instructions (according to Motorola's official website):
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot reboot-bootloader
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash system system.img_sparsechunk.x
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase customize [leave that out if you have special customization from motomaker]
mfastboot erase clogo [leave that out if you have special customization from motomaker]
You also have the option to erase all the data on your device with:
mfastboot erase userdata
mfastboot erase cache
And finally:
mfastboot reboot
Everything should be okay, tell me if this worked.

How to reinstall the firmware stock on the moto x4?

can you help me?
download & extract stock firmware: https://firmware.center/firmware/Mo...ubsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
Then flash it over adb with mfastboot tool
1) mfastboot flash partition gpt.bin
2) mfastboot flash bootloader bootloader.img
3) mfastboot reboot-bootloader - (optionally)
4) mfastboot flash modem NON-HLOS.bin
5) mfastboot flash fsg fsg.mbn
6) mfastboot erase modemst1 - (optionally)
7) mfastboot erase modemst2 - (optionally)
8) mfastboot flash bluetooth BTFM.bin
9) mfastboot flash dsp dspso.bin
10) mfastboot flash logo logo.bin
11) mfastboot flash boot boot.img - (or rootedboot.img)
12) mfastboot flash system system.img_sparsechunk.0
13) mfastboot flash system system.img_sparsechunk.1
14) mfastboot flash system system.img_sparsechunk.2
15) mfastboot flash system system.img_sparsechunk.3
16) mfastboot flash system system.img_sparsechunk.4
17) mfastboot flash system system.img_sparsechunk.5
18) mfastboot flash system_b system_b.img_sparsechunk.0
19) mfastboot flash system_b system_b.img_sparsechunk.1
20) mfastboot flash system_b system_b.img_sparsechunk.2
21) mfastboot flash system_b system_b.img_sparsechunk.3
22) mfastboot flash oem oem.img
23) mfastboot erase carrier - (optionally)
24) mfastboot erase userdata - (optionally)
25) mfastboot erase ddr - (optionally)
Thank you.
You would have the android firmware download link?
Android one
[email protected] said:
Android one
Click to expand...
Click to collapse
Nobody's got a link to the Android One version. The Retail one works fine with Project Fi (if you were wondering).
bootloader re-lock
[email protected] said:
can you help me?
Click to expand...
Click to collapse
Will any of these images help re-lock the bootloader. I have an XT1900-1 versions and I need to get the bootloader locked again. I think I'm screwed because I can "fastboot oem locked" it all day but I can never use Google Pay or Netflix now.
bry7 said:
Will any of these images help re-lock the bootloader. I have an XT1900-1 versions and I need to get the bootloader locked again. I think I'm screwed because I can "fastboot oem locked" it all day but I can never use Google Pay or Netflix now.
Click to expand...
Click to collapse
No, they have to be signed by Motorola, you pretty much need root at this point for Pay to work, you can install the Netflix APK from APKMirror, but you'll have to grab it manually for updates.
michael28056 said:
download & extract stock firmware: https://firmware.center/firmware/Mo...ubsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
Then flash it over adb with mfastboot tool
1) mfastboot flash partition gpt.bin
2) mfastboot flash bootloader bootloader.img
3) mfastboot reboot-bootloader - (optionally)
4) mfastboot flash modem NON-HLOS.bin
5) mfastboot flash fsg fsg.mbn
6) mfastboot erase modemst1 - (optionally)
7) mfastboot erase modemst2 - (optionally)
8) mfastboot flash bluetooth BTFM.bin
9) mfastboot flash dsp dspso.bin
10) mfastboot flash logo logo.bin
11) mfastboot flash boot boot.img - (or rootedboot.img)
12) mfastboot flash system system.img_sparsechunk.0
13) mfastboot flash system system.img_sparsechunk.1
14) mfastboot flash system system.img_sparsechunk.2
15) mfastboot flash system system.img_sparsechunk.3
16) mfastboot flash system system.img_sparsechunk.4
17) mfastboot flash system system.img_sparsechunk.5
18) mfastboot flash system_b system_b.img_sparsechunk.0
19) mfastboot flash system_b system_b.img_sparsechunk.1
20) mfastboot flash system_b system_b.img_sparsechunk.2
21) mfastboot flash system_b system_b.img_sparsechunk.3
22) mfastboot flash oem oem.img
23) mfastboot erase carrier - (optionally)
24) mfastboot erase userdata - (optionally)
25) mfastboot erase ddr - (optionally)
Click to expand...
Click to collapse
can i use rsdlite to flash firmware for X4
bry7 said:
Will any of these images help re-lock the bootloader. I have an XT1900-1 versions and I need to get the bootloader locked again. I think I'm screwed because I can "fastboot oem locked" it all day but I can never use Google Pay or Netflix now.
Click to expand...
Click to collapse
I'm in the same boat. OTAs work, and the stock upgrades fine to the latest patches, but Pay and Netflix are perpetually broken. However, as long as you don't upgrade to 8.0, Pay and Netflix should work (at least thats my experience - after flashing the 7.1.1 stock image posted on here, Pay/Netflix work up until the 8.0.0 OTA happens and then boom!, broken).
FWIW, See my investigation, here: https://forum.xda-developers.com/showpost.php?p=76610643&postcount=129
---------- Post added at 03:08 AM ---------- Previous post was at 03:07 AM ----------
QWZR II said:
No, they have to be signed by Motorola, you pretty much need root at this point for Pay to work, you can install the Netflix APK from APKMirror, but you'll have to grab it manually for updates.
Click to expand...
Click to collapse
How does one do that? Magisk refuses to install through TWRP: "Can't mount /data".
---------- Post added at 03:35 AM ---------- Previous post was at 03:08 AM ----------
QWZR II said:
No, they have to be signed by Motorola, you pretty much need root at this point for Pay to work, you can install the Netflix APK from APKMirror, but you'll have to grab it manually for updates.
Click to expand...
Click to collapse
I'm so waiting for Moto/Lenovo to release the stock/factory signed images so that we don't have to root to make bloody Pay work :| (In my older Moto G's they had, and it was a breeze going back to stock when needed).

Categories

Resources