Jump to content

OnePlus 3T (oneplus-oneplus3t): Difference between revisions

From postmarketOS Wiki
Ungeskriptet (talk | contribs)
Use picture from OnePlus 3 (they look the same)
MartinL (talk | contribs)
Update contributors and usbnet, wifi, otg status
Line 17: Line 17:
| architecture = aarch64
| architecture = aarch64
<!-- the following status_* questions should be answered with Y - yes, P - partial, N - no, or left blank (for untested or unknown) -->
<!-- the following status_* questions should be answered with Y - yes, P - partial, N - no, or left blank (for untested or unknown) -->
| status_usbnet = P <!-- USB networking does work? then put Y here and delete this comment -->
| status_usbnet = Y <!-- USB networking does work? then put Y here and delete this comment -->
| status_flashing = Y <!-- Flashing with "pmbootstrap flasher" works? Put Y here. It works the same for everything coming below. -->
| status_flashing = Y <!-- Flashing with "pmbootstrap flasher" works? Put Y here. It works the same for everything coming below. -->
| status_touch = Y <!-- Touch screen is working? You can also answer these questions with P for partially. -->
| status_touch = Y <!-- Touch screen is working? You can also answer these questions with P for partially. -->
| status_screen = Y <!-- The display is working? -->
| status_screen = Y <!-- The display is working? -->
| status_wifi = P <!-- Wireless network works? -->
| status_wifi = Y <!-- Wireless network works? -->
| status_xwayland = Y <!-- Showing X11 applications in a Wayland compositor (Weston, KWin, ...) works? -->
| status_xwayland = Y <!-- Showing X11 applications in a Wayland compositor (Weston, KWin, ...) works? -->
| status_fde = <!-- When installing with full disk encryption, can you type in the password with the on screen keyboard? -->
| status_fde = <!-- When installing with full disk encryption, can you type in the password with the on screen keyboard? -->
Line 37: Line 37:
| status = <!-- Text displayed in the "not booting" table on the Devices page , e.g "kernel compiles, doesn't boot" -->
| status = <!-- Text displayed in the "not booting" table on the Devices page , e.g "kernel compiles, doesn't boot" -->
| booting = yes <!-- The device is booting at all, can be yes/no *IMPORTANT* -->
| booting = yes <!-- The device is booting at all, can be yes/no *IMPORTANT* -->
| status_otg = P


<!-- you can also use these lines if you need to:
<!-- you can also use these lines if you need to:
Line 52: Line 53:
== Contributors ==
== Contributors ==
* DrGit
* DrGit
* MartinL


== Maintainer(s) ==
== Maintainer(s) ==

Revision as of 05:58, 28 July 2022


OnePlus 3T
OnePlus 3T with Plasma Mobile UI
OnePlus 3T with Plasma Mobile UI
Manufacturer OnePlus
Name 3T
Codename oneplus-oneplus3t
Released 2016
Hardware
Chipset Qualcomm MSM8996Pro Snapdragon 821
CPU 2x 2.35 GHz Kryo & 2x 1.6 GHz Kryo
GPU Adreno 530
Display 1080x1920 AMOLED
Storage 64/128 GB
Memory 6 GB
Architecture aarch64
Software
Original software OxygenOS 3.x (Android 6.0 "Marshmallow")
postmarketOS
Category testing
Pre-built images no
Mainline yes
Features
Flashing
Works
USB Networking
Works
Internal storage
No data
SD card
No data
Battery
Works
Screen
Works
Touchscreen
Works
Multimedia
3D Acceleration
Partial
Audio
No data
Camera
No data
Camera Flash
No data
Connectivity
WiFi
Works
Bluetooth
No data
GPS
No data
NFC
No data
Modem
Calls
No data
SMS
No data
Mobile data
No data
Miscellaneous
FDE
No data
USB OTG
Partial
HDMI/DP
No data
Sensors
Accelerometer
No data
Magnetometer
No data
Ambient Light
No data
Proximity
No data
Hall Effect
No data
Haptics
No data
Barometer
No data

Contributors

  • DrGit
  • MartinL

Maintainer(s)

Users owning this device

Good luck.

Unlocking the Bootloader

WARNING: Doing this will wipe ALL data on your device. Please backup all your personal data before continuing!

  1. Enable Developer options by tapping the build number 7 times in Settings > About
  2. Go to Developer options and enable both USB Debugging and OEM Unlocking
  3. Open a terminal window and type adb devices to verify your device is visible.
  4. Type adb reboot bootloader to reboot your device into fastboot mode.
  5. Type fastboot devices to verify once again that your device is visible.
  6. Type fastboot oem unlock. To navigate the on screen options use Volume Up/Down and select an option with the Power button.
  7. Congrats, your bootloader is now unlocked!


How to enter flash mode

  1. After the bootloader is unlocked press the Power button and you should see the warning screen. Press Volume Up/Down to open the boot options.
  2. Select Fastboot and press Power

You are now ready to flash.

Installation

Follow the usual flashing guide

Kernel WIP at https://gitlab.com/msm8996-mainline/linux-msm8996

Troubleshooting

If the PostmarketOS screen shows "boot partition not found" after flashing, try using recovery installation method.

$ pmbootstrap install --android-recovery-zip
$ pmbootstrap flasher --method=adb sideload
$ # start ADB sideload in recovery (try TWRP or LOS recoveries if yours doesn't have this option)
< wait for any device >
* daemon not running; starting now at tcp:5038
* daemon started successfully
Total xfer: 1.09x                                                                                                           
[01:07:26] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary)
[01:07:26] DONE!

After ADB sideload is done, power down the phone completely, then boot it up again.

See also