0

How can I create custom device emulators using the java wireless toolkit ? I have tried updating the properties file for a new device but when I update the screen size I cannot resize the screen to more than the size of the emulator (320x240 - defaultColorPhone).

Lucifer
  • 29,392
  • 25
  • 90
  • 143
blue-sky
  • 51,962
  • 152
  • 427
  • 752

2 Answers2

0

I think the best way is to find native emulator of your target device. By the way what handset do you try?

Donz
  • 1,389
  • 1
  • 13
  • 21
  • To test the full functionality then I would agree, but just to test look and feel with limited time I think a generic emulator is the best way to go. Thanks for comment – blue-sky Nov 22 '10 at 14:38
  • Yes, for testing L&F you just need any emulator with the same screen size. But standard emulators have concrete skin with special space for screen. And I don't know what would be the behavior of emulator if you try to draw outside this space. And however what device emulator do you need? – Donz Nov 22 '10 at 15:44
0

You can try out MicroEmu. It can work with various resolutions and has good support for most of the JSR's http://www.microemu.org

Azlam
  • 2,052
  • 3
  • 24
  • 28