The platformRequest method is a very useful method to start an external application from within a J2ME application. Typical use of that is call it (the method belongs to the Midlet class) passing an url to open the device default browser or to place a phone call. Examples:
platformRequest( "http://j2mesoccer.splinder.com") ;
platformRequest( "tel:3351111111");
The LG phones (at least those three I've tried) have a bug and the platformRequest doesn't work (in both the previous cases). A connectionNotFoundException is raised when the call is placed.
The three tested phones are:
- LG P7200
- LG KG320
- LG KG800 Chocolate
If anyone knows other devices with the same behaviour or a workaround for the problem, post a comment.
platformRequest( "http://j2mesoccer.splinder.com") ;
platformRequest( "tel:3351111111");
The LG phones (at least those three I've tried) have a bug and the platformRequest doesn't work (in both the previous cases). A connectionNotFoundException is raised when the call is placed.
The three tested phones are:
- LG P7200
- LG KG320
- LG KG800 Chocolate
If anyone knows other devices with the same behaviour or a workaround for the problem, post a comment.
Did you like the article? Buy me a coffee!





The Nokia N96 is the new high level Nokia device. Beyond the nice design, it presents also a lot of features among which the DVB-H support that make the user able to see tv programs in high definition.