ubports / installer-configs

Install configurations for the UBports Installer
https://github.com/ubports/ubports-installer
GNU General Public License v3.0
57 stars 76 forks source link

surya: Add Xiaomi Poco X3 NFC installer config #186

Closed ungeskriptet closed 2 years ago

amartinz commented 2 years ago

Does the device already have a new recovery, which sets ro.ubuntu.recovery?

If it has, you should set:

      - actions:
          - systemimage:install:
              verify_recovery: true

Reference: https://github.com/ubports/installer-configs/blob/c5134298e2002f7284fc6b2663435971e43b5d54/v2/devices/axolotl.yml#L210

and compatible_installer needs to be bumped: compatible_installer: ">=0.9.4-beta"

It it has not, it is highly recommended to do so :)

amartinz commented 2 years ago

@Flohack74 could you have a look, please?