[GUIDE] How to Unbrick Nokia 8.3 affected by May 2023 Security Patch - Nokia 8.3 5G (8V 5G UW) Guides, News, & Discussion

As I mentioned before, unlocking the bootloader will fix this issue.
But if you don't want to unlock the bootloader, then this guide is for you.
DO NOT USE THIS METHOD IF JUNE 2023 OR NEWER UPDATE RELEASES IN FUTURE!
YOU SHOULD NOT IGNORE, REVERSE, SKIP ANY OF THE STEPS!
We assume you know how to use ADB/Fastboot commands.
Before you proceed, make sure you have your phone's battery charged as much as possible, or the bootloader will not allow you write any partitions.
1. Download this package and extract:
Non-Chinese users: https://www.androidfilehost.com/?fid=10620683726822058340
Chinese users can download from here: https://api.hikaricalyx.com/FileDownload/CTWorks?id=beb66c13d70644
Code:
SHA256: 72425ebdf249f523c81646786eb92d57229e9164ad25be2ef2d920eb7176fcd3
You should keep at least 10,030MB (10GB approx) empty space.
2. Open FastbootDriver folder and open DPInst64.exe (or DPInst32.exe if you're using 32-bit Windows) to install correct Fastboot driver. Once Fastboot driver installed, open RegistryFix.reg to prevent fastboot mode become unstable.
3. Sideload Android 10 Full OTA Package Under Recovery mode. Enter Recovery Mode by using either of these 2 methods.
- Execute these 2 commands:
Code:
fastboot reboot-fastboot
fastboot reboot-recovery
Then this phone will boot right into Recovery menu.
- At Fastboot screen, use Volume key to select Recovery mode, then power key to confirm.
When you see Android robot lying, press Volume Up key while holding power key to get Recovery menu.
We recommend users to use method 1 as many people don't know how to press such combination key.
4. Download this Android 10 Full OTA package:
https://android.googleapis.com/packages/ota-api/package/627142c637bf373410e6b8911aeb9b2e65bd5969.zip
or from here: https://www.androidfilehost.com/?fid=10620683726822057898Chinese users who don't have access to Google server can download from here: https://api.hikaricalyx.com/FileDownload/CTWorks?id=f427f5862b7749
Code:
SHA256: ba940f216f8d69de988005a6c61ba03073a5b0aacb0789005db5f2f2befe1a02
Please re-download this package if SHA256 is incorrect.
5. Use volume key to select "Apply update from ADB", then power key to confirm.
6. Execute this command to sideload Android 10 Full OTA to your phone:
Code:
adb sideload /path/to/627142c637bf373410e6b8911aeb9b2e65bd5969.zip
You may see downgrade not allowed message on screen, but it will be installed anyway. Wait for the procedure completes.
If the procedure halted at 94% and it says "adb: failed to read command: No error", it's expected.
7. Use volume key to select "Reboot to bootloader", power key to confirm.
8A. To Windows users, double click "0_OpenMeToInstall.cmd", and wait for the procedure completes. We only guarantee it will work on Windows 10 and 11.
DO NOT RUN IT WITH ADMINISTRATOR PRIVILEGES!
-
8B. To non-Windows users or you prefer to flash the package manually, execute these commands. It's absolutely discouraged to use outdated Fastboot binary (e.g. Minimal ADB and Fastboot).
Code:
cd /path/to/where/you/extracted/package/
fastboot flash abl_a abl_proto.elf
fastboot flash abl_b abl_proto.elf
fastboot reboot-bootloader
fastboot flash aop_a aop.img
fastboot flash aop_b aop.img
fastboot flash bluetooth_a bluetooth.img
fastboot flash bluetooth_b bluetooth.img
fastboot flash boot_a boot.img
fastboot flash boot_b boot.img
fastboot flash core_nhlos_a core_nhlos.img
fastboot flash core_nhlos_b core_nhlos.img
fastboot flash devcfg_a devcfg.img
fastboot flash devcfg_b devcfg.img
fastboot flash dsp_a dsp.img
fastboot flash dsp_b dsp.img
fastboot flash dtbo_a dtbo.img
fastboot flash dtbo_b dtbo.img
fastboot flash featenabler_a featenabler.img
fastboot flash featenabler_b featenabler.img
fastboot flash hyp_a hyp.img
fastboot flash hyp_b hyp.img
fastboot flash imagefv_a imagefv.img
fastboot flash imagefv_b imagefv.img
fastboot flash keymaster_a keymaster.img
fastboot flash keymaster_b keymaster.img
fastboot flash mdtp_a mdtp.img
fastboot flash mdtp_b mdtp.img
fastboot flash mdtpsecapp_a mdtpsecapp.img
fastboot flash mdtpsecapp_b mdtpsecapp.img
fastboot flash modem_a modem.img
fastboot flash modem_b modem.img
fastboot flash qupfw_a qupfw.img
fastboot flash qupfw_b qupfw.img
fastboot flash recovery_a recovery.img
fastboot flash recovery_b recovery.img
fastboot flash tz_a tz.img
fastboot flash tz_b tz.img
fastboot flash uefisecapp_a uefisecapp.img
fastboot flash uefisecapp_b uefisecapp.img
fastboot flash vbmeta_a vbmeta.img
fastboot flash vbmeta_b vbmeta.img
fastboot flash vbmeta_system_a vbmeta_system.img
fastboot flash vbmeta_system_b vbmeta_system.img
fastboot flash xbl_a xbl.img
fastboot flash xbl_b xbl.img
fastboot flash xbl_config_a xbl_config.img
fastboot flash xbl_config_b xbl_config.img
fastboot flash super super.img
fastboot flash abl_a abl.img
fastboot flash abl_b abl.img
fastboot reboot
8. Enjoy your fully revived Nokia 8.3 - and all your data should be safe.
Older April 2023 package can be downloaded for archiving purposes. Do not download if you don't know what you're doing.
HCTSW2_BGT-349D-0-00WW-B01_600WW_12_20230401_huaqin_ZQN1876_UnbrickFix.full.lzma2.63640a31.7z | by Hikari Calyx for Generic Device/Other
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
www.androidfilehost.com

FAQ and Troubleshooting
Q1. ADB prompts cannot read '/path/to/zipfile.zip' when sideloading!
A1. You're probably using outdated ADB binary (e.g. Minimal ADB and Fastboot). Always use latest Platform Tools from here: https://developer.android.com/studio/releases/platform-tools
Your outdated ADB binary might be installed at following directories. We strongly recommend you delete it before you proceed.
Code:
C:\adb
C:\Windows
C:\Windows\system32
Delete these files:
adb.exe, AdbWinApi.dll, AdbWinUsbApi.dll, fastboot.exe
Q2. Can I safely update to newer security updates?
A2. Yes you can. In case it bricked the phone again, rollback with this method.
Q3. The phone gets into bootloop while reinstalling firmware!
A3. To re-enter Fastboot mode, hold volume down key and power key while connected to PC. When the phone displays android one again, release power key immediately but don't release volume down key. Your phone should boot right into fastboot mode without vibration. You may need to try it multiples of times.
Then, re-open 0_OpenMeToInstall.cmd .
Q4: Why we don't recommend you to use "fastboot continue" method to "fix" the phone?
A4: 00WW_3_49E build has following known issues:
* You cannot install APK directly on device. PackageInstaller will crash immediately when you attempt to install APK.
* You cannot install newer OS update.
Those who're staying at 00WW_3_49E can reboot the phone into bootloader mode and follow this method to reinstall 00WW_3_49F update.
Q5: Can I do this under Windows 7?
A5: We can only guarantee it will run under Windows 10 or 11. Take your own risk if you're using Windows 7.
Q6: How to acknowledge if SHA256 is correct?
A6: For Windows users, you can install 7-Zip or it's fork (e.g. NanaZip), and you can find SHA256 checksum feature by right click on the file.
For macOS or Linux users, execute this command:
Code:
sha256sum /path/to/package/you/d/like/to/checksum.zip
Q7: What if the PC is infected by Synaptics virus - where executables become into "._cache.fastboot.exe"?
A7: Please look for an antivirus app you trust, do a full scan then restart. It's most likely caused by using USB Redirector Customer Module before from unknown sources.
Q8: I got "This is not Nokia 8.3" error, but I'm pretty sure it's Nokia 8.3!
A8: I'm afraid that you have ignored some procedure. You must install have driver installed properly before you proceed.
Q9: The PC does not detect the device. I got "The USB device returned an invalid serial number string descriptor." in Device Manager.
A9: Open Administrator privilege command prompt, powershell of terminal, execute these commands:
Code:
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags" /v "IgnoreHWSerNum18d1d00d" /t REG_DWORD /d 1 /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags" /v "IgnoreHWSerNum18d14ee0" /t REG_DWORD /d 1 /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags" /v "IgnoreHWSerNum18d1d001" /t REG_DWORD /d 1 /f
After that, use volume key to select "reboot to bootloader" on your phone and try again.
Q10: The phone is listed under Universal Serial Bus Controller as "Unknown Device (Device Descriptor Request Failed)" in Device Manager.
A10: This is caused by following reasons and none of them are related to USB driver:
* USB port on your PC or phone is too loose.
* You're using USB cable with low quality.
* If full-size desktop PC, you're not using the USB port on the rear side. Using rear side USB port is always preferred.
Q11: Something wrong happened when using early version of UnbrickFix package, now I cannot enter Recovery mode and cannot flash anything under Fastboot mode. How can I revive my phone?
A11: You'll have to utilize EDL method at this point. Install prototype ABL by following the topic below. Once prototype ABL images are installed, reboot the phone back to fastboot mode and reopen latest version of UnbrickFix package. Note you don't need to unlock the bootloader, just install prototype ABL.
[GUIDE] How to unlock the bootloader for Nokia 8.3 5G
TO CONTENT FARMS ESPECIALLY GETDROIDTIPS: DO NOT REPOST THIS TOPIC ON YOUR WEBSITE! 点击这里查看中文版(Click here for Chinese Version Guide) If you're looking for how to unbrick the phone that received May 2023 Security Update, you've come to the right...
forum.xda-developers.com
Alternately, you can request someone who has access of using HDK to reinstall given firmware for you. We don't have or promote such access, please search online.

Hey, thank you for the guide.
I come across problem when trying to "adb sideload /path/to/627142c637bf373410e6b8911aeb9b2e65bd5969.zip"
My path is "C:\Korjaus\sideloader.zip" and i get "* cannot read 'C:\Korjaus\sideloder.zip' *"
I would be thankfull if somebody proviced help for my case.
E: My phone is found on adb, but i cant figure out why it wont let it read the path, i tried different path to make it smaller.

Kurnauttaja said:
Hey, thank you for the guide.
I come across problem when trying to "adb sideload /path/to/627142c637bf373410e6b8911aeb9b2e65bd5969.zip"
My path is "C:\Korjaus\sideloader.zip" and i get "* cannot read 'C:\Korjaus\sideloder.zip' *"
I would be thankfull if somebody proviced help for my case.
E: My phone is found on adb, but i cant figure out why it wont let it read the path, i tried different path to make it smaller.
Click to expand...
Click to collapse
In this case, try to do this instead:
1. Input adb[space]sideload[space] then do not press enter.
2. Drag OTA package to command prompt then the full path will appear.
3. Press enter.

hikari_calyx said:
In this case, try to do this instead:
1. Input adb[space]sideload[space] then do not press enter.
2. Drag OTA package to command prompt then the full path will appear.
3. Press enter.
Click to expand...
Click to collapse
I tried that, but still:
loading: 'C:\Korjaus\sideloader.zip'
* cannot read 'C:\Korjaus\sideloader.zip' *
Any other possible tricks?

Kurnauttaja said:
I tried that, but still:
loading: 'C:\Korjaus\sideloader.zip'
* cannot read 'C:\Korjaus\sideloader.zip' *
Any other possible tricks?
Click to expand...
Click to collapse
Alternately, if you have external SD card, try to put the package into SD card, then use "apply update from SD card" to install it.
BTW, are you using adb.exe inside of unbrick fix package, or you downloaded it separately (e.g. Minimal ADB and Fastboot)?
If you're using Minimal ADB and Fastboot, please don't use it. Use this instead:
SDK Platform Tools release notes | Android Studio | Android Developers
Android SDK Platform-Tools is a component for the Android SDK.
developer.android.com

Hey, i found out other method to fix your bricked 8.3.
I typed just "fastboot continue"
My phone booted itself staying while on Android whitesceen, after like minute or so it continued to "Nokia" logo and started itself perfectly fine!
Dont ask me how i did it or did i do something else by mistake, i dont know anything about these things.
But my phone works finally!

Kurnauttaja said:
Hey, i found out other method to fix your bricked 8.3.
I typed just "fastboot continue"
My phone booted itself staying while on Android whitesceen, after like minute or so it continued to "Nokia" logo and started itself perfectly fine!
Dont ask me how i did it or did i do something else by mistake, i dont know anything about these things.
But my phone works finally!
Click to expand...
Click to collapse
Please check if system version is 00WW_3_490_SP05. This version has faulty PackageInstaller (you cannot install APK directly on device).

To readers here:
I'll reupload a newer package based on recently pushed 00WW_3_49F update (00WW_3_490_SP06).
Once uploaded please let me know if it works well.

hikari_calyx said:
Please check if system version is 00WW_3_490_SP05. This version has faulty PackageInstaller (you cannot install APK directly on device).
Click to expand...
Click to collapse
00WW_3_49E_B01 so 00WW_3_490_SP05.
I see it has problem but im glad my phone works.

Kurnauttaja said:
00WW_3_49E_B01 so 00WW_3_490_SP05.
I see it has problem but im glad my phone works.
Click to expand...
Click to collapse
Now check if you can search 00WW_3_490_SP06 update. If not please wait for upload.

hikari_calyx said:
As I mentioned before, unlocking the bootloader will fix this issue.
But if you don't want to unlock the bootloader, then this guide is for you.
DO NOT USE THIS METHOD IF JUNE 2023 OR NEWER UPDATE RELEASES IN FUTURE!
We assume you know how to use ADB/Fastboot commands.
Before you proceed, make sure you have your phone's battery charged as much as possible, or the bootloader will not allow you write any partitions.
1. Sideload Android 10 Full OTA Package Under Recovery mode. Enter Recovery Mode by using either of these 2 methods.
- Execute these 2 commands:
Code:
fastboot reboot-fastboot
fastboot reboot-recovery
Then this phone will boot right into Recovery menu.
- At Fastboot screen, use Volume key to select Recovery mode, then power key to confirm.
When you see Android robot lying, press Volume Up key while holding power key to get Recovery menu.
We recommend users to use method 1 as many people don't know how to press such combination key.
2. Download this Android 10 Full OTA package:
https://android.googleapis.com/packages/ota-api/package/627142c637bf373410e6b8911aeb9b2e65bd5969.zip
3. Use volume key to select "Apply update from ADB", then power key to confirm.
4. Execute this command to sideload Android 10 Full OTA to your phone:
Code:
adb sideload /path/to/627142c637bf373410e6b8911aeb9b2e65bd5969.zip
You may see downgrade not allowed message on screen, but it will be installed anyway. Wait for the procedure completes.
If the procedure halted at 94% and it says "adb: failed to read command: No error", it's expected.
5. Use volume key to select "Reboot to bootloader", power key to confirm.
6. Download this package and extract:
Non-Chinese users: https://www.androidfilehost.com/?fid=10620683726822057521
Chinese users can download from here: https://api.hikaricalyx.com/FileDownload/CTWorks?id=fc2e8e97ec9243
Code:
SHA256: 63640a314db853c803e1158ec3e86dbd38200e963b99ffc4335691928e5e5921
You should keep at least 10,014MB (10GB approx) empty space.
7A. To Windows users, double click "0_OpenMeToInstall.cmd", and wait for the procedure completes. We only guarantee it will work on Windows 10 and 11.
7B. To non-Windows users or you prefer to flash the package manually, execute these commands. It's absolutely discouraged to use outdated Fastboot binary (e.g. Minimal ADB and Fastboot).
Code:
cd /path/to/where/you/extracted/HCTSW2_BGT-349D-0-00WW-B01_600WW_12_20230401_huaqin_ZQN1876_UnbrickFix.full.lzma2.xxxxxxxx/
fastboot --slot all flash abl abl_proto.elf
fastboot reboot-bootloader
fastboot --slot all flash aop aop.img
fastboot --slot all flash bluetooth bluetooth.img
fastboot --slot all flash boot boot.img
fastboot --slot all flash core_nhlos core_nhlos.img
fastboot --slot all flash devcfg devcfg.img
fastboot --slot all flash dsp dsp.img
fastboot --slot all flash dtbo dtbo.img
fastboot --slot all flash featenabler featenabler.img
fastboot --slot all flash hyp hyp.img
fastboot --slot all flash imagefv imagefv.img
fastboot --slot all flash keymaster keymaster.img
fastboot --slot all flash mdtp mdtp.img
fastboot --slot all flash mdtpsecapp mdtpsecapp.img
fastboot --slot all flash modem modem.img
fastboot --slot all flash qupfw qupfw.img
fastboot --slot all flash recovery recovery.img
fastboot --slot all flash tz tz.img
fastboot --slot all flash uefisecapp uefisecapp.img
fastboot --slot all flash vbmeta vbmeta.img
fastboot --slot all flash vbmeta_system vbmeta_system.img
fastboot --slot all flash xbl xbl.img
fastboot --slot all flash xbl_config xbl_config.img
fastboot flash super super.img
fastboot --slot all flash abl abl.img
fastboot reboot
8. Enjoy your fully revived Nokia 8.3 - and all your data should be safe.
Click to expand...
Click to collapse
Hello,
I have followed instructions got 94%, run 0_OpenMeToInstall.cmd got message from script : rebooting into bootloader - finished.
But now phone wont start it just stuck on android one screen and keep on trying to start ...
Do you have any advice ? Tnx

jelo7777 said:
Hello,
I have followed instructions got 94%, run 0_OpenMeToInstall.cmd got message from script : rebooting into bootloader - finished.
But now phone wont start it just stuck on android one screen and keep on trying to start ...
Do you have any advice ? Tnx
Click to expand...
Click to collapse
Looks like you skipped some procedure.
To re-enter Fastboot mode, hold volume down key and power key while connected to PC. When the phone displays android one again, release power key immediately but don't release volume down key. Your phone should boot right into fastboot mode without vibration. You may need to try it multiples of times.
Then, re-open 0_OpenMeToInstall.cmd .
If the phone still reboots itself, save following content into "RegistryFix.reg" (with quotes) and import it.
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\0489C0090100]
"osvc"=hex:00,00
"SkipContainerIdQuery"=hex:01,00,00,00
"SkipBOSDescriptorQuery"=hex:01,00,00,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\18D1D00D0100]
"osvc"=hex:00,00
"SkipContainerIdQuery"=hex:01,00,00,00
"SkipBOSDescriptorQuery"=hex:01,00,00,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\2E04C0090100]
"osvc"=hex:00,00
"SkipContainerIdQuery"=hex:01,00,00,00
"SkipBOSDescriptorQuery"=hex:01,00,00,00
Then try again.

