OnePlus 6 - Official firmware



Rep: (964)
OnePlus 6 - Official firmware
PictureModels: A6000, A6003 | Codenames: enchilada, trout
Description | Discussion пїЅ | Purchase пїЅ | Accessories пїЅ | Marriage and Repair пїЅ | OnePlus 6 Owners Club пїЅ | Modification and decorations пїЅ | Camera talk пїЅ | Power consumption (autonomy) пїЅ | Unofficial firmware пїЅ | Official firmware пїЅ

Important information!
You can not block the bootloader if availableanydevice modifications!

Be sure to educate. How to ask a question in the subject line.


Beta- testing program is over for our devices. This means that the beta version of the firmware will not be issued anymore. Stable firmware versions are not concerned, for them updates will come out as before.

About "A / B" partition structure and "seamless" updates


Since recently changed the algorithm to automatically update the OS. Now switch vpn proxy or has no effect on the rate of priletaniya OTA.


Drivers and Utilities
Firmware
Android 10 | OxygenOS 10
Stable firmware
Beta firmware
Firmware for rollback
Recovery files
More understandable language - firmware for splicing.

Android 9.0 | OxygenOS 9.0
Android 8.1.0 | OxygenOS 5.1
Instructions
Recovery
Only for Android and Android 9 10 Only for Android and Android 8 9
Kernel core
Useful

Topics Curator - One way.

Post has been editedOne way. - 01.08.20, 08:12
Reason for editing: OxygenOS 10.3.5



Rep: (6528)
Installing ADB / Fastboot drivers


The most complete and correct instruction.
Disclaimer
1. This manual describes the steps to manually install / update / adjust drivers in case of their absence / damage / incorrect installation or inoperability.
2. These actions do not need to be performed if the drivers are already installed (automatically or manually earlier) and work correctly, even if they are not from your device model.

Normal way
1. Download from the header Necessary software for firmware - Windows ".
2. Unzip the folder " Tools "from the archive to the root of the disk" WITH: "(for convenience). You will have a way:" C: \\ Tools ". You can unpack to any other place convenient to you, it does not matter.
3. Turn off the device.
4. Load the device into bootloader mode (Bootloader / Fastboot) one of the following ways:
From the off device : Press and hold simultaneously power button + volume up key .
From the included device : In the settings for developers, you can activate the advanced menu items to reboot the device, in particular - the bootloader mode (Bootloader / Fastboot).
Note: Installation is also possible with USB debugging or in mode Adb sideload .
5. Connect your smartphone to PC.
6. Go to the device manager.
7. You will see the detected device " Android " or " Oneplus 6 "with a yellow exclamation mark.
8. Click on the device with the right mouse button, select - " Update drivers ... ".
9. Select - " Search for drivers on this computer ".
10. Be sure to tick the " Including subfolders ". Click" Overview "and specify the path to the folder" usb_drivers "in, unpacked earlier folder" Tools ".
11. Click " Further ". Wait for the installation to complete. All drivers installed.

I'm sorry, what? Nothing succeeded? Everything is lost? Drivers are not installed? Well then ... -Change to Linux.- We go to suffer in the way below.
!Alternative way!
1. Download from the header Necessary software for firmware - Windows ".
2. Unzip the folder " Tools "from the archive to the root of the disk" WITH: ". You get the way:" C: \\ Tools ".
3. Turn off the device.
4. Load the device into bootloader mode (Bootloader / Fastboot) one of the following ways:
From the off device : Press and hold simultaneously power button + volume up key .
From the included device : In the settings for developers, you can activate the advanced menu items to reboot the device, in particular - the bootloader mode (Bootloader / Fastboot).
Note: Installation is also possible with USB debugging or Adb sideload .
5. Connect your smartphone to PC.
6. Go to the device manager.
7. You will see the detected device " Android " or " Oneplus 6 "with a yellow exclamation mark.
8. Click on the device with the right mouse button, select - " Update drivers ... ".
9. Select - " Search for drivers on this computer ".
10. Select - " Select a driver from the list of already installed drivers. ".
11. Select - " Show all devices ".
12. Select - " Install from disk ".
13. Click " Overview ".
14. In the opened explorer go to the folder " Tools ", unpacked from the archive in step 2 . Go to the folder " usb_drivers ", choose File " android_winusb.inf "and click" Open ". You will be returned to the previous window, click on it." OK ".

15. Now the fun part. You returned to the window " Select a driver for this device. ".
Uncheck "Only compatible devices "and you will see three options available to choose from:
1. Android ADB Interface and Android Composite ADB Interface - for debug mode from the included device and mode Adb sideload .
2. Android Bootloader Interface - for bootloader mode (Bootloader / Fastboot) .
Attention: Choose and install what you are right now!

16. Click " Further ". Wait for the installation to complete. Everything, the correct driver is installed and ready to go.

Note: For Linux and MacOS no need to install drivers. They are included by default in these operating systems.

Post has been editedDisplax - 30.06.18, 13:30



