Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 898 Bytes

README.MD

File metadata and controls

30 lines (20 loc) · 898 Bytes

JukaDroidTSP

An Android Operating System for Trimui Smart Pro.

Please consider contributing to the source!

Development Instructions

TODO:

  • Add Kernel Source

  • Create or find a device tree for TSP

  • Run "source build/envsetup.sh"

  • "lunch aosp_arm64-eng"

  • Compile code "make -j$(nproc)" <- will take many many hours.

Flash Images:

  • fastboot flash boot boot.img
  • fastboot flash system system.img
  • fastboot flash userdata userdata.img
  • fastboot flash recovery recovery.img
  • fastboot reboot