hikari_calyx said:
Now check if you can search 00WW_3_490_SP06 update. If not please wait for upload.
Click to expand...
Click to collapse
No updates available.
Looks like last update what there was is 1st of May.
Did i do somehow a rollback or am i running now on the security update which broke my phone in first case?

Kurnauttaja said:
No updates available.
Looks like last update what there was is 1st of May.
Did i do somehow a rollback or am i running now on the security update which broke my phone in first case?
Click to expand...
Click to collapse
You're running the build that broke your phone.
This is the recently pushed 349F update.
HCTSW2_BGT-349F-0-00WW-B01_600WW_12_20230501_huaqin_ZQN1876_UnbrickFix.full.lzma2.f7f1b642.7z | by Hikari Calyx for Generic Device/Other
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
www.androidfilehost.com

hikari_calyx said:
You're running the build that broke your phone.
This is the recently pushed 349F update.
HCTSW2_BGT-349F-0-00WW-B01_600WW_12_20230501_huaqin_ZQN1876_UnbrickFix.full.lzma2.f7f1b642.7z | by Hikari Calyx for Generic Device/Other
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
www.androidfilehost.com
Click to expand...
Click to collapse
Sorry im completly noob what comes to phone software and tech.
How do i apply that file/update to my now "perfectly" running phone?

