well , in the manufacturer site , they stated this
*Note: Currentyly the T610/T616/T618 and Z600 phones have infrared,bluetooth and serial connectivity , but these are currently not supported from Java
what does this mean ? it means we can use J2ME apps on condition no accessing the API's of the connectivity?
Jim , under such conditions if im unable to create a J2ME app accessing the API's, will an emulator be able to perform such a task ? All i have to do is not implementing it? But if im not implementing it , i might have problem handing up my deg. project. Any alternatives that you can suggest?
Main Topics
Browse All Topics





by: jimmackPosted on 2004-02-25 at 04:08:31ID: 10449575
You'll need to get access to manufacturer or device specific APIs in order to use the IR capabilities of the phone.
Porting from CDC to CLDC is probably going to be quite a significant task. Certainly all the UI will need to be replaced to use the MIDP lcdui display management methods.
The first thing you need to do is to check the manufacturers site for the T610 to see if an IR API is available for J2ME. If it isn't, then you can't do what you want.