mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-14 18:21:41 +03:00
xiaomi-tissot: Fix device information
This commit is contained in:
parent
d020fd3822
commit
dd262a68a5
@ -4,7 +4,8 @@ let
|
||||
in {
|
||||
mobile.device.name = "xiaomi-tissot";
|
||||
mobile.device.info = {
|
||||
name = "Xiaomi A1";
|
||||
name = "A1";
|
||||
manufacturer = "Xiaomi";
|
||||
screen_width = 1080;
|
||||
screen_height = 1920;
|
||||
kernel_cmdline = "androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 androidboot.bootdevice=7824900.sdhci earlycon=msm_hsl_uart,0x78af000 androidboot.selinux=permissive buildvariant=eng";
|
||||
|
Loading…
Reference in New Issue
Block a user