Kurnauttaja said:
Sorry im completly noob what comes to phone software and tech.
How do i apply that file/update to my now "perfectly" running phone?
Click to expand...
Click to collapse
Reboot to recovery manually with "adb reboot fastboot" then "fastboot reboot-recovery". Remember to turn on USB debugging.
Then follow the entire procedure. Do not use outdated ADB binary.

hikari_calyx said:
Looks like you skipped some procedure.
To re-enter Fastboot mode, hold volume down key and power key while connected to PC. When the phone displays android one again, release power key immediately but don't release volume down key. Your phone should boot right into fastboot mode without vibration. You may need to try it multiples of times.
Then, re-open 0_OpenMeToInstall.cmd .
If the phone still reboots itself, save following content into "RegistryFix.reg" (with quotes) and import it.
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\0489C0090100]
"osvc"=hex:00,00
"SkipContainerIdQuery"=hex:01,00,00,00
"SkipBOSDescriptorQuery"=hex:01,00,00,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\18D1D00D0100]
"osvc"=hex:00,00
"SkipContainerIdQuery"=hex:01,00,00,00
"SkipBOSDescriptorQuery"=hex:01,00,00,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\2E04C0090100]
"osvc"=hex:00,00
"SkipContainerIdQuery"=hex:01,00,00,00
"SkipBOSDescriptorQuery"=hex:01,00,00,00
Then try again.
Click to expand...
Click to collapse
When I enter fastboot mode, re-open 0_OpenMeToInstall.cmd It says : please connect the phone under fastboot mode to PC and nothing happens ... (cursor is blinking...) What am I doing wrong ?

jelo7777 said:
When I enter fastboot mode, re-open 0_OpenMeToInstall.cmd It says : please connect the phone under fastboot mode to PC and nothing happens ... (cursor is blinking...) What am I doing wrong ?
Click to expand...
Click to collapse
Please check your Device Manager and see if there's "Android" listed in "Other devices".
If so please install driver manually - such driver can be searched via Windows Update, Optional updates if you're using Windows 10 or 11.

hikari_calyx said:
Please check your Device Manager and see if there's "Android" listed in "Other devices".
If so please install driver manually - such driver can be searched via Windows Update, Optional updates if you're using Windows 10 or 11.
Click to expand...
Click to collapse
Install update via win update... run script again...
at the end I get message : finished total time 449129s
fastboot: error: could not check if partition abl has slot all
waiting for any device

Related

[GUIDE][FASTBOOT] FLASHING FASTBOOT MiUI ROMS

