I'm searched for an hour tonight, and am probably looking right over it. My phone is currently on 4.4.3 and is very slow to restart. Can someone help me to find a video tutorial on how to flash 4.4.4?
Thanks!!
I did download the 4.4.4 firmware zip file from here. I am very rusty with using the command terminal on my pc though. This is where I'm hoping for a video tutorial.
forum.xda-developers.com/showthread.php?t=2723159&page=4
Are you S-OFF and rooted? Custom ROM and recovery? Stock rooted?
The more info you give about your phones current state the better we can help point you in the right direction.
The Stig 04 said:
Are you S-OFF and rooted? Custom ROM and recovery? Stock rooted?
The more info you give about your phones current state the better we can help point you in the right direction.
Click to expand...
Click to collapse
I'm sorry....yes, I am S-off, and rooted. I currently have a custom ROM on my phone, but my android version is currently 4.4.3
ddodge68 said:
I'm sorry....yes, I am S-off, and rooted. I currently have a custom ROM on my phone, but my android version is currently 4.4.3
Click to expand...
Click to collapse
Cool, just wanted to make sure. There is a video on there from DMX that shows how to flash the firmware. I linked that below. He does it on mac but the commands are the same if you do it on a windows computer. If you open the command window in your fastboot folder (shift+right click, open command window here) you can skip the long command he types at around the 3:40 mark and jump right into the commands at 3:51.
https://www.youtube.com/watch?v=e21qb7iZAOo&feature=youtube&app=desktop
Sorry it took so long to respond, but work calls! If you have any trouble let us know!
The Stig 04 said:
Cool, just wanted to make sure. There is a video on there from DMX that shows how to flash the firmware. I linked that below. He does it on mac but the commands are the same if you do it on a windows computer. If you open the command window in your fastboot folder (shift+right click, open command window here) you can skip the long command he types at around the 3:40 mark and jump right into the commands at 3:51.
https://www.youtube.com/watch?v=e21qb7iZAOo&feature=youtube&app=desktop
Sorry it took so long to respond, but work calls! If you have any trouble let us know!
Click to expand...
Click to collapse
As long as you're being so helpful, again, I've downloaded the zip file from the above link. Do I need any of the other files?
ddodge68 said:
As long as you're being so helpful, again, I've downloaded the zip file from the above link. Do I need any of the other files?
Click to expand...
Click to collapse
You downloaded the 4.4.4 firmware zip (no boot.img, no recovery.img) from Tigerstown thread? Then no, you don't need anything else to update your firmware.
This will only update your firmware. You will be on the same rom with the same recovery and remember to flash it twice as he described it in the instructions.
UNLESS you use the HTC fastboot.exe from here:
http://forum.xda-developers.com/showpost.php?p=56890497&postcount=3
This fastboot version will do everything needed in one flash.
I installed this fastboot version alongside my "normal" fastboot/adb which I use for my other devices and use it for the M8 exclusively.
Related
Here is a link to the OTA. I didn't want to apply it till some smarter fellas could dig into it and see what kind of damage it does, so hopefully this will speed that process up a little.
Do not flash this .zip, it's for developmental purposes. I just made it available because I received the OTA on my phone this morning and did not see it posted yet.
https://docs.google.com/open?id=0B3QFSwNX3WR4VXpZcVR2M2NlQUU
Here's an alternative link if the above one fails or is too busy
http://db.tt/lLyptM9n
Sent from my HTC VLE_U using XDA
ozzie1p said:
Here is a link to the OTA. I didn't want to apply it till some smarter fellas could dig into it and see what kind of damage it does, so hopefully this will speed that process up a little.
https://docs.google.com/open?id=0B3QFSwNX3WR4VXpZcVR2M2NlQUU
Click to expand...
Click to collapse
Epic thank you sir
You guys rock!!!
EDIT: Sorry that sounded really NEWBish... I am unrooted and am currently having an issue re-unlocking my bootloader to root.
Is there an RUU available that I might be able to flash?
I wouldn't flash it until it gets sorted out what's in it. It looks like the firmware.zip has a new h-boot (hboot_8960_1.09.0000_20120402_signedbyaa.img) so if they've patched some holes that were in the old one then flashing this might screw you if they get s-off on the previous h-boot.......I think
Cayniarb said:
** this assumes that you have adb and fastboot in your PATH and that you know how to use them.
** this also assumes that you have some recovery.img file (named as such) saved in whatever directory you are running terminal commands from.
** this also assumes you are running linux. If all of the above conditions are met, the process should also be the same on Windows and OS X, but I have not tested that and cannot confirm that.
** this assumes that if you do not fully comprehend all of the above, that you will stop reading now. I am not responsible for any damage caused to your device by following these instructions.
Step 1: Find and download the following images from the 1.78.41.2 RUU: radio.img, wcnss.img, and adsp.img. Save them on your device's storage partition (/sdcard) named as listed here (** this assumes that if you use other names you also know how to adjust future commands).
Step 2: Boot your device into fastboot mode. Your choice of 'adb reboot bootloader' or manually powering down, booting to hboot, and selecting fastboot. (Future commands assume your device is plugged in to the computer at this point)
Step 3: On the computer, run: fastboot boot recovery.img
Step 4: Wait for your device to boot in to what looks like a normal recovery session. While it looks this way, it is not normal. In this recovery, you have the ability to do pretty much everything you can on an s-OFF device (flashing boot or other partitions, etc).
Step 5: This will depend on your recovery. Whatever the process is, make sure that your /sdcard partition is mounted (not mounting USB, but making the /sdcard partition readable to things like adb).
Step 6: On the computer, run:
adb shell
dd if=/sdcard/radio.img of=/dev/block/mmcblk0p17
dd if=/sdcard/wcnss.img of=/dev/block/mmcblk0p19
dd if=/sdcard/adsp.img of=/dev/block/mmcblk0p18
Step 7: In the same recovery session, on the device, flash whatever 1.78-based ROM you like (Note: I have not seen ill effects using this on a 1.53-based ROM, but YMMV).
Step 8: Reboot. Enjoy.
Click to expand...
Click to collapse
This is from the radio thread i would assume, that it will work the same way. All those files are included in the OTA zip file. Thoughts?
ozzie1p said:
I wouldn't flash it until it gets sorted out what's in it. It looks like the firmware.zip has a new h-boot (hboot_8960_1.09.0000_20120402_signedbyaa.img) so if they've patched some holes that were in the old one then flashing this might screw you if they get s-off on the previous h-boot.......I think
Click to expand...
Click to collapse
Right now I just want to get my damn bootloader unlocked and I cant seem to figure out what is going on with it. I've done this a million times so its not that I dont know what im doing like all the others have accused me of, its simply an issue that the unlock token flashes fine but upon rebooting the bootloader is still relocked. Its driving me mad right now... I just want to flash an T-Mo RUU to get back to stock at this point.
go to the official ruu thread by football and download the tmous ruu from there... put your phone into fastboot usb mode and start the ruu.
Will that RUU overwrite a newer H-Boot?
Radio 0.16.31501S.16_2_10.22.31501S.10L flashable zip here
Edit: Yes. This is from the update.
http://db.tt/W3l8QdGU
Another link just in case
Sent from my HTC One S
strker45 said:
go to the official ruu thread by football and download the tmous ruu from there... put your phone into fastboot usb mode and start the ruu.
Click to expand...
Click to collapse
I appreciate you trying to provide assistance. An RUU with a lower HBOOT will not overwrite a newer one so that option is not possible.
Thanks
how can this manually be applied? or is it even possible i know things have changed . but for w/e reason my phone still isnt seeing the ota and i've restored completely to stock with the offical ruu
Thanks guys, will try to update TrickDroid TMOUS ASAP
infinityhombre said:
Radio 0.16.31501S.16_2_10.22.31501S.10L flashable zip here
Click to expand...
Click to collapse
This is one version number short of the EU Radio.
Code:
EU Baseband Version: 0.16.31501S.17_2_10.23.31501S.10L
US Baseband Version: 0.16.31501S.16_2_10.22.31501S.10L
infinityhombre said:
Radio 0.16.31501S.16_2_10.22.31501S.10L flashable zip here
Click to expand...
Click to collapse
Did you pull this from the OTA?
Im kind of a noob here, how do i manually flash the OTA?
doktortaru said:
This is one version number short of the EU Radio.
Code:
EU Baseband Version: 0.16.31501S.17_2_10.23.31501S.10L
US Baseband Version: 0.16.31501S.16_2_10.22.31501S.10L
Click to expand...
Click to collapse
Makes me wonder if it's even worth updating to the US one. Seems like it'd be better to just use the EU radio.
There's one way to find out....
infinityhombre said:
Radio 0.16.31501S.16_2_10.22.31501S.10L flashable zip here
Click to expand...
Click to collapse
Thanks! Quick and easy
Hi All
Now a proud owner of HTC One mini (uk) but am having issues trying to unlock bootloader, root and install custom rom.
for some reason my PC will not recognize my mini in fastboot mode . i have re installed the usb drivers and even tried to connect my wifes HTC one which i have previously rooted ...but it will not connect to either of the two.
I would be grateful if the community could offer a solution or advice, Thanks
oh forgot to say pc running windows 8.1
Edit: I found this http://forum.xda-developers.com/showthread.php?t=2588979 on the portal. it has ADB,FASTBOOT and DRIVERS needed . Not tried it myself as reverted to windows 7 however, many users confirming that it works on win 8 & 8.1.
I hope this helps, any thanks is given to the developer "Snoop05" as i am just posting the link.
cheers
Braddison said:
Hi All
Now a proud owner of HTC One mini (uk) but am having issues trying to unlock bootloader, root and install custom rom.
for some reason my PC will not recognize my mini in fastboot mode . i have re installed the usb drivers and even tried to connect my wifes HTC one which i have previously rooted ...but it will not connect to either of the two.
I would be grateful if the community could offer a solution or advice, Thanks
oh forgot to say pc running windows 8.1
Click to expand...
Click to collapse
same problem,change system to windows 7
thinkinbunny said:
same problem,change system to windows 7
Click to expand...
Click to collapse
Hi and thanks for the reply.
yeah ive had to used an old laptop running windows 7 and eventually unlocked bootloader. Now have an issue that adb is out of date! so still unable to root and install magioRom R3 :crying:
Braddison said:
Hi and thanks for the reply.
yeah ive had to used an old laptop running windows 7 and eventually unlocked bootloader. Now have an issue that adb is out of date! so still unable to root and install magioRom R3 :crying:
Click to expand...
Click to collapse
Search around to see if you can find a updated version? Let me explain to you how I did it. First, I unlocked my bootloader. Second, I downloaded the twrp and magiorom r3. Third hold shift and right click on the flashboot folder that you downloaded from htcdev and click on the open command window here. Rename you twrp to recovery. If your twrp file says img on it then try recovery.img, if not then type recovery. And on the cmd type flashboot flash recovery.img. Then you go back to bootloader and go to recovery and follow all the steps on the magiorom link. Don't forget to thank me. And btw, I didn't have to download any of those adb files. You root your phone when you have twrp. It'll ask you if you want to root. Say yes!!!!
abzboi said:
Search around to see if you can find a updated version? Let me explain to you how I did it. First, I unlocked my bootloader. Second, I downloaded the twrp and magiorom r3. Third hold shift and right click on the flashboot folder that you downloaded from htcdev and click on the open command window here. Rename you twrp to recovery. If your twrp file says img on it then try recovery.img, if not then type recovery. And on the cmd type flashboot flash recovery.img. Then you go back to bootloader and go to recovery and follow all the steps on the magiorom link. Don't forget to thank me. And btw, I didn't have to download any of those adb files. You root your phone when you have twrp. It'll ask you if you want to root. Say yes!!!!
Click to expand...
Click to collapse
should be:
fastboot flash recovery recovery.img
theodorius123 said:
should be:
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Thanks for that. I forgot about that. And I hope that it'll work for him.
abzboi said:
Search around to see if you can find a updated version? Let me explain to you how I did it. First, I unlocked my bootloader. Second, I downloaded the twrp and magiorom r3. Third hold shift and right click on the flashboot folder that you downloaded from htcdev and click on the open command window here. Rename you twrp to recovery. If your twrp file says img on it then try recovery.img, if not then type recovery. And on the cmd type flashboot flash recovery.img. Then you go back to bootloader and go to recovery and follow all the steps on the magiorom link. Don't forget to thank me. And btw, I didn't have to download any of those adb files. You root your phone when you have twrp. It'll ask you if you want to root. Say yes!!!!
Click to expand...
Click to collapse
Many thanks for your advice. I will try this later on.
btw the adb file is in the flashboot file downloaded from htcdec but have found a workaround that i will try
Braddison said:
Many thanks for your advice. I will try this later on.
btw the adb file is in the flashboot file downloaded from htcdec but have found a workaround that i will try
Click to expand...
Click to collapse
cool
Hello,
I meant to factory restore my rooted N5 and on the advanced TWRP option I chose wipe data. Now I have no OS. I'm not finding a guide on how to install the stock 4.4.2 onto my N5 using a Mac. Is there a process that shows how to do that exactly for a Mac?
thx,
Mark
Install windows on your mac using bootcamp or VMware. just use windows 7/8 trial.
Sent from my Nexus 5 using Tapatalk
+1 i think thts your best bet.. :good:
lesp4ul said:
Install windows on your mac using bootcamp or VMware. just use windows 7/8 trial.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
eodchn said:
+1 i think thts your best bet.. :good:
Click to expand...
Click to collapse
Yes, I have VMWare and Windows 7 installed. But, what is the process to get the stock rom back onto my phone? I've got TWRP and able to get into Bootloader mode.
s1w999 said:
Yes, I have VMWare and Windows 7 installed. But, what is the process to get the stock rom back onto my phone? I've got TWRP and able to get into Bootloader mode.
Click to expand...
Click to collapse
Look in the general section and at the top is the guide you need to get sorted, good luck and dont panic you haven't killed it.
You don't have to do all that just sideload a stock rom onto the phone
lesp4ul said:
Install windows on your mac using bootcamp or VMware. just use windows 7/8 trial.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Lol
Mac is fully supported by Android tools
Sent from my Nexus 5
Jables2915 said:
You don't have to do all that just sideload a stock rom onto the phone
Click to expand...
Click to collapse
Afaik know you can`t sideload a stock image, only flash in fastboot. Correct me if i`am wrong though. OP can sideload a custom rom and from there return to stock or as @Pirateghost said just use the sdk to flash the image straight away.
gee2012 said:
Afaik know you can`t sideload a stock image, only flash in fastboot. Correct me if i`am wrong though. OP can sideload a custom rom and from there return to stock.
Click to expand...
Click to collapse
100% Correct, OP can choose to do it that way or flash stock image in fastboot there's no need to use Windows at all.
Not working
Jables2915 said:
You don't have to do all that just sideload a stock rom onto the phone
Click to expand...
Click to collapse
Well, I have the Nexus Android Toolkit for oneclick root etc. I don't believe I have USB debugging "on" and I have no OS on the phone to set it to "on". The toolkit will not install the Stock rom is downloaded because is says there's a name mismatch. I choose the option to change name etc and install anyway and it just loops with the same mismatch issue.
Really frustrating. How do I download a .zip file of the rom so I can flash it. All I get are .tgz files when I download the stock rom.
Any ideas?
s1w999 said:
Well, I have the Nexus Android Toolkit for oneclick root etc. I don't believe I have USB debugging "on" and I have no OS on the phone to set it to "on". The toolkit will not install the Stock rom is downloaded because is says there's a name mismatch. I choose the option to change name etc and install anyway and it just loops with the same mismatch issue.
Really frustrating. How do I download a .zip file of the rom so I can flash it. All I get are .tgz files when I download the stock rom.
Any ideas?
Click to expand...
Click to collapse
Just put your faith in toolkits, why don`t you post your question in the toolkits thread. Let them clean up the mess Sorry if i sound a wee harsh but i HATE toolkits, they cause more problems for uneducated users than they do good.
gee2012 said:
Afaik know you can`t sideload a stock image, only flash in fastboot. Correct me if i`am wrong though. OP can sideload a custom rom and from there return to stock or as @Pirateghost said just use the sdk to flash the image straight away.
Click to expand...
Click to collapse
there are stock roms, zipped, floating around xda now. those can be pushed to recovery and flashed.
simms22 said:
there are stock roms, zipped, floating around xda now. those can be pushed to recovery and flashed.
Click to expand...
Click to collapse
Yes i know, but OP wanted to flash back to stock and the android-sdk supports Mac computers.
gee2012 said:
Yes i know, but OP wanted to flash back to stock and the android-sdk supports Mac computers.
Click to expand...
Click to collapse
ah, i missed that :angel:
simms22 said:
there are stock roms, zipped, floating around xda now. those can be pushed to recovery and flashed.
Click to expand...
Click to collapse
I'm downloading a zip now to push/flash. It's a stock rom. Just hoping it works. Next option is I'm glad to hire someone to remote in and fix it. Let me know if you're interested.
thx
s1w999 said:
I'm downloading a zip now to push/flash. It's a stock rom. Just hoping it works. Next option is I'm glad to hire someone to remote in and fix it. Let me know if you're interested.
thx
Click to expand...
Click to collapse
Here is a tutorial for how to setup adb on Mac http://www.youtube.com/watch?v=V0MyTvgfO7s, and here is a how to use it http://forum.xda-developers.com/showthread.php?t=1917237 and restore to stock .
gee2012 said:
Here is a tutorial for how to setup adb on Mac http://www.youtube.com/watch?v=V0MyTvgfO7s, and here is a how to use it http://forum.xda-developers.com/showthread.php?t=1917237 and restore to stock .
Click to expand...
Click to collapse
Excellent, I'm headed there right now.
Thank you!
s1w999 said:
Excellent, I'm headed there right now.
Thank you!
Click to expand...
Click to collapse
OK, got that set up and ./fastboot devices shows my device serial #.
Now, as long as my USB debugging is "on" (I have no way to toggle that since I have no OS, only recovery. Does the fastboot devices command working verify that USB debugging is "on"?
Now to find instructions on how what the flash commands are.
ty
s1w999 said:
OK, got that set up and ./fastboot devices shows my device serial #.
Now, as long as my USB debugging is "on" (I have no way to toggle that since I have no OS, only recovery. Does the fastboot devices command working verify that USB debugging is "on"?
Now to find instructions on how what the flash commands are.
ty
Click to expand...
Click to collapse
Download the factory image and extract with 7-zip and find a Mac flash.all command in the fastboot folder which you can select i guess. Haven`t had a Mac ever so no xperience. Make sure you have the following img files :radio, boot, bootloader, system.img zip, cache and userdata placed in the fastboot folder.
Look here for a tutorial http://au.ibtimes.com/articles/526920/20131203/flash-factory-image-nexus-complete-stock-return.htm.
gee2012 said:
Download the factory image and extract with 7-zip and find a Mac flash.all command in the fastboot folder which you can select i guess. Haven`t had a Mac ever so no xperience. Make sure you have the following img files :radio, boot, bootloader, system.img zip, cache and userdata placed in the fastboot folder.
Look here for a tutorial http://au.ibtimes.com/articles/526920/20131203/flash-factory-image-nexus-complete-stock-return.htm.
Click to expand...
Click to collapse
Well, I've got everything in place, ./fastboot devices sees my N5 but the flash command doesn't do anything when executed.
Any ideas?
Here's what terminal shows:
Marks-Air:android tools Mark$ ./fastboot devices
0591a238002ead35 fastboot
Marks-Air:android tools Mark$ ./flash-all.sh
./flash-all.sh: line 17: fastboot: command not found
./flash-all.sh: line 18: fastboot: command not found
./flash-all.sh: line 20: fastboot: command not found
./flash-all.sh: line 21: fastboot: command not found
./flash-all.sh: line 23: fastboot: command not found
Marks-Air:android tools Mark$
I'm currently on Verizon Version :5.0.1 Software :4.17.605.5. Is there a Marshmallow Rom that I can flash that will update firmware and give me the security/stagefrieght patches that verizon put out months ago? I'm rooted and S-off.
beeper10 said:
I'm currently on Verizon Version :5.0.1 Software :4.17.605.5. Is there a Marshmallow Rom that I can flash that will update firmware and give me the security/stagefrieght patches that verizon put out months ago? I'm rooted and S-off.
Click to expand...
Click to collapse
You can run MM ROMs, yes. There is one from Santod040 that is based off HTC Sense, and one by enewman17 that is based off GPe (Google Play edition)
There is no MM firmware however, until HTC releases it to us.
You can flash the latest 4.17.605.9 LP firmware, and run those above said MM ROMs
Where would I find and how would I flash the firmware..... Through twrp?
beeper10 said:
Where would I find and how would I flash the firmware..... Through twrp?
Click to expand...
Click to collapse
Verizon m8 Development forum: LINK
Latest Verizon firmware and instructions: LINK
Marshmallow Google Play Edition for Vzw m8: LINK
Marshmallow Sense 7 for Vzw m8: LINK
I tried updating the firmware with installing the above zip and it fails.
I've tried to flash the all in one update a bunch of times and it continuously fails.
beeper10 said:
I've tried to flash the all in one update a bunch of times and it continuously fails.
Click to expand...
Click to collapse
Need more info then "it fails".
Exact error or issue you encounter.
Pasting the terminal input and output here would be most useful.
Hard to instruct you any further from what little info you gave.
I'm doing it from the phone and there's no way I can copy and paste the results..... I tried to take a screen shot but that wouldn't work either. It doesn't give a reason it just goes to install and fails. Not sure how to give more info?
Here's a couple pictures of the issue.
beeper10 said:
Here's a couple pictures of the issue.
Click to expand...
Click to collapse
You don't flash it in recovery...
It fails because you aren't following the instructions given...
Copied from Santods thread:
http://forum.xda-developers.com/showpost.php?p=62734094&postcount=2
Place the zip in your fastboot/adb directory on your computer.
Put the device in fastboot mode
(Volume down and power until menu appears, select fastboot using power button)
Connect the device to the computer
Enter the following commands from terminal/command prompt in the fastboot directory, one at a time:
fastboot oem rebootRUU (this puts the device in RUU mode)
fastboot flash zip firmware.zip (rename file to firmware.zip to make it simple/optional)
It will say that the update did not finish, to flush again, so repeat the above step:
fastboot flash zip firmware.zip
Important: the flash process halts at around 75% to 90% on phone screen! This is normal and a safety precaution!
The last few percent is the reboot, which is NOT happening automatically, so you get a chance to check the console output before reboot to make sure it is safe to reboot!
The bar will only fill up to 100% once you type the following command:
fastboot reboot-bootloader (this reboots the device to bootloader)
I left my computer at work... Is there anyway to do it from the phone?
beeper10 said:
I left my computer at work... Is there anyway to do it from the phone?
Click to expand...
Click to collapse
Yes... By using an sdcard...
Rename file to 0P6BIMG.zip and Copy 0P6BIMG.zip to root of a physical SD. No exfat! No internal storage!
Reboot phone to bootloader and follow prompts once furmware is detected by phone.
That I have! That's were I was trying to flash it from.
beeper10 said:
That I have! That's were I was trying to flash it from.
Click to expand...
Click to collapse
Again.... You do NOT flash in recovery.
And I'll post again...
Please follow the instructions.
Rename file to 0P6BIMG.zip and Copy 0P6BIMG.zip to root of a physical SD. No exfat! No internal storage!
Reboot phone to bootloader and follow prompts once firmware is detected by phone.
So I was able to get twrp and pixel experience installed and liked, but it wouldn't work on my carrier, so I need to go back to stock. I did the info here: https://forum.xda-developers.com/t/...e-to-root-magisk-and-return-to-stock.3914228/ and got the stock image and recovery installed, but cannot get the device back locked. Can anyone help?
FWIW: I got the latest stock rom from here: https://mirrors.lolinet.com/firmware/moto/ali/official/RETAIL/
and think my device is the 1925-6
I just tried the most recent from the RETUS channel here: https://mirrors.lolinet.com/firmware/moto/ali/official/RETUS/
and still failed. Here is the output.
ludespeedny said:
I just tried the most recent from the RETUS channel here: https://mirrors.lolinet.com/firmware/moto/ali/official/RETUS/
and still failed. Here is the output.
Click to expand...
Click to collapse
Wait so when you try to lock the bootloader are you getting a warning that looks like this: "your device has a different operating system" I have same problem too and I'm not able to figure out.
I got that previously, but that was because I wasn't using the most recent image. Looks like on that page, the most recent is the one from 2020-07-28
ludespeedny said:
I got that previously, but that was because I wasn't using the most recent image. Looks like on that page, the most recent is the one from 2020-07-28
Click to expand...
Click to collapse
oh ok. but when i press "update softwaer" it says system integrity comrpromised. is this because i unlocked the bootloader? do i have to lock it after i flash the 2020-07-28?
smartasiankid said:
oh ok. but when i press "update softwaer" it says system integrity comrpromised. is this because i unlocked the bootloader? do i have to lock it after i flash the 2020-07-28?
Click to expand...
Click to collapse
to get rid of that message*
Yeah, basically you flash, lock and reflash. If you run the bat file earlier in this thread it should do it all.
Actually, check here: https://forum.xda-developers.com/t/stock-ali-firmware-moto-g6.3792292/page-23#post-84059247
ludespeedny said:
I got that previously, but that was because I wasn't using the most recent image. Looks like on that page, the most recent is the one from 2020-07-28
Click to expand...
Click to collapse
can you please in detail tell me all the steps, prereqs, so i can go back to ACTUAL stock? i still get the "your device has loaded a different operating ststem" warning
Make sure you have the correct version rom as well, RETUS is Retail US version. Not sure what the others are. I'll look up the flashing instructions and link them.
ludespeedny said:
Actually, check here: https://forum.xda-developers.com/t/stock-ali-firmware-moto-g6.3792292/page-23#post-84059247
Click to expand...
Click to collapse
okay i read that page and its giving me some hope. please tell me the prereqs and what i have to do BEFORE flashing that file?
ludespeedny said:
Make sure you have the correct version rom as well, RETUS is Retail US version. Not sure what the others are. I'll look up the flashing instructions and link them.
Click to expand...
Click to collapse
hey can you please help me? i need to get back to stock ASAP.
So get the latest image zip you want to use from the RETUS link and make sure you have the bat file from here https://forum.xda-developers.com/t/stock-ali-firmware-moto-g6.3792292/post-84059131
put the bat file in your minimal adb/fastboot directory and extract the image zip you downloaded above there as well. Then put your phone into fastboot mode, connect to your computer, make sure you can see it in by running adb-devices and then run the bat file from that dir that you put there.
ludespeedny said:
So get the latest image zip you want to use from the RETUS link and make sure you have the bat file from here https://forum.xda-developers.com/t/stock-ali-firmware-moto-g6.3792292/post-84059131
put the bat file in your minimal adb/fastboot directory and extract the image zip you downloaded above there as well. Then put your phone into fastboot mode, connect to your computer, make sure you can see it in by running adb-devices and then run the bat file from that dir that you put there.
Click to expand...
Click to collapse
which bat and image file(s)? be more specific plz. btw im on an unlocked version of RETUS so it might be different? or is it the same? it might be the same for us because yes it has to flash 11 images now instead of 10 from previous versions. also when i used the bat file you added for locking the bootloader it didnt work bc it still said flashing_unlocked down in the bottom and when i clicked start from the bootloader mode it was showing a white screen with lots of blue text that disappeared very quickly so i could not tell. please tell me unambiguously how to do it though.
smartasiankid said:
which bat and image file(s)? be more specific plz. btw im on an unlocked version of RETUS so it might be different? or is it the same? it might be the same for us because yes it has to flash 11 images now instead of 10 from previous versions. also when i used the bat file you added for locking the bootloader it didnt work bc it still said flashing_unlocked down in the bottom and when i clicked start from the bootloader mode it was showing a white screen with lots of blue text that disappeared very quickly so i could not tell. please tell me unambiguously how to do it though.
Click to expand...
Click to collapse
nvm you didnt delete it but when i flashed that it just didnt lock the bootloader.
Make sure you have the 1925-6 version and grab this image: https://mirrors.lolinet.com/firmwar...ubsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
then grab this bat file: https://forum.xda-developers.com/t/stock-ali-firmware-moto-g6.3792292/page-23#post-84059131
extract both to your fastboot directory.
Then launch cmd in admin mode and navigate to the fastboot directory. Then type adb devices to make sure your phone shows up, and then run the FLASH_OEM_LOCK.bat file. This is exactly what I did to my phone about a month ago. Same image and bat file.
ludespeedny said:
Make sure you have the 1925-6 version and grab this image: https://mirrors.lolinet.com/firmwar...ubsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
then grab this bat file: https://forum.xda-developers.com/t/stock-ali-firmware-moto-g6.3792292/page-23#post-84059131
extract both to your fastboot directory.
Then launch cmd in admin mode and navigate to the fastboot directory. Then type adb devices to make sure your phone shows up, and then run the FLASH_OEM_LOCK.bat file. This is exactly what I did to my phone about a month ago. Same image and bat file.
Click to expand...
Click to collapse
so the bat file as in the oem flash lock zip or whatever and the image meaning the rom like the XT1925-6_ALI_RETUS_9.0_PPSS29.55-37-7-10?? btw thats the april 1 update rigjt? also im on:
https://mirrors.lolinet.com/firmwar...ubsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
so should i flash the image that YOU provided or is what i am using fine? this is the april security patch level so idk.
No, that is why you are getting errors, just get the most recent one, 2020-05-27, is the most recent from here: https://mirrors.lolinet.com/firmware/motorola/ali/official/RETUS/
I was getting the same operating system error you did. The bat file just processes and installs all the files from whatever image file you extract to the directory using adb.
ludespeedny said:
No, that is why you are getting errors, just get the most recent one, 2020-05-27, is the most recent from here: https://mirrors.lolinet.com/firmware/motorola/ali/official/RETUS/
I was getting the same operating system error you did. The bat file just processes and installs all the files from whatever image file you extract to the directory using adb.
Click to expand...
Click to collapse
Oh ok. So am I supposed to do it via adb or what? Please explain it step by step Bec I'm easily getting a little confused with what youre saying. Take your time so I can really understand.