An open API service indexing awesome lists of open source software.

https://github.com/daboross/oneplus_dre8t_dre9_holi_notes

Personal notes on the OnePlus Nord N200 5G - codewords dre8t for T-Mobile edition, dre9 for NA edition, and sm4350 for SOC
https://github.com/daboross/oneplus_dre8t_dre9_holi_notes

Last synced: 12 months ago
JSON representation

Personal notes on the OnePlus Nord N200 5G - codewords dre8t for T-Mobile edition, dre9 for NA edition, and sm4350 for SOC

Awesome Lists containing this project

README

          

OnePlus Nord N200 5G Notes
==========================

## Foreword: Codewords

- dre9 is the codeword for the North America (carrier independent) edition of the OnePlus Nord N200 5G
- dre8t is the codeword for the T-Mobile locked edition of the OnePlus Nord N200 5G
- holi is the codeword for the sm4350 platform. Because it shows up as the "codeword" in the bootloader menu, it's
been mistaken as the codeword for the OnePlus Nord N200 5G in general.

## Basic Device Info Table

| Basic | Spec Sheet |
| -----------------------:|:--------------------------------------------------------------------- |
| CPU | Octa-core (2x2.0 GHz Kryo 460 & 6x1.8 GHz Kryo 460) |
| Chipset | Qualcomm SM4350 Snapdragon 480 5G (8 nm) |
| GPU | Adreno 619 |
| Memory | 4 GB RAM |
| Shipped Android Version | 11.0 |
| Storage | 64 GB |
| Battery | Non-removable Li-Po 5000 mAh battery |
| Display | LTPS IPS LCD, 90Hz, 1080 x 2400 pixels, 20:9 ratio (~405 ppi density) |

- Sequence to reboot into bootloader (fastboot): reboot while holding both volume up and volume down buttons
- Sequence to reboot into recovery: reboot while holding volume down

## Useful links

### OnePlus raw sources

- https://github.com/OnePlusOSS/android_kernel_oneplus_sm4350
- https://github.com/OnePlusOSS/android_vendor_qcom_opensource_audio_kernel_sm4350
- https://github.com/OnePlusOSS/OpenSourceReleases/wiki/OnePlus-Nord-N200

### Relevant GitHub repos

- https://github.com/daboross/android_device_oneplus_dre9-twrp

### Useful XDA posts

- https://forum.xda-developers.com/t/psa-do-not-use-the-dsu-loader-on-the-n200-you-will-brick.4321623/#post-85502909
- https://forum.xda-developers.com/t/the-quest-for-a-bootloader-unlock-partial-guide-t-mobile-variant-only.4313525/
- https://forum.xda-developers.com/t/bootloader-unlock-devices-bought-directly-from-usa-oneplus-store.4313753/
- https://forum.xda-developers.com/t/full-rom-dump-of-t-mobile-variant-guide-on-gaining-root-access-without-magisk.4321559/
- https://forum.xda-developers.com/t/rooting-stock-firmware-w-magisk.4321575/#post-85503115

## Contributing

Pull requests are accepted! If you have additional repository links, posts, or any other information, then feel free to
edit the file(s) and send a pull request, or file an issue so I can include it.

This repository aims to include links to all information relevant for developing custom ROMs or using custom ROMs on the
OnePlus Nord N200 5G.

As long as I have this device, I'll be trying to keep this up to date, but I could always miss things. If I appear to no
longer be maintaining this, and you would like to, please fork the repo and send a PR replacing this README with a link
to your new repo.