rooted, stock rom stuck to 1st Dec 2017 security update, no OTA - Moto G5S Plus Questions & Answers

Hi folks,
tried to do a rapid lookup and it seemed to me not to find a similar post. I apologise if I looked superficially.
Well: I rooted and flashed a stock rom (nps 26.116-61 security patch 1st Dec 2017), flashed modem from another working rom
PROBLEM: It does not roll out any security update till now , nor updates of firmware (maybe it's the same)
Is it because it is rooted?
If I unroot (seems not trivial) will i be able to get OTA again?
many thanks :fingers-crossed:
regards

maann said:
Hi folks,
tried to do a rapid lookup and it seemed to me not to find a similar post. I apologise if I looked superficially.
Well: I rooted and flashed a stock rom (nps 26.116-61 security patch 1st Dec 2017), flashed modem from another working rom
PROBLEM: It does not roll out any security update till now , nor updates of firmware (maybe it's the same)
Is it because it is rooted?
If I unroot (seems not trivial) will i be able to get OTA again?
many thanks :fingers-crossed:
regards
Click to expand...
Click to collapse
You'll need to flash back to stock and apply all OTAs before flashing ROOT, then also make a DD backup of the OEM partition because the current public version of TWRP backs up or restores the OEM partition wrong which breaks OTAs again.
Also, Moto seems to keep track of device serial numbers or something and won't send OTAs to devices that are rolled back. You'll need to use the offline OTA downloader and flash them using ADB (you can't just copy them to the device because the device is encrypted by default and the bootloader can't apply OTAs that way.
Here's the OTA doanload tool. https://forum.xda-developers.com/an...s-motorola-t3810863/post76954902#post76954902

maann said:
Hi folks,
tried to do a rapid lookup and it seemed to me not to find a similar post. I apologise if I looked superficially.
Well: I rooted and flashed a stock rom (nps 26.116-61 security patch 1st Dec 2017), flashed modem from another working rom
PROBLEM: It does not roll out any security update till now , nor updates of firmware (maybe it's the same)
Is it because it is rooted?
If I unroot (seems not trivial) will i be able to get OTA again?
many thanks :fingers-crossed:
regards
Click to expand...
Click to collapse
What model do you have? Xt1806? Xt1804?
Sent from my XT1806 using Tapatalk

treyweez11 said:
What model do you have? Xt1806? Xt1804?
Sent from my XT1806 using Tapatalk
Click to expand...
Click to collapse
it should be xt1805. possible?

pizzaboy192 said:
You'll need to flash back to stock and apply all OTAs before flashing ROOT, then also make a DD backup of the OEM partition because the current public version of TWRP backs up or restores the OEM partition wrong which breaks OTAs again.
Also, Moto seems to keep track of device serial numbers or something and won't send OTAs to devices that are rolled back. You'll need to use the offline OTA downloader and flash them using ADB (you can't just copy them to the device because the device is encrypted by default and the bootloader can't apply OTAs that way.
Here's the OTA doanload tool. https://forum.xda-developers.com/an...s-motorola-t3810863/post76954902#post76954902
Click to expand...
Click to collapse
thanks very much. although OTA d'er didn't work
i actually discovered that root does NOT affect the no-more-OTA thing. It took me to flash EFS (to get imei back) to interrupt OTA (even if it seems to me that before flashing EFS, OTA were being recalled). Maybe it's just like your hypothese, i.e. that Motorola does not send OTA to unfaithful unblocking users. How sad is that? When you unblock it they make you "sign" that you cannot even sell the mobile! last Moto experience for me , highly probably!

maann said:
thanks very much. although OTA d'er didn't work
i actually discovered that root does NOT affect the no-more-OTA thing. It took me to flash EFS (to get imei back) to interrupt OTA (even if it seems to me that before flashing EFS, OTA were being recalled). Maybe it's just like your hypothese, i.e. that Motorola does not send OTA to unfaithful unblocking users. How sad is that? When you unblock it they make you "sign" that you cannot even sell the mobile! last Moto experience for me , highly probably!
Click to expand...
Click to collapse
I forgot to mention that the OTAs tool only works in manual mode, and works best in the same folder as adb.exe

pizzaboy192 said:
I forgot to mention that the OTAs tool only works in manual mode, and works best in the same folder as adb.exe
Click to expand...
Click to collapse
i realized that, it does not work even in manual, i paste here debug log
APP: OTA Updater (build: 256 )
OTA Server (host): moto-cds.appspot.com
OTA Server user agent: com.motorola.ccc.ota
Request:
Request URL: 'https://moto-cds.appspot.com/cds/upgrade/1/check/ctx/ota/key/Moto%20G%20(5S)%20Plus/'
Request JSON: {"id":"ZY322G6KD3","deviceInfo":{"country":"US","region":"US"},"extraInfo":{"carrier":"reteu","model":"Moto G (5S) Plus","softwareVersion":"Blur_Version.26.306.12.sanders.retail.en.US"},"triggeredBy":"setup"}
Response:
Response status: 200
Response text: {
"proceed" : false,
"context" : "ota",
"contextKey" : "Moto G (5S) Plus",
"content" : null,
"contentTimestamp" : 0,
"contentResources" : null,
"trackingId" : null,
"reportingTags" : null,
"pollAfterSeconds" : 172800
}

maann said:
i realized that, it does not work even in manual, i paste here debug log
APP: OTA Updater (build: 256 )
OTA Server (host): moto-cds.appspot.com
OTA Server user agent: com.motorola.ccc.ota
Request:
Request URL: 'https://moto-cds.appspot.com/cds/upgrade/1/check/ctx/ota/key/Moto G (5S) Plus/'
Request JSON: {"id":"ZY322G6KD3","deviceInfo":{"country":"US","region":"US"},"extraInfo":{"carrier":"reteu","model":"Moto G (5S) Plus","softwareVersion":"Blur_Version.26.306.12.sanders.retail.en.US"},"triggeredBy":"setup"}
Response:
Response status: 200
Response text: {
"proceed" : false,
"context" : "ota",
"contextKey" : "Moto G (5S) Plus",
"content" : null,
"contentTimestamp" : 0,
"contentResources" : null,
"trackingId" : null,
"reportingTags" : null,
"pollAfterSeconds" : 172800
}
Click to expand...
Click to collapse
You have a RETEU device but it is saying you have a country and region of US and a software version of US, as if something is wrong between what the device model number is vs the software it's running.

pizzaboy192 said:
You have a RETEU device but it is saying you have a country and region of US and a software version of US, as if something is wrong between what the device model number is vs the software it's running.
Click to expand...
Click to collapse
it may be actually! bought the device in Italy and flashed this stock rom from firmware repository (don't even know where it comes from!) what a moto-mess

maann said:
it may be actually! bought the device in Italy and flashed this stock rom from firmware repository (don't even know where it comes from!) what a moto-mess
Click to expand...
Click to collapse
You've nailed it!
What's your model number? Let's get you on the correct firmware and get you up to date!

pizzaboy192 said:
You've nailed it!
What's your model number? Let's get you on the correct firmware and get you up to date!
Click to expand...
Click to collapse
thank you for your kind availability man! how can i retrieve model number? i'm -almost- sure it was xt1805

maann said:
thank you for your kind availability man! how can i retrieve model number? i'm -almost- sure it was xt1805
Click to expand...
Click to collapse
https://mega.nz/#F!HY0BwK4B!pZi727WP46Mjz0zxVOdojQ!Kc0njQJR
This has folders with retgb, reteu, and retin. It looks like you have reteu, so download that, and run the same restore commands to get to June 1st security patch on firmware for your device.

pizzaboy192 said:
https://mega.nz/#F!HY0BwK4B!pZi727WP46Mjz0zxVOdojQ!Kc0njQJR
This has folders with retgb, reteu, and retin. It looks like you have reteu, so download that, and run the same restore commands to get to June 1st security patch on firmware for your device.
Click to expand...
Click to collapse
thank so much bro!

quick question: are these two lines
fastboot erase modemst1
fastboot erase modemst2
really needed in flashing stock rom? thanks in advance

maann said:
quick question: are these two lines
fastboot erase modemst1
fastboot erase modemst2
really needed in flashing stock rom? thanks in advance
Click to expand...
Click to collapse
Don't do those. Not necessary, and not safe to do unless you know you have a backup of your imei and efs partition

pizzaboy192 said:
Don't do those. Not necessary, and not safe to do unless you know you have a backup of your imei and efs partition
Click to expand...
Click to collapse
Done successfully. Imei recognized without flashing efs.
Is June 2018 last OTA? Cause both OTA upgrader and system information days system is up to date. It would be awesome if flashing this stock would bring OTAs automatically back. Thanks again!

maann said:
Done successfully. Imei recognized without flashing efs.
Is June 2018 last OTA? Cause both OTA upgrader and system information days system is up to date. It would be awesome if flashing this stock would bring OTAs automatically back. Thanks again!
Click to expand...
Click to collapse
June 2018 is currently the latest available for all regions that is general release. There's soak test Oreo but it's best to wait for general release. You will get OTA since you're up to date with correct region now.

Related

Firmware update...

Hi all,
Currently receiving an OTA alert about firmware 22.41.24.en.gb. Anyone know what this is? 5.1? Can't install as I am currently rooted with custom recovery and xposed framework. Is all I need to do to install change to the stock recovery?
I've got this update as well this morning. Also rooted with TWRP. I'm no expert but I would say we need to wait for someone to make an update we can flash from recovery.
What is your model?
cyberkid2002 said:
Hi all,
Currently receiving an OTA alert about firmware 22.41.24.en.gb. Anyone know what this is? 5.1? Can't install as I am currently rooted with custom recovery and xposed framework. Is all I need to do to install change to the stock recovery?
Click to expand...
Click to collapse
Would you please confirm your Moto G model: XT1078 (Brazil) or XT1072 (Europe) ? Txs
No update for me in France. Model XT1072 no root, no TWRP, no Xposed. I will try to update next time and I will report if it's arrive..
I recive this update via OTA... My divice is with Android 5.0.2
Release Notes : https://motorola-global-en-uk.custhelp.com/app/answers/prod_answer_detail/a_id/105155
XT1072 & Android 5.0.2
Currently running cm12.1 with newer modem & bootloader
luca020400 said:
Release Notes : https://motorola-global-en-uk.custhelp.com/app/answers/prod_answer_detail/a_id/105155
XT1072 & Android 5.0.2
Currently running cm12.1 with newer modem & bootloader
Click to expand...
Click to collapse
Anyone got a zip we can flash from TWRP?
baileyjr said:
Anyone got a zip we can flash from TWRP?
Click to expand...
Click to collapse
Locally I have stock image + ota
I can upload ota but for apply it you have to use everything stock
I removed root via super su app menu and reflashed the stock recovery.img before accepting the upgrade.
Then once the update installed ok I put TWRP and root back on the device.
baileyjr said:
I removed root via super su app menu and reflashed the stock recovery.img before accepting the upgrade.
Then once the update installed ok I put TWRP and root back on the device.
Click to expand...
Click to collapse
Now that you have ota installed, can you tell me your system version and build number? I have 22.21.28.thea_reteuall.en.EU retfr system version and LXB22.46-28 build number and I didn't receive any OTA upgrade notice. I have not done any mod (root, custom recovery...) to stock
OTA Fails
Damn, even after full unroot and flashing back the stock recovery the OTA fails... And I can't really read why.
Except for root, I installed system settings Tasker plugin and converted it into a system app as well as froze some CN bloatware apps with TB. I will now reflash twrp and reroot and first try to unfreeze and as a last step uninstall the Tasker plugin.
If anybody has some solid experience, please share and maybe save me some time.
Thanks!
UPDATE: Alright, that all didn't work. I realized that the tasker plugin does not copy anything to the system, but I had a Helper app from PinTasker there which I deleted. And I unfroze all the apps and did a full unroot, but still no luck. I don't know what to do anymore now except for going full back to stock (no gapps), but I would rather avoid that if possible.
Still, glad for any input on this matter!
Thanks
cgb.spender said:
Now that you have ota installed, can you tell me your system version and build number? I have 22.21.28.thea_reteuall.en.EU retfr system version and LXB22.46-28 build number and I didn't receive any OTA upgrade notice. I have not done any mod (root, custom recovery...) to stock
Click to expand...
Click to collapse
thea_retgb-user 5.0.2 LXB22.99-24 15 release-key
luca020400 said:
thea_retgb-user 5.0.2 LXB22.99-24 15 release-key
Click to expand...
Click to collapse
Ok, thank you. So Lollipop 5.1 is not yet available for our device through Motorola official update... do you know when it will be? I'm asking this because on Motorola's website (in the section motorla upgrade news) I can't find thea model
cgb.spender said:
Ok, thank you. So Lollipop 5.1 is not yet available for our device through Motorola official update... do you know when it will be? I'm asking this because on Motorola's website (in the section motorla upgrade news) I can't find thea model
Click to expand...
Click to collapse
thea is named as titan ( moto g 2014 )
Anyway I don't know
luca020400 said:
Release Notes : https://motorola-global-en-uk.custhelp.com/app/answers/prod_answer_detail/a_id/105155
XT1072 & Android 5.0.2
Currently running cm12.1 with newer modem & bootloader
Click to expand...
Click to collapse
Could you tell me where to get the newer modem & bootloader please?
Thank you very much =)
valentin8709 said:
Could you tell me where to get the newer modem & bootloader please?
Thank you very much =)
Click to expand...
Click to collapse
Flash stock image --> ota --> flash cm
luca020400 said:
Flash stock image --> ota --> flash cm
Click to expand...
Click to collapse
Thank you very much!
Is this firmware the last one for the XT 1072 EU version? I can't find another one...
got it from : http://forum.xda-developers.com/mot...tock-firmware-images-4g-3g-variants-t3065433/
https://mega.co.nz/#!TwMAUIJK!8jBsqLfyB1YiUNVKBcAsVxNW3aiH0kE_dtwVJUG_2q4
valentin8709 said:
Thank you very much!
Is this firmware the last one for the XT 1072 EU version? I can't find another one...
got it from : http://forum.xda-developers.com/mot...tock-firmware-images-4g-3g-variants-t3065433/
https://mega.co.nz/#!TwMAUIJK!8jBsqLfyB1YiUNVKBcAsVxNW3aiH0kE_dtwVJUG_2q4
Click to expand...
Click to collapse
My phone was retgb so I flahsed retgb [emoji14]
Is there a way to flash the modem and bootloader from the OTA file through adb?
luca020400 said:
My phone was retgb so I flahsed retgb [emoji14]
Click to expand...
Click to collapse
Hi, is it possible to flash the stock retgb firmware (on locked bootloader) if the phone came with the retde firmware? Since they are exactly the same model (xt1072) and both firmwares are digitally signed by motorola.
I ask cause the retde hasn't received this ota update yet, and if I switched it to the retgb i could get the ota update right away for the newer modem and bootloader before i unlocked and got cm.
Thx

Stock Recovery To Replace Twrp!!!!!Extracted from Official Rom:)

This the stock recovery to replace the twrp for ota updates.
Download Recovery
Flash via Fastboot Method
Commands fastboot flash recovery recovery.img
Thanks
@Abhi086 This is my telegram username If you any queries Contact me
Brick
abhigamez said:
This the stock recovery to replace the twrp for ota updates.
Download Recovery
Flash via Fastboot Method
Commands fastboot flash recovery recovery.img
Thanks
@Abhi086 This is my telegram username If you any queries Contact me
Click to expand...
Click to collapse
This could end up in hard brick also if OTA detects other system modifications. You should just edit the OP with a warning.
abhigamez said:
This the stock recovery to replace the twrp for ota updates.
Download Recovery
Flash via Fastboot Method
Commands fastboot flash recovery recovery.img
Thanks
@Abhi086 This is my telegram username If you any queries Contact me
Click to expand...
Click to collapse
Couldn't one just install it from this link?
https://forum.xda-developers.com/mo...lash-official-firmware-moto-g5s-plus-t3681018
This is basically all of the stock firmware (Including the recovery), correct?
CasinovaRoyale said:
This could end up in hard brick also if OTA detects other system modifications. You should just edit the OP with a warning.
Click to expand...
Click to collapse
i don't think so abt hard brick
as when i was updating i simply came with error while updating that can't update
and i also tried updating after flashing custom rom [which is available online] and i was successfully updated
smokinjoe2122 said:
Couldn't one just install it from this link?
https://forum.xda-developers.com/mo...lash-official-firmware-moto-g5s-plus-t3681018
This is basically all of the stock firmware (Including the recovery), correct?
Click to expand...
Click to collapse
I don't think it's a useful thread as there is a specific thread to give information about installing Official firmware and relocking the bootloader.!
Please moderator check this once.
This might damage the devices if anyone tries to update the ROM through OTA, by just changing the recovery being the variety ,oem and bootloader status changed.
thippu46 said:
I don't think it's a useful thread as there is a specific thread to give information about installing Official firmware and relocking the bootloader.!
Please moderator check this once.
This might damage the devices if anyone tries to update the ROM through OTA, by just changing the recovery being the variety ,oem and bootloader status changed.
Click to expand...
Click to collapse
i hv checkd it, but my device didn't hard broke, but i want to make my device dead to get new motherboard in warranty
yograjfire18 said:
i hv checkd it, but my device didn't hard broke, but i want to make my device dead to get new motherboard in warranty
Click to expand...
Click to collapse
:angel:lol
Does someone has tried this successfully?
mabvmet said:
Does someone has tried this successfully?
Click to expand...
Click to collapse
In stock Moto G5s plus rom I had installed TWRP and rooted the phone and just wanted the stock recovery so that i can install April security patch, The recovery was installed however when it tried to install the April update it failed, All though it did load the OS and i was back to where i was.
Whole story in short if you have rooted the phone with TWRP and need stock recovery just to install latest update, IT WONT WORK.
You will need to install SANDERS_NPS26.116-61_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml from site firmware.center/firmware/Motorola/Moto%20G5s%20Plus/Stock/ and then start the entire thing from scratch and then it will update over OTA as well regardless if bootloader is unlocked.
once your device installs all updates you can then install TWRP again and root it if you want to. but if you do that and wish to get OTA you will need to go back to stock and repeat the whole process from scratch.
Could always just do "fastboot boot" instead of "fastboot flash". It will allow you to then boot twrp, install what you want, and not touch the stock recovery.
pratham.kamath said:
In stock Moto G5s plus rom I had installed TWRP and rooted the phone and just wanted the stock recovery so that i can install April security patch, The recovery was installed however when it tried to install the April update it failed, All though it did load the OS and i was back to where i was.
Whole story in short if you have rooted the phone with TWRP and need stock recovery just to install latest update, IT WONT WORK.
You will need to install SANDERS_NPS26.116-61_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml from site firmware.center/firmware/Motorola/Moto%20G5s%20Plus/Stock/ and then start the entire thing from scratch and then it will update over OTA as well regardless if bootloader is unlocked.
once your device installs all updates you can then install TWRP again and root it if you want to. but if you do that and wish to get OTA you will need to go back to stock and repeat the whole process from scratch.
Click to expand...
Click to collapse
What are the steps I need to follow to install this file? (SANDERS_NPS26.116-61_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml)
---------
Edit: Solved
---------
I followed the code section steps on this post:
https://forum.xda-developers.com/mo...lash-official-firmware-moto-g5s-plus-t3681018
pratham.kamath said:
In stock Moto G5s plus rom I had installed TWRP and rooted the phone and just wanted the stock recovery so that i can install April security patch, The recovery was installed however when it tried to install the April update it failed, All though it did load the OS and i was back to where i was.
Whole story in short if you have rooted the phone with TWRP and need stock recovery just to install latest update, IT WONT WORK.
You will need to install SANDERS_NPS26.116-61_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml from site firmware.center/firmware/Motorola/Moto%20G5s%20Plus/Stock/ and then start the entire thing from scratch and then it will update over OTA as well regardless if bootloader is unlocked.
once your device installs all updates you can then install TWRP again and root it if you want to. but if you do that and wish to get OTA you will need to go back to stock and repeat the whole process from scratch.
Click to expand...
Click to collapse
Hey! I Finally did this, I removed the twrp and the root, I Just installed this stock (?) rom through the "adb fastboot". Now when I look for OTA updates it appears a message that indicates that the latest security update is installed, it's the one of December 2017...
Why doesn't it appear the last one (april's or so)?
What I have to do in order to have or reactivate the OTA updates?
Thanks in advance!
Make sure the correct stock rom is installed. (Cross check the name word to word) I too tried a few different stock ROMs and only the above version worked and updated till April security patch. Rest versions didn't update for some reason.
pratham.kamath said:
Make sure the correct stock rom is installed. (Cross check the name word to word) I too tried a few different stock ROMs and only the above version worked and updated till April security patch. Rest versions didn't update for some reason.
Click to expand...
Click to collapse
How can I know what is the correct stock rom?
SANDERS_NPS26.116-61_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml from site firmware.center/firmware/Motorola/Moto%20G5s%20Plus/Stock/
This one worked for me.
pratham.kamath said:
SANDERS_NPS26.116-61_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml from site firmware.center/firmware/Motorola/Moto%20G5s%20Plus/Stock/
This one worked for me.
Click to expand...
Click to collapse
My current file >>
SANDERS_NPS26.116-61_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml_1
This rom left me with the December security patch and no OTA updates available
This time I will download the same one, but the most recent (February, according with the web)
Next download >>
SANDERS_NPS26.116-61_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip 03/02/2018 06:35
I followed this steps in code section to flash it... any suggest?
Steps >> https://forum.xda-developers.com/mo...lash-official-firmware-moto-g5s-plus-t3681018
Don't go by date go by exact name and number of rom as I mentioned. I tried almost all the firmwares listed and only the one that I mentioned updated to latest april security patch. Matter of fact i just restored phone to stock yesterday and it worked again. Also copy all the commands to a notepad and save the same as .bat file so that way you can just run the file and it will automatically install stock rom and reboot phone.
---------- Post added at 08:53 AM ---------- Previous post was at 08:49 AM ----------
Check software channel name in settings. Mine is listed as retin. I read that there are other software channels too for which updates security patch has not been released yet. I may be wrong though.
pratham.kamath said:
Don't go by date go by exact name and number of rom as I mentioned. I tried almost all the firmwares listed and only the one that I mentioned updated to latest april security patch. Matter of fact i just restored phone to stock yesterday and it worked again. Also copy all the commands to a notepad and save the same as .bat file so that way you can just run the file and it will automatically install stock rom and reboot phone.
---------- Post added at 08:53 AM ---------- Previous post was at 08:49 AM ----------
Check software channel name in settings. Mine is listed as retin. I read that there are other software channels too for which updates security patch has not been released yet. I may be wrong though.
Click to expand...
Click to collapse
Sorry, how do I run the bat file? The last time I entered the commands one by one.
My software chanel is "openmx" the sameone that I had when the phone was rooted (and with the updates available).
I need help
I need the recovery.img for the device moto g5s plus xt1806:llorando:

[Security Patch] April 1st 2017 Security Patch now being rolled out in RETUS

Title says all. This is for the American Retail variant. Does not include Oreo.
Glad to see that Moto is being consistent with Security patches though!
Edit:. I meant April 1st 2018!
This is for all varients
reteu,retbr,Retin also got updates
Sent from my Moto G5S Plus using XDA Labs
Yet to be seen in retapac though
Adi5 said:
This is for all varients
reteu,retbr,Retin also got updates
Click to expand...
Click to collapse
The day before I saw the update notification, but didn't update as I wanted to backup some of my files. Later when I checked for update the notification was gone. Says phone is upto date with March patch.
JaggedPill said:
The day before I saw the update notification, but didn't update as I wanted to backup some of my files. Later when I checked for update the notification was gone. Says phone is upto date with March patch.
Click to expand...
Click to collapse
I didn't had notification,now flashed custom rom
Flash full firmware for ur software channel
Retid here, still no updates
Got it..retin software channel.
In retla was not released
April Patch also released for retapac ?
I only just got 116-48-12 yesterday on retus, so I'm not gonna hold my breath.
you can edit the thread title by editing your post and pressing "go advanced"
Meanwhile retgb is still on October 2017. This is the last time I buy Motorola.
Hi all,
I've just applied the 01 April Security Patch and my phone has rebooted into TWRP. If I select to reboot, it starts to reboot and goes back into TWRP. Any ideas as to how I can get it to reboot back to normal ?
So I'm basically stuck in a TWRP Bootloop
Thanks in advance
championc said:
Hi all,
I've just applied the 01 April Security Patch and my phone has rebooted into TWRP. If I select to reboot, it starts to reboot and goes back into TWRP. Any ideas as to how I can get it to reboot back to normal ?
So I'm basically stuck in a TWRP Bootloop
Thanks in advance
Click to expand...
Click to collapse
Hi, you should know that you can't get updates via OTA once you have modified system, and unlocking bootloader and flashing TWRP is certainly a system modification, so I really hope that you made a TWRP backup before trying to update. In case you didn't, try flashing official firmware using fastboot, also there is one post in XDA with a TWRP backup in case you messed up, if you can't use fastboot or don't have a backup, try using that one. Remember to NEVER update via OTA unless your phone is fully unmodified.
Juancasa14 said:
Hi, you should know that you can't get updates via OTA once you have modified system, and unlocking bootloader and flashing TWRP is certainly a system modification, so I really hope that you made a TWRP backup before trying to update. In case you didn't, try flashing official firmware using fastboot, also there is one post in XDA with a TWRP backup in case you messed up, if you can't use fastboot or don't have a backup, try using that one. Remember to NEVER update via OTA unless your phone is fully unmodified.
Click to expand...
Click to collapse
U can update with unlocked bootloader. Only without mods like root or twrp
Adi5 said:
U can update with unlocked bootloader. Only without mods like root or twrp
Click to expand...
Click to collapse
Yeah I know, sorry if I didn't make myself clear, thanks for explaining
Championc were you able to recover your phone?

New update OCXS27.109-48-6

It's security updates up to May 1st. I can't install it though it fails and I am stock with unlocked bootloader.
Comet1966 said:
It's security updates up to May 1st. I can't install it though it fails and I am stuck with an unlocked bootloader.
Click to expand...
Click to collapse
I'm in the same boat. I just followed this thread and did everything right when restoring my stock ROM for Sprint. The only thing I didn't do was lock the bootloader. I cannot do OTA updates, fails every time. Someone mentioned a few pages in that thread, that right now it's a 50/50 chance due to an unknown variable. Give the forum time we will get it
Link to thread: https://forum.xda-developers.com/z2-force/how-to/how-to-return-to-stock-sprint-t3694783
I'll try tonight after the Gym and see if I can get it to update for me
JordanFromIT said:
I'm in the same boat. I just followed this thread and did everything right when restoring my stock ROM for Sprint. The only thing I didn't do was lock the bootloader. I cannot do OTA updates, fails every time. Someone mentioned a few pages in that thread, that right now it's a 50/50 chance due to an unknown variable. Give the forum time we will get it
Link to thread: https://forum.xda-developers.com/z2-force/how-to/how-to-return-to-stock-sprint-t3694783
Click to expand...
Click to collapse
For me, that variable is twrp. If I flashall to stock I can take the ota, then resinstall twrp and root after. Worked today too.
I was going to install LineageOS and just gave up on it lol. So I flash-all'd back to stock and the OTA worked this time.
So is there a method for clean flashing or i just flash over a rom using fastboot? I tried flashing a retail rom on my tmobile variant, it work but some things were broken.
Comet1966 said:
I was going to install LineageOS and just gave up on it lol. So I flash-all'd back to stock and the OTA worked this time.
Click to expand...
Click to collapse
which flashall did you use? I'm trying to do this too and it fails no matter what. did you also re-lock the boot loader for the ota to work?
I've tried unlocked and locked and it still doesn't take the OTA for me.
byt3b0mb said:
which flashall did you use? I'm trying to do this too and it fails no matter what. did you also re-lock the boot loader for the ota to work?
I've tried unlocked and locked and it still doesn't take the OTA for me.
Click to expand...
Click to collapse
https://forum.xda-developers.com/z2-force/how-to/how-to-return-to-stock-sprint-t3694783
I used the sprint oreo flash-all from that link, 2nd post. I just ran it and then updated without issue.
Comet1966 said:
https://forum.xda-developers.com/z2-force/how-to/how-to-return-to-stock-sprint-t3694783
I used the sprint oreo flash-all from that link, 2nd post. I just ran it and then updated without issue.
Click to expand...
Click to collapse
oh. I am on T-Mobile. seems that im on december security patch although im on 27.1. something is wrong with my phone...
You'd think Motorola would have released an updated flash-all. Maybe they have?
Josh McGrath said:
You'd think Motorola would have released an updated flash-all. Maybe they have?
Click to expand...
Click to collapse
I doubt it. The Feb release of the Dec update got released two months later. (Apr 7th)
This phone is really weird. I got the update to work the very first time I flashall but twrp bootlooped and it won't install after the second flashall, tried multiple times.
This phone is really software wonky
the zip files from Tmobiie are NASH_TMO_C_OCX27.109-51.... Does anyone know the difference between this and the OCX27.109-48-6?
kendallgreen said:
the zip files from Tmobiie are NASH_TMO_C_OCX27.109-51.... Does anyone know the difference between this and the OCX27.109-48-6?
Click to expand...
Click to collapse
When the update first came out, the December path I think, it was simply generic Android security updates, nothing specific to our phone or fixes, at least for the TMobile version

Change system status to Official feom Modified and install OTA

Hi,
I just unlocked my X4 (XT1900-2) to try Magisk and all worked good.
Now, when I wanted to revert, I just installed the stock image using fastboot and adb.
After installing them and re-locking my bootloader I was not able to change my system status to Official(I installed Ryzen Kernel before).
Nor I am able to install any OTA to change it to Official, can anyone tell me how can I install OTA update and change my status to Official and be stock again.
Please help!!!
Thanks in advance,
Divanshu Chauhan
Can you provide the information of system flashed because if correct system has been flashed then the status should change to official. Try reflashing the system.
Shreyas17 said:
Can you provide the information of system flashed because if correct system has been flashed then the status should change to official. Try reflashing the system.
Click to expand...
Click to collapse
I used the ROM from this link -
https://forum.xda-developers.com/moto-x4/development/official-firmware-moto-x4-xt1900-02-t3831939
AgentDivanshu said:
I used the ROM from this link -
https://forum.xda-developers.com/moto-x4/development/official-firmware-moto-x4-xt1900-02-t3831939
Click to expand...
Click to collapse
The system seems to be correct but its not official signed image so try to reflash the system or factory reset or try to get latest system signed image flash it and then check the status.
But many users have faced this problem even after flashing stock rom and relocking the bootloader they were unable to install ota.
Shreyas17 said:
The system seems to be correct but its not official signed image so try to reflash the system or factory reset or try to get latest system signed image flash it and then check the status.
But many users have faced this problem even after flashing stock rom and relocking the bootloader they were unable to install ota.
Click to expand...
Click to collapse
Tried it again, but was not able to get it back to official.
Any other ideas??
:crying::crying:
Should I try flashing this image -
https://androidfilehost.com/?fid=746163614322270003
AgentDivanshu said:
Tried it again, but was not able to get it back to official.
Any other ideas??
:crying::crying:
Should I try flashing this image -
https://androidfilehost.com/?fid=746163614322270003
Click to expand...
Click to collapse
You can try but make sure this stock rom is for xt1900-2 ,the other option is to wait till motorola releases signed images for the device ? or to visit the authorized service center they might flash the system and give your device back in official state.
Shreyas17 said:
You can try but make sure this stock rom is for xt1900-2 ,the other option is to wait till motorola releases signed images for the device ? or to visit the authorized service center they might flash the system and give your device back in official state.
Click to expand...
Click to collapse
Well, I can't take device to authorised service centre because my warranty is void now.
Can you tell me the estimated time till motorola releases signed images for my device?
AgentDivanshu said:
Well, I can't take device to authorised service centre because my warranty is void now.
Can you tell me the estimated time till motorola releases signed images for my device?
Click to expand...
Click to collapse
Its upto motorola when to release the signed images for the device but you can try to flash system from the link
https://androidfilehost.com/?w=files&flid=229118
Select the payton image that has latest build and for safety i would suggest unlock your bootloader and try to flash the system .
Try to flash PAYTON_OPWS28.46-21-9 from the link it might help.
Shreyas17 said:
Its upto motorola when to release the signed images for the device but you can try to flash system from the link
https://androidfilehost.com/?w=files&flid=229118
Select the payton image that has latest build and for safety i would suggest unlock your bootloader and try to flash the system .
Try to flash PAYTON_OPWS28.46-21-9 from the link it might help.
Click to expand...
Click to collapse
My device hasn't got the 8.1 update, I was on Oreo when I rooted. After installing the flash again, I am getting OTA Update but error is show.
Error attached as screenshot
[Deleted]
AgentDivanshu said:
My device hasn't got the 8.1 update, I was on Oreo when I rooted. After installing the flash again, I am getting OTA Update but error is show.
Error attached as screenshot
Click to expand...
Click to collapse
Till now user of xt1900-2 have not received 8.1 all are on 8.0.0 latest update is of 1 october 2018 security patch.
Can you tell on what security patch is your device running.
Shreyas17 said:
Till now user of xt1900-2 have not received 8.1 all are on 8.0.0 latest update is of 1 october 2018 security patch.
Can you tell on what security patch is your device running.
Click to expand...
Click to collapse
My device is on 1 April 2018 patch after flashing the firmware which I attached as link in one of the above posts.
I am not able to install 1 June 2018 security patch update.
Is there any problem with my A/B partition system?
Also, when I rooted my device, I was on 1 October 2018 patch.
AgentDivanshu said:
My device is on 1 April 2018 patch after flashing the firmware which I attached as link in one of the above posts.
I am not able to install 1 June 2018 security patch update.
Is there any problem with my A/B partition system?
Also, when I rooted my device, I was on 1 October 2018 patch.
Click to expand...
Click to collapse
---------- Post added at 04:20 PM ---------- Previous post was at 04:20 PM ----------
AgentDivanshu said:
My device is on 1 April 2018 patch after flashing the firmware which I attached as link in one of the above posts.
I am not able to install 1 June 2018 security patch update.
Is there any problem with my A/B partition system?
Also, when I rooted my device, I was on 1 October 2018 patch.
Click to expand...
Click to collapse
so i guess you will have to wait till firmware is released with latest security patch because you have broken ota so only option left is to update device using fastboot . Did you get any error like pre-validation failed while returning back to stock ?
You won`t be able to install ota until your device status changes from modified to official.
Shreyas17 said:
---------- Post added at 04:20 PM ---------- Previous post was at 04:20 PM ----------
so i guess you will have to wait till firmware is released with latest security patch because you have broken ota so only option left is to update device using fastboot . Did you get any error like pre-validation failed while returning back to stock ?
You won`t be able to install ota until your device status changes from modified to official.
Click to expand...
Click to collapse
I get error like system is modified/corrupt.
Should I flash xt1900-7, xt1900-6 or xt1900-1 version?
Also when I flashed xt1900-1 version, it showed me something like 'Mode has been set to logging' on Moto Logo
AgentDivanshu said:
I get error like system is modified/corrupt.
Should I flash xt1900-7, xt1900-6 or xt1900-1 version?
Also when I flashed xt1900-1 version, it showed me something like 'Mode has been set to logging' on Moto Logo
Click to expand...
Click to collapse
I have seen video tutorials in which they flashed android one firmware on retail but you will have to keep bootloader unlocked .But i would suggest you to flash custom rom if you keep bootloader unlocked atleast you will get additional features and once moto x4 recieves android 9 update then you might get official system image to flash via fastboot and return back to stock. Search on youtube for tutorials it might help you ?
Shreyas17 said:
I have seen video tutorials in which they flashed android one firmware on retail but you will have to keep bootloader unlocked .But i would suggest you to flash custom rom if you keep bootloader unlocked atleast you will get additional features and once moto x4 recieves android 9 update then you might get official system image to flash via fastboot and return back to stock. Search on youtube for tutorials it might help you ?
Click to expand...
Click to collapse
But how will I update to Android Pie if installation fails again??!
Will Motorola release factory image for xt1900-2 then?
AgentDivanshu said:
But how will I update to Android Pie if installation fails again??!
Will Motorola release factory image for xt1900-2 then?
Click to expand...
Click to collapse
They might release the system images till then or you might get stock rom zip available the way oreo stock rom is available now so you will be able to update your device to android 9 via fastboot not by ota ?
AgentDivanshu said:
I used the ROM from this link -
https://forum.xda-developers.com/moto-x4/development/official-firmware-moto-x4-xt1900-02-t3831939
Click to expand...
Click to collapse
Hey. I used this rom as well to move back to stock but OTA's work fine for me. Currently on the 1 Oct patch. I still get the warning message during bootup even if I relock it. But apart from that everything else works fine.
The only thing different I have done is use the flash script from the below linked thread. Not that it should have made any difference but you guys might as well try and see.
https://forum.xda-developers.com/moto-x4/how-to/guide-how-to-flash-official-factory-t3808348
varunbala said:
Hey. I used this rom as well to move back to stock but OTA's work fine for me. Currently on the 1 Oct patch. I still get the warning message during bootup even if I relock it. But apart from that everything else works fine.
The only thing different I have done is use the flash script from the below linked thread. Not that it should have made any difference but you guys might as well try and see.
https://forum.xda-developers.com/moto-x4/how-to/guide-how-to-flash-official-factory-t3808348
Click to expand...
Click to collapse
Have you re-locked your bootloader after flashing this script?
Did you use Linux or Windows?
I tried relocking but then the warning changes to that of a unsigned system image being used. Don't remember the exact wordings. So then I moved to back to unlocked bootloader.
I am using windows.

Categories

Resources