Search code examples
androidcyanogenmod

How to customize Cyanogenmod Source?


I am trying to build my own Android ROM. I have synced the Cyanogenmod KitKat repo, and i am wondering what I have to edit to change the SystemUI. Could someone help me out?? I have no idea where to start Tia, Caelin


Solution

  • If you are planning on modifying SystemUI, you can find that package in

    frameworks/base/packages/SystemUI/
    

    You'll find much of the, well, UI of the system here. It is essentially just another Android app, albeit a very important one. You can find the layouts and source here to make the modifications you're looking for to SystemUI.