Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef1ce56e authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Remove the verified boot status info for the device

parent 42a82a78
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
- # AGENTS Methods Log
- 2025-12-10: Confirmed the legacy `safetynet`, `rootbeer_pass`, and `verified_boot` markers are absent from `htdocs/_data/devices/` by scanning for those keys so the new compatibility block remains authoritative.
- 2025-12-09: Removed the redundant `safetynet` and `rootbeer_pass` entries from every device YAML because the new `compatibility` map now drives Apps compatibility, and updated the detail include to list each metric along with the computed level.
- 2025-12-08: Applied the compatibility map generator across all `htdocs/_data/devices/*.yml` files so the default (unlockable/userdebug/true/basic/pass/community) and explicit device overrides from the shared table now appear everywhere and supply `data-compatibility-level`.
- 2025-12-07: Taught `htdocs/assets/js/code.js` to respect the `data-compatibility-level` attribute so the Apps compatibility selector filters reliably.
+0 −3
Original line number Diff line number Diff line
@@ -61,9 +61,6 @@ display_erecovery: false
before_install_file_name: before_install_FP3
install_e_file_name: install_e_official_lock_bootloader
ignore_troubleshooting_tips: true
verified_boot:
- {vendor: 'Any vendor', supported: 'yes'}

bootloader_relocking:
- {vendor: 'Any vendor', supported: 'yes'}
compatibility:
+0 −3
Original line number Diff line number Diff line
@@ -70,9 +70,6 @@ display_erecovery: false
install_e_file_name: install_e_official_lock_bootloader
ignore_troubleshooting_tips: true
requirements_file_name: requirements_FP4
verified_boot:
- {vendor: 'Any vendor', supported: 'yes'}

bootloader_relocking:
- {vendor: 'Any vendor', supported: 'yes'}
compatibility:
+0 −2
Original line number Diff line number Diff line
@@ -70,8 +70,6 @@ display_erecovery: false
install_e_file_name: install_e_official_lock_bootloader
ignore_troubleshooting_tips: true
requirements_file_name: requirements_FP5
verified_boot:
- {vendor: 'Any vendor', supported: 'yes'}
bootloader_relocking:
- {vendor: 'Any vendor', supported: 'yes'}
shop_url: https://murena.com/shop/smartphones/brand-new/murena-fairphone-5/
+0 −2
Original line number Diff line number Diff line
@@ -68,8 +68,6 @@ install_e_file_name: install_e_official_lock_bootloader
ignore_troubleshooting_tips: true
troubleshooting_guide_url: https://forum.fairphone.com/t/guide-to-bootloader-and-bricking-2025/121352
requirements_file_name: requirements_FP6
verified_boot:
- {vendor: 'Any vendor', supported: 'yes'}
bootloader_relocking:
- {vendor: 'Any vendor', supported: 'yes'}
compatibility:
Loading