Pages

Tuesday, February 10, 2009

micro emulator on FC6 Linux

Micro emulator :

Tried hands on java-j2me emulator on linux machine. Its also helpful in j2me development & trying out small java apps.

To add micro emulator as command in linux, put below lines in a file named microemulator. change permissions to executable. put the file in system path ie /usr/bin or any bin path

Command can set user-agent as "Nokia6030" same can be changed to any phone. Using proxy to connect net. Assuming microemulator is installed at path
/opt/microemulator-2.0.1/
======================================================================
java -Dhttp.agent="Nokia6030/Nokia" -Dhttp.proxyHost= -Dhttp.proxyPort= -Xms32m -Xmx64m -jar /opt/microemulator-2.0.1/microemulator.jar -cp /opt/microemulator-2.0.1/lib/t/microemu-nokia-120.jar $1
======================================================================

You can delete RMS data stored by application by deleting midp suite data path : /home/mahendra/.microemulator/suite-*

For more details :


Home Page
Usage
Demo
Images



Screenshot as mentioned



Screenshot 240X320 device


For further help/assistance ... post query below

No comments:

Post a Comment

Comments welcome :