| Author |
Game doesn't work with touchscreen phone
|
Mathew Mintalm
Ranch Hand
Joined: Feb 21, 2010
Posts: 102
|
|
Hello, I made my J2ME Game succesfuly, everything was fine (testing via j2me phone emulator)
And I have decided to test it at real phone, and unfortunately it doesn't work with touchscreen phone
It was alski tested with 2 normal phones (no touchscreen phones) and everything was fine - it works.
Tested with 3 touchscreen phone and doesn't work, game exit after showing java logo.
Thanks in advance for any help
|
 |
theodosis eki
Greenhorn
Joined: Mar 07, 2011
Posts: 1
|
|
Hi,
try your game on an emulator that supports touch events. There you may have the opportunity to see from the tracers in the command console behind what is going wrong.
I have downloaded the LG SDK from their website and I have a first picture for a touchphone by using the emulator for the LG KP500 model:
C:\LGMobile\Java_SDK_15\bin\emulator.exe -Xdevice:KP500 -Xdescriptor <PATH_OF_THE_JAD\YourApp.jad>
|
 |
 |
|
|
subject: Game doesn't work with touchscreen phone
|
|
|