Introduction:
Hey friends, as we know we can flash fastboot Miui Roms which comes with complete package and then we have to flash it with MiPHONE.exe. There are no other methods to flash roms Via PC! Roms can also be flashed with stock recovery, custom recovery but there should be a zip in sd card!Sometimes it even happen that we want to flash a rom/mod/zip and it fails! At that time we can restore via backup or flashing rom again.But what if there is NO ROM/BACKUP in SD CARD and ur in BOOTLOOP.
I tried numerous time flashing Miui fastboot rom via mi PHONE, but every time it gave me error 'The system cannot find the file specified.(0x80070002)' , I know i was doing somewhere wrong.Atlast I gave up and wanted to try different.
So I will be sharing with you a method to flash Miui Fastboot Roms by fastboot commands via ADB. Yes you can do it easily. Just enter the commands and hit enter.
Prerequisite :
Computer
Minimal adb and fastboot zip
MIUI FASBOOT ROM
Mi FLASH
(For installing usb drivers)
Steps to be performed :
1)Download minimal adb and fastboot zip and install it.
2) Also install Miflash for necessary usb drivers!
3)Download MIUI Fastboot roms zip and extract it in same folder where Minimal adb fastboot were installed.
FOR EXAMPLE : Mine path is C:\Program Files (x86)\Minimal ADB and Fastboot.
4)So extract files inside Minimal ADB and Fastboot FOLDER
5) Now go to Minimal Adb and Fastboot folder and HOLD 'Left Shift Button' and 'Right Click'
anywhere on folder area and there you can see OPEN COMMAND WINDOW HERE.
6) Follow the commands given below : Ps Enter commands one by one!!
Code:
fastboot flash tz tz.mbn
fastboot flash dbi sdi.mbn
fastboot flash sbl1 sbl1.mbn
fastboot flash rpm rpm.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot erase boot
fastboot flash misc misc.img
fastboot flash modem NON-HLOS.bin
fastboot flash system system.img
fastboot flash cache cache.img
fastboot flash userdata userdata.img
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot reboot
7) The phone will automatically reboot after entering last commands , so have patience!
ENJOY!!!!!!
ps :Btw this helped me fix my otg which was giving me error!​
Can I suggest another solution, but not tested?
Just flash a CWM recovery .img, restart in recovery and use the sideload flash option to push and flash the .zip file of a rom.
All will be simplier if you use a Mac, no drivers needed, just ADB and platform-tools
Pi3rluigi said:
Can I suggest another solution, but not tested?
Just flash a CWM recovery .img, restart in recovery and use the sideload flash option to push and flash the .zip file of a rom.
All will be simplier if you use a Mac, no drivers needed, just ADB and platform-tools
Click to expand...
Click to collapse
Everyone doesnt have a Mac bro, I know it can be done via other methods too. Many people at this particular moment opt for easy way. this is damn easy , just download files put it in adb folder and hit command and done!!!
Since we have only one method for using via pc [ that also failed for me, maybe i was doing wrong] so i thought for doing this way!!
fastboot flash tz tz.mbn
fastboot flash dbi sdi.mbn
fastboot flash sbl1 sbl1.mbn
fastboot flash rpm rpm.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot erase boot
fastboot flash misc misc.img
fastboot flash modem NON-HLOS.bin
fastboot flash system system.img
fastboot flash cache cache.img
fastboot flash userdata userdata.img
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot reboot
After all the commands except erase boot and reboot I get en error: target report max download size of 671088640 bytes error cannot flash..............
Any help would be deeply apreciated
SOLVED!!!! Using this.
http://forum.xda-developers.com/showthread.php?t=2277112
can u tell me how u solved the max download size limit error.
Can you tell me how to create fastboot rom?
Does it works to with Mi4..?
i've tried anything,,but its useless, lucky i'm not bricked my phone,
i just want to upgrade from MIUI5 to MIUI6, i've try flashing with standart procedure on the xiaomi web, but useless.
in fastboot mode, my phone is not detected, neither when i plug in and use Mi PC Suite,
now i'm running on MIUI-V6.2.4.0.KXDCNBJ
can you help me, ?
thanks a lot it works! with the help of Pallmalli post
Hi there,
I tried this with my Redmi Note 2 (I misunderstood the thread and thought it was for ALL Xiaomi) and the phone is in a loop of rebooting all the time. Like searching the boot but doesn't find it! :S
How can I reinstall the boot?
PLEASE help...
Cannot Load
It say cannot load xxx.mbn
please help
i was entered the commands like u... but it showing error: cannot load 'tz.mbn'
oooh man, ur rock!!!
Sk.D said:
Introduction:
Hey friends, as we know we can flash fastboot Miui Roms which comes with complete package and then we have to flash it with MiPHONE.exe. There are no other methods to flash roms Via PC! Roms can also be flashed with stock recovery, custom recovery but there should be a zip in sd card!Sometimes it even happen that we want to flash a rom/mod/zip and it fails! At that time we can restore via backup or flashing rom again.But what if there is NO ROM/BACKUP in SD CARD and ur in BOOTLOOP.
I tried numerous time flashing Miui fastboot rom via mi PHONE, but every time it gave me error 'The system cannot find the file specified.(0x80070002)' , I know i was doing somewhere wrong.Atlast I gave up and wanted to try different.
So I will be sharing with you a method to flash Miui Fastboot Roms by fastboot commands via ADB. Yes you can do it easily. Just enter the commands and hit enter.
Prerequisite :
Computer
Minimal adb and fastboot zip
MIUI FASBOOT ROM
Mi FLASH
(For installing usb drivers)
Steps to be performed :
1)Download minimal adb and fastboot zip and install it.
2) Also install Miflash for necessary usb drivers!
3)Download MIUI Fastboot roms zip and extract it in same folder where Minimal adb fastboot were installed.
FOR EXAMPLE : Mine path is C:\Program Files (x86)\Minimal ADB and Fastboot.
4)So extract files inside Minimal ADB and Fastboot FOLDER
5) Now go to Minimal Adb and Fastboot folder and HOLD 'Left Shift Button' and 'Right Click'
anywhere on folder area and there you can see OPEN COMMAND WINDOW HERE.
6) Follow the commands given below : Ps Enter commands one by one!!
Code:
fastboot flash tz tz.mbn
fastboot flash dbi sdi.mbn
fastboot flash sbl1 sbl1.mbn
fastboot flash rpm rpm.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot erase boot
fastboot flash misc misc.img
fastboot flash modem NON-HLOS.bin
fastboot flash system system.img
fastboot flash cache cache.img
fastboot flash userdata userdata.img
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot reboot
7) The phone will automatically reboot after entering last commands , so have patience!
ENJOY!!!!!!
ps :Btw this helped me fix my otg which was giving me error!​
Click to expand...
Click to collapse
thanks bro, it work on my mi3, i skip flash userdata.img
Hello, please help me - When i type first command - FAILED (remote: unknown command).. any solution please? REDMI 2 2GB RAM
Hi, is this method still applicable for miui 7 or 8? thanks in advance
Sent from my MI 3W using Tapatalk
from where can i download MIUI Fastboot roms zip
fastboot flash tz tz.mbn
fastboot flash dbi sdi.mbn
fastboot flash sbl1 sbl1.mbn
fastboot flash rpm rpm.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot erase boot
fastboot flash misc misc.img
fastboot flash modem NON-HLOS.bin
fastboot flash system system.img
fastboot flash cache cache.img
fastboot flash userdata userdata.img
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot reboot
After all above commands running successful
After reboot
To start Android, enter your password
More detalies
Hi,
Can you please be more specific about:
1. which mode does the phone need to be in while procedure? stay in boot-loop? boatloader mode? is recovery mode ok? download mode?
2. What files exactly to move to the minimal adb folder? there is the tgz file which extracts to the tar file which extracts to a folder - does that folder need to be copied? or the images file in that folder?
When trying to enter the lines some of them weren't exepted/missing.
Thanks,
Amitai
thank you SO MUCH for this tutorial, it worked perfectly for me.
@amitai, the phone needs to be in fastboot-mode, you can get there by typing "adb reboot bootloader" into commands (your phone has to be connected via USB); you will also be needing the FASTBOOT-ROM which you can get on the official miui website ... you also have to unpack them twice to get to the files. just copy all the files into the minimal adb folder. it does NOT work with normal miui roms, only with fastboot-roms!
any update about this Guide? Because we tried use on Xiaomi Mi 5 after first boot, Local Setting only Display China. And another issues two and third step is error (not available)
fastboot flash dbi sdi.mbn
fastboot flash sbl1 sbl1.mbn
Any clues?

Moto G5S PLUS INDIAN VARIANT LOCKING THE BOOTLOADER WITH JUNE PATCH INCLUDED

DISCLAIMER
I am not to be held responsible for any of the damage that occurs to your device during this process. You are yourself responsible for any damage done (if) to your device during this process.
REQUIREMENTS
1. Make sure your device is charged above 80%.
2. We recommend creating a backup of all your important files before beginning with this process.
HOW TO INSTALL STOCK ROM IN MOTO G5 PLUS And LOCK THE BOOT LOADER
1. Download Moto G5s Plus Stock Firmware and other necessary files from the download link.
2. Extract and install ABD Fastboot Drivers drivers
3. Install ADB Fastboot Driver on your PC.
4. Install the Latest Motorola Drivers
5. Now extract stock firmware in ADB Fastboot folder
6. Now, turn off your device and boot into bootloader by pressing volume down button +power button simultaneously.
7. Now, connect your device to your PC via a USB Cable.
8. Open a command prompt or PowerShell window and type the following commands:
Code:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot flash dsp adspso.bin
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash oem oem.img
fastboot erase cache
fastboot erase userdata
fastboot erase DDR
fastboot oem fb_mode_clear
fastboot reboot
Now Setup the phone properly till you reach the main screen, don't skip any steps
Now use this second command
Code:
fastboot oem lock
fastboot oem lock
fastboot flash oem oem.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash boot boot.img
fastboot oem lock
Flash the phone again with the first command and set it up again then boot to the fastboot again and flash the phone twice with the second command and your Motorola G5S PLUS should have a locked bootloader, keep in mind older Firmware would not work for this process to work, if you see any errors regarding bootloader.img not signed, don't worry and proceed with it.
Downloads:
HTML:
https://drive.google.com/drive/folders/1lWCQAjZBXM_iYHNwBO-5xKU4RY1FK9QV?usp=sharing
Kindly copy the full link to your browser and download the files, all the required files are present on the link
WIsh you guys all the best, I locked my bootloader the same and hope it will solve your problems too if you follow the instructions properly, I am no developer, I learned the hardway
Please Rate and comment if you liked my post helped you.
Shampak said:
DISCLAIMER
I am not to be held responsible for any of the damage that occurs to your device during this process. You are yourself responsible for any damage done (if) to your device during this process.
REQUIREMENTS
1. Make sure your device is charged above 80%.
2. We recommend creating a backup of all your important files before beginning with this process.
HOW TO INSTALL STOCK ROM IN MOTO G5 PLUS And LOCK THE BOOT LOADER
1. Download Moto G5s Plus Stock Firmware and other necessary files from the download link.
2. Extract and install ABD Fastboot Drivers drivers
3. Install ADB Fastboot Driver on your PC.
4. Install the Latest Motorola Drivers
5. Now extract stock firmware in ADB Fastboot folder
6. Now, turn off your device and boot into bootloader by pressing volume down button +power button simultaneously.
7. Now, connect your device to your PC via a USB Cable.
8. Open a command prompt or PowerShell window and type the following commands:
Code:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot flash dsp adspso.bin
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash oem oem.img
fastboot erase cache
fastboot erase userdata
fastboot erase DDR
fastboot oem fb_mode_clear
fastboot reboot
Now Setup the phone properly till you reach the main screen, don't skip any steps
Now use this second command
Code:
fastboot oem lock
fastboot oem lock
fastboot flash oem oem.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash boot boot.img
fastboot oem lock
Flash the phone again with the first command and set it up again then boot to the fastboot again and flash the phone twice with the second command and your Motorola G5S PLUS should have a locked bootloader, keep in mind older Firmware would not work for this process to work, if you see any errors regarding bootloader.img not signed, don't worry and proceed with it.
Downloads:
HTML:
https://drive.google.com/drive/folders/1lWCQAjZBXM_iYHNwBO-5xKU4RY1FK9QV?usp=sharing
Kindly copy the full link to your browser and download the files, all the required files are present on the link
WIsh you guys all the best, I locked my bootloader the same and hope it will solve your problems too if you follow the instructions properly, I am no developer, I learned the hardway
Please Rate and comment if you liked my post helped you.
Click to expand...
Click to collapse
hi, i have tried the same as you gave command. but unfortunately it doesn't work for me. i had installed soak test OREO then moved to Android P custom ROM, finally rolled back to android N to relock the bootloader. now i couldn't relock it.
i am getting error "still require valid signed image"
i am using sanders.
kindly assist me
Thanks
---------- Post added at 06:39 PM ---------- Previous post was at 06:35 PM ----------
hi, i have tried the same as you gave command. but unfortunately it doesn't work for me. i had installed soak test OREO then moved to Android P custom ROM, finally rolled back to android N to relock the bootloader. now i couldn't relock it.
i am getting error "still require valid signed image"
i am using sanders.
kindly assist me
Thanks
arunkumar.rp said:
hi, i have tried the same as you gave command. but unfortunately it doesn't work for me. i had installed soak test OREO then moved to Android P custom ROM, finally rolled back to android N to relock the bootloader. now i couldn't relock it.
i am getting error "still require valid signed image"
i am using sanders.
kindly assist me
Thanks
---------- Post added at 06:39 PM ---------- the Previous post was at 06:35 PM ----------
hi, I have tried the same as you gave the command. but unfortunately, it doesn't work for me. i had installed soak test OREO then moved to Android P custom ROM, finally rolled back to android N to relock the bootloader. now I couldn't relock it.
i am getting the error "still require valid signed image"
i am using sanders.
kindly assist me
Thanks
Click to expand...
Click to collapse
Don't worry about the signed image. Try the locking command twice back to back. Hope this helps

How to install GSIs the proper way.

