We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add this :)
`$schema: https://json-schema.org/draft/2020-12/schema $id: "_.schema.yml" title: "UBports Installer Config" description: "Device configuration for the UBports Installer" type: "object" properties: name: "Xiaomi Redmi 9A" codename: "redmi-9a" formfactor: brand: "Xiaomi" model: "Redmi 9A" physical: "smartphone" aliases: ["mi-redmi9a"] doppelgangers: [] user_actions: {} handlers: bootloader_locked: title: Handle a bootloader locked error command: "fastboot oem unlock" unlock: ["unlock_bootloader"] operating_systems: - version: "20.04" rootfs: "ubuntu_touch_arm64.img.xz" channel: "stable" required:
The text was updated successfully, but these errors were encountered:
Please make a new pull request, no one adds new code from an issue tracker.
Sorry, something went wrong.
No branches or pull requests
Please add this :)
`$schema: https://json-schema.org/draft/2020-12/schema
$id: "_.schema.yml"
title: "UBports Installer Config"
description: "Device configuration for the UBports Installer"
type: "object"
properties:
name: "Xiaomi Redmi 9A"
codename: "redmi-9a"
formfactor:
brand: "Xiaomi"
model: "Redmi 9A"
physical: "smartphone"
aliases: ["mi-redmi9a"]
doppelgangers: []
user_actions: {}
handlers:
bootloader_locked:
title: Handle a bootloader locked error
command: "fastboot oem unlock"
unlock: ["unlock_bootloader"]
operating_systems:
- version: "20.04"
rootfs: "ubuntu_touch_arm64.img.xz"
channel: "stable"
required:
additionalProperties: false
`
The text was updated successfully, but these errors were encountered: