编译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

相关文章
相关标签/搜索