MikeTeo.net

A Software Technologist's Blog (Wanna Email Me?)

Archive for the ‘Mobile Devices’ Category

 

To remove the D-Pad (the round dial pad) on your J2ME midlet when using on Nokia 5800 (symbian 5th edition), just add in an user-defined property to your midlet JAD.

Nokia-MIDlet-On-Screen-Keypad: no

Then repackage your midlet jar file and re-install on Nokia 5800.

LWUIT Demo on BlackBerry with Eclipse

Feb-22-2009 By miketeo
 

LWUIT is a UI library that is bundled together with applications and helps content developers in creating compelling and consistent Java ME applications. LWUIT supports visual components and other UI goodies such as theming, transitions, animation and more.  I have managed to use Eclipse to recreate the LWUIT demo package and generate a COD file for running on a BlackBerry v4.6 simulator.

Read the rest of this entry »

 

This will be a short walkthrough on how to setup Eclipse IDE for JavaME development on Nokia S60 platform. We will be using EclipseME as an add-on to Eclipse IDE to assist in the packaging and debugging process.

Read the rest of this entry »

Fixing Nokia Symbian Emulator Crash

Jan-16-2009 By miketeo
 

My epoc emulator with Nokia S60 5th edition keeps crashing on my Windows XP SP2 machine with a “FAULT: Exception 0×10000000 (268435456)” on startup. This blog documents some of the methods I have tried to solve the problem.
Read the rest of this entry »

 

Recently, I have upgraded my SIM cards from the 2G ones to the latest 3G SIMs. I have noticed that under the 3G SIMs, all the WAP pages when viewed on my phones (Nokia N82 and 6230) will include a set of “navigation toolbars” at the top and bottom of the WAP pages. I believe this is an extra feature on the WAP gateway which has intercepted the HTTP traffic to provide some ease of navigation functions for web pages on M1′s subscriber phones.

Read the rest of this entry »