From 97bbaf0e80cdbba49bb46b8b63c8bfc5c9e2f1c9 Mon Sep 17 00:00:00 2001 From: Bettehem Date: Fri, 19 Apr 2024 22:17:24 +0300 Subject: [PATCH] devices: updated OnePlus 3/3T device page 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. --- src/devices/oneplus3.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/devices/oneplus3.json b/src/devices/oneplus3.json index 742b065..e144e95 100644 --- a/src/devices/oneplus3.json +++ b/src/devices/oneplus3.json @@ -7,7 +7,7 @@ "working": [ "Flashlight" ], - "notWorking": [ + "partly": [ "Photo", "Switch camera", "Video" @@ -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 }, { @@ -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." ] } ], @@ -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": [ @@ -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" ] } ],