OnePlus Nord (oneplus-avicii)
Appearance
Stock Android 10 homescreen Stock Android 10 homescreen | |
Manufacturer | OnePlus |
---|---|
Name | Nord |
Codename | oneplus-avicii |
Released | 2020 |
Hardware | |
Chipset | Qualcomm Snapdragon 765 5G (SM7250) |
CPU |
Octa-core (1x2.4 GHz Kryo 475 Prime 1x2.2 GHz Kryo 475 Gold 6x1.8 GHz Kryo 475 Silver) |
GPU | Adreno 620 |
Display | 1080 x 2400 (90Hz 6.44" AMOLED) |
Storage | 64/128/256 GB |
Memory | 6/8/12 GB |
Architecture | aarch64 |
Software | |
Original software | Android |
Original version The version the device was shipped with. |
10 |
postmarketOS | |
Category | testing |
Pre-built images Whether pre-built images are available here. |
no |
Flashing It is possible to flash the device with pmbootstrap flasher . |
Untested
|
---|---|
USB Networking After connecting the device with USB to your PC, you can connect to it via telnet (initramfs) or SSH (booted system). |
Untested
|
Battery Charging and battery level reporting works |
Untested
|
Screen Display works. Ideally with sleep mode and brightness control. |
Untested
|
Touchscreen |
Untested
|
Multimedia | |
3D Acceleration |
Untested
|
Audio Audio playback, microphone, headset and buttons. |
Untested
|
Camera |
Untested
|
Connectivity | |
WiFi |
Untested
|
Bluetooth |
Untested
|
GPS |
Untested
|
Modem | |
Calls |
Untested
|
SMS |
Untested
|
Mobile data |
Untested
|
Miscellaneous | |
FDE Full disk encryption and unlocking with unl0kr. |
Untested
|
Sensors | |
Accelerometer Auto screen rotation works in desktops e.g. Phosh or Plasma Mobile |
Untested
|
Contributors
- rasp
Maintainer(s)
- rasp
Users owning this device
- Olofolleola4 (Notes: Broken/defunct at the moment)
- Poipa
- Rasp
How to enter flash mode
Via ADB
- adb reboot fastboot
- (a menu appears, that says 'fastbootd')
- English -> Advanced -> Reboot to fastboot -> Reboot to fastboot (confirm)
Via "Advanced Reboot"
- make sure Settings -> System -> Developer Tools -> Advanced Reboot is enabled
- hold power+volup button (or just power if you enabled it) and choose Bootloader
Installation
- Note that currently the device works to a debug-shell in initfs, so you can install boot.img, but not rootfs. Also you can just fastboot boot instead
- This is an A/B device, so you leave your working slot and play on the other:
pmbootstrap chroot -- fastboot reboot fastboot # go from fastboot to fastbootD (fastbootd is userspace, sees system partitions) pmbootstrap chroot -- fastboot getvar current-slot # should display a or b pmbootstrap chroot -- fastboot set_active a # or b, to change active slot
- After you ensure you have pmbootstrap up and running
pmbootstrap init # choose avicii, downstream kernel pmbootstrap install pmbootstrap initfs hook_add debug-shell pmbootstrap flasher flash_vbmeta pmbootstrap chroot -- fastboot erase dtbo # and now you can either boot pmbootstrap flasher boot # OR flash boot.img pmbootstrap flasher flash_kernel