OnePlus Nord (oneplus-avicii): Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
(7 intermediate revisions by 5 users not shown) | |||
Line 6: | Line 6: | ||
| imagecaption = Stock Android 10 homescreen | | imagecaption = Stock Android 10 homescreen | ||
| releaseyear = 2020 | | releaseyear = 2020 | ||
| originalsoftware = Android 10 | | originalsoftware = Android | ||
| chipset = Qualcomm SM7250 | | originalversion = 10 | ||
| cpu = | | chipset = Qualcomm Snapdragon 765 5G (SM7250) | ||
| gpu = Adreno | | cpu = Octa-core (1x2.4 GHz Kryo 475 Prime & 1x2.2 GHz Kryo 475 Gold & 6x1.8 GHz Kryo 475 Silver) | ||
| storage = 64 GB | | gpu = Adreno 620 | ||
| display = | | storage = 64/128/256 GB | ||
| memory = | | display = 1080 x 2400 (90Hz 6.44" AMOLED) | ||
| memory = 6/8/12 GB | |||
| 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) --> | ||
Line 35: | Line 36: | ||
| 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 = <!-- The device is booting at all, can be yes/no *IMPORTANT* --> | | booting = <!-- The device is booting at all, can be yes/no *IMPORTANT* --> | ||
}} | }} | ||
Line 77: | Line 67: | ||
* 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 | * 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: | * 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 getvar current-slot # should display a or b | ||
pmbootstrap chroot -- fastboot set_active a # or b, to change active slot | pmbootstrap chroot -- fastboot set_active a # or b, to change active slot |
Latest revision as of 04:05, 24 October 2023
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 | 10 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Flashing |
No data |
---|---|
USB Networking |
No data |
Internal storage |
No data |
SD card |
No data |
Battery |
No data |
Screen |
No data |
Touchscreen |
No data |
Multimedia | |
3D Acceleration |
No data |
Audio |
No data |
Camera |
No data |
Camera Flash |
No data |
Connectivity | |
WiFi |
No data |
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 |
No data |
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
- 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