[Q] How to get started making custom roms?

shazam1203

Senior Member
Jun 29, 2010
103
19
0
Plano, TX
Do I need to know a programming language at all? I know a little java but not enough to do anything with, I am very familiar with ubuntu and linux in general. what would I need to get started?

Thanks everyone for all your replys!
 

Mr. Apocalypse

Inactive Recognized Developer
Jul 22, 2009
1,930
2,703
0
30
Houston, Tx
Themes are a great starting point. Learning which apks control what is how it begins, learning how to manipulate how it looks turns into manipulating how it performs. Smali and Java are languages you need to be able to read at the least for the OS itself, C/C ++ knowledge would be nice for kernels. A basic knowledge of Linux is required if starting from pure source.

Sent from my G2X XDA app cuz I'm stalking your mom....
 
  • Like
Reactions: d12unk13astard

vipaman

Senior Member
Dec 22, 2010
1,010
75
0
Manama
www.vipaman-rockers.blogspot.com
Themes are a great starting point. Learning which apks control what is how it begins, learning how to manipulate how it looks turns into manipulating how it performs. Smali and Java are languages you need to be able to read at the least for the OS itself, C/C ++ knowledge would be nice for kernels. A basic knowledge of Linux is required if starting from pure source.

Sent from my G2X XDA app cuz I'm stalking your mom....
+10.......I know for kernels u will need C++ but for just rom java is a must.......He actually explained it better than me..:D