From bbef8ea3bc93ba979b40bb839cc607d8abf4da4c Mon Sep 17 00:00:00 2001 From: Bardia Moshiri Date: Thu, 4 Apr 2024 19:47:58 -0400 Subject: [PATCH] devices: drop unmaintained devices and move to potential Signed-off-by: Bardia Moshiri --- src/devices/angelica.json | 230 +++-------------------------------- src/devices/controller.ts | 16 +-- src/devices/crownlte.json | 213 +------------------------------- src/devices/enchilada.json | 2 +- src/devices/lavender.json | 243 +++---------------------------------- src/devices/onclite.json | 226 +++------------------------------- src/devices/oneplus3.json | 2 +- src/devices/star2lte.json | 213 +------------------------------- src/devices/starlte.json | 213 +------------------------------- src/devices/starqlte.json | 213 +++----------------------------- 10 files changed, 105 insertions(+), 1466 deletions(-) diff --git a/src/devices/angelica.json b/src/devices/angelica.json index b1edc98..488d2ca 100644 --- a/src/devices/angelica.json +++ b/src/devices/angelica.json @@ -1,210 +1,20 @@ -{ - "name": "Xiaomi Redmi 9C (angelica)", - "category": "official", - "code": "angelica", - "features": { - "Camera": { - "working": [ - "Photo", - "Video", - "Switch camera", - "Flashlight" - ] - }, - "Sound": { - "working": [ - "Speaker", - "Microphone", - "Headphones", - "Volume control" - ] - }, - "Sensors": { - "working": [ - "Brightness control", - "Rotation", - "Fingerprint", - "Auto brightness", - "Proximity", - "Vibration" - ] - }, - "Network": { - "working": [ - "WiFi", - "Bluetooth" - ], - "notWorking": [ - "Hotspot" - ] - }, - "Cellular": { - "working": [ - "Calls", - "Data", - "SMS", - "Carrier info" - ], - "notWorking": [ - "Dual sim", - "MMS" - ] - }, - "Others": { - "working": [ - "SD card", - "MTP", - "GPS" - ], - "notWorking": [ - "Waydroid", - "Encryption" - ] - } - }, - "Notes": { - "Before you proceed": [ - { - "type": "string", - "data": "Device has to be downgraded to stock Android 10 before installation" - } - ], - "Device preparation": [ - { - "type": "header", - "data": "Save your APN" - }, - { - "type": "list", - "links": [ - { - "to": "http://apn.how/", - "text": "apn.how", - "id": 1 - } - ], - "data": [ - "The Access Point Name or APN can be found in the Settings menu of Android", - "Take a piece of paper or a text editor, and write down everything that you see on that screen", - "These are likely to include a URL (e. g., internet.carrier.net), a username, and possibly a password", - "APN settings can also be found at #{1}" - ] - }, - { - "type": "header", - "data": "Unlock the bootloader" - }, - { - "type": "list", - "links": [ - { - "to": "https://wiki.lineageos.org/devices/", - "text": "LineageOS wiki", - "id": 1 - }, - { - "to": "https://forum.xda-developers.com/", - "text": "xda-developers", - "id": 2 - } - ], - "data": [ - "Refer to the instructions provided by the device manufacturer", - "Other useful sources include the #{1} and #{2}" - ] - } - ], - "Droidian installation": [ - { - "type": "header", - "data": "Droidian Installer" - }, - { - "type": "list", - "links": [ - { - "to": "https://github.com/droidian-releng/droidian-installer/releases/tag/0.0.5", - "text": "Droidian's installer", - "id": 1 - } - ], - "data": [ - "Download and run #{1}", - "Boot to fastboot and wait for the installer to detect your device.", - "In case the device does not get recognized correctly, you can select your device from the list manually.", - "Select your desktop environment and wait for the installer to finish.", - "Reboot." - ] - }, - { - "type": "header", - "data": "Manual Installation" - }, - { - "type": "list", - "links": [ - { - "to": "https://images.droidian.org/droidian/nightly/armhf/xiaomi/image-fastboot-angelica.zip", - "text": "Droidian's image", - "id": 1 - } - ], - "data": [ - "Download and extract #{1}", - "Boot to fastboot and run flash_all.sh to flash the image to your device. To flash each partition manually", - { - "type": "list", - "data": [ - "Check the list of images in data/ and flash each image manually like so: fastboot flash partition_name partition_name.img", - "The following images might be included: boot.img, dtbo.img, vbmeta.img, userdata.img." - ] - }, - "Reboot." - ] - } - ], - "Default password": [ - { - "type": "string", - "data": "The default password is 1234." - } - ], - "APN": [ - { - "type": "string", - "data": "Mobile data needs an APN to be set up from Settings -> Mobile Network -> Access Point Names." - } - ], - "Applications": [ - { - "type": "string", - "links": [ - { - "to": "https://linuxphoneapps.org", - "text": "LinuxPhoneApps", - "id": 1 - } - ], - "data": "You can find a list of mobile-friendly Linux applications at #{1}" - } - ], - "Credits": [ - { - "type": "string", - "data": "#{1}, #{2}", - "links": [ - { - "to": "https://github.com/fakeshell", - "text": "FakeShell (Bardia Moshiri)", - "id": 1 - }, - { - "to": "http://droidian.org/", - "text": "Droidian project", - "id": 2 - } - ] - } - ] - } -} +{ + "name": "Xiaomi Redmi 9C (angelica)", + "category": "Potential", + "code": "angelica", + "Notes": { + "Notes": [ + { + "links": [ + { + "to": "https://t.me/DroidianLinux", + "text": "our Telegram group", + "id": 1 + } + ], + "type": "string", + "data": "This device is currently unsupported. If you are interested in maintaining the device or contributing to its progress, please reach out to #{1} to get information about the status." + } + ] + } +} diff --git a/src/devices/controller.ts b/src/devices/controller.ts index e05d629..6d4e5ac 100644 --- a/src/devices/controller.ts +++ b/src/devices/controller.ts @@ -34,29 +34,29 @@ import violet from './violet.json'; const getDevices = (): { devices: IDevice[] } => { return { devices: [ - starqlte, miatoll, pro1, pro1x, bahamut, sargo, - onclite, - lavender, - angelica, - oneplus3, yggdrasil, mimameid, griffin, sofia, enchilada, - starlte, - star2lte, - crownlte, X01BD, beryllium, jasmine, davinci, wayne, + starqlte, + starlte, + star2lte, + crownlte, + onclite, + lavender, + angelica, + oneplus3, karna, surya, perseus, diff --git a/src/devices/crownlte.json b/src/devices/crownlte.json index 21e1b1d..ec5f175 100644 --- a/src/devices/crownlte.json +++ b/src/devices/crownlte.json @@ -1,222 +1,19 @@ { "name": "Samsung Galaxy Note 9 (Exynos) (crownlte)", - "category": "official", + "category": "Potential", "code": "crownlte", - "features": { - "Camera": { - "working": [ - "Photo", - "Video", - "Flashlight", - "Switch camera" - ] - }, - "Sound": { - "working": [ - "Volume control", - "Speaker", - "Microphone" - ], - "partly": [ - "Headphones" - ] - }, - "Sensors": { - "working": [ - "Brightness control", - "Rotation", - "Fingerprint", - "Auto brightness", - "Proximity", - "Vibration" - ] - }, - "Network": { - "working": [ - "WiFi", - "Hotspot", - "NFC", - "Bluetooth" - ] - }, - "Cellular": { - "working": [ - "Calls", - "Data", - "SMS", - "Carrier info" - ], - "notWorking": [ - "Dual sim", - "MMS" - ] - }, - "Misc": { - "working": [ - "SD card", - "Waydroid", - "Encryption", - "MTP", - "GPS" - ], - "notWorking": [ - "External display" - ] - } - }, "Notes": { - "Before you proceed": [ + "Notes": [ { - "type": "string", - "data": "Device has to be downgraded to stock Android 10 before installation" - } - ], - "Device preparation": [ - { - "type": "header", - "data": "Please download the mentioned needed files and tools:" - }, - { - "type": "list", - "links": [ - { - "to": "https://samfw.com/firmware/SM-N960F/bit/all/av/Q(Android%2010)", - "text": "Android 10 (Q) stock firmware", - "id": 1 - } - ], - "data": [ - "#{1}" - ] - }, - { - "type": "header", - "data": "Save your apn" - }, - { - "type": "list", "links": [ { - "to": "http://apn.how/", - "text": "apn.how", + "to": "https://t.me/DroidianLinux", + "text": "our Telegram group", "id": 1 } ], - "data": [ - "The Access Point Name or APN can be found in the Settings menu of Android", - "Take a piece of paper or a text editor, and write down everything that you see on that screen", - "These are likely to include a URL (e. g., internet.carrier.net), a username, and possibly a password", - "APN settings can also be found at #{1}" - ] - }, - { - "type": "header", - "data": "Unlock the bootloader (using a computer)" - }, - { - "type": "list", - "links": [ - { - "to": "https://wiki.lineageos.org/devices/", - "text": "LineageOS wiki", - "id": 1 - }, - { - "to": "https://forum.xda-developers.com/", - "text": "xda-developers", - "id": 2 - } - ], - "data": [ - "Refer to the instructions provided by the device manufacturer", - "Other useful sources include the #{1} and #{2}" - ] - } - ], - "Droidian installation": [ - { - "type": "header", - "data": "Manual Installation" - }, - { - "type": "list", - "links": [ - { - "to": "https://images.droidian.org/droidian/nightly/arm64/samsung/image-fastboot-crownlte.zip", - "text": "Droidian's image", - "id": 1 - }, - { - "to": "https://github.com/Sexynos/droidian-kernel-samsung-exynos9810/releases/download/crownlte/recovery.img", - "text": "recovery.img", - "id": 2 - } - ], - "data": [ - "Download and extract #{1}", - "Download and flash #{2}", - "Enter fastboot in recovery and run flash_all.sh to flash the image to your device. To flash each partition manually", - { - "type": "list", - "data": [ - "Check the list of images in data/ and flash each image manually like so: fastboot flash PARTITION_NAME partition_name.img", - "The following images might be included: boot.img, dtbo.img, vbmeta.img, userdata.img." - ] - }, - "Reboot." - ] - } - ], - "Default password": [ - { - "type": "string", - "data": "The default password is 1234." - } - ], - "APN": [ - { - "type": "string", - "data": "Mobile data needs an APN to be set up from Settings -> Mobile Network -> Access Point Names." - } - ], - "Applications": [ - { - "type": "string", - "links": [ - { - "to": "https://linuxphoneapps.org", - "text": "LinuxPhoneApps", - "id": 1 - } - ], - "data": "You can find a list of mobile-friendly Linux applications at #{1}" - } - ], - "Credits": [ - { - "type": "string", - "data": "Contributors" - }, - { "type": "string", - "data": "#{1} #{2} #{3}", - "links": [ - { - "to": "https://github.com/fakeshell", - "text": "FakeShell (Bardia Moshiri)", - "id": 1 - }, - { - "to": "https://github.com/JeyKul", - "text": "JeyKul", - "id": 2 - }, - { - "to": "http://droidian.org/", - "text": "Droidian project", - "id": 3 - } - ] + "data": "This device is currently unsupported. If you are interested in maintaining the device or contributing to its progress, please reach out to #{1} to get information about the status." } ] } diff --git a/src/devices/enchilada.json b/src/devices/enchilada.json index d6649fd..9ee84b7 100644 --- a/src/devices/enchilada.json +++ b/src/devices/enchilada.json @@ -1,6 +1,6 @@ { "name": "OnePlus 6/6T (enchilada)", - "category": "community", + "category": "Potential", "code": "enchilada", "features": { "Camera": { diff --git a/src/devices/lavender.json b/src/devices/lavender.json index 02ad3f9..72b307e 100644 --- a/src/devices/lavender.json +++ b/src/devices/lavender.json @@ -1,223 +1,20 @@ -{ - "name": "Xiaomi Redmi Note 7/7S (lavender)", - "category": "official", - "code": "lavender", - "features": { - "Camera": { - "working": [ - "Photo", - "Video", - "Switch camera", - "Flashlight" - ] - }, - "Sound": { - "working": [ - "Speaker", - "Microphone", - "Headphones", - "Volume control" - ] - }, - "Sensors": { - "working": [ - "Brightness control", - "Rotation", - "Fingerprint", - "Auto brightness", - "Proximity", - "Vibration" - ] - }, - "Network": { - "working": [ - "WiFi", - "Hotspot", - "Bluetooth" - ] - }, - "Cellular": { - "working": [ - "Calls", - "Data", - "SMS", - "Carrier info" - ], - "notWorking": [ - "Dual sim", - "MMS" - ] - }, - "Misc": { - "working": [ - "SD card", - "MTP", - "GPS", - "Encryption" - ], - "partly": [ - "Waydroid" - ], - "notWorking": [ - "Encryption" - ] - } - }, - "Notes": { - "Before you proceed": [ - { - "type": "string", - "data": "Device has to be downgraded to stock Android 9 before installation" - } - ], - "Device preparation": [ - { - "type": "header", - "data": "Save your APN" - }, - { - "type": "list", - "links": [ - { - "to": "http://apn.how/", - "text": "apn.how", - "id": 1 - } - ], - "data": [ - "The Access Point Name or APN can be found in the Settings menu of Android", - "Take a piece of paper or a text editor, and write down everything that you see on that screen", - "These are likely to include a URL (e. g., internet.carrier.net), a username, and possibly a password", - "APN settings can also be found at #{1}" - ] - }, - { - "type": "header", - "data": "Unlock the bootloader" - }, - { - "type": "list", - "links": [ - { - "to": "https://wiki.lineageos.org/devices/", - "text": "LineageOS wiki", - "id": 1 - }, - { - "to": "https://forum.xda-developers.com/", - "text": "xda-developers", - "id": 2 - } - ], - "data": [ - "Refer to the instructions provided by the device manufacturer", - "Other useful sources include the #{1} and #{2}" - ] - } - ], - "Droidian installation": [ - { - "type": "header", - "data": "Droidian Installer" - }, - { - "type": "list", - "links": [ - { - "to": "https://github.com/droidian-releng/droidian-installer/releases/tag/0.0.5", - "text": "Droidian's installer", - "id": 1 - } - ], - "data": [ - "Download and run #{1}", - "Boot to fastboot and wait for the installer to detect your device.", - "In case the device does not get recognized correctly, you can select your device from the list manually.", - "Select your desktop environment and wait for the installer to finish.", - "Reboot." - ] - }, - { - "type": "header", - "data": "Manual Installation" - }, - { - "type": "list", - "links": [ - { - "to": "https://images.droidian.org/droidian/nightly/arm64/xiaomi/image-fastboot-lavender.zip", - "text": "Droidian's image", - "id": 1 - } - ], - "data": [ - "Download and extract #{1}", - "Boot to fastboot and run flash_all.sh to flash the image to your device. To flash each partition manually", - { - "type": "list", - "data": [ - "Check the list of images in data/ and flash each image manually like so: fastboot flash partition_name partition_name.img", - "The following images might be included: boot.img, dtbo.img, vbmeta.img, userdata.img." - ] - }, - "Reboot." - ] - } - ], - "Default password": [ - { - "type": "string", - "data": "The default password is 1234." - } - ], - "APN": [ - { - "type": "string", - "data": "Mobile data needs an APN to be set up from Settings -> Mobile Network -> Access Point Names." - } - ], - "Waydroid": [ - { - "type": "string", - "data": "Waydroid crashes the device if it has been started with WiFi enabled." - } - ], - "Encryption": [ - { - "type": "string", - "data": "System encryption does not work and has been disabled for now." - } - ], - "Applications": [ - { - "type": "string", - "links": [ - { - "to": "https://linuxphoneapps.org", - "text": "LinuxPhoneApps", - "id": 1 - } - ], - "data": "You can find a list of mobile-friendly Linux applications at #{1}" - } - ], - "Credits": [ - { - "type": "string", - "data": "#{1}, #{2}", - "links": [ - { - "to": "https://github.com/fakeshell", - "text": "FakeShell (Bardia Moshiri)", - "id": 1 - }, - { - "to": "http://droidian.org/", - "text": "Droidian project", - "id": 2 - } - ] - } - ] - } -} +{ + "name": "Xiaomi Redmi Note 7 (lavender)", + "category": "Potential", + "code": "lavender", + "Notes": { + "Notes": [ + { + "links": [ + { + "to": "https://t.me/DroidianLinux", + "text": "our Telegram group", + "id": 1 + } + ], + "type": "string", + "data": "This device is currently unsupported. If you are interested in maintaining the device or contributing to its progress, please reach out to #{1} to get information about the status." + } + ] + } +} diff --git a/src/devices/onclite.json b/src/devices/onclite.json index a744090..cc1aa19 100644 --- a/src/devices/onclite.json +++ b/src/devices/onclite.json @@ -1,206 +1,20 @@ -{ - "name": "Xiaomi Redmi 7/Y3 (onclite)", - "category": "official", - "code": "onclite", - "features": { - "Camera": { - "working": [ - "Photo", - "Video", - "Switch camera", - "Flashlight" - ] - }, - "Sound": { - "working": [ - "Speaker", - "Microphone", - "Headphones", - "Volume control" - ] - }, - "Sensors": { - "working": [ - "Brightness control", - "Rotation", - "Fingerprint", - "Auto brightness", - "Proximity", - "Vibration" - ] - }, - "Network": { - "working": [ - "WiFi", - "Hotspot", - "Bluetooth" - ] - }, - "Cellular": { - "working": [ - "Calls", - "Data", - "SMS", - "Carrier info" - ], - "notWorking": [ - "Dual sim", - "MMS" - ] - }, - "Misc": { - "working": [ - "SD card", - "Waydroid", - "MTP", - "GPS", - "Encryption" - ] - } - }, - "Notes": { - "Before you proceed": [ - { - "type": "string", - "data": "Device has to be downgraded to stock Android 9 before installation" - } - ], - "Device preparation": [ - { - "type": "header", - "data": "Save your APN" - }, - { - "type": "list", - "links": [ - { - "to": "http://apn.how/", - "text": "apn.how", - "id": 1 - } - ], - "data": [ - "The Access Point Name or APN can be found in the Settings menu of Android", - "Take a piece of paper or a text editor, and write down everything that you see on that screen", - "These are likely to include a URL (e. g., internet.carrier.net), a username, and possibly a password", - "APN settings can also be found at #{1}" - ] - }, - { - "type": "header", - "data": "Unlock the bootloader" - }, - { - "type": "list", - "links": [ - { - "to": "https://wiki.lineageos.org/devices/", - "text": "LineageOS wiki", - "id": 1 - }, - { - "to": "https://forum.xda-developers.com/", - "text": "xda-developers", - "id": 2 - } - ], - "data": [ - "Refer to the instructions provided by the device manufacturer", - "Other useful sources include the #{1} and #{2}" - ] - } - ], - "Droidian installation": [ - { - "type": "header", - "data": "Droidian Installer" - }, - { - "type": "list", - "links": [ - { - "to": "https://github.com/droidian-releng/droidian-installer/releases/tag/0.0.5", - "text": "Droidian's installer", - "id": 1 - } - ], - "data": [ - "Download and run #{1}", - "Boot to fastboot and wait for the installer to detect your device.", - "In case the device does not get recognized correctly, you can select your device from the list manually.", - "Select your desktop environment and wait for the installer to finish.", - "Reboot." - ] - }, - { - "type": "header", - "data": "Manual Installation" - }, - { - "type": "list", - "links": [ - { - "to": "https://images.droidian.org/droidian/nightly/arm64/xiaomi/image-fastboot-onclite.zip", - "text": "Droidian's image", - "id": 1 - } - ], - "data": [ - "Download and extract #{1}", - "Boot to fastboot and run flash_all.sh to flash the image to your device. To flash each partition manually", - { - "type": "list", - "data": [ - "Check the list of images in data/ and flash each image manually like so: fastboot flash partition_name partition_name.img", - "The following images might be included: boot.img, dtbo.img, vbmeta.img, userdata.img." - ] - }, - "Reboot." - ] - } - ], - "Default password": [ - { - "type": "string", - "data": "The default password is 1234." - } - ], - "APN": [ - { - "type": "string", - "data": "Mobile data needs an APN to be set up from Settings -> Mobile Network -> Access Point Names." - } - ], - "Applications": [ - { - "type": "string", - "links": [ - { - "to": "https://linuxphoneapps.org", - "text": "LinuxPhoneApps", - "id": 1 - } - ], - "data": "You can find a list of mobile-friendly Linux applications at #{1}" - } - ], - "Credits": [ - { - "type": "string", - "data": "#{1}, #{2}", - "links": [ - { - "to": "https://github.com/fakeshell", - "text": "FakeShell (Bardia Moshiri)", - "id": 1 - }, - { - "to": "http://droidian.org/", - "text": "Droidian project", - "id": 2 - } - ] - } - ] - } -} +{ + "name": "Xiaomi Redmi 7 (onclite)", + "category": "Potential", + "code": "onclite", + "Notes": { + "Notes": [ + { + "links": [ + { + "to": "https://t.me/DroidianLinux", + "text": "our Telegram group", + "id": 1 + } + ], + "type": "string", + "data": "This device is currently unsupported. If you are interested in maintaining the device or contributing to its progress, please reach out to #{1} to get information about the status." + } + ] + } +} diff --git a/src/devices/oneplus3.json b/src/devices/oneplus3.json index 7b0793f..742b065 100644 --- a/src/devices/oneplus3.json +++ b/src/devices/oneplus3.json @@ -1,6 +1,6 @@ { "name": "OnePlus 3/3T (oneplus3)", - "category": "official", + "category": "community", "code": "oneplus3", "features": { "Camera": { diff --git a/src/devices/star2lte.json b/src/devices/star2lte.json index 19c9050..631bb5f 100644 --- a/src/devices/star2lte.json +++ b/src/devices/star2lte.json @@ -1,222 +1,19 @@ { "name": "Samsung Galaxy S9+ (Exynos) (star2lte)", - "category": "official", + "category": "Potential", "code": "star2lte", - "features": { - "Camera": { - "working": [ - "Photo", - "Video", - "Flashlight", - "Switch camera" - ] - }, - "Sound": { - "working": [ - "Volume control", - "Speaker", - "Microphone" - ], - "partly": [ - "Headphones" - ] - }, - "Sensors": { - "working": [ - "Brightness control", - "Rotation", - "Fingerprint", - "Auto brightness", - "Proximity", - "Vibration" - ] - }, - "Network": { - "working": [ - "WiFi", - "Hotspot", - "NFC", - "Bluetooth" - ] - }, - "Cellular": { - "working": [ - "Calls", - "Data", - "SMS", - "Carrier info" - ], - "notWorking": [ - "Dual sim", - "MMS" - ] - }, - "Misc": { - "working": [ - "SD card", - "Waydroid", - "Encryption", - "MTP", - "GPS" - ], - "notWorking": [ - "External display" - ] - } - }, "Notes": { - "Before you proceed": [ + "Notes": [ { - "type": "string", - "data": "Device has to be downgraded to stock Android 10 before installation" - } - ], - "Device preparation": [ - { - "type": "header", - "data": "Please download the mentioned needed files and tools:" - }, - { - "type": "list", - "links": [ - { - "to": "https://samfw.com/firmware/SM-G965F/bit/all/av/Q(Android%2010)", - "text": "Android 10 (Q) stock firmware", - "id": 1 - } - ], - "data": [ - "#{1}" - ] - }, - { - "type": "header", - "data": "Save your apn" - }, - { - "type": "list", "links": [ { - "to": "http://apn.how/", - "text": "apn.how", + "to": "https://t.me/DroidianLinux", + "text": "our Telegram group", "id": 1 } ], - "data": [ - "The Access Point Name or APN can be found in the Settings menu of Android", - "Take a piece of paper or a text editor, and write down everything that you see on that screen", - "These are likely to include a URL (e. g., internet.carrier.net), a username, and possibly a password", - "APN settings can also be found at #{1}" - ] - }, - { - "type": "header", - "data": "Unlock the bootloader (using a computer)" - }, - { - "type": "list", - "links": [ - { - "to": "https://wiki.lineageos.org/devices/", - "text": "LineageOS wiki", - "id": 1 - }, - { - "to": "https://forum.xda-developers.com/", - "text": "xda-developers", - "id": 2 - } - ], - "data": [ - "Refer to the instructions provided by the device manufacturer", - "Other useful sources include the #{1} and #{2}" - ] - } - ], - "Droidian installation": [ - { - "type": "header", - "data": "Manual Installation" - }, - { - "type": "list", - "links": [ - { - "to": "https://images.droidian.org/droidian/nightly/arm64/samsung/image-fastboot-star2lte.zip", - "text": "Droidian's image", - "id": 1 - }, - { - "to": "https://github.com/Sexynos/droidian-kernel-samsung-exynos9810/releases/download/star2lte/recovery.img", - "text": "recovery.img", - "id": 2 - } - ], - "data": [ - "Download and extract #{1}", - "Download and flash #{2}", - "Enter fastboot in recovery and run flash_all.sh to flash the image to your device. To flash each partition manually", - { - "type": "list", - "data": [ - "Check the list of images in data/ and flash each image manually like so: fastboot flash PARTITION_NAME partition_name.img", - "The following images might be included: boot.img, dtbo.img, vbmeta.img, userdata.img." - ] - }, - "Reboot." - ] - } - ], - "Default password": [ - { - "type": "string", - "data": "The default password is 1234." - } - ], - "APN": [ - { - "type": "string", - "data": "Mobile data needs an APN to be set up from Settings -> Mobile Network -> Access Point Names." - } - ], - "Applications": [ - { - "type": "string", - "links": [ - { - "to": "https://linuxphoneapps.org", - "text": "LinuxPhoneApps", - "id": 1 - } - ], - "data": "You can find a list of mobile-friendly Linux applications at #{1}" - } - ], - "Credits": [ - { - "type": "string", - "data": "Contributors" - }, - { "type": "string", - "data": "#{1} #{2} #{3}", - "links": [ - { - "to": "https://github.com/fakeshell", - "text": "FakeShell (Bardia Moshiri)", - "id": 1 - }, - { - "to": "https://github.com/JeyKul", - "text": "JeyKul", - "id": 2 - }, - { - "to": "http://droidian.org/", - "text": "Droidian project", - "id": 3 - } - ] + "data": "This device is currently unsupported. If you are interested in maintaining the device or contributing to its progress, please reach out to #{1} to get information about the status." } ] } diff --git a/src/devices/starlte.json b/src/devices/starlte.json index 95372c4..fd6b2ae 100644 --- a/src/devices/starlte.json +++ b/src/devices/starlte.json @@ -1,222 +1,19 @@ { "name": "Samsung Galaxy S9 (Exynos) (starlte)", - "category": "official", + "category": "Potential", "code": "starlte", - "features": { - "Camera": { - "working": [ - "Photo", - "Video", - "Flashlight", - "Switch camera" - ] - }, - "Sound": { - "working": [ - "Volume control", - "Speaker", - "Microphone" - ], - "partly": [ - "Headphones" - ] - }, - "Sensors": { - "working": [ - "Brightness control", - "Rotation", - "Fingerprint", - "Auto brightness", - "Proximity", - "Vibration" - ] - }, - "Network": { - "working": [ - "WiFi", - "Hotspot", - "NFC", - "Bluetooth" - ] - }, - "Cellular": { - "working": [ - "Calls", - "Data", - "SMS", - "Carrier info" - ], - "notWorking": [ - "Dual sim", - "MMS" - ] - }, - "Misc": { - "working": [ - "SD card", - "Waydroid", - "Encryption", - "MTP", - "GPS" - ], - "notWorking": [ - "External display" - ] - } - }, "Notes": { - "Before you proceed": [ + "Notes": [ { - "type": "string", - "data": "Device has to be downgraded to stock Android 10 before installation" - } - ], - "Device preparation": [ - { - "type": "header", - "data": "Please download the mentioned needed files and tools:" - }, - { - "type": "list", - "links": [ - { - "to": "https://samfw.com/firmware/SM-G960F/bit/all/av/Q(Android%2010)", - "text": "Android 10 (Q) stock firmware", - "id": 1 - } - ], - "data": [ - "#{1}" - ] - }, - { - "type": "header", - "data": "Save your apn" - }, - { - "type": "list", "links": [ { - "to": "http://apn.how/", - "text": "apn.how", + "to": "https://t.me/DroidianLinux", + "text": "our Telegram group", "id": 1 } ], - "data": [ - "The Access Point Name or APN can be found in the Settings menu of Android", - "Take a piece of paper or a text editor, and write down everything that you see on that screen", - "These are likely to include a URL (e. g., internet.carrier.net), a username, and possibly a password", - "APN settings can also be found at #{1}" - ] - }, - { - "type": "header", - "data": "Unlock the bootloader (using a computer)" - }, - { - "type": "list", - "links": [ - { - "to": "https://wiki.lineageos.org/devices/", - "text": "LineageOS wiki", - "id": 1 - }, - { - "to": "https://forum.xda-developers.com/", - "text": "xda-developers", - "id": 2 - } - ], - "data": [ - "Refer to the instructions provided by the device manufacturer", - "Other useful sources include the #{1} and #{2}" - ] - } - ], - "Droidian installation": [ - { - "type": "header", - "data": "Manual Installation" - }, - { - "type": "list", - "links": [ - { - "to": "https://images.droidian.org/droidian/nightly/arm64/samsung/image-fastboot-starlte.zip", - "text": "Droidian's image", - "id": 1 - }, - { - "to": "https://github.com/Sexynos/droidian-kernel-samsung-exynos9810/releases/download/starlte/recovery.img", - "text": "recovery.img", - "id": 2 - } - ], - "data": [ - "Download and extract #{1}", - "Download and flash #{2}", - "Enter fastboot in recovery and run flash_all.sh to flash the image to your device. To flash each partition manually", - { - "type": "list", - "data": [ - "Check the list of images in data/ and flash each image manually like so: fastboot flash PARTITION_NAME partition_name.img", - "The following images might be included: boot.img, dtbo.img, vbmeta.img, userdata.img." - ] - }, - "Reboot." - ] - } - ], - "Default password": [ - { - "type": "string", - "data": "The default password is 1234." - } - ], - "APN": [ - { - "type": "string", - "data": "Mobile data needs an APN to be set up from Settings -> Mobile Network -> Access Point Names." - } - ], - "Applications": [ - { - "type": "string", - "links": [ - { - "to": "https://linuxphoneapps.org", - "text": "LinuxPhoneApps", - "id": 1 - } - ], - "data": "You can find a list of mobile-friendly Linux applications at #{1}" - } - ], - "Credits": [ - { - "type": "string", - "data": "Contributors" - }, - { "type": "string", - "data": "#{1} #{2} #{3}", - "links": [ - { - "to": "https://github.com/fakeshell", - "text": "FakeShell (Bardia Moshiri)", - "id": 1 - }, - { - "to": "https://github.com/JeyKul", - "text": "JeyKul", - "id": 2 - }, - { - "to": "http://droidian.org/", - "text": "Droidian project", - "id": 3 - } - ] + "data": "This device is currently unsupported. If you are interested in maintaining the device or contributing to its progress, please reach out to #{1} to get information about the status." } ] } diff --git a/src/devices/starqlte.json b/src/devices/starqlte.json index 8d4e8f4..abdea0c 100644 --- a/src/devices/starqlte.json +++ b/src/devices/starqlte.json @@ -1,193 +1,20 @@ -{ - "name": "Samsung Galaxy S9 (starqlte)", - "category": "official", - "code": "starqlte", - "features": { - "Camera": { - "working": [ - "Photo", - "Video", - "Switch camera", - "Flashlight" - ] - }, - "Sound": { - "working": [ - "Speaker", - "Microphone", - "Headphones", - "Volume control" - ] - }, - "Sensors": { - "working": [ - "Brightness control", - "Rotation", - "Fingerprint", - "Auto brightness", - "Proximity", - "Vibration" - ] - }, - "Network": { - "working": [ - "WiFi", - "Hotspot", - "NFC", - "Bluetooth" - ] - }, - "Cellular": { - "working": [ - "Calls", - "Data", - "SMS", - "Carrier info" - ], - "notWorking": [ - "Dual sim", - "MMS" - ] - }, - "Misc": { - "working": [ - "SD card", - "Waydroid", - "MTP", - "GPS", - "Encryption", - "External display" - ] - } - }, - "Notes": { - "Before you proceed": [ - { - "type": "string", - "data": "Device has to be downgraded to stock Android 10 before installation" - } - ], - "Device preparation": [ - { - "type": "header", - "data": "Save your APN" - }, - { - "type": "list", - "links": [ - { - "to": "http://apn.how/", - "text": "apn.how", - "id": 1 - } - ], - "data": [ - "The Access Point Name or APN can be found in the Settings menu of Android", - "Take a piece of paper or a text editor, and write down everything that you see on that screen", - "These are likely to include a URL (e. g., internet.carrier.net), a username, and possibly a password", - "APN settings can also be found at #{1}" - ] - }, - { - "type": "header", - "data": "Unlock the bootloader" - }, - { - "type": "list", - "links": [ - { - "to": "https://wiki.lineageos.org/devices/", - "text": "LineageOS wiki", - "id": 1 - }, - { - "to": "https://forum.xda-developers.com/", - "text": "xda-developers", - "id": 2 - } - ], - "data": [ - "Refer to the instructions provided by the device manufacturer", - "Other useful sources include the #{1} and #{2}" - ] - } - ], - "Droidian installation": [ - { - "type": "header", - "data": "Manual Installation" - }, - { - "type": "list", - "links": [ - { - "to": "https://images.droidian.org/droidian/nightly/arm64/samsung/image-fastboot-starqlte.zip", - "text": "Droidian's image", - "id": 1 - }, - { - "to": "https://github.com/droidian-starqlte/android_kernel_samsung_sdm845/releases/download/starqlte/recovery.img", - "text": "recovery.img", - "id": 2 - } - ], - "data": [ - "Download and extract #{1}", - "Download and flash #{2}", - "Boot to fastbootd in TWRP and run flash_all.sh to flash the image to your device. To flash each partition manually", - { - "type": "list", - "data": [ - "Check the list of images in data/ and flash each image manually like so: fastboot flash partition_name partition_name.img", - "The following images might be included: boot.img, dtbo.img, vbmeta.img, userdata.img." - ] - }, - "Reboot." - ] - } - ], - "Default password": [ - { - "type": "string", - "data": "The default password is 1234." - } - ], - "APN": [ - { - "type": "string", - "data": "Mobile data needs an APN to be set up from Settings -> Mobile Network -> Access Point Names." - } - ], - "Applications": [ - { - "type": "string", - "links": [ - { - "to": "https://linuxphoneapps.org", - "text": "LinuxPhoneApps", - "id": 1 - } - ], - "data": "You can find a list of mobile-friendly Linux applications at #{1}" - } - ], - "Credits": [ - { - "type": "string", - "data": "#{1}, #{2}", - "links": [ - { - "to": "https://github.com/fakeshell", - "text": "FakeShell (Bardia Moshiri)", - "id": 1 - }, - { - "to": "http://droidian.org/", - "text": "Droidian project", - "id": 2 - } - ] - } - ] - } -} +{ + "name": "Samsung Galaxy S9 (starqlte)", + "category": "Potential", + "code": "starqlte", + "Notes": { + "Notes": [ + { + "links": [ + { + "to": "https://t.me/DroidianLinux", + "text": "our Telegram group", + "id": 1 + } + ], + "type": "string", + "data": "This device is currently unsupported. If you are interested in maintaining the device or contributing to its progress, please reach out to #{1} to get information about the status." + } + ] + } +}