J2me appln freezing in windows mobile - emergency

hi,
I have developed a j2me application which is working fine in Nikia and sony ericson devices. But it is not working with windows mobile (pocket pc v5) , in which Intent Midlet Manager installed.actually it is running and freezing between.
But it is working fine with windows mobile using Esmertec Jbed midlet manager.
This application is a multi threading one.
Anyone of you have experienced the same? pls help me....

so are you saying that pointerpressed doesnt work after setting Setfullscreen mode?

Similar Messages

  • J2me cldc midlet for windows mobile(cdc) in netbeans

    Hi,
    I have a midlet developed in Mobility Pack 5.0, and I have to change it so, that it works, and looks ok on Windows Mobile. That means that I have to port a cldc midlet to a cdc device. I've found two vm-s for windows mobile, for running midlets. J9, and CrEme. I also saw that the mobility pack for cdc together with CrEme make it possible to build CDC apps for windows mobile. The question is, how can I integrate the cdc windows mobile emulator with the mobility pack (for CLDC?), to be able to develop midlets for Pocket PC?
    Thanks!

    I think you go to Tools Menu -> Java Platform
    and add a new platform by chose j2me platform.
    Then the netbeans search for the emulator and add it in the IDE support.

  • How to use pointerPressed() in j2me app running in Windows mobile

    Hi
    Can someone tell me how to add pointerPressed() support in command area(the bottom rectangle enclosiing the keyboard icon) in windows mobile.
    Our J2ME app is running in windows mobile(5.0) however even after setting fullscreen mode to true,pointerPressed() does not work on the bottom area of the screen where the keyboard icon is.It however works on all other screen region.
    Thanks in advance.
    Abhishek

    so are you saying that pointerpressed doesnt work after setting Setfullscreen mode?

  • Error while trying to debug on windows mobile 6.1  with j2me SDK 3.0 ea

    Hi,
    I tried to debug a simple application today. It works fine with the emulator but debug fails to connect to the device.
    I followed the steps described in the userguide of 3.0.
    host operating system: windows xp sp3
    device: htc touch pro
    device operatiing system: windows mobile 6.1 professional
    The device is listed in the device selector of the SDK as Touch_Pro
    The device is connected and active sync is running (i can explore the phone using windows explorer)
    sun-java-cldc-emu.cab has been installed on the device and is running
    When i try to debug the application from the SDK or netbeans 6.5(added 3.0ea as a platform) i get the following error:
    Starting emulator with port number 51307
    Cannot create device connection: Failed to connect to device 9!
    Result: 1
    I tried setting the loglevel to DEBUG in log4j config of the SDK, but thats it.
    Are there any other settings i can change to get more detailed output?
    Where do you report bugs/feedback for j2me SDK 3.0 ea?
    regards,
    dominikg
    Edited by: dominikg on Dec 11, 2008 8:36 AM
    -- changed topic title to 'error' instead of 'howto'
    -- added more specific questions

    Hi dominikg,
    At first, You can try to restart the device-manager from system tray.
    If it doesn't help, then try the following:
    - stop the device manager
    - Remove c:\Docement and Settings\<your User>\javame-sdk folder.
    - Ran the device manager from <SDK>/bin directory
    - try to debug again.
    Did you tried to change port 51307 to another.
    Early access build had some problems with device manager, I hope that final release will be better :)
    BR,
    Igor

  • J2ME on Windows Mobile 5.0 Pocket PC

    I need to make a java application on a Windows Mobile 5.0 Pocket PC
    It has around 200 Mb of memory I think. Am I correct that I should be using J2ME?
    Which JVM should I use? I will need a graphical toolkit and whatever tools are needed to use JDBC.
    How do I get the JVM onto the device?
    Thanks in advance, any help would be much appreciated! I am very new to hand-held devices.

    Well maybe it's not a Java ME CLDC/MIDP Thread. Depending on your PDA, you could use more than a subset of the J2SE API ... Furthermore, if you want to use JDBC, you can not use it on most Java ME phones because it's an optionnal API.
    Here are some that could feet your needs (my favourite ones are first) :
    * IBM's J9 VM
    * Insignia's Jeode JVM
    * Sun's Personal Java
    * Mysaifu JVM
    * NSICOM's CrEme JVM
    * Access JV-Lite2 JVM
    Regards

  • Impossible to send SMS through J2ME with a HTC which OS is Windows Mobile

    Hello,
    I've developed a J2ME application with possibilty to send a SMS.
    This works fine on some mobiles like Nokia 6300, but doesn't work on a HTC equipped with Windows Mobile.
    Precisely, in the case of my HTC, the variable supportedSms below is allways null.
    Can someone tell me how to solve this matter please?
                String supportedSms = System.getProperty("wireless.messaging.sms.smsc"); 
                if(supportedSms == null){
                        //this means the mobile can't send a sms through j2me code
                }else{
                        //this means the mobile can send a sms through j2me code
                }Regards

    Sorry, for digging up this topic, but has anybody found a solution to the problem? My sms sending application seems to work on SE's, Nokias, Motorolas etc. but not on Windows Mobile. I am testing it on a HTC s710 with Windows Mobile v. 6.0.
    Regards
    Martin

  • How to Run a Hello World Java application on WIndows Mobile

    Hi!
    We have a sample Plug-in environment Java application downloaded from http://www-128.ibm.com/developerworks/library/os-ecl-ercp/index.html - IBM library.
    We have downloaded the source files org.eclipse.testworkbenchapp_1.0.0.jar and tried running the application on desktop PC, this worked fine.
    We are using Eclipse 3.2 to run this Java application on Desktop.
    Now, we are trying to run the same application on Intermec Windows Mobile 5.0 device.
    1. The device has IBM J9 ? WebSphere MicroEnvironment MIDP 2.0 for Windows Mobile2003 installed in it.
    2. On installing this on Windows Mobile, in Start ? Programs ? we find MIDlet HQ - on launching this, opens a window with Install button.
    3. On Click on Install button, another window opens which asks for URL to install.
    4. In the URL Edit box, I give file:////Org.Eclipse.testWorkbenchapp.feature_1.0.0.jar which is present in \MyDocuments\Update site folder copied from desktop workspace via Active sync ? As mentioned in the above IBM library site.
    5. I have also tried file:////MyDocuments\Updatesite\Org.Eclipse.testWorkbenchapp.feature_1.0.0.jar as input to URL.
    6. On click OK, I get an error titled AMS Error with description The application descriptor was missing the required MIDlet Name field.
    I am held up here and not able to move further.
    As mentioned in the above IBM library site I tried downloading the update site folder via Eclipse ? Software Updates ? Find and Install in Help menu.
    I selected Search for new features to install and browsed the Update site folder location present in my Eclipse workspace. This also does not work.
    Any help in this regard in greatly appreciated. Thanks in advance!

    I would ask such questions in the J2ME forums, or even better in a websphere forum, like here:
    http://www-128.ibm.com/developerworks/forums/wsdd_forums.jsp

  • How to install the JRE that comes with JME 3.0 to a Windows Mobile device

    From Sun's JME download page:
    Integration with 3rd party emulators and Windows Mobile devices
    The new Java ME Platform SDK architecture allows integration of 3rd party emulators and devices. Java ME Platform SDK comes with Sun's Java runtime environment for Windows Mobile. A user can install this runtime on a Windows Mobile device or a Microsoft device emulator and experience all the on-device features of Java ME Platform SDK.*
    My question is, how can I install the Java runtime environment that comes with Java ME Platform SDK 3.0 to a Windows Mobile device. I am a newbie in this device programming and I'm setting up my development environment. So far, I have installed JME in my computer, and have also installed both the Windows Mobile 5 and Windows Mobile 6 emulator. I've been searching the internet for answers, but it always points me to using a third party java runtime such us Mysaifu, etc. I would like to stick with what is packaged with JME if possible.
    If anybody assist me or direct me to an online documentation on how to do this. All help is greatly appreciated :-)

    I had some success installing on a real Mobile 5 device [http://forums.sun.com/thread.jspa?threadID=5344195]
    There is a link to a doc on the main download page, item 5 under How to Install. [http://java.sun.com/javame/downloads/sdk30ea.jsp] I used this for the real device, Treo 700w. Did not try it with an emulator.
    The support looks to be an emulator rather than a JVM per say. But then again I could be wrong on that. I too had poked around looking for a JVM, CrEme, J9, etc..
    I do have a commercial app installed on the Treo that uses IBM's J9, which is seems requires a contact with a sales person to get ahold of. I had hoped to find something that might clue me in on how to "hook up" my own J2ME app with the J9 installed by the commercial package. But I've pretty much decided to get a real J2ME handset rather than continue to waste my time hacking up something with WM. Now the question is which one makes a good reference platform?

  • How to access emails in windows mobile using java?

    is there any facility in j2me to access email folders like inbox or sent in windows mobiles?
    Thanks in advance,

    See this, it may help you
    http://www.trustice.com/java/jnireg/

  • CLDC emulator is not showing windows mobile emulator as a registered device

    Hi,
    I want to run one J2ME application on windows mobile 6 emulator. I have done the setup using CLDC emulation on windows Mobile Emulator.
    After doing installation of CLDC on emulator, need to register the emulator IP address in SDK. Done that using device-address.exe . Its done successfully.
    Though device manager shows IP as its registered address, but emulator does not show the device emulator in its devices list.
    emulator.exe -Xquery ------------> does not show windows mobile emulator it its devices list.
    Can anyone please help for this. Without this am not able to run my J2ME application on windows mobile emulator.
    FYI: I have installed MS Virtual PC but windows mobile 6 emulator is not binded to Virtual Machine Network Services Driver. Because, I am not getting this in drop-down list of adpaters.
    I believe it will not make any effect.
    Please help.

    bkbooth11 wrote:
    Hey,
    I tried connecting my iPhone to a friends Mac and I wasn't able to see the photos in iPhoto either.
    I have solved the problem though, well not me really, I found it in one of the other threads on here about not being able to see the iPhone on iPhoto.
    Go through your Camera Roll and get rid of all the pictures in there that weren't taken with the iPhone camera, I had pictures in there that people had sent me via MMS and pictures that I had downloaded from e-mails. I e-mailed myself any important pictures and deleted the rest, leaving just all the photos I had taken with the iPhone camera. Connected to the computer and the iPhone is showing in My Computer again.
    Hope this helps everyone here.
    Thanks bkbooth11 I did as you suggested and that fixed the problem. Hopefully they will patch that soon as it is rather inconvenient.

  • Windows Mobile 5.0

    I would like to know if j2me 2.0 version works on this platform thanks
    Marios

    I don't know whether Windows Mobile 5.0 includes KVM by default, but I have got Orange SPV C500 with Windows Mobile(with KVM) and MIDlets work fine on the device.

  • Windows mobile 5.0 (ce 5)  need JVM

    got a new PDA, hp ipaq hx2495. Im a java geek so i want to start writing little java apps for it and wanted to ask where to start? what jre is recommended and where to get it, I see something about Jeode or J9 but i dont want to mess it up so i want to be sure before i install.
    after i get a simple hello world running i then want to get Websphere mq everyplace running and putting some little mq messages on a qmgr on another omputer running wmq 5.3...
    but first, small steps...I need a JRE or Java SDK and I am confused
    anyone doing this on windows mobile 5 or similar?
    thanks

    You should send this to Sun for a J2ME FAQ :-) Very good!
    Hi
    I'm starting the development of a J2ME application.
    The target device is an hp iPAQ, I don't know at the
    moment what model.
    Until now I have discovered these informations:
    The version of JAVA to use is PersonalJava, that is a
    CDC configuration of J2ME with full support of all
    optional packages (look at the sun pages for
    details).
    TO COMPILE your application you can use classic javac
    compiler, using "-bootclasspath" as parameter to
    specify the library file that contains the
    PersonalJava implementation.
    TO DEPLOY your application, you can package it in a
    conventional .jar file.
    TO TEST your application on your local machine, you
    can download a J2ME JVM, like one of these:
    http://www.comp.lancs.ac.uk/computing/users/fittond/pp
    cjava.html
    some of these machines got a developer pack that
    includes a device emulator to test the application.
    Good work
    Verny

  • Is new Windows Mobile VM for Java ME in new SDK 3.0 for common users?

    Hi,
    There are bunch of buggy VMs for WM Platform such as Esmertec JBED, Esmertec JBLEND, IBM J9 etc. They have lot of bugs and they don't support neccessary JSRs. Now I have read about Windows Mobile integration in new SDK 3.0 EA for Java ME - I undestand that there is a new VM for WM from Sun, is that right? But when I installed CAB version, it seams it is just for on-device debugging with connected Wireless Toolkit on PC. I can't launch midlets located in my WM device on it. Is there also VM for common users? So they could install virtual machine and then install their midlets? I think many developers and users would apreciate it. Or is it at least in plan to release such VM?

    Jackson_Bill wrote:
    What IDE are you using and what platform?Read first.
    Moh Bob wrote:
    I'm using J2ME platform SDK 3.0
    db

  • How to get imei on window Mobile???

    Hi All,
    I want to get IMEI number on Window Mobile using J2ME , how to get it?
    Thanks.

    Not covered in the general CLDC and MIDP API. Check the manufacturer's developer area, they may have a proprietary API that allows this.
    Any solution would certainly be manufacturer dependent, and may also be model dependent. A proprietary API is by its very nature supported only on certain models.
    db

  • Symbian bluetooth working, windows mobile 5.0 bluetooth not working?

    Hi guys,
    I am running an application on my Nokia 6680 mobile phone (symbian series 60), and I am able to recieve a bluetooth connection using a hard coded address of the bluetooth device. The bluetooth device I connect to is a GPS device, HOLOX BT-321. All working fine!
    Problem occurs when I use the same application on an XDA Exec from O2 (also called i-mate Jasjar and M5000), the application does not connect to the bluetooth gps device, it pairs with it but when I run the application it doesnt communicate with the gps reciever, i.e the bluetooth light doesnt flash on the gps reciever to show a connection.
    Why does it work on one and not the other? Both Nokia 6680 and XDA Exec uses bluetooth v1.2 as does the gps device. Both support J2ME and CLDC 1.1 with MIDP 2.0! So why doesnt it work? Any ideas??
    The code i use is on the folowing website...
    http://www.hcilab.org/documents/tutorials/BT_GPS/BT_GPS.htm
    As I said you have to hard code the gps device your connecting to. It works on the Nokia 6680 fine!
    Thanks...

    The quality of Windows mobile java is very poor.
    Very recently some features doesn't work on core level.

Maybe you are looking for

  • PDF generation with FOP

    Hello, I'm trying to create a simple XML2PDF generator using FOP but I get the following error after executing: "PDFGenerator.java": Error #: 314 : cannot access class org.apache.avalon.framework.logger.Logger; neither class nor source found for org.

  • EDI Mapping to ORDERS IDOC - urgent

    Hi All, My scenario is creation of sales orders in R/3 using inbound EDI messages. Source is the Seeburger external definition(ORDERSV9)(Copied object into my name space) and the target message is the orders IDOC(R/3)(imported). my question is: we ha

  • Opening a pdf document

    Hi There, I'm trying to create a button that opens a pdf document. I want the document it to open in Adobe Reader (which is installed on my computer). When I view the html, the link opens in a web browser instead of the program. The final project wil

  • PDFmaker addin will not auto-load to Word

    Using Office 2013 and Acrobat Pro 11.0.08. Until this week, the PDFmaker add-In was always enabled in Word. Then there was an error doing a merge to PDF. Now every time I start Word, PDFmaker shows as inactive ("load behavior: unloaded") until I go t

  • Which software is the best for audio restorati

    I have a great deal of traditional tapes with a bad quality and want to restore and edit them but dont know which software is the best. please anyone reply to this question. thanks