How to customize Cyanogenmod Source?

479 views Asked by At

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

1

There are 1 answers

2
mattgmg1990 On BEST ANSWER

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.