So, You've grown tired of stock and wanna try out some Custom ROM that is not available for DRG? GSIs are the way to go! Let's see how to flash them properly.
*Disclaimer*
Code:
You will need to unlock your bootloader for flashing GSIs.
Failing to properly follow these steps will most likely end up in your phone getting bricked w/ data loses. Please follow the instructions carefully
Thanks to user - @Paul98rulez for original guide. I'm modifying it to add some more information.
Before you do any of this, Please remove the screen lock from the current ROM. It's just to be safe.
Method 1A - Fastboot
This is method I recommend you follow.
1. Download the vbmeta file attached(Thanks to @Phusson)
2. Reboot to Fastboot mode/Download mode
3. Open cmd
4. Pass the command
Code:
fastboot --disable-verity --disable-verification flash vbmeta_a vbmeta.img
5. Pass the command
Code:
fastboot --disable-verity --disable-verifiaction flash vbmeta_b vbmeta.img
(It looks similar, But dont skip passing both the commands)
6. Pass the command
Code:
fastboot erase system_a
7. Pass the command
Code:
fastboot erase system_b
8. Now, To install the GSI, Pass the command
Code:
fastboot flash system_a 'nameofgsi.img'
9. Now, We will flash the GSI to the other slot
Code:
fastboot flash system_b 'nameofgsi.img'
10. Now pass the command
Code:
fastboot getvar all
This is to see which is the current boot slot utilised by our device.
11. If the active boot slot is A then pass
Code:
fastboot --set-active=a
12, If the active boot slot is B then pass
Code:
fastboot --set-active=b
(If either of the set boot slot command fails, Simple add an underscore to the command. EG - 'fastboot --set-active=_a)
13. Now, Pass the command
Code:
fastboot reboot bootloader
14. Fastboot TWRP, Go to wipe, Swipe to factory reset.
15. Now again go to wipe, tap on system - change or repair filesystem - tap on resize. This will allow you to flash gapps
(You will need to do this only once)
16. Now reboot your phone.
17. Profit.
Method 1B - TWRP
1. Download the vbmeta file attached(Thanks again to @Phusson)
2. Reboot to Fastboot mode/Download mode
3. Open cmd
4. Pass the command
Code:
fastboot --disable-verity --disable-verification flash vbmeta_a vbmeta.img
5. Pass the command
Code:
fastboot --disable-verity --disable-verifiaction flash vbmeta_b vbmeta.img
(It looks similar, But dont skip passing both the commands)
6. Fastboot TWRP
7. Go to install
8. Select "Install Image" option
9. Select the GSI
10. Swipe down and find the System option and select it
11. Swipe to flash
12. Now go back to the main screen - Wipe and swipe to factory reset
13. Tap on system - change or repair filesystem - resize partition - swipe to resize
(Need to do it only once)
14. Go back to install
15. Install gapps
16. reboot system.
And you're done. Welcome to your new GSI!
Get the vbmeta here - Vbmeta
(Thanks to user @phhussonn)
For TWRP Method, won't I have to change slots?
Sid127 said:
For TWRP Method, won't I have to change slots?
Click to expand...
Click to collapse
You don't have to.
How about vendor image, when to flash it...
I'm sorry, I'm still don't understand this treble/GSI things...
R324D said:
How about vendor image, when to flash it...
I'm sorry, I'm still don't understand this treble/GSI things...
Click to expand...
Click to collapse
Vendor should be after flashing gsi/rom iirc. I'd love to see someone clarify this.
Where's the download link for vbmeta file?
Please share vbmeta file again. Can i install GSI rom Android 10 ?????
Volski_ said:
Where's the download link for vbmeta file?
Click to expand...
Click to collapse
Post updated.
Le Van Tieu said:
Please share vbmeta file again. Can i install GSI rom Android 10 ?????
Click to expand...
Click to collapse
Post updated.
Yes you can install Android 10 GSI but make sure it based on Android 10, Android 9 GSIs maybe will not boot on Android 10's vendor.
I'm install Miui 11 (Android 10) rom with Method 1A successful but not boot to system, stop at logo "Powered by Android)
Le Van Tieu said:
I'm install Miui 11 (Android 10) rom with Method 1A successful but not boot to system, stop at logo "Powered by Android)
Click to expand...
Click to collapse
Try repartitioning and flash again.

[ROM][STOCK][FASTBOOT][OPN] Stock Fastboot ROMs for OnePlus Nord

Things are changing with the advent of project treble and seamless updates. OnePlus will no longer release ROMs flashable via recovery (either stock) because is no more needed. The updates will be done on the slot not used for example if you are using slot a the update will be installed on slot b and the slot b will be set as default. If you brick and you are in bootloop how you can restore the rom? You can't with Stock ROM you have, because the zip can be only installed via Update Engine, so what can you do? Flash a stock rom via fastboot. I have extracted all images from the stock zip and i have made a new zip with the Fastboot ROM with a flash-all.bat included. This will work only if your bootloader is unlocked. This will erase all your data and will wipe your internal storage.
HOW TO FLASH
This version is only for not branded devices
Download the zip;
Unpack the zip in a folder;
Reboot the OnePlus Nord in fastboot-bootloader mode (Power and volume + and volume-);
Connect the OnePlus Nord to PC;
Run flash-all.bat flasher you need;
Wait until the process end;
The phone will automatically reboot.
DOWNLOAD
All roms on Sourceforge: https://sourceforge.net/projects/fastbootroms/files/OnePlus Nord/
BRANDED PHONE
For now branded device are not supported
MANUAL FLASH: Windows - OSX - Linux
If you want to manual flash these roms these are the commands (You need the latest sdk platform tools, you can find it here
Is reccomended to format data or the rom cannot boot:
Code:
fastboot -w
Others Commands to flash a fastboot rom
Code:
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash modem modem.img
fastboot flash recovery recovery.img
fastboot --disable-verity flash vbmeta vbmeta.img
fastboot --disable-verity flash vbmeta_system vbmeta_system.img
fastboot reboot fastboot
fastboot flash abl abl.img
fastboot flash aop aop.img
fastboot flash bluetooth bluetooth.img
fastboot flash devcfg devcfg.img
fastboot flash dsp dsp.img
fastboot flash featenabler featenabler.img
fastboot flash hyp hyp.img
fastboot flash imagefv imagefv.img
fastboot flash keymaster keymaster.img
fastboot flash logo logo.img
fastboot flash oem_stanvbk oem_stanvbk.img
fastboot flash odm odm.img
fastboot flash qupfw qupfw.img
fastboot flash storsec storsec.img
fastboot flash tz tz.img
fastboot flash uefisecapp uefisecapp.img
fastboot flash xbl xbl.img
fastboot flash xbl_config xbl_config.img
fastboot flash system system.img
fastboot flash vendor vendor.img
fastboot flash product product.img
fastboot reboot
REMEMBER
"Invalid sparce file format at header magic" is not an error, you need to wait a bit when you see that string, just wait.
If the device automatically reboot in Stock Recovery mode don't reboot it and wait the flash end.
These ROMs can't be used to update or downgrade your phone but just to restore your phone.
If the rom seems doesn't start go in recovery stock and follow this guideline: English -> Wipe data and cache -> Erase everything.
If you want to rebrand your phone from HydrogenOS to OxygenOS you can follow this guide: Rebrand Guide
If you want you can use also my tool to flash Factory Images, unlock bootloader, flash twrp or to understand if the device is recognized: https://toolaio.tk/
If you got some problems like write error or no partition, check this: https://forum.xda-developers.com/showpost.php?p=76658555&postcount=34
DONATE LINK
If you want to support this and others my projects please consider making a donation, thanks.
​
I was already waiting for it.:laugh:
mauronofrio said:
Things are changing with the advent of project treble and seamless updates. OnePlus will no longer release ROMs flashable via recovery (either stock) because is no more needed. The updates will be done on the slot not used for example if you are using slot a the update will be installed on slot b and the slot b will be set as default. If you brick and you are in bootloop how you can restore the rom? You can't with Stock ROM you have, because the zip can be only installed via Update Engine, so what can you do? Flash a stock rom via fastboot. I have extracted all images from the stock zip and i have made a new zip with the Fastboot ROM with a flash-all.bat included. This will work only if your bootloader is unlocked. This will erase all your data and will wipe your internal storage.
HOW TO FLASH
This version is only for not branded devices
Download the zip;
Unpack the zip in a folder;
Reboot the OnePlus Nord in fastboot-bootloader mode (Power and volume + and volume-);
Connect the OnePlus Nord to PC;
Run flash-all.bat flasher you need;
Wait until the process end;
The phone will automatically reboot.
DOWNLOAD
All roms on Sourceforge: https://sourceforge.net/projects/fastbootroms/files/OnePlus Nord/
BRANDED PHONE
For now branded device are not supported
MANUAL FLASH: Windows - OSX - Linux
If you want to manual flash these roms these are the commands (You need the latest sdk platform tools, you can find it here
Is reccomended to format data or the rom cannot boot:
Others Commands to flash a fastboot rom
REMEMBER
"Invalid sparce file format at header magic" is not an error, you need to wait a bit when you see that string, just wait.
If the device automatically reboot in Stock Recovery mode don't reboot it and wait the flash end.
These ROMs can't be used to update or downgrade your phone but just to restore your phone.
If the rom seems doesn't start go in recovery stock and follow this guideline: English -> Wipe data and cache -> Erase everything.
If you want to rebrand your phone from HydrogenOS to OxygenOS you can follow this guide: Rebrand Guide
If you want you can use also my tool to flash Factory Images, unlock bootloader, flash twrp or to understand if the device is recognized: https://toolaio.tk/
If you got some problems like write error or no partition, check this: https://forum.xda-developers.com/showpost.php?p=76658555&postcount=34
DONATE LINK
If you want to support this and others my projects please consider making a donation, thanks.
Click to expand...
Click to collapse
I an waiting for TWRP...
cieffe54 said:
I an waiting for TWRP...
Click to expand...
Click to collapse
Check development thread
cieffe54 said:
I an waiting for TWRP...
Click to expand...
Click to collapse
And i am waiting for end of corona pandemic.
Kollachi said:
And i am waiting for end of corona pandemic.
Click to expand...
Click to collapse
But i shared it too...
Hello and thank you for the fastboot roms !
How To Use This!
mauronofrio said:
Things are changing with the advent of project treble and seamless updates. OnePlus will no longer release ROMs flashable via recovery (either stock) because is no more needed. The updates will be done on the slot not used for example if you are using slot a the update will be installed on slot b and the slot b will be set as default. If you brick and you are in bootloop how you can restore the rom? You can't with Stock ROM you have, because the zip can be only installed via Update Engine, so what can you do? Flash a stock rom via fastboot. I have extracted all images from the stock zip and i have made a new zip with the Fastboot ROM with a flash-all.bat included. This will work only if your bootloader is unlocked. This will erase all your data and will wipe your internal storage.
HOW TO FLASH
This version is only for not branded devices
Download the zip;
Unpack the zip in a folder;
Reboot the OnePlus Nord in fastboot-bootloader mode (Power and volume + and volume-);
Connect the OnePlus Nord to PC;
Run flash-all.bat flasher you need;
Wait until the process end;
The phone will automatically reboot.
DOWNLOAD
All roms on Sourceforge: https://sourceforge.net/projects/fastbootroms/files/OnePlus Nord/
BRANDED PHONE
For now branded device are not supported
MANUAL FLASH: Windows - OSX - Linux
If you want to manual flash these roms these are the commands (You need the latest sdk platform tools, you can find it here
Is reccomended to format data or the rom cannot boot:
Code:
fastboot -w
Others Commands to flash a fastboot rom
Code:
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash modem modem.img
fastboot flash recovery recovery.img
fastboot --disable-verity flash vbmeta vbmeta.img
fastboot --disable-verity flash vbmeta_system vbmeta_system.img
fastboot reboot fastboot
fastboot flash abl abl.img
fastboot flash aop aop.img
fastboot flash bluetooth bluetooth.img
fastboot flash devcfg devcfg.img
fastboot flash dsp dsp.img
fastboot flash featenabler featenabler.img
fastboot flash hyp hyp.img
fastboot flash imagefv imagefv.img
fastboot flash keymaster keymaster.img
fastboot flash logo logo.img
fastboot flash oem_stanvbk oem_stanvbk.img
fastboot flash odm odm.img
fastboot flash qupfw qupfw.img
fastboot flash storsec storsec.img
fastboot flash tz tz.img
fastboot flash uefisecapp uefisecapp.img
fastboot flash xbl xbl.img
fastboot flash xbl_config xbl_config.img
fastboot flash system system.img
fastboot flash vendor vendor.img
fastboot flash product product.img
fastboot reboot
REMEMBER
"Invalid sparce file format at header magic" is not an error, you need to wait a bit when you see that string, just wait.
If the device automatically reboot in Stock Recovery mode don't reboot it and wait the flash end.
These ROMs can't be used to update or downgrade your phone but just to restore your phone.
If the rom seems doesn't start go in recovery stock and follow this guideline: English -> Wipe data and cache -> Erase everything.
If you want to rebrand your phone from HydrogenOS to OxygenOS you can follow this guide: Rebrand Guide
If you want you can use also my tool to flash Factory Images, unlock bootloader, flash twrp or to understand if the device is recognized: https://toolaio.tk/
If you got some problems like write error or no partition, check this: https://forum.xda-developers.com/showpost.php?p=76658555&postcount=34
DONATE LINK
If you want to support this and others my projects please consider making a donation, thanks.
​
Click to expand...
Click to collapse
Oneplus Nord oxygen os install guide
Get OEM Drivers from https://oneplususbdrivers.com/download-oneplus-usb-driver/
Download Oxygen OS 10.5.4 for your compatible devices from https://sourceforge.net/projects/fastbootroms/files/OnePlus Nord/
(Boot loader Must be Unlocked)
If still able to boot into any version of Android:
1. Install Oneplus OEM Drivers
2. Open Settings
3. Click About
4. Find the build number and click the Build number Severn times until you get a message saying developer Options have been enabled.
5. Enable ADB USB Debugger
6. Unzip the Oxygen OS File
7. Open CMD and run it as Administrator
8. Plug Your Oneplus Nord into your PC
9. Type into CMD cd and drag the Oxygen OS Folder over CMD, then Click Enter
10. This will make the link before the next line quite long.
11. Then Type into CMD “adb reboot bootloader” (This will make your Phone Reboot into Fastboot)
If You are Unable to boot into any Operating System:
1. Install Oneplus OEM Drivers
2. Unzip the Oxygen OS File
3. Open CMD and run it as Administrator
4. Type into CMD cd and drag the Oxygen OS Folder over CMD, then Click Enter
5. This will make the link before the next line quite long.
6. Plug Your Oneplus Nord into your Computer
7. When your phone is powered off, Hold Volume Up, Volume Down and the Power Button until you get the Oneplus Logo with fastboot Beneath.
Once in the Bootloader:
1. Type fastboot devices to confirm that your device has been recognised by your PC.
2. After this Open the Oxygen OS Folder and double click Flash-All.adb and It will open in command Prompt.
3. This will take a long time but wait until the phone has booted up into your phones setup (Do Not touch the Phone or Computer).
4. Setup Your Phone but don’t setup anything as we need to wipe it again, so skip through everything.
5. Once in the primary OS connect to WIFI
6. Go to Settings and Update your phone to the latest version, you will get a message prompting you that the Boot loader is unlocked etc, Ignore this and continue.
7. Click the reboot button when prompted, your Software will update to the latest version of Oxygen OS.
Once Updated:
1. Open Settings
2. Click About
3. Find the build number and click the Build number Severn times until you get a message saying developer Options have been enabled.
4. Enable ADB USB Debugger
5. Unzip the Oxygen OS File
6. Open CMD and run it as Administrator
7. Plug Your Oneplus Nord into your PC
8. Type into CMD cd and drag the Oxygen OS Folder over CMD, then Click Enter
9. This will make the link before the next line quite long.
10. Then Type into CMD “adb reboot bootloader” (This will make your Phone Reboot into Fastboot).
11. Once in Fastboot type “fastboot OEM lock” then your phone will prompt you if you want to Lock the bootloader.
12. Use the volume button to scroll down and press enter to confirm that you want to lock your bootloader.
13. When locked your phone will reboot and it will wipe your operating system and reboot your device into setup.
14. You can now setup your phone as you wish.
there's not oneplus widget? i can't find it
Jackmitchell62 said:
Things are changing with the advent of project treble and seamless updates. OnePlus will no longer release ROMs flashable via recovery (either stock) because is no more needed. The updates will be done on the slot not used for example if you are using slot a the update will be installed on slot b and the slot b will be set as default. If you brick and you are in bootloop how you can restore the rom? You can't with Stock ROM you have, because the zip can be only installed via Update Engine, so what can you do? Flash a stock rom via fastboot. I have extracted all images from the stock zip and i have made a new zip with the Fastboot ROM with a flash-all.bat included. This will work only if your bootloader is unlocked. This will erase all your data and will wipe your internal storage.
HOW TO FLASH
This version is only for not branded devices
Download the zip;
Unpack the zip in a folder;
Reboot the OnePlus Nord in fastboot-bootloader mode (Power and volume + and volume-);
Connect the OnePlus Nord to PC;
Run flash-all.bat flasher you need;
Wait until the process end;
The phone will automatically reboot.
DOWNLOAD
All roms on Sourceforge: https://sourceforge.net/projects/fastbootroms/files/OnePlus Nord/
BRANDED PHONE
For now branded device are not supported
MANUAL FLASH: Windows - OSX - Linux
If you want to manual flash these roms these are the commands (You need the latest sdk platform tools, you can find it here
Is reccomended to format data or the rom cannot boot:
Others Commands to flash a fastboot rom
Oneplus Nord oxygen os install guide
Get OEM Drivers from https://oneplususbdrivers.com/download-oneplus-usb-driver/
Download Oxygen OS 10.5.4 for your compatible devices from https://sourceforge.net/projects/fastbootroms/files/OnePlus Nord/
(Boot loader Must be Unlocked)
If still able to boot into any version of Android:
1. Install Oneplus OEM Drivers
2. Open Settings
3. Click About
4. Find the build number and click the Build number Severn times until you get a message saying developer Options have been enabled.
5. Enable ADB USB Debugger
6. Unzip the Oxygen OS File
7. Open CMD and run it as Administrator
8. Plug Your Oneplus Nord into your PC
9. Type into CMD cd and drag the Oxygen OS Folder over CMD, then Click Enter
10. This will make the link before the next line quite long.
11. Then Type into CMD “adb reboot bootloader” (This will make your Phone Reboot into Fastboot)
If You are Unable to boot into any Operating System:
1. Install Oneplus OEM Drivers
2. Unzip the Oxygen OS File
3. Open CMD and run it as Administrator
4. Type into CMD cd and drag the Oxygen OS Folder over CMD, then Click Enter
5. This will make the link before the next line quite long.
6. Plug Your Oneplus Nord into your Computer
7. When your phone is powered off, Hold Volume Up, Volume Down and the Power Button until you get the Oneplus Logo with fastboot Beneath.
Once in the Bootloader:
1. Type fastboot devices to confirm that your device has been recognised by your PC.
2. After this Open the Oxygen OS Folder and double click Flash-All.adb and It will open in command Prompt.
3. This will take a long time but wait until the phone has booted up into your phones setup (Do Not touch the Phone or Computer).
4. Setup Your Phone but don’t setup anything as we need to wipe it again, so skip through everything.
5. Once in the primary OS connect to WIFI
6. Go to Settings and Update your phone to the latest version, you will get a message prompting you that the Boot loader is unlocked etc, Ignore this and continue.
7. Click the reboot button when prompted, your Software will update to the latest version of Oxygen OS.
Once Updated:
1. Open Settings
2. Click About
3. Find the build number and click the Build number Severn times until you get a message saying developer Options have been enabled.
4. Enable ADB USB Debugger
5. Unzip the Oxygen OS File
6. Open CMD and run it as Administrator
7. Plug Your Oneplus Nord into your PC
8. Type into CMD cd and drag the Oxygen OS Folder over CMD, then Click Enter
9. This will make the link before the next line quite long.
10. Then Type into CMD “adb reboot bootloader” (This will make your Phone Reboot into Fastboot).
11. Once in Fastboot type “fastboot OEM lock” then your phone will prompt you if you want to Lock the bootloader.
12. Use the volume button to scroll down and press enter to confirm that you want to lock your bootloader.
13. When locked your phone will reboot and it will wipe your operating system and reboot your device into setup.
14. You can now setup your phone as you wish.
Click to expand...
Click to collapse
Or simply use MSM tool ?
https://forum.xda-developers.com/oneplus-nord/how-to/opnord-unbrick-tool-to-restore-device-t4148415
Reboot in recovery
Hello everyone, I need help.
I got the message "File system raw not supported." after executing the flash_all.bat and
Code:
boot_b, dtbo, modem_b, recovery, vbmeta, vbmeta_system,
was sent with status
Code:
OKAY
(the first part of the script, as far as I can see), then is supposed to reboot on fastboot and stays at
Code:
<waiting for any device>
, here is when my phone restarts in recovery instead (it says "fastbootd" in the upper part and a menu to select chinesse or english, but it's recovery mode, right?), then the first time I wited for 15 minutes but nothing happened, so I selected reboot into fastboot in recovery mode, then in CMD I got the message "fastboot: error Failed to boot into userspace fastboot; one or more components might be unbootable", and the seccond part of the script was executed, but with
Code:
FAILED (remote: 'Flashing is not allowed for Critical Partitions')
status in the writing process, and after,
Code:
"Invalid sparse file format at header magic"
with
Code:
FAILED (remote: 'Partition not found')
when trying to write system, vendor and product. My phone restarted and looked normar but wifi didn't work, and the UI started to fail after the configuration.
So I tried again, but without rebooting from recovery; how much time do I have to wait there?, maybe this will not work.
Please if someone knows how to solve my problem I'll be glad for the help.
MSM TOOL
https://forum.xda-developers.com/oneplus-nord/how-to/opnord-unbrick-tool-to-restore-device-t4148415
I succeeded from linux, everything seems to work fine now.
I just have one question, there's one file missing
fastboot flash storsec storsec.img
Is supposed to be like that or is that an important file missed?
That file doesn't exists in the 10.5.5-INDIA-NordOxygen_14_OTA_007_all_2008180229 zip file
I bricked my device and nothing (what i try) worked.
Hello Guys,
Thanks for the Roms and also for twrp @ mauronofrio!
If i try to flash in fastboot the roms, i get different fails:
the first part of commands are okay until "fastboot reboot fastboot"
than, until "fastboot flash xbl_config xbl_config.img" i get:
"writing 'xbl_config'...
FAILED (remote: Flashing is not allowed for Critical Partitions)"
and for the lasts, i get:
FAILED (remote: Partition not found)
I read that some windows-user have the same Problem and therrefore the Problem is not the bricked phone, is it right?
Someone knows the same Problem in linux? I prefer a solution without windows (msm-tool).
I tried to root and flash with twrp, now i know, it's impossible to flash zips until now. I try some other things with twrp, it's possible that i delete some partitions?
Someone have a good solution?
thanks for reading and support
Hi,
Few questions:
Has Global rom OP dialer? Can be enabled auto call recording with root or adb? I know abut Skvalex.
Can I flash 10.5.5 Global at 10.5.9 EEA (flash_all.bat)?
Getting stuck on odm and vendor flashing. It will not flash odm and vendor no file exists message (using flash all bat). Any help will be greatly appreciated.
Update: got it back to stock using edl mode.
You can flash this way. When you enter from the fastboot to the fastbootD mode Windows thinks it's a new device and doesn't recognize it. If you open device manager from control panel it will showns as unknow device. So all you have to do is install the driver again. Then you can flash anything you want in fastbootD.
-
What does "unbranded" mean here? Will I get OTA updates? Will this relock the bootloader?
delete

[Guide] One Fusion (XT2073) Fastboot Flashing

Greetings One Fusion users, after some time of research and testing I'd like to write this guide for you all. The guides online were inconsistent and outdated so the main purpose of this is giving an updated guide.
But. I have to say this, if you follow this guide correctly your phone will be ERASED, you don't need to unlock bootloader or do extra things not mentioned in this guide. Also, I'm not responsible of any damage made to your device.
Part 1: What we need?
1: Minimal ADB and Fastboot: You might know it, or not, if that's the case go and Google it or get it here, thanks goes to @shimp208
Just install it but don't open it yet.
2: Drivers: Get your 32 bits drivers here, and 64 bits drivers here.
Just install 32 bits or 64 bits, depends of your Windows version.
3: Firmware: There's one place of firmwares for all our Moto devices, just click here and you will get a bunch of folders, those are named by your country/region and carrier. To know yours, just go to Settings>About Phone, then you'll see Software Channel, the name in this is the folder you'll be picking in the mentioned website, download the latest one or older if you want to downgrade.
Unzip it wherever you want, just make sure you remember the folder, for practical purposes, unzip it where you installed Minimal ADB and Fastboot before.
4: Your stock USB-A to USB-C cable, USB-C to USB-C might work too but haven't tested.
5: Patience.
Part 2: Barry Allen... I mean The Flash.
Save your data. Seriously, if you don't want to say bye to your data you still can save now.
But if you alredy have backup or you just don't care, let's begin.
1. Open a command promp, go to the folder where you already unzipped your firmware, hold your Shift key and right click on a blank spot of the folder, then click on Open command promp here.
2. Turn off your phone, once off, hold volume down and power buttons until you see the green android, at this point plug in your phone to your computer. On the command promp write
Code:
fastboot devices
If drivers are correctly installed, your serial number will be displayed, if not, your device could be still being recognized, try again in few minutes or reinstall drivers, rebooting PC may help this sometimes.
If your serial number was displayed, you can now proceed to flash the firmware, to ease this thing I will write you the commands:
Code:
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash vbmeta vbmeta.img
fastboot flash radio radio.img
fastboot flash bluetooth BTFM.bin
fastboot flash dsp dspso.bin
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash recovery recovery.img
fastboot flash super super.img_sparsechunk.0
fastboot flash super super.img_sparsechunk.1
fastboot flash super super.img_sparsechunk.2
fastboot flash super super.img_sparsechunk.3
fastboot flash super super.img_sparsechunk.4
fastboot flash super super.img_sparsechunk.5
fastboot flash super super.img_sparsechunk.6
fastboot flash super super.img_sparsechunk.7
fastboot flash super super.img_sparsechunk.8
fastboot flash super super.img_sparsechunk.9
fastboot flash super super.img_sparsechunk.10
fastboot flash super super.img_sparsechunk.11
fastboot flash super super.img_sparsechunk.12
fastboot flash super super.img_sparsechunk.13
fastboot flash super super.img_sparsechunk.14
fastboot flash super super.img_sparsechunk.15
fastboot erase carrier
fastboot erase userdata
fastboot erase metadata
fastboot erase ddr
fastboot reboot
Just copy (all of them, not one by one) and paste them in the command promp, the flash starts.
After everything got flashed, you will have the last command ready for you to hit enter, and your device will reboot.
Thanks for reading, I hope I've helped you.
Questions are welcome!
just a little tip if you don't see the "Open command prompt here." as you shift+right click.
Click on the PowerShell option, wait until a blue window show up and type start cmd, now the command prompt window will open and you can continue with the command lines.
Does any of you guys know how can I disable the bootloader unlocked screen? I have recently rooted my device and can't find anywhere a way to disable the "bootloader unlocked" screen
and to erase the system partition as is ?, you also need how to install one in the same system partition

Categories

Resources