Skip to content

Commit

Permalink
devices: move exynos 9810 to official
Browse files Browse the repository at this point in the history
  • Loading branch information
FakeShell committed Nov 26, 2023
1 parent c1a3abc commit d4ec60c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 18 deletions.
20 changes: 10 additions & 10 deletions src/devices/crownlte.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Samsung Galaxy Note 9 (Exynos) (crownlte)",
"category": "community",
"category": "official",
"code": "crownlte",
"features": {
"Camera": {
Expand Down Expand Up @@ -142,18 +142,24 @@
"type": "list",
"links": [
{
"to": "https://github.com/Sexynos/droidian-images-crownlte/releases/tag/nightly",
"to": "https://images.droidian.org/droidian/nightly/arm64/samsung/image-fastboot-star2lte.zip",
"text": "Droidian's image",
"id": 1
},
{
"to": "",
"text": "recovery.img",
"id": 2
}
],
"data": [
"Download and extract #{1}",
"Boot to fastbootd in AOSP recovery and run flash_all.sh to flash the image to your device. To flash each partition manually",
"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",
"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."
]
},
Expand All @@ -173,12 +179,6 @@
"data": "Mobile data needs an APN to be set up from Settings -> Mobile Network -> Access Point Names."
}
],
"Camera": [
{
"type": "string",
"data": "Camera currently works in Waydroid only. sudo apt install waydroid"
}
],
"Applications": [
{
"type": "string",
Expand Down
14 changes: 10 additions & 4 deletions src/devices/star2lte.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Samsung Galaxy S9+ (Exynos) (star2lte)",
"category": "community",
"category": "official",
"code": "star2lte",
"features": {
"Camera": {
Expand Down Expand Up @@ -142,18 +142,24 @@
"type": "list",
"links": [
{
"to": "https://github.com/Sexynos/droidian-images-star2lte/releases/tag/nightly",
"to": "https://images.droidian.org/droidian/nightly/arm64/samsung/image-fastboot-star2lte.zip",
"text": "Droidian's image",
"id": 1
},
{
"to": "",
"text": "recovery.img",
"id": 2
}
],
"data": [
"Download and extract #{1}",
"Boot to fastbootd in AOSP recovery and run flash_all.sh to flash the image to your device. To flash each partition manually",
"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",
"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."
]
},
Expand Down
14 changes: 10 additions & 4 deletions src/devices/starlte.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Samsung Galaxy S9 (Exynos) (starlte)",
"category": "community",
"category": "official",
"code": "starlte",
"features": {
"Camera": {
Expand Down Expand Up @@ -142,18 +142,24 @@
"type": "list",
"links": [
{
"to": "https://github.com/Sexynos/droidian-images-starlte/releases/tag/nightly",
"to": "https://images.droidian.org/droidian/nightly/arm64/samsung/image-fastboot-star2lte.zip",
"text": "Droidian's image",
"id": 1
},
{
"to": "",
"text": "recovery.img",
"id": 2
}
],
"data": [
"Download and extract #{1}",
"Boot to fastbootd in AOSP recovery and run flash_all.sh to flash the image to your device. To flash each partition manually",
"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",
"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."
]
},
Expand Down

0 comments on commit d4ec60c

Please sign in to comment.