Skip to content

Commit

Permalink
devices: updated OnePlus 3/3T device page
Browse files Browse the repository at this point in the history
Since op3 was dropped from official devices, the images.droidian.org
downlaod link no longer works. Updated this to point to the
Droidian-oneplus3 github org's nightly image builds page.
Updated info about camera and encryption.
  • Loading branch information
Bettehem committed Apr 19, 2024
1 parent aa8373e commit 97bbaf0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/devices/oneplus3.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"working": [
"Flashlight"
],
"notWorking": [
"partly": [
"Photo",
"Switch camera",
"Video"
Expand Down Expand Up @@ -110,8 +110,8 @@
"type": "list",
"links": [
{
"to": "https://images.droidian.org/droidian/nightly/arm64/oneplus/image-fastboot-oneplus3.zip",
"text": "Droidian's image",
"to": "https://github.com/Droidian-oneplus3/droidian-images/releases/tag/nightly",
"text": "Droidian images",
"id": 1
},
{
Expand Down Expand Up @@ -212,7 +212,8 @@
{
"type": "list",
"data": [
"Unzip the droidian zip you just downloaded, then run the flash_all.sh script."
"If using an LVM image, unzip the droidian zip you just downloaded, then run the flash_all.sh script.",
"If using a rootfs image, do not unzip the file. Just flash it in the device's recovery or by using adb sideload."
]
}
],
Expand Down Expand Up @@ -244,7 +245,7 @@
"Camera": [
{
"type": "string",
"data": "Camera doesn’t yet work in Droidian or Waydroid."
"data": "Camera currently works only if you use Cutie shell, in Phosh it doesn't yet work."
}
],
"GPU": [
Expand All @@ -264,7 +265,8 @@
"This reboot will take significantly longer than usual, so just wait patiently.",
"You should be greeted with the Phosh lock screen after booting is done.",
"Encryption will continue to be set up in the background after you have rebooted.",
"Expect your device to feel slower for a few minutes until the encryption process has completed."
"Expect your device to feel slower for a few minutes until the encryption process has completed.",
"NOTE: Encryption currently only works in LVM images"
]
}
],
Expand Down

0 comments on commit 97bbaf0

Please sign in to comment.