File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed
openandroidinstaller/assets/configs Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ Motorola | moto z | [griffin](https://wiki.lineageos.org/devices/griffin) | XT16
163163Vendor | Device Name | CodeName | Models | Status
164164---|---|---|---|---
165165OnePlus | One | [ bacon] ( https://wiki.lineageos.org/devices/bacon ) | A0001 | tested
166+ OnePlus | 3/3T | [ oneplus3] ( https://wiki.lineageos.org/devices/oneplus3 ) | A3003, A3000, A3010 | untested
166167OnePlus | 5 | [ cheeseburger] ( https://wiki.lineageos.org/devices/cheeseburger ) | A5000 | tested
167168OnePlus | 5T | [ dumpling] ( https://wiki.lineageos.org/devices/dumpling ) | A5010 | tested
168169OnePlus | 6 | [ enchilada] ( https://wiki.lineageos.org/devices/enchilada ) | A6000, A6003 | tested
Original file line number Diff line number Diff line change 1+ metadata :
2+ maintainer : SirRGB
3+ device_name : OnePlus 3/3T
4+ is_ab_device : false
5+ device_code : oneplus3
6+ supported_device_codes :
7+ - OnePlus3
8+ - oneplus3
9+ - OnePlus3T
10+ - oneplus3t
11+ untested : true
12+ requirements :
13+ android : 9
14+ steps :
15+ unlock_bootloader :
16+ - type : call_button
17+ content : >
18+ As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone
19+ how to start and run an operating system (like Android). Your device should be turned on.
20+ Press 'Confirm and run' to reboot into the bootloader.
21+ command : adb_reboot_bootloader
22+ - type : call_button
23+ content : >
24+ In this step you actually unlock the bootloader. Just press 'Confirm and run' here. The phone will automatically reboot and reformat.
25+ Once it's done, press continue here.
26+ command : fastboot_oem_unlock
27+ - type : confirm_button
28+ content : >
29+ The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
30+ boot_recovery :
31+ - type : call_button
32+ content : >
33+ Now you need to boot a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
34+ adapting and repairing of the operating system.
35+ Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
36+ command : adb_reboot_bootloader
37+ - type : call_button
38+ img : twrp-start.jpeg
39+ content : >
40+ Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
41+ command : fastboot_boot_recovery
You can’t perform that action at this time.
0 commit comments