OnePlus 8 Pro (oneplus-instantnoodlep)
Appearance
This device is marked as not booting.
Status: Doesn't boot
Status: Doesn't boot
CHANGE_ME CHANGE_ME | |
Manufacturer | OnePlus |
---|---|
Name | OnePlus 8 Pro |
Codename | oneplus-instantnoodlep |
Released | 2020 |
Hardware | |
Chipset | Qualcomm Snapdragon 865 5G (SM8250) |
CPU | Octa-core (1x2.84 GHz Cortex-A77 & 3x2.42 GHz Cortex-A77 & 4x1.80 GHz Cortex-A55) |
GPU | Adreno 650 |
Display | 1440 x 3168 pixels (~513 ppi density) |
Storage | 128 or 256 GB |
Memory | 8 GB or 12 GB |
Architecture | aarch64 |
Software | |
Original software | Android 10 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Contributors
- Simplefluorine
Maintainer(s)
Users owning this device
- Denvit (Notes: postmarketOS)
- Lucia-selvlysende (Notes: Current main device, got it for Christmas 2024 (used, but a big upgrade from samsung-degaswifi).)
- Simplefluorine (Notes: unlocked)
How to enter flash mode
Fastboot:By pressing vol-, vol+, and power button.
Installation
Dynamic Partitions
Android 10 launch, non-retro fit dynamic partitioning Before starting development, need to determine which block devices make up super partition.
In rooted Android shell:
readlink /dev/block/by-name/super /dev/block/sda14
Then add to deviceinfo:
deviceinfo_flash_fastboot_partition_system="super" deviceinfo_flash_fastboot_partition_dtbo="dtbo" deviceinfo_super_partitions="/dev/sda14 /dev/sda14"
Added make-dynpart-mappings to APKBUILD for device
See also PMOS wiki on this