WTK2.5 beta & S80 DP2.0 MIDP SDK problem

Hi all,
I am a newbie into programming for mobile devices and I need a little help in getting a the Network Demo running on the s80 emulator that nokia distribute. I have installed jdk1.5.0_07, wtk2.5 & 2.1, s80 dp2.0 midp sdk. I am able to run the demo using the Sun emulators i.e DefaultColorPhone so i can compile and run the project just fine in wtk2.5. I included the s80 sdk root folder into the wtk2.5/wtklib/devices/ directory and now can build the same project just fine, this is ofcourse after I changed the setting from CLDC1.0 to CLDC1.1 was complaining about floating point errors. I get a warning when trying to run the midlet "WARNING: Attribute value for MicroEdition-Conifugration defined in JAR manifest is not supported." then the midlet chooser selector is launched and so is the emulator. I am able to choose between the server/client radio button but when i click the select button nothing happens?
I have runs this demo with the standard emulator the midlet is able to connect to a echo server that is running on my server and send it a message. Does anyone have any suggestions in getting this work on the s80 emulator??
I look forward to your replies

Update:
Please note that I am still testing the Network Demo shipped out with the WTK2.5 SDK using a socket connection.
I have now also added the Nokia Prototype 4.0 SDK to the WTK2.5\wtklib\devices directory and have found that some of the emulators work while others dont. Whats weird is that the s80 _640x200 MIDP emulator mostly works and actually displays that "Start" CBA where as the S80_DP2.0 MIDP emulator only shows the "SELECT" "EXIT" so this was fine to test but when I uploaded the JAR to the real phone it behaved like the S80_DP2.0 MIDP emulator which leads me to believe that there is something wrong with the code.
Is there anyone that can help me resolve this issue, surely there are developers out there that have come across this problem.