Rep: (6528)
Unlocking and locking the bootloader


1. First of all, is necessarynecessarilyallow bootloader unlock on your device.
To do this, activate the menu "For developers ": Go to" Settings " -> " About phone " -> 7 times click on the item "Build Number" .
In the appeared tab "For developers "in the main settings menu, activate the item:" Factory Unlock " - " (Enable OEM Unlock) ".
2. Download from the header Necessary software for firmware ".
3. Unzip the folder " Tools "from the archive to the root of the disk" WITH: ". You get the way:" C: \\ Tools ".
4. Load the device into bootloader mode (Bootloader / Fastboot) one of the following ways:
From the off device : Press and hold simultaneously power button + volume up key .
From the included device : With USB debug activated follow up Adb team :
adb reboot bootloader
Also in the settings for developers, you can activate the advanced menu items to reboot the device, in particular - bootloader mode (Bootloader / Fastboot).

5. Connect the device to the PC and install drivers (if you did not do it earlier or they were not installed automatically).
6. Go to the, previously unpacked, folder " Tools ". In it, in the address bar of the folder above, write -" cmd "(without quotes).
7. Check device availability and driver installation. Run the fastboot command:
fastboot devices

If everything is good, the drivers are successfully installed and the phone is properly connected - you will see the following answer:
<device serial number>fastboot

8. At the command prompt, run one of The following commands to unlock the bootloader:

Attention:When unlocking the bootloader, all data will be deleted !!!
To unlock the bootloader with the ability to flash all partitions except "critical" (partitions of the bootloader itself):
fastboot oem unlock
or
fastboot flashing unlock

To unlock the bootloader with the ability to flash all partitions, including "critical" (partitions of the bootloader itself):
fastboot flashing unlock_critical

9. In the appeared request on the device, you will agree with the unlocking of the bootloader by selecting the " Yes ". Confirm by pressing the power button.


P.S. To lock the bootloader, execute one of the following commands:
Attention:Make sure that you have a fully installed stock system without a single modification !!!
Attention:When locking the bootloader, all data will be deleted !!!
fastboot oem lock
or
fastboot flashing lock


Post has been editedDisplax - 04.07.18, 21:33



Rep: (6528)
Getting ROOT rights


1. Temporarily download or permanently install (depending on your needs) TWRP Recovery according to the instructions .
2. Install (flash) into TWRP Recovery current version of Magisk. Download Magisk .
Attention: When you restart, you may receive the message: "Contact your manufacturer for details." ("An internal error has occurred, contact the manufacturer.") There is nothing wrong with that just ignore this error .

Post has been editedDisplax - 30.03.20, 08:20



Rep: (6528)
Install TWRP Recovery


Provisions
Temporary TWRP Download - one-time download TWRP, without its direct firmware. Does not affect the kernel (boot).
TWRP firmware - installation of TWRP on a permanent basis. Is the application of the kernel modification (boot) - the introduction of TWRP into the kernel.
Installation
1. Download from the caps "Necessary software for firmware" for your OS.
2. Unzip the folder "Tools" from the archive to the root of the disk " WITH: ". You get the way:" C: \\ Tools ".
3. Download the TWRP file from this post (" twrp-3.3.1-2-enchilada.img ") and place it in the previously unpacked folder "Tools" .
4. Install drivers (if nessesary), unlock bootloader (if not done this early).
5. Load the device into bootloader mode (Bootloader / Fastboot) one of the following ways:
From the off device : Press and hold simultaneously power button + volume up key .
From the included device : With USB debug activated follow up Adb team :
adb reboot bootloader
Also in the settings for developers, you can activate the advanced menu items to reboot the device, in particular - bootloader mode (Bootloader / Fastboot).

6. Connect your phone to PC.
7. Go to the, previously unpacked, folder " Tools ". In it, in the address bar of the folder above, write -" cmd "(without quotes).
8. Run the fastboot command temporary start TWRP:
fastboot boot twrp-3.3.1-2-enchilada.img

9. Wait for the automatic temporary launch TWRP.
Attention: You can flash Magisk to get root-rights already at this stage in the event that if you don't need TWRP permanent firmware (TWRP permanently).

The following actions will lead to a permanent installation (firmware) TWRP in both slots!
10. Download the TWRP permanent installation file from this post (" twrp-3.3.1-2-enchilada.zip "). Copy it to your smartphone.
11. Sew the copied file: In the TWRP main menu, select " Install " (" Installation ") -> Locate and select the "twrp-3.3.1-2-enchilada.zip file " -> Confirm and wait for the firmware to finish. .
Attention: After permanent firmware TWRP is necessary necessarily flash Magisk, otherwise there will be a bootlap.


Download:
TWRP img: Attached filetwrp-3.3.1-2-enchilada.img (28.3 MB)
TWRP installer: Attached filetwrp-installer-3.3.1-2-enchilada.zip (15 MB)

