• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root How do u make a rom?

Vin Cecil

Newbie
howdo u make ur own rom? Go ahead and explain it to me, I have a long history of programming. Im only new to android but it looks linux based
 
the phone pretty much boots up like such:
GNU/linux kernel, init calls Zygote(main android runtime) which in turn starts the Dalvik Virtual Machine. The DalvikVM is where Android(as we see it) runs.

Apps are executed in the dalvikVM which is a Java Virtual Machine. Though most apps run in it's own VM as to make app permission more secure, this should not be treated as a sandbox :)

EDIT:I have to correct myself, the Applications are coded in Java, but are built into Dalvik Bytecode. Dalvik is NOT Java. :p
 
It is definitely Linux based.. do you know C and C++ and Java???


I went to college for web programming, I should have added that detail sorry, java no, c sort of.

I catch on really fast though, I under stand when you use crazy words or talk about code as my whole college experience was typing code basically
 
Back
Top Bottom