Skip to content

Commit

Permalink
wiki: Allow Android 14 FW for kebab and lemonades
Browse files Browse the repository at this point in the history
Change-Id: Iba87576ccd883808160fdcbd5343d23145338c2a
  • Loading branch information
luk1337 committed Jul 13, 2024
1 parent 68f6780 commit ad66227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _data/devices/kebab.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
architecture: arm64
battery: {capacity: 4500, removable: False, tech: 'Li-Po'}
before_install: {instructions: 'needs_specific_android_fw', lineage_version: 20, version: '13'}
before_install: {instructions: 'needs_specific_android_fw', lineage_version: 20, version: '13/14'}
before_lineage_install: ab_copy_partitions
before_recovery_install: {instructions: 'boot_stack', partitions: [dtbo, vbmeta]}
bluetooth: {profiles: [A2DP + aptX HD], spec: '5.1'}
Expand Down
2 changes: 1 addition & 1 deletion _data/devices/lemonades.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
architecture: arm64
battery: {capacity: 4500, removable: False, tech: 'Li-Po'}
before_install: {instructions: 'needs_specific_android_fw', lineage_version: 20, version: '13'}
before_install: {instructions: 'needs_specific_android_fw', lineage_version: 20, version: '13/14'}
before_lineage_install: ab_copy_partitions
before_recovery_install: {instructions: 'boot_stack', partitions: [dtbo, vbmeta]}
bluetooth: {profiles: [A2DP + aptX HD], spec: '5.1'}
Expand Down

0 comments on commit ad66227

Please sign in to comment.