Got a simple app running on Nokia 5300
My goal is to quickly crank out a very simple demo app that runs on my Nokia 5300, so that I can move on by writing a simple text viewer app on my mobile.So I installed NetBean IDE 5.5.1 and MObile pack, fried up the app, create a app, ran, build, grab the 2 files from "dist" folder. Put on my mobile. Failed.
Turns out it's because the MIDP version was not right. Mine only support 2.0, but by default the Mobile pack set it to MIDP 2.1. Change the setting to MIDP 2.0. Compile. run and deploy. Now it's working fine.
My next step: write an app to just load a simple test.txt file.

0 Comments:
Post a Comment
<< Home