Skip to content
New issue

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

Xiaomi Redmi 9A config #242

Open
its-theo opened this issue Aug 15, 2023 · 1 comment
Open

Xiaomi Redmi 9A config #242

its-theo opened this issue Aug 15, 2023 · 1 comment

Comments

@its-theo
Copy link

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:

  • "name"
  • "codename"
  • "operating_systems"
  • "formfactor"
    additionalProperties: false
    `
@JamiKettunen
Copy link
Contributor

JamiKettunen commented Dec 14, 2023

Please make a new pull request, no one adds new code from an issue tracker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants