Skip to content

Commit

Permalink
wiki: luigi/oscar: Document lineage version for firmware req
Browse files Browse the repository at this point in the history
Change-Id: I01bef1424966c80052141f79aecbc2214d8ae4ea
  • Loading branch information
luk1337 committed Aug 16, 2024
1 parent 5f9fafc commit 4d69c69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _data/devices/luigi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
architecture: arm64
battery: {capacity: 5000, removable: False, tech: 'Li-Po'}
before_install: {instructions: 'needs_specific_android_fw', ships_fw: True, version: '14'}
before_install: {instructions: 'needs_specific_android_fw', lineage_version: 21, ships_fw: True, version: '14'}
before_recovery_install: {instructions: 'boot_stack', partitions: [dtbo, boot]}
bluetooth: {profiles: [A2DP + aptX HD], spec: '5.1'}
cameras:
Expand Down
2 changes: 1 addition & 1 deletion _data/devices/oscar_variant1.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
architecture: arm64
battery: {capacity: 5000, removable: False, tech: 'Li-Po'}
before_install: {instructions: 'needs_specific_android_fw', ships_fw: True, version: '14'}
before_install: {instructions: 'needs_specific_android_fw', lineage_version: 21, ships_fw: True, version: '14'}
before_install_device_variants:
- {device: 'Realme 9 Pro 5G', firmware: '14.0.0.501(EX01)'}
before_recovery_install: {instructions: 'boot_stack', partitions: [dtbo, boot]}
Expand Down
2 changes: 1 addition & 1 deletion _data/devices/oscar_variant2.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
architecture: arm64
battery: {capacity: 5000, removable: False, tech: 'Li-Po'}
before_install: {instructions: 'needs_specific_android_fw', ships_fw: True, version: '14'}
before_install: {instructions: 'needs_specific_android_fw', lineage_version: 21, ships_fw: True, version: '14'}
before_install_device_variants:
- {device: 'Realme 9 5G', firmware: '14.0.0.501(EX01)'}
before_recovery_install: {instructions: 'boot_stack', partitions: [dtbo, boot]}
Expand Down
2 changes: 1 addition & 1 deletion _data/devices/oscar_variant3.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
architecture: arm64
battery: {capacity: 5000, removable: False, tech: 'Li-Po'}
before_install: {instructions: 'needs_specific_android_fw', ships_fw: True, version: '14'}
before_install: {instructions: 'needs_specific_android_fw', lineage_version: 21, ships_fw: True, version: '14'}
before_install_device_variants:
- {device: 'Realme Q5', firmware: '14.0.0.501(EX01)'}
before_recovery_install: {instructions: 'boot_stack', partitions: [dtbo, boot]}
Expand Down

0 comments on commit 4d69c69

Please sign in to comment.