Similar Messages

  • Nokia Series 60 MIDP SDK Beta 0.1 with JBuilder6

    Hi,
    I installed Nokia Series 60 MIDP SDK Beta 0.1 and configured the JDK of JBuilder6.
    When I run the midlet, The EPOC emulator was pop up, but then there was a runtime error:
    Emulator command: C:\Nokia_Series_60_MIDP_SDK_Beta_0_1\bin\Epoc32\release\wins\udeb\kmidp_debug.exe -parent_port 2810 -classpath C:\Nokia_Series_60_MIDP_SDK_Beta_0_1\lib\j2me-debug.zip; C:\projects\test\classes;C:\Nokia_Series_60_MIDP_SDK_Beta_0_1\lib\j2me-debug.zip -descriptor c:\tmp\midp\Test.jad Test
    java.lang.RuntimeException: Class not found in runMIDlet: java.lang.ClassNotFoundException: test.Test
    at com.symbian.midp.compatibility.runtime.MIDletExecutor.runMIDlet(+143)
    at com.symbian.midp.compatibility.runtime.MIDletMain.runFirstMIDlet(+77)
    at com.symbian.midp.compatibility.runtime.MIDletMain.run(+346)
    at com.sun.midp.midlet.Main.main(+56)
    I changed the path to that MIDP SDK, but still failed. This test program can be run with Default J2MEwtk, motorola or Sony emulator.
    What's wrong with my settings? or the software has bugs because I found that there are many developers who posted in the Nokia's support forum were unable to run it properly .
    Regards
    gogo

    Nokia emulator can execute only packaged MIDP. So, make .jar and jad files by WirelessToolkit and then run it under WirelessToolkit, by choosing Nokia device, of course.

  • Easier and better ways to solve current problems with Acrobat?

    Is there no better and easier way to solve the problems (installation, re-installing and crashing) with Acrobat? I really think that the ball is in Acrobat's corner right now, because I should not (for example) need to deactivate and re-activate my subscription in order to get AcrobatPro XI to work on my computer, let alone deinstalling an older version that (for now) does work, risking that in the end neither of them work. I need the (great) AdobeCloud applications to do my work as a freelancer, and I really cannot afford this kind of trouble with my applications, nore loose time repairing them. These are difficult times as it is.
    Regards,
    Marc

    Sorry, I can't. When I installed it there was no message that said I had to deinstall the old version first, and with other Adobe CC applications there had been no trouble at all, so I installed it with The previous version still on my computer.
    After installing, neither of them would start up properly, so I deinstalled version XI, after which the old version worked again, but my Adobe Application Manager does not let me download the XI version a second time, so I cannot try again.
    Regards,
    Marc
    Op 7 dec. 2012 om 00:41 heeft David Kastendick <[email protected]> het volgende geschreven:
    Re: Easier and better ways to solve current problems with Acrobat?
    created by David Kastendick in Acrobat Installation & Update Issues - View the full discussion
    The description of the issue you originally presented isn't something that I've seen happen to Acrobat when installed as a part of Creative Cloud.
    Could you provide a specific description of the behavior that occurs when you launch Acrobat XI now?
    Thanks,
    David
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4902597#4902597
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4902597#4902597
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4902597#4902597. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Acrobat Installation & Update Issues by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • 4.1.1 SDK Problems with missing xpacket tags in sidecar XMP files

    The current 4.1.1 SDK has problems with sidecar XMP files that don't have the xpacket headers and trailers, i.e:
    <?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?>
    <?xpacket end='w'?>
    is missing. Now, unfortunately Adobe Bridge CS2/CS3 does not export these xpackets in sidecar XMP files.
    The standard, http://www.aiim.org/documents/standards/xmpspecification.pdf, is also very vague about it all:
    ● Write external metadata as though it were embedded and then had the XMP Packets
    extracted and catenated by a postprocessor.
    The grammar is strange(past tense had) and the spec implies that the xpacket should be extracted and again catenated... Someone should review this document and clearly state if xpacket statements should be in sidecar files or not. I suspect myself that they should be there, but the standard is very vague.
    Anyway, there are two places in the SDK code where changes might be needed:
    XMPFiles::Initialize has XMP_Asserts in case the xpacket header/trailer is missing, but the underlying assert is only active in debug builds.
    XMPScanner::PacketMachine::FindNextPacket () also has in its truth table the assumption that the xpackets exist.
    There could be even other places in the code that assumes that the xpacket tags are present in all files, which includes text XMP sidecar files.
    Anyway.
    a) Shouldn't bridge export the xpacket tags? Same with any other application?
    b) If the spec is vague, then the SDK should not assume that the xpacket tags are present.
    Any comments? Has someone already fixed this issue as I suspect a lot of apps using the the XMP SDK would break concerning reading XMP sidecar files? Thx, Kent

    I was able to work around the problem by creating a mapped view of the .xmp file (this creates an array in memory backed by the file on disk, so there's no need to read the file into a separate internal buffer), and constructing the SXMPMeta object directly from the buffer. (The ctor for that class calls ParseFromBuffer, so this is the same thing as was suggested by other messages in this thread.)
    It seems that Adobe needs to do one of these things:
    (1) say that Bridge CS3 has a bug, and agree that Bridge CS3 should include a proper xpacket header when writing xmp sidecar files
    (2) say that the XMP Toolkit has a bug, and that the SDK should be able to parse sidecar files without an xpacket header, and agree to fix the toolkit
    (3) say that Bridge CS3 and the XMP Toolkit behave as expected, but then provide a sequence of steps by which users of the XMP Toolkit are expected to read xmp sidecar files written by Bridge CS3
    Does Bridge CS4 write an xpacket header to the xmp sidecar files?
    Maybe what I could do is create a custom file handler for .xmp sidecar files, so I could use the SXMPFiles for everything, instead of having to special-case .xmp files.
    My needs are pretty modest though, and it might be just as simple to use the MS DOM-based XML parser for load the xmp sidecar file. I bet I could get the data I need (only the "Rating" for now) using a simple XPath expression.
    -Matt

  • LCDS Server SDK Problems

    Hi,
    I'm using the following setup:
    LiveCycle Data Services Version 2.5.1, July 2007
    Flex Builder Version 3.0 - Milestone 3 Beta 2 (build
    3.0.1.18364)
    Eclipse 3.3.1.1
    I've noticed that I have to use the server's SDK (2.0.1 build
    16691) in order to build and run my application. I have a couple of
    modules and I am also noticing that if I get an error in one of the
    modules after editing it, the workspace appears to build fine. If I
    delete the swf file created on a previous successful build again
    the workspace builds fine and does not report any problems. If I
    switch to Flex 3 SDK and do a clean build onlt then it reports the
    problems. But when I deploy using Flex 3 SDK it complains about
    verification errors and I have to switch back to Flex 2 SDK to get
    it to build and deploy.
    Is there something I can do to get my server SDK up to
    version 3.0 of Flex SDK?
    I was also hoping to use the Advanced Datagrid but that
    appears to be missing when compiling with the server SDK, so I
    presume that was something added in version 3?
    Thanks in advance for any advice.
    Regards,
    Chris

    I've just downloaded BlazeDS. Am I right in saying that this
    uses Flex 3 SDK?

  • Design mode could not load ... It may be incompatible...:FB4 Beta 2 and Flex SDK 4.1

    Hello,
    ever since I upgraded to the latest nightly builds about two weeks ago (SDK 4.1) I get the error mentioned above, and the design mode of Flash Builder 4 Beta 2 doesn't work any more:
    Design mode could not load he.enwipe.core.swc. It may be incompatible with this SDK, or invalid. (DesignAssetLoader.CompleteTimeout)
    Design mode could not load PureMVC_AS3_MultiCore_1_0_5.swc. It may be incompatible with this SDK, or invalid. (DesignAssetLoader.CompleteTimeout)
    and also all other "swc" inside my project that do not come directly from the SDK or Flash Builder.
    Any ideas what could be the cause?

    Hi,
    Did you switch your projects build option to merge into code rather than have runtime libraries generated.
    David.
    [edit'] I really should sleep a bit more- I miss read the question, but you will probably need to break down your project to see what the issue is mxml by mxml, one thing is that any mxml headers need to halo name space renamed to mx.
    as below -
    xmlns:mx="library://ns.adobe.com/flex/mx"

  • J2SE SDK problem

    When attempting to run sqldeveloper.exe I get:
    Enter the full pathname for java.exe
    I respond with: C:\Program Files\Java\jre1.5.0_06\bin\java.exe
    then get:
    Cannot find a J2SE SDK installed at path: C:\Program Files\Java\jre1.5.0_06.
    My PC environment: WIN 2K SP4

    I'm having the same problem.
    I love the name of the install file :
    sqldeveloper-1557-no-jre.zip
    Misleading.

  • BI SDK Problem with HTTPS.

    Hi all,
    "https://myserver:8502/sap/bw/xml/soap/xmla" is the URL I want to connect to. But when I do the connection with the code.
    ManagedConnectionFactory mcf;
    IConnectionFactory cf;
    IConnectionSpec cs;
    mcf = new XmlaManagedConnectionFactory();
    cf = (IConnectionFactory) mcf.createConnectionFactory();
    cs = cf.getConnectionSpec();
                   cs.setPropertyValue(XmlaConnectionConstants.USERNAME.toString(),"Kiran");//connProp.getProperty(XmlaConnectionConstants.USERNAME.toString()));
                   cs.setPropertyValue(XmlaConnectionConstants.PASSWORD.toString(),"testPass");//connProp.getProperty(XmlaConnectionConstants.PASSWORD.toString()));
                   cs.setPropertyValue(XmlaConnectionConstants.URL.toString(),"https://sapdab2.europe.shell.com:8502");//connProp.getProperty(XmlaConnectionConstants.URL.toString()));
    IBIConnection connection = (IBIConnection)cf.getConnectionEx(cs);
    I always get the fowllowing error :
    Warning ! Protocol Implementation [com.sap.engine.services.webservices.jaxrpc.wsdl2java.features.builtin.MessageIdProtocol] could not be loaded (NoClassDefFoundError) !
    Error Message is :com/sap/guid/GUIDGeneratorFactory
    Jul 16, 2007 9:30:05 PM  ...dk.dac.connector.xmla.impl.Connection [Thread[main,5,main]] Error: SOAP connection failed
    Jul 16, 2007 9:30:05 PM  ...dk.dac.connector.xmla.impl.Connection [Thread[main,5,main]] Error: Exception com.sap.ip.bi.sdk.exception.BIResourceException: SOAP connection failed
         at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.isAlive(Connection.java:291)
         at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaManagedConnection.assertConnection(XmlaManagedConnection.java:446)
         at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaManagedConnection.getConnection(XmlaManagedConnection.java:327)
         at com.sap.ip.bi.sdk.dac.connector.impl.BIConnectionManager.allocateConnection(BIConnectionManager.java:28)
         at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaConnectionFactory.getConnectionEx(XmlaConnectionFactory.java:145)
         at com.test.TestConnection.main(TestConnection.java:72)
    Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
         java.io.EOFException: Connection closed by remote host.
         at com.sap.ip.bi.sdk.dac.connector.xmla.standalone.MsXmlAnalysisSoapStub.discover(MsXmlAnalysisSoapStub.java:88)
         at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.isAlive(StandaloneProxy.java:80)
         at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.isAlive(Connection.java:1734)
         at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.isAlive(Connection.java:288)
         ... 5 more
    It is a <b>SSL Handshake error</b>.
    if I try the same code with the URL : "http://myserver:8002/sap/bw/xml/soap/xmla" it is working fine.
    That is.. When I tried to login thru secure connection (SSL) it is not working. I dont know the reason why. Can any one please solve my problem ???
    Thanks in well advance....
    Regards,
    Kiran K Grandhi.

    mmuster,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

  • Download SDK problem

    Hi All,
    When we tried to download the SDK from service.sap.com we don't find any thing. We also read the sap's note but the problem remains.
    Any help will be appreciate.
    We whish you an Happy New Year 2012
    Samuel

    Hello Samuel,
    try this:
    service.sap.com  -> SAP Support Portal* -> Software Downloads -> Installations and Upgrades -> Search for Installations and Upgrades -> select all checkboxes -> type "bydstudio" -> Search
    latest Version for FP30 is BYDSTUDIO210SP20_0-20008603.MSI 
    Regards
    Kay

  • Targeting LabVIEW to MCB2140 board using Microprocessor SDK problem

    Good day,
    I am trying to port an ARM target to LabVIEW. The target is a 32bit uC LPC2148, more exactly a MCB2140 board. I have followed the "LabVIEW Embedded for ARM Porting Guide - Chapter 2: Integration of LabVIEW and Keil Toolchains" and I have a problem with building the library from the "LVAnalysis.Uv2" project. I mention that I have used the "lpc3180solutions" folder from which I have modified the files from Chapter3 as mentioned. The problem is the builder cannot find the "memory.h" file. I am using Keil uVision v4.03 and LabVIEW 2009.
    Thank you! 

    Hello ClaireR,
    I only had Microprocessor SDK module installed, after installing the ARM module I've managed to build the library and create a project for the MCB2140 target. However I have problems with running even the simplest code.
    I had to modify the "STARTUP.S: Startup file for Philips LPC2000" with:
    IMPORT  Undef_Handler
                    IMPORT  SWI_Handler
                    IMPORT  PAbt_Handler
    ;Undef_Handler   B       Undef_Handler
    ;SWI_Handler     B       SWI_Handler
    ;PAbt_Handler    B       PAbt_Handler
     so I could build the project.
    Secondly in the Options for target "LabVIEW" panel, I don't know if I should use as in the LPC3180 example, the following:
    1. RAM_INTVEC, REMAP options in the ASM tab
    2. Ext_RAM.ini and Clock.ini, as they do not exist for the MCB2140, in Keil folder
    When I Run the Main.VI the target is started, the code is running just for a couple of seconds, but the Numeric Indicator doesn't increment.
    uVision reports an error :
    *** error 57: illegal address (0x00000024)
    BS 0x23E8, 1
    0x0000040C  2AFFFFFE  BCS       0x0000040CC - dissasembly
    The code I am running is the one from the Chapter 2: Integration of LabVIEW and Keil Toolchains
    I also mention the debugger that I'm using is a KEIL ULINK.
    Thank you! 

  • IOs 5.1 Beta 2 , fix the battery problems or not ?

    I am getting annoyed with these battery problems, since iOS 5.0.1 , even my iPad 2 battery isn't how it was.:[

    Discuss beta software at: https://devforums.apple.com/community/ios/ios5beta

  • Flash Builder 4.5 SDK Problem while reading/saving Data/Text from XML

    Hi,
    I'm working on a FLASH BUILDER 4.5 Project. Previously I was working on FLEX 3 with SDK 3. Now I have shifted my Project to FLASH BUILDER 4.5 with SDK (Apache Flex 4.11).
    In this project, I have few links with me, clicking on which opens a TAB, and the respective Link data (XML DATA) loads into the Respective TAB. I'm using Flash Builder 4.5 currently and Apache Flex 4.11 SDK. When I use Previous Version of SDK (SDK 3), then the Data loads fine... but when I use higher version SDK (4.6 or 4.11), then the data starts to break, for instance:
    When I click on link, i.e. CLICK FOR THE VERY FIRST TIME, the Data Shows like:
    <P ALIGN="LEFT">Link 1 body text comes here</P>
    Again, when I click on the same link for SECOND time, the Data Shows like:
    <P ALIGN="LEFT">&lt;P ALIGN=&quot;LEFT&quot;&gt;Link 1 body text comes here&lt;/P&gt;</P>
    Again, when I click on the same link for THIRD time, the Data Shows like:
    <P ALIGN="LEFT">&lt;P ALIGN=&quot;LEFT&quot;&gt;&amp;lt;P ALIGN=&amp;quot;LEFT&amp;quot;&amp;gt;Link 1 body text comes here&amp;lt;/P&amp;gt;&lt;/P&gt;</P>
    I got stuck inot this issue very badly. Any help would be apreciated.
    Thanks in advance.
    IMAGE 1 (FIRST CLICK)                                                                                      
    IMAGE 2 (SECOND CLICK)
    IMAGE 3 (THIRD CLICK)                                                                                     
    IMAGE 4 (FOURTH CLICK)
    THANKS

    Hello everyone -
    Since I last posted an interesting update happened. I tested my  Flex application again, it is calling a Jetty Server that returns a JSON object, in different BROWSERS.  I disabled HTTPS for now, and the crossdomain.xml policy file is wide open for testing (ie. allowing every request to return data). So the app accessing the data using HTTP only. Browsers  -  IE, Opera, Firefox and Chrome. Each browser contained the SAME application, revision of the Flash Player (10.3.183.10 debugger for firefox, chrome, opera, safari PC; 11.0.1.129 consumer version in IE9,) take a look at the screen shot (safari not shown although the result was the same as IE and chrome)
    Note that Opera and Firefox returned successful values (i.e. successful JSON objects) using the same code generated from the Data Services Wizard. Chrome, IE and, Safari failed with an Internal error. So I am left wondering - WHY? Is it something with the Flash Player? the Browsers?  the Flex SDK? Any thoughts are appreciated. Again, the code is found in the original thread above.

  • Flex SDK problem

    Where can I find the path to the  Flex SDK? Last time I embeded metadata, Flash CS5 automatically found it for me. This time its not working. I get this message in the output window:
    You have used a feature that requires the Flex SDK:
    "Embed" metadata
    Please set the Flex SDK path if necessary and add it to the library path for this file. The Flex SDK folder contains the bin, frameworks, lib and other folders.
    Thanks for your help
    Shiim

    I did that. I found an SDK that was in the FlashDevelop folder, but the SDK that comes with Flash CS5 is missing or hidden. I did an unhide files in the control panel. but the folder is still not there. Also my program works if I click Test Project, but it will not work with ctrl+enter. Something keeps getting messed up, but I'm not familiar enough with the Flash IDE to fix it. I've re-installed 3 times.
    Thanks
    Shiim

  • Photoshop cs6 beta ... image display problems (Mac osx 10.7.3)

    problem i think the image appear it..

    thanks for report
    but blur for hidden my work
    realy this choise not work if i work in abig design work only if i start new file.

  • Java 2 SDK problem under Redhat 7.0

    I'm using RedHat Linux 7.0 (kenerl 2.2.16.22, libc-2.1.92.so).
    I downloaded Java 2 SDK v 1.2.2_008 for Linux from sun.java.com, and installed it to /usr/local/jdk1.2.2
    However, I couldn't run any Java command. When I try to compile any java source code, for example:
    /usr/local/jdk1.2.2/bin/javac HelloWorldApp.java
    I always get error message:
    Segmentation fault (core dumped)
    Please give me some idea as soon as possible.
    Thank you for your help!
    Attach: HelloWorldApp.java
    Class HelloWorldApp {
    public static void main(String[] args) [
    System.out.println("Hello World!");
    Tony T.

    update your kernel, redhat 7.0 is full of bad links and missing links

Maybe you are looking for