A source: https://dl.twrp.me/enchilada/
Sources: https://github.com/Tea...vice_oneplus_enchilada

Past versions
TWRP img: Attached filetwrp-3.3.1-0-enchilada.img (28.3 MB)
TWRP installer: Attached filetwrp-installer-enchilada-3.3.1-0.zip (15 MB)

TWRP img: Attached filetwrp-3.3.0-0-enchilada.img (28.3 MB)
TWRP installer: Attached filetwrp-installer-enchilada-3.3.0-0.zip (14.99 MB)

TWRP img: Attached filetwrp-3.2.3-1-enchilada.img (28.05 MB)
TWRP installer: Attached filetwrp-installer-enchilada-3.2.3-1.zip (14.33 MB)

TWRP img: Attached filetwrp-3.2.3-0-enchilada.img (26.12 MB)
TWRP installer: Attached filetwrp-installer-enchilada-3.2.3-0.zip (13.92 MB)

TWRP img: Attached filetwrp-3.2.2-0-enchilada.img (26.12 MB)
TWRP installer: Attached filetwrp-installer-enchilada-3.2.2-0.zip (14.53 MB)

TWRP img: Attached filetwrp-3.2.1-0-enchilada.img (26.12 MB)
TWRP installer: Attached filetwrp-installer-enchilada-3.2.1-0.zip (14.53 MB)


Post has been editedDisplax - 30.03.20, 08:21



Rep: (44)
Why after the fastboot boot twrp-3.2.1-oneplus6.img command, the phone goes into reboot, writes on the command line that everything is ok, but is loaded into the system, and not in TWRP, TWRP is not, I do everything on the computer on which TWRP made awls Root for 5T, so the crap with the drivers is excluded

Post has been editedboratboy - 02.06.18, 12:30



Rep: (4388)
* boratboy,
It is possible: If after the smart command it goes into reboot, immediately press the buttons to enter the TVRP, otherwise the recovery itself will not be saved if the system immediately boots. Looks like the script is damp, later I think they will correct it so that the smartphone does not automatically reboot into the system, but only in recovery or even you do not do that. :)

Post has been editedAndreyZo - 02.06.18, 21:52



Rep: (1)
At xda have their pieces 5. I wait crdroid. It will be 100%



Rep: (1851)
M
We move to subsection:Oneplus
A fruitful discussion.



Rep: (44)
Official TWRPhttps://twrp.me/oneplus/oneplus6.html



Rep: (964)
Installation stable EEPROM


  1. Download of the cap threads required firmware.
  2. Firmware is packaged in a zip archive. Without unpacking, place the firmware on your phone root.
  3. View Settings - System - the system upgrade - in the upper right corner of the icon will be the gear, click on it - select Local Update - select the desired firmware.
  4. Wait for the installation, after the installation restart the phone.


Post has been editedOne way. - 19.01.20, 18:00



Rep: (2)
The people, got the Chinese. Firmware hydrogen 5.1.6. Naturally there is no Russian, how to flash it? o.O
Bootloader unlocked.

Post has been editedandreka1975 - 09.06.18, 07:50



Rep: (7)
* andreka1975, Download the latest hydroxy to the root and update, you did not need to unlock anything, use the search!



Rep: (364)
Uraaa, the best core was 5 / 5T)
It turned out and 6)
Ladies and Gentlemen:Flash Kernel v1.00

I will also add from myself, in my time I asked the kernel creator, to include supportTTL. But since my OP6 will come only in a week, I can’t test it now, but I think that it turned on in the core for OP6, since after the request, he included in all kernels.

Post has been editedSkyline566 - 09.06.18, 08:52



Rep: (62)
* Skyline566 , what is the description of the kernel?



Rep: (364)
* C1keu ,



Rep: (114)
What do you think fake?

https: //mobile.twitter...us/1005461966863917056



Rep: (6528)
* SkrommmnjagA,
No, not fake. This is a vulnerability allowing to download images even when the boot loader is locked.
They promised to fix it soon.



Rep: (6528)
* Scorp125
Show the error.



Rep: (6528)
Mean122 @ 06/10/18, 20:07*
I do not see in the cap as the official full bet?
System Update - Cogwheel - Local Update. Select the firmware file.

Mean122 @ 06/10/18, 20:07*
I want to immediately put 5.1.6 before using
Update on OTA and do a reset.

Mean122 @ 06/10/18, 20:07*
As far as I understand, Android P is still in beta version and is not recommended to be installed?
Not recommended.

Mean122 @ 06/10/18, 20:07*
When is the release known?
OnePlus 6 - Official firmware (Post Displax # 73872956)



Rep: (29)
Stumbled upon the "Swiss knife" for flashing Oneplus 6TOOL ALL IN ONE
In the program you need to choose your device, and you can install drivers for it, unlock the bootloader, install TWRP, and other options. Maybe someone will be useful software.

Post has been editedmikolson - 11.06.18, 00:14


Full version    

Help     rules

Time is now: 22/08/20, 18:43