Facebook
From SeMi, 1 Month ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 166
  1. # Reference: <https://postmarketos.org/deviceinfo>
  2. # Please use double quotes only. You can source this file in shell
  3. # scripts.
  4.  
  5. deviceinfo_format_version="0"
  6. deviceinfo_name="Lenovo K6 Note"
  7. deviceinfo_manufacturer="Lenovo"
  8. deviceinfo_codename="lenovo-karatep"
  9. deviceinfo_year="2016"
  10. deviceinfo_dtb="qcom/msm8937-pmi8950-karatep"
  11. deviceinfo_arch="aarch64"
  12.  
  13. # Device related
  14. deviceinfo_chassis="handset"
  15. deviceinfo_keyboard="false"
  16. deviceinfo_external_storage="false"
  17. deviceinfo_screen_width="1080"
  18. deviceinfo_screen_height="1920"
  19.  
  20. # Bootloader related
  21. deviceinfo_flash_method="fastboot"
  22. deviceinfo_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,0x78B0000 androidboot.selinux=permissive buildvariant=eng"
  23. deviceinfo_generate_bootimg="true"
  24. deviceinfo_bootimg_qcdt="false"
  25. deviceinfo_bootimg_dtb_second="false"
  26. deviceinfo_header_version="0"
  27. deviceinfo_flash_offset_base="0x80000000"
  28. deviceinfo_flash_offset_kernel="0x00008000"
  29. deviceinfo_flash_offset_ramdisk="0x01000000"
  30. deviceinfo_flash_offset_second="0x00f00000"
  31. deviceinfo_flash_offset_tags="0x00000100"