Skip to content
Snippets Groups Projects
  1. Jun 23, 2024
  2. Sep 27, 2022
  3. May 01, 2022
  4. Nov 29, 2021
  5. Sep 19, 2021
  6. May 24, 2020
  7. Mar 14, 2020
  8. Mar 09, 2020
  9. Jan 23, 2019
    • Bart Ribbers's avatar
      device/device-lg-bullhead: disable 2 cpu's to prevent bootlooping (!139) · 0746e147
      Bart Ribbers authored
      Quite a few Nexus 5X devices have the tendency to bootloop after a while
      of being on, iirc because it overheats. This has been a known issue for
      quite some time, and most Android ROM's for it have measures in place to
      prevent this, in the form of disabling some CPU cores (iirc "Big cores"
      or something like that). My Nexus 5X is also subject to this issue.
      
      According to craftyguy, resolving this is as easy as changing the boot
      command to not use those CPU cores. This commit does exactly that. It
      should probably be made optional for people with this device without
      that issue, but since I have no clue how to do that atm, this is the
      safest for now.
      Unverified
      0746e147
  10. Dec 26, 2018
  11. Apr 24, 2018
    • Oliver Smith's avatar
      msm-fb-refresher: use initfs hook (#1438) · f5d5a9be
      Oliver Smith authored
      The `msm-fb-refresher` updates the screen for msm based devices. It is
      not needed for all devices, so we had some extra code in the initramfs,
      that would only add it when the `deviceinfo_msm_refresher` variable was
      set. However, we are able now to add files to initramfs hooks, so this
      hack can be removed and simplify everything.
      
      Changes:
      * Remove `deviceinfo_msm_refresher` from all deviceinfos
      * Add sanity check for it
      * Move all `deviceinfo` sanity checks to an extra function
      * `postmarketos-mkinitfs`: remove code for msm refresher
      * `msm-fb-refresher`: add initramfs hook
      f5d5a9be
  12. Mar 07, 2018
  13. Feb 20, 2018
  14. Feb 03, 2018
  15. Jan 27, 2018
  16. Dec 30, 2017
  17. Dec 27, 2017
  18. Dec 21, 2017
  19. Dec 01, 2017
  20. Nov 29, 2017
  21. Nov 04, 2017
  22. Sep 15, 2017
    • Jean Lucas's avatar
      bacon: Get display output & touchscreen working (#583) · ca88005b
      Jean Lucas authored
      - Revert to LineageOS 14.1 kernel
      - Enable virtual terminal
      - Update touchscreen settings
      
      At the moment, display output works, but only when the following is run:
      while [ ! ]; do cat /sys/class/graphics/fb0/modes >
      /sys/class/graphics/fb0/mode; done.
      ca88005b
  23. Sep 06, 2017
  24. Aug 14, 2017
  25. Jul 28, 2017
  26. Jul 23, 2017
    • Martijn Braam's avatar
      New splash images in mkinitfs (#240) · c8e48039
      Martijn Braam authored
      Thanks, Martijn Braam!
      
      * Made postmarketos-mkinitfs use postmarketos-splash to generate splash images
      * Added screen sizes to all deviceinfo files
      * Bumped pkgrel for all device packages
      c8e48039
  27. Jul 08, 2017
  28. Jul 06, 2017
  29. Jul 04, 2017
  30. Jun 29, 2017
  31. Jun 25, 2017
  32. Jun 01, 2017
  33. May 31, 2017
  34. May 26, 2017
Loading