User Tools

Site Tools


android:oneplus:customization

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
android:oneplus:customization [2020/09/16 14:02] oscarandroid:oneplus:customization [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== OnePlus 6T Customization ====== 
-===== Basic requirements ===== 
-  * Ensure that the device is on the latest Android 10 firmware. 
-  * Ensure that the device has at least 60% battery remaining. 
-  * First: if you use anything else than a PIN code to unlock your phone, change it now. Last TWRP image for Android 10 asks for a data decryption password. It will be easier if it’s a PIN code. Go to Settings > System > Security and change your screen locking choice by a PIN code. 
-  * Make sure your computer has adb and fastboot. Setup instructions can be found here. 
-===== Unlock Bootloader ===== 
-The steps below only need to be run once per device. Unlocking the bootloader will erase all data on your device!  
-  - Prepare phone: 
-    - Enable Developer options: Settings > System > About. Tap repeatedly on “build number”  
-    - Go back to System, then go to developer options.  
-    - Enable **USB debugging** 
-    - Enable **bootloader OEM unlocking**, if present 
-    - Enable **advanced reboot** options. 
-  - Connect the device to your PC via USB. 
-  - Boot into fastboot mode. Open a terminal window, and type: <code>adb reboot bootloader</code> You can also achieve this via a key combination: With the device powered off, **hold Volume Up + Volume Down + Power**. You can also achieve this on the computer. 
-  - Once the device is in fastboot mode, verify your PC finds it by typing:<code>fastboot devices</code> Tip: If you see no permissions fastboot while on Linux or macOS, try running fastboot as root.  
-  - Now type the following command to unlock the bootloader:<code>fastboot oem unlock</code> 
-  - If the device doesn’t automatically reboot, reboot it. It should now be unlocked. 
-  - Since the device resets completely, you will need to re-enable USB debugging to continue. 
-  - You can check if the device is actually unlocked by executing: <code>fastboot oem device-info</code>It will tell you something like “device unlocked: true”. Please note it will ask you to erase all of your data, and that you must accept to continue. 
-===== Install TWRP ===== 
-The OnePlus 6T uses the newer AB partition scheme first introduced on the Pixel 1. As such there is no recovery partition. Instead, the recovery is part of the boot image. You will temporarily boot TWRP to perform and later perform a more permanent TWRP installation. 
-  - Prepare phone: 
-    - Enable Developer options: Settings > System > About. Tap repeatedly on “build number”  
-    - Go back to System, then go to developer options.  
-    - Enable **USB debugging** 
-    - Enable **bootloader OEM unlocking**, if present. Make sure that from now on, OEM unlocking option is enabled before you reboot. Sometimes, it might get disabled itself. 
-    - Enable **advanced reboot** options. 
-  - Connect the device to your PC via USB. 
-  - Download all the files: 
-      - place Magisk & TWRP installer zip on Device Internal Memory  
-      - place TWRP img on your PC 
-  - Boot into fastboot bootloader mode. Open a terminal window, and type: <code>adb reboot bootloader</code> You can also achieve this via a key combination: With the device powered off, **hold Volume Up + Volume Down + Power**. You can also achieve this on the computer. 
-  - Temporarily boot into TWRP: <code>fastboot boot twrp img name</code> 
-  - Now in TWRP, tap on Install and browse to the zip and install TWRP (the zip will probably be in /sdcard/Downloads).  
-  - TWRP will now be installed to both slots 
-  - PS: DO NOT BOOT IN OS JUST YET & CONTINUE TO THE ROOTING POST 
- 
-===== Gaining Root Access ===== 
-- Boot into TWRP Recovery 
-- If you want to stay systemless continue without swiping right else Swipe and enable modifications. 
-- Select your preferred Language, Tap “Never show this screen on boot again,” and Swipe allow modification. 
-- Navigate to Install and select Magisk to root. 
-- Swipe to confirm the flash 
-- Reboot System 
-Keep in mind that the first boot after wiping the phone may take longer than usual, as the phone will need to rebuild the dalvik cache and initialize other first boot and might reboot a few times. 
- 
- 
- 
-===== Links ===== 
-[[https://forum.xda-developers.com/oneplus-6t/how-to/guide-oneplus-6t-unlock-bootloader-t3851789|[Guide] OnePlus 6T [Fajita]: Unlock | Flash TWRP | Root | Nandroid & EFS Backup]] 
- 
-[[https://community.e.foundation/t/howto-flash-e-os-on-an-a-b-partitioned-device-oneplus-6t-with-android-10/16894|[HOWTO] Flash /e/ OS on an A/B partitioned device OnePlus 6T]] 
  
android/oneplus/customization.1600264963.txt.gz · Last modified: (external edit)