Can anyone give an example on how to port application from Linux os to Nokia Series 60?
Does Nokia have any document regarding this?
Thanks.
Can anyone give an example on how to port application from Linux os to Nokia Series 60?
Does Nokia have any document regarding this?
Thanks.
A Java application? Porting an application from J2SE to MIDP is no trivial task... the J2SE runtime is around 40Mb, for MIDP it's around 400k - do the math and you'll see that 99% of the API functionality has been removed!
You might want to start by looking carefully through the MIDP API specification, and seeing how many J2SE classes you use are missing - that at least will give you an idea of the scale of the job.
Cheers,
Graham.