-
Testing on ME Emulator
Hi guys....I am new to J2ME and currently implementing a Bluetooth messaging application on mobile phones. My final testing is involve making use of two mobile phones as part of my presentation.How can I do optimal testing on the emulator of sun wireless toolkit to ascertain it will run perfectly on the mobile phones.Thanks
-
I honestly have no idea, but I know you should look up the phones you are planning to use, because you will have to write your program to suite the firmware of the phone.
I'd assume you'd have to modify the firmware but placing your code within the firmware, than flashing the phone with the new firmware.
-
I am currently using the sun J2ME wireless tool kits (I guess it is platform independent). One of my challenge now is how do I test the plain text transfer option in the messenger over bluetooth using the emulator. Is it possible to interface a real device and the emulator? Thanks
-
Sno is someplace right...
J2ME is used for common mobiles but there are many platforms demanding to use their SDK just like Android or Symbian... to write for them you have to know their SDKs
moreover if you think to use something more than just a visuality but output SMS you must sign the m app with a certificate...
So crossplatform app in the field of mobile apps is not so clear thing ;)