OnePlus 3 (oneplus-oneplus3): Difference between revisions
Appearance
m Fixed codename |
ThatGeekZen (talk | contribs) Added many missing sections to the page, bootloader instructions, flash mode and package link. |
||
Line 31: | Line 31: | ||
| booting = no | | booting = no | ||
}} | }} | ||
== Contributors == | |||
== Maintainer(s) == | |||
<!-- Only if this device doesn't run on linux-postmarketos yet! --> | |||
<!-- This person needs to be willing to answer questions from users of this device --> | |||
== Users owning this device == | |||
{{Device owners}} | |||
<!-- autogenerated, use {{Owns device|devicepage|notes}} on your profile page --> | |||
<!-- use _ instead of spaces in device page name, e.g. {{Owns device|HTC_Desire_(htc-bravo)|custom notes}}--> | |||
<!-- you may need to purge page cache to see changes (more->purge cache)--> | |||
<!-- you can use {{My devices}} on your profile page to show table with all your devices --> | |||
== Unlocking the Bootloader == | |||
'''WARNING: Doing this will wipe ALL data on your device. Please backup all your personal data before continuing!''' | |||
# Enable <code>Developer options</code> by tapping the build number 7 times in <code>Settings</code> > <code>About</code> | |||
# Go to <code>Developer options</code> and enable both <code>USB Debugging</code> and <code>OEM Unlocking</code> | |||
# Open a terminal window and type <code>adb devices</code> to verify your device is visible. | |||
# Type <code>adb reboot bootloader</code> to reboot your device into fastboot mode. | |||
# Type <code>fastboot devices</code> to verify once again that your device is visible. | |||
# Type <code>fastboot oem unlock</code>. To navigate the on screen options use {{button|Volume Up/Down}} and select an option with the {{button|Power}} button. | |||
# Congrats, your bootloader is now unlocked! | |||
== Enter Flashmode == | |||
# After the bootloader is unlocked press the {{button|Power}} button and you should see the warning screen. Press {{button|Volume Up/Down}} to open the boot options. | |||
# Select <code>Fastboot</code> and press {{button|Power}} | |||
You are now ready to flash. | |||
== Installation == | |||
<!-- add more sections below as necessary, e.g. WiFi, photos, ... --> | |||
== See Also == | |||
* {{Device package|oneplus-oneplus3}} | |||
<!-- | |||
Link to related GitLab issues or merge requests like the following (replace CHANGEME with the ID, e.g. 1234): | |||
* {{MR|CHANGEME|pmaports}} Initial merge request | |||
* {{issue|CHANGEME|pmaports}} Some related issue | |||
You can also add normal web links: | |||
* [https://redmine.replicant.us/projects/replicant/wiki/GalaxyS2I9100 Replicant wiki page] | |||
--> |
Revision as of 03:49, 4 June 2020
This device is marked as not booting.
File:oneplus-oneplus3.jpg | |
Manufacturer | OnePlus |
---|---|
Name | 3 |
Codename | oneplus-oneplus3 |
Released | 2016 |
Hardware | |
Chipset | Qualcomm MSM8996 Snapdragon 820 |
CPU |
Kryo 2x2.2 GHz 2x1.6 Ghz |
GPU | Adreno 530 |
Display | 1080x1920 AMOLED |
Storage | 64 GB |
Memory | 6 GB |
Architecture | aarch64 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Mainline | no |
Contributors
Maintainer(s)
Users owning this device
- Bczeman
- Bdju (Notes: partially broken/disassembled)
- Caesarhao (Notes: European version)
- Harryausten (Notes: disassembled with UART connected)
- Jja2000
- Jrg (Notes: Broken touchscreen)
- MasterPlexus (Notes: still on Lineage)
- Nspire
- Rjeli
- Roboe (Notes: bloated battery (removed), might try to make a charging circuit or get a replacement sometime; aftermarket screen replacement, lot of issues with CPU suspend; running Lineage OS)
- Santeri3700
- Shubhamvis98
- Ungeskriptet (Notes: Glass lifts off a little, needs new glue)
Unlocking the Bootloader
WARNING: Doing this will wipe ALL data on your device. Please backup all your personal data before continuing!
- Enable
Developer options
by tapping the build number 7 times inSettings
>About
- Go to
Developer options
and enable bothUSB Debugging
andOEM Unlocking
- Open a terminal window and type
adb devices
to verify your device is visible. - Type
adb reboot bootloader
to reboot your device into fastboot mode. - Type
fastboot devices
to verify once again that your device is visible. - Type
fastboot oem unlock
. To navigate the on screen options use and select an option with the button. - Congrats, your bootloader is now unlocked!
Enter Flashmode
- After the bootloader is unlocked press the button and you should see the warning screen. Press to open the boot options.
- Select
Fastboot
and press
You are now ready to flash.