Need latest firmware - OnePlus 3 Questions & Answers

I need latest firmware to flash on the cm builds. I wish to fix the mobile signal issues that come with cm. The firmware can be extracted from latest oos but i haven't done so before.
Ps firmware means the radio modem etc not the system.

do u want a firmware.img to flash via twrp or do u want the bin files
---------- Post added at 03:16 AM ---------- Previous post was at 03:11 AM ----------
maxsam4 said:
I need latest firmware to flash on the cm builds. I wish to fix the mobile signal issues that come with cm. The firmware can be extracted from latest oos but i haven't done so before.
Ps firmware means the radio modem etc not the system.
Click to expand...
Click to collapse
https://drive.google.com/file/d/0BzWKkm1vb13uTmtMMm1DcWxNTFE/view?usp=sharing
here u go, this is from Latest update of OxygenOS 3.2.4 and pulled from Partitions Backup

Bradl79 said:
do u want a firmware.img to flash via twrp or do u want the bin files
---------- Post added at 03:16 AM ---------- Previous post was at 03:11 AM ----------
https://drive.google.com/file/d/0BzWKkm1vb13uTmtMMm1DcWxNTFE/view?usp=sharing
here u go, this is from Latest update of OxygenOS 3.2.4 and pulled from Partitions Backup
Click to expand...
Click to collapse
I just want my device to have the latest firmware. doesnt matter how i get it.
on which partition do i have to flash this image?

what partitions is twrp giving you to flash on

Bradl79 said:
what partitions is twrp giving you to flash on
Click to expand...
Click to collapse
boot recovery system

maxsam4 said:
boot recovery system
Click to expand...
Click to collapse
i don't think that would work, let me get u the modemst bin files and u can flash via fastboot, hold on
---------- Post added at 04:11 AM ---------- Previous post was at 04:05 AM ----------
fastboot flash modem <name-of-modem>.bin
modemst1.bin
modemst2.bin

Bradl79 said:
i don't think that would work, let me get u the modemst bin files and u can flash via fastboot, hold on
fastboot flash modem <name-of-modem>.bin
Click to expand...
Click to collapse
Isn't that your EFS Backup? Not sure you should be sharing that as it contains your IMEI if I'm not mistaken?

Just flash the original OOS 3.2.4 or if it was already installed, you should be automatically on latest firmware. AFAIK CM zips do not include firmware files.

Link
Bradl79 said:
do u want a firmware.img to flash via twrp or do u want the bin files
---------- Post added at 03:16 AM ---------- Previous post was at 03:11 AM ----------
https://drive.google.com/file/d/0BzWKkm1vb13uTmtMMm1DcWxNTFE/view?usp=sharing
here u go, this is from Latest update of OxygenOS 3.2.4 and pulled from Partitions Backup
Click to expand...
Click to collapse
Link is down Please re up it

clone217 said:
Link is down Please re up it
Click to expand...
Click to collapse
I think salty is right, the modemst files could contain my info only and I don't want to mess ur phone up, have u tried to flash the latest OS so u can get the latest firmware, BC that will contain the correct files

I didn't try the new os, of you have am IMG will do

clone217 said:
I didn't try the new os, of you have am IMG will do
Click to expand...
Click to collapse
Extract latest oos and flash NON-HLOS.bin from the firmware folder using
fastboot flash modem NON-HLOS.bin
Good thing i didn't flash his efs ????
I would have uploaded the modem but my upload speed is too slow

Related

HELP! Does anyone have the stock system.img?

I screwed up my Moto Z play and need the stock system.img in order to get it to boot again. Does anyone have the file?
Read the forum, brother.
FreedFromDeath said:
Read the forum, brother.
Click to expand...
Click to collapse
I went to the stock firmware thread, but it isn't explained how to flash them. The stock firmware files don't include a system.img file either. Only sparsechunk files.
There's your answer.
FreedFromDeath said:
There's your answer.
Click to expand...
Click to collapse
...so you're saying there's no way to flash the firmware files, and there is no system.img?
There is a way to flash the sparsechunk files, you just need to find it in this same forum.
---------- Post added at 05:39 PM ---------- Previous post was at 05:24 PM ----------
http://bfy.tw/8QgM
http://forum.xda-developers.com/moto-x-play/general/guide-how-to-flash-factory-image-return-t3261486
Uclydde said:
I went to the stock firmware thread, but it isn't explained how to flash them. The stock firmware files don't include a system.img file either. Only sparsechunk files.
Click to expand...
Click to collapse
U can flash stock rom easily with latest RSD lite tool
U can download it from ..
http://rsdlite.en.lo4d.com/download
Connect ur phone to pc in fastboot mode
Select XML file from extracted stock firmware and start flash

RETIN New 7.1.1 update error

So took a break from official ROM and went on to Lineage os for sometime which didn't end so well so I went back from that by using: https://forum.xda-developers.com/moto-z-play/development/firmwares-stock-nougat-moto-z-play-t3599838 thread.
Now when I download the update for 7.1.1 phone restarts tries to flash the update but ends up with error and phone restarts stating that the update was unsuccessful.
It happend with me too, I was also try to sideload the 7.1.1 update but it was also failed.
What we can do now anyone please help.
Did you flash the modem? That is what I needed to do.
EspElement said:
Did you flash the modem? That is what I needed to do.
Click to expand...
Click to collapse
Can you please tell me the steps to sideload.
I don't understand what u mean to flash modem.
Please tell me it is very helpful for me..
anujmodi555 said:
Can you please tell me the steps to sideload.
I don't understand what u mean to flash modem.
Please tell me it is very helpful for me..
Click to expand...
Click to collapse
There is a process to backup your EFS which I would recommend first. Let me do some digging and give you the steps.
Here you are:
Make sure you have the right modem for your ROM to flash. What are you on currently?
Then boot into TWRP (not sure if it can be the Chinese one or not) recovery and connect your pc via adb. (in fastboot, type fastboot boot recovery.img < TWRP recovery). Then type the following commands, one line after the other or it could get stuck! (this creates a backup of all the partitions we are going to change to your internal sdcard, just in case):
adb shell
dd if=/dev/block/platform/soc/7824900.sdhci/by-name/modem of=/sdcard/NON-HLOS.bin
dd if=/dev/block/platform/soc/7824900.sdhci/by-name/modemst1 of=/sdcard/modemst1.img
dd if=/dev/block/platform/soc/7824900.sdhci/by-name/modemst2 of=/sdcard/modemst2.img
dd if=/dev/block/platform/soc/7824900.sdhci/by-name/fsg of=/sdcard/fsg.mbn
dd if=/dev/block/platform/soc/7824900.sdhci/by-name/dsp of=/sdcard/adspso.bin
After you are done, reboot into the bootloader and boot into the recovery which is attached below:
fastboot boot recovery-TWRP-3.0.2-20161010-MOTO_Z_PLAY-CN-wzsx150.img (if that doesn't work, just rename the file to recovery.img)
After you changed the language from chinese to english, you can backup your EFS with the recovery.
I then flashed.
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash dsp adspso.bin
Key is to stay away from these commands.
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
Thanks
Will I able to install OTA 7.1.1 via twrp recovery...?
I am currently on Android 7.0 April Security patch
CHANNEL - retin
WILL You please explain will I able to flash OTA.zip via sideload..?
EspElement said:
There is a process to backup your EFS which I would recommend first. Let me do some digging and give you the steps.
Here you are:
Make sure you have the right modem for your ROM to flash. What are you on currently?
Then boot into TWRP (not sure if it can be the Chinese one or not) recovery and connect your pc via adb. (in fastboot, type fastboot boot recovery.img < TWRP recovery). Then type the following commands, one line after the other or it could get stuck! (this creates a backup of all the partitions we are going to change to your internal sdcard, just in case):
adb shell
dd if=/dev/block/platform/soc/7824900.sdhci/by-name/modem of=/sdcard/NON-HLOS.bin
dd if=/dev/block/platform/soc/7824900.sdhci/by-name/modemst1 of=/sdcard/modemst1.img
dd if=/dev/block/platform/soc/7824900.sdhci/by-name/modemst2 of=/sdcard/modemst2.img
dd if=/dev/block/platform/soc/7824900.sdhci/by-name/fsg of=/sdcard/fsg.mbn
dd if=/dev/block/platform/soc/7824900.sdhci/by-name/dsp of=/sdcard/adspso.bin
After you are done, reboot into the bootloader and boot into the recovery which is attached below:
fastboot boot recovery-TWRP-3.0.2-20161010-MOTO_Z_PLAY-CN-wzsx150.img (if that doesn't work, just rename the file to recovery.img)
After you changed the language from chinese to english, you can backup your EFS with the recovery.
I then flashed.
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash dsp adspso.bin
Key is to stay away from these commands.
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
Click to expand...
Click to collapse
Currently i am on nougat 7.0 which i flashed from the page i mentioned at first post.. I am all on stock.. And i got notification for original 7.1.1 update which on trying to flash gives error.. what modem do i need.. You mean the modem of the rom i currently have?
EDIT: You are legend. Worked like a charm. Thanks alot
Rock_roll said:
Currently i am on nougat 7.0 which i flashed from the page i mentioned at first post.. I am all on stock.. And i got notification for original 7.1.1 update which on trying to flash gives error.. what modem do i need.. You mean the modem of the rom i currently have?
EDIT: You are legend. Worked like a charm. Thanks alot
Click to expand...
Click to collapse
Can you tell me what actually you do please...?
---------- Post added at 06:55 PM ---------- Previous post was at 06:48 PM ----------
After doing all the steps mentioned above what will I do next.
Will I able to install OTA after this ...?
anujmodi555 said:
Can you tell me what actually you do please...?
---------- Post added at 06:55 PM ---------- Previous post was at 06:48 PM ----------
After doing all the steps mentioned above what will I do next.
Will I able to install OTA after this ...?
Click to expand...
Click to collapse
You are on which ROM.. the one I mentioned? You flashed from that topic or you are on untouched official rom
Rock_roll said:
You are on which ROM.. the one I mentioned? You flashed from that topic or you are on untouched official rom
Click to expand...
Click to collapse
I am currently on Android 7.0 retin April Security patch.
I am previously on LOS BUT now on stock 7.0
---------- Post added at 07:06 PM ---------- Previous post was at 07:04 PM ----------
anujmodi555 said:
I am currently on Android 7.0 retin April Security patch.
I am previously on LOS BUT now on stock 7.0
Click to expand...
Click to collapse
I have successfully downloaded the Android 7.1.1 OTA but when it is going to install is shows me error and reboot and then it gives me message update is unsuccessful.
When I will try to sideload the OTA package it gives me some "modem" error
---------- Post added at 07:09 PM ---------- Previous post was at 07:06 PM ----------
Can you please tell me the steps you performed for installing the Android 7.1.1 stock OTA successfully.?
anujmodi555 said:
I am currently on Android 7.0 retin April Security patch.
I am previously on LOS BUT now on stock 7.0
---------- Post added at 07:06 PM ---------- Previous post was at 07:04 PM ----------
I have successfully downloaded the Android 7.1.1 OTA but when it is going to install is shows me error and reboot and then it gives me message update is unsuccessful.
When I will try to sideload the OTA package it gives me some "modem" error
---------- Post added at 07:09 PM ---------- Previous post was at 07:06 PM ----------
Can you please tell me the steps you performed for installing the Android 7.1.1 stock OTA successfully.?
Click to expand...
Click to collapse
Just flash those files in the sequence he said with those commands..
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash dsp adspso.bin
You will find NON-HLOS.bin, fsg.mbn, adspso.bin along with the systemchunk files you downloaded from the post i mentioned in first comment. just flash those and using that command list and download the update and you will not get any error.
Rock_roll said:
Currently i am on nougat 7.0 which i flashed from the page i mentioned at first post.. I am all on stock.. And i got notification for original 7.1.1 update which on trying to flash gives error.. what modem do i need.. You mean the modem of the rom i currently have?
EDIT: You are legend. Worked like a charm. Thanks alot
Click to expand...
Click to collapse
This is awesome!! I am happy for you man!!

New update NMA26.42-82

A whatsapp group for moto support for e4 plus just sent me this.... Anyone else receive?
Moto e4 plus xt1773 Brazil don't receive this update. Actually, my is on NMA26.42.69
I'm in Italy and haven't received the update either. Mine is the XT1771. So maybe only the version in India is receiving this update..... If so that sucks.... Anyone sale receive an update? If so what country?
maybe the last update fix the bluetooth volume issue...
how to update my rooted moto e4 plus
Knox.V said:
revert to stock boot images and recovery image first.
use this fastboot command:
fastboot erase boot
fastboot flash boot boot.img
fastboot erase recovery
fastboot flash recovery recovery.img
do check for updates after reverting to stock images.
Click to expand...
Click to collapse
Sorry but i install twrp recovery...and i have stock recovery.bin file..but not able to flash
is there anyway to manually push the update, im stock and dont wanna wait hahaha, still says no update available
Knox.V said:
revert to stock boot images and recovery image first.
use this fastboot command:
fastboot erase boot
fastboot flash boot boot.img
fastboot erase recovery
fastboot flash recovery recovery.img
do check for updates after reverting to stock images.
Click to expand...
Click to collapse
stock boot.img and recovery.img, need be downloaded?
ROGGGER3G said:
stock boot.img and recovery.img, need be downloaded?
Click to expand...
Click to collapse
Someone to share this files?
ROGGGER3G said:
stock boot.img and recovery.img, need be downloaded?
Click to expand...
Click to collapse
I find stock recovery but where i download stock boot.img....
rana.likhi1 said:
I find stock recovery but where i download stock boot.img....
Click to expand...
Click to collapse
could you share to us when you find, ok?
Got update in Indian Model too , thanks for info.
It's just the July security update and some minor bug fixes as they say. Nothing special.
Hope someone can make a flashable zip for us to update.
Sent from my Moto E (4) Plus using XDA Labs
ROGGGER3G said:
could you share to us when you find, ok?
Click to expand...
Click to collapse
I am needing the stock boot.img as well. Please share the link.
Moto E4 Plus x1775
Has Moto e4 plus mediatek varient Mira vision?
---------- Post added at 04:09 PM ---------- Previous post was at 04:08 PM ----------
I face video smoothness issue
---------- Post added at 04:09 PM ---------- Previous post was at 04:09 PM ----------
In mediatek varient
I was notified of this update I installed it but while reeboting my Moto stucked. I need to again turn it off and restart it.
Shv22 said:
I was notified of this update I installed it but while reeboting my Moto stucked. I need to again turn it off and restart it.
Click to expand...
Click to collapse
How long did you wait when it rebooted? It could take up to 20 minutes before it goes to the homescreen.
Someone host this update w/download link???
That'd be great

Best Way to Back Stock Firmware BND Al10?

I just unlocked bootloader and installed Twrp. I wanted to try aosp Rom which just arrived few days back. I keep get error while backing up using twrp. Any other way?
In erecovery can full restore original Rom
letschky said:
In erecovery can full restore original Rom
Click to expand...
Click to collapse
Yeah it gets declined by some error
Username.php said:
Yeah it gets declined by some error
Click to expand...
Click to collapse
do you have the china AL10 version?
if yes download full Firmware and flash via adb
if you have India Version no chance to go back to stock without full firmware
---------- Post added at 05:54 PM ---------- Previous post was at 05:53 PM ----------
Usually you do a twrp backup before you flash something else
letschky said:
do you have the china AL10 version?
if yes download full Firmware and flash via adb
if you have India Version no chance to go back to stock without full firmware
---------- Post added at 05:54 PM ---------- Previous post was at 05:53 PM ----------
Usually you do a twrp backup before you flash something else
Click to expand...
Click to collapse
Yeah I have Indian version.

need s251 boot.img

Hello!
The magisk root app offered an update to version 16.0 - after applying it via the app my phone didn't start anymore, 4 seconds of vibration follwed a by static blue light of the led
I flashed the boot.img of s244 to get the phone to work again.
Now the phone is running but I would like to go back to s251 of boot.img.
I cannot install the s244_TO_s251 - that just fails. Probably different versions are making it fail: my system is on s251 and recovery & boot are on s244
could someone send me the boot.img of s251 update?
or will it work to apply all systemchunk* to downgrade system to s244 and apply s244_TO_s251?
thanks!
Use the boot image from S244 room.. it work.. then you can decide if you want to clean flash the stock room or not
jupp i'm running s244 boot.img
should i apply all apply all systemchunk*.img to downgrade or what do you mean by "flash the stock rom" ?
Thanks!
Hi @miro101 :- Did you get the boot.img file of S251? If so, could you please provide the same?
Hello @sghegde87
I never found someone to upload the boot IMG I flashed all systemchunk to downgrade. After that I could update via Lenovo update tool.
Right now I'm on a custom kernel, but I you like, I could upload the backup of boot.img in s251 before I installed custom kernel. Just tell me
Download the S251 firmware and extract boot.img
I found it
miro101 said:
Hello @sghegde87
I never found someone to upload the boot IMG I flashed all systemchunk to downgrade. After that I could update via Lenovo update tool.
Right now I'm on a custom kernel, but I you like, I could upload the backup of boot.img in s251 before I installed custom kernel. Just tell me
Click to expand...
Click to collapse
Thanks. I found it in the s251 update Zip file. Thanks
---------- Post added at 01:41 PM ---------- Previous post was at 01:39 PM ----------
Tripov said:
Download the S251 firmware and extract boot.img
Click to expand...
Click to collapse
Yes. I did that. Thanks!
sghegde87 said:
Thanks. I found it in the s251 update Zip file. Thanks
---------- Post added at 01:41 PM ---------- Previous post was at 01:39 PM ----------
Yes. I did that. Thanks!
Click to expand...
Click to collapse
Bro plz provide that boot img to me. I need it
Download and extract
Ramesh788 said:
Bro plz provide that boot img to me. I need it
Click to expand...
Click to collapse
Hey, it's simple. Download the system image and extract it using 7-zip.
http://lenovo-forums.ru/files/file/1898-lenovo-vibe-p2-a42-p2a42_s251_171107_row_fastboot/
You will get the default system image.
Ramesh788 said:
Bro plz provide that boot img to me. I need it
Click to expand...
Click to collapse
Boot.img is here. Extracted from s251 twrp version.
I hope is the right file.
https://www.dropbox.com/s/wcolh7bii657eza/boot.img?dl=0&m=
Fatih Fırıncı said:
Boot.img is here. Extracted from s251 twrp version.
I hope is the right file.
https://www.dropbox.com/s/wcolh7bii657eza/boot.img?dl=0&m=
Click to expand...
Click to collapse
Thanks bro

Categories

Resources