• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Game doesn't work with touchscreen phone

 
Ranch Hand
Posts: 103
Netbeans IDE Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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>

 
That is a really big piece of pie for such a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic