OnePlus 7 Pro (oneplus-guacamole): Difference between revisions
Appearance
Line 66: | Line 66: | ||
== Installation == | == Installation == | ||
<!-- add more sections below as necessary, e.g. WiFi, photos, ... --> | <!-- add more sections below as necessary, e.g. WiFi, photos, ... --> | ||
* [[Installing pmbootstrap|Install pmbootstrap]] | |||
<syntaxhighlight lang="shell-session"> | |||
$ pmbootstrap init | |||
</syntaxhighlight> | |||
<pre> | |||
Location of the 'work' path. Multiple chroots (native, device arch, device rootfs) will be created in there. | |||
Work path [/.../.local/var/pmbootstrap]: | |||
NOTE: pmaports path: /.../.local/var/pmbootstrap/cache_git/pmaports | |||
Choose your target device vendor (either an existing one, or a new one for porting). | |||
Available vendors (46): amazon, asus, bq, chuwi, fairphone, ... | |||
Vendor []: oneplus | |||
Available codenames (5): bacon, cheeseburger, ... | |||
Device codename []: guacamole | |||
</pre> | |||
<syntaxhighlight lang="shell-session"> | |||
$ pmbootstrap build linux-oneplus-guacamole | |||
$ pmbootstrap build device-oneplus-guacamole | |||
$ pmbootstrap install | |||
$ pmbootstrap flasher boot | |||
</syntaxhighlight> | |||
== See also == | == See also == |
Revision as of 00:00, 12 March 2020
This device is marked as not booting.
Status: kernel compiles, doesn't boot
Status: kernel compiles, doesn't boot
OnePlus 7 Pro OnePlus 7 Pro | |
Manufacturer | OnePlus |
---|---|
Name | 7 Pro |
Codename | oneplus-guacamole |
Released | 2019 |
Hardware | |
Chipset | Qualcomm SM8150 Snapdragon 855 |
CPU | Kryo 485 |
GPU | Adreno 640 |
Display | 3120x1440 AMOLED |
Storage | 256 GB |
Memory | 8 GB |
Architecture | aarch64 |
Software | |
Original software | Android 9 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Mainline | no |
Contributors
Maintainer(s)
Users owning this device
- Caleb (Notes: mainline some day)
- Farkasma (Notes: Stock Android daily driver)
- Froggo (Notes: 8+256GB)
- JustinSUF (Notes: 8GB/256GB)
- Kenny (Notes: shattered and malfunctioning display)
- Matx1 (Notes: 8GB/256GB)
- Miki (Notes: daily, broken front camera, stock a12 with unlocked bl, 12/256 model)
- Nexplorer-3e (Notes: Daily device, with PE13 installed)
- Pairman (Notes: 8+256GB, Android)
- Techwizz (Notes: Running LineageOS.)
- Thekingkerellos (Notes: My main device running Los 20. Too good of a phone)
- Uclydde (Notes: 12GB/256GB)
How to enter flash mode
With the device powered off, hold Volume Up + Power.
Installation
$ pmbootstrap init
Location of the 'work' path. Multiple chroots (native, device arch, device rootfs) will be created in there. Work path [/.../.local/var/pmbootstrap]: NOTE: pmaports path: /.../.local/var/pmbootstrap/cache_git/pmaports Choose your target device vendor (either an existing one, or a new one for porting). Available vendors (46): amazon, asus, bq, chuwi, fairphone, ... Vendor []: oneplus Available codenames (5): bacon, cheeseburger, ... Device codename []: guacamole
$ pmbootstrap build linux-oneplus-guacamole
$ pmbootstrap build device-oneplus-guacamole
$ pmbootstrap install
$ pmbootstrap flasher boot