Cellular Phone Operating Systems

tetrahydrex

In Runtime
Messages
239
Salutations,

could someone please provide me with the steps on what I would have to do to get the operating system files onto a cellphone?

and which languages may be used to write the operating system?

Thank You very much.
 
Well, youcould get on Google for tutorials, but I'm not too sure if it's J++ or J#...

J++ is, I think, a little more advanced than C++. I even think Linux uses it due to it being complicated...here's a comparison:


Installing a program in Windows:
Click EXE
Follow steps
Done

On Linux...
For KDE:
sudo sh <<Filename goes_here>>

For Gnome
sudo --install <<Filename goes here>>.deb

Or, there's always Yast...
 
Back
Top Bottom