編譯lineage過程當中,一些有用的github倉庫記錄

  1. LineageOS官方倉庫:https://github.com/LineageOS
  2. PixelExperience,第三方的rom,暫時沒研究過,倉庫裏也有很多幹活:https://github.com/PixelExperience-Devices
  3. ArrowOS,第三方rom,暫時沒研究過,倉庫裏也有很多幹活:https://github.com/ArrowOS-Devices
  4. omnirom,第三方rom,大名鼎鼎的TWRP就是在這個rom裏面進行官方適配的,倉庫裏也有很多幹活:https://github.com/omnirom
  5. AospExtended-Devices,第三方rom,暫時沒研究過,倉庫:https://github.com/AospExtended-Devices
  6. ResurrectionRemix-Devices,第三方rom:https://github.com/ResurrectionRemix-Devices
  7. ValidusOs-Devices,第三方:https://github.com/ValidusOs-Devices
  8. DirtyUnicorns,第三方:https://github.com/DirtyUnicorns
  9. AOSiP-Devices,第三方:https://github.com/AOSiP-Devices
  10. motorola的potter機型的一些相關倉庫:https://github.com/MandySingh3https://github.com/desaishivam26 , https://github.com/potter-devhttps://github.com/anshuman852

問題

  1. 錯誤提示boot.img too large,意識是編譯的boot.img的大小大於指定的boot分區的大小,目前解決方案是不讓提示這個錯誤,修改代碼 build/core/definitions.mk 的2731爲 true

編譯最後的錯誤提示:ERROR: /home/peng/lineage_14.1/device/motorola/potter/cmactions/src/com/cyanogenmod/settings/device/KeyHandler.java:448: The return type is incompatible with DeviceKeyHandler.handleKeyEvent(KeyEvent)java

相關文章
相關標籤/搜索