SDK 3.0 - CDC for Windows Mobile

Hi,
Where can I found the file .cab for install the CDC JVM of SDK 3.0 in my Windows Mobile?
Now, I use the Creme JVM for developer in Windows Mobile, but I want use the new SDK 3.0, more specific the CDC JVM in my WM application
I see that in path (NetBeans 6.7\mobility8\Java_ME_platform_SDK_3.0\on-device\winmobile-arm) exists a .cab for CLCD installation, but not found for CDC!
thanks a lot!
Fábio

Support for Windows Phone is being worked on for Kapsel. 
I have not myself done tried using this cordova push plugin on Windows Phone but it might be worth having a look at.
Getting Started with Kapsel - Appendix H -- Non Kapsel Plugins

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.

  • Known Issue: Setup warnings for Windows 10 SDK, Emulators for Windows Mobile, and Tools for Windows 10 Universal Apps (Windows 10 Insider Preview SDK and tools, April 2015 release)

    When you install Visual Studio 2015 when not connected to the internet, for example from an ISO, you may receive warnings after setup completes for Tools for Windows 10 Universal Apps, Windows 10 SDK, and Emulators for Windows Mobile. These warnings include:
    This product did not download successfully: The server did not return the file size.
    This product did not download successfully: Signature verification failed on downloaded file.
    This product did not download successfully: HTTP Status 502: The server….

    To fix this issue, your computer must be connected to the internet to download these components.
    Make sure your computer is connected to the internet.
    Open Control Panel, and select Programs and Features. 
    Select Microsoft Visual Studio 2015 RC, click Change, and then click
    Modify.
    Select the feature “Universal Windows App Development Tools”, and click
    Update.

  • How to create the C++ DLL for Windows Mobile and how to import it in C#

    Hi All,
         Please can u guide me for creating DLL on C++ and using it in C#
         1) Steps to create the DLL using C++ for Windows Mobile
         2) And where to place the DLL after builiding to make use of it in my C# project
    Thanks in Advance!!!
    Thanks & Regards,
    Sharan

    Hello all,
    I know this is an old thread but i have to give it a try ( i am stuck with an almost identical problem but cant solve it since 5 days googling and reading.
    I am developing an app for Unitech HT660e which has Win CE. THe app is complete but now i need some more control over the barcode scanner. In order to gain controll i need to use USI.dll which is explained in this documentation (chapter 2 has the link to
    the SDK which contains the USI.dll ) :
    http://www.datacol.co.nz/pdf/uni_prog-guide_1.21.pdf
    But i also get : Cant find PInvoke DLL 'USI.dll'.
    In chapter 4 is SysIOAPI.DLL mentioned which i cant fin.
    Chapter 17 has USICF.dll which may be interesting bcos this one can be added as reference and "using USICF" . I am using compact framework 3.5 for this and the emulator is "usa windows mobile 5.0 pocket pc r2 emulator". 
    Reading your post i noticed i can use the "Pocket PC 2003 SE Emulator" but it gives me the same error.
    Maybe i need to include a path in my code but i tried this as well...and get the same problem. Maybe i am missing something.
    Here is my code:
    using USICF;
    using System.Runtime.InteropServices;
    namespace SmartDeviceProjectzaDLLtesting
        public partial class Form1 : Form
            [DllImport("USI.dll", EntryPoint = "VibrationOn")]   //ignorethis?:,CallingConvention=CallingConvention.Winapi)]//Cdecl)]    //EntryPoint = "VibrationOn")]
            public static extern void VibrationOn(bool bEnable);
            public Form1()
                InitializeComponent();
            private void Form1_Load(object sender, EventArgs e)
               // USICF.USIClass usiba = new USICF.USIClass(this); // this gives an exception as well
               VibrationOn(true); // thiis causes the exception
     //           VibrationOn(false);

  • Known Issue: Emulators for Windows Mobile 10.0.10069 : The installer failed. User cancelled installation. Error code: -2147023294

    Some users are receiving the following errors after Visual Studio setup completes
    Emulators for Windows Mobile 10.0.10069 : The installer failed. User cancelled installation. Error code: -2147023294
    Windows 10 SDK 10.0.10069 : The installer failed. User cancelled
    installation. Error code: -2147023294

    We've fixed this issue, and have released an update as of 7PM PDT 30 April 2015.
    New installs of Visual Studio 2015 RC should expect to no longer encounter this problem, unless
    you lose your internet connection during installation. (That is, this error now indicates that the Windows SDK or Windows Emulator setup invoked by Visual Studio setup has lost internet connectivity and cannot download necessary files.)
    To fix the issue, re-run setup and select the features "Universal Windows App Development Tools" and/or "Emulators for Windows Mobile" again.
    If you have already installed Visual Studio and encountered this problem, you can now modify your Visual Studio installation to successfully install.
    Go to Program & Features, select Visual Studio 2015 RC, and select Change. Click
    Modify, then select the features "Universal Windows App Development Tools" and/or "Emulators for Windows Mobile", and click
    Update.
    Note that "Universal Windows App Development Tools" will be already selected. This is expected. Keep it selected, and click
    Update.
    An alternate solution is to install the Windows 10 SDK and Windows Emulators separately. Go to
    https://dev.windows.com/downloads/windows-10-developer-tools. Scroll to the bottom of the page and install
    the Windows 10 SDK and Windows 10 emulators outside of Visual Studio setup.
    Thanks!
    -Paul

  • Jabber client for windows mobile.

    Hi ,
    One of my customer want to install jabber in windows mobile. I informed him there is no client released for windows mobile yet. 
    But he wants any document from cisco site that there is no release available for win mobile. I tried searching same but could not get any.
    Can someone pls provide me some cisco doc on this.
    Thanks in advance.
    Siddu..

    There is no doc that will you tell what platforms we do not support, we tell you which platform we DO support.
    If he insists on a doc, he cannot ask for what does not exist.

  • How to compile a java file in J9 for windows mobile 5.0

    I have downloaded J9 for windows mobile 5.0 and need help on how to compile a java file.

    You can compile your source code using J2SE ;)
    may be this is important for you:
    http://awareness.ics.uci.edu/~rsilvafi/pocketPC/index.
    html
    Regards!!!Actually i am using some eSWT related classes also.. so is there any way to compile from the J9 environment using J9 console..

  • DB2e for  Windows Mobile 5.0

    Hello,
    I'm looking for a trial version of DB2e V8.2.4 for Windows Mobile 5.0 on PDA (I installed an emulator on my PC) because we have to use Mobile Infrastructure 7.0 and I would like to try it on my emulator, but I don't find the installation files on IBM site and the installation guide. Can somebody help me?
    Many thanks in advance,
    Maria

    Hi Maria,
    You can download trail version of DB2e from the following link.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/599d5c1d-0a01-0010-8095-df389cd8eb44
    If you want use DB2e licensed version you need to get license key information from SAP.Contact your SAP Service Agent for more details. Then they will enable you the above said link from where you can download the DB2e.
    Hope it helps.
    Regards,
    Scott.

  • NW for windows mobile 6.0

    Hi,
    Please provide me the link for NW for windows mobile 6.0. Here my mobile supports only .cab files. I need only .cab file of NW.
    Thanks in advance.
    Best Regards,
    Rajesh.

    Dear Rajesh,
    SMP is service market place.       http://service.sap.com/swdc
    For downloading from this site you will need S-user ID provide by SAP.
    These threads can give you more insight.
    Re: How to generate CAB or EXE installation file for MI Client
    CAB file for Windows Mobile 2005
    Regards,
    Akhil
    Edited by: Akhil Rastogi on Mar 15, 2009 6:49 AM

  • SMP 3.0 support for Windows Mobile 8

    Hi All,
         Since KAPSEL is not directly supporting Windows Mobile 8, can use the below defined development paradigam?
    SMP 3.0 ==> OData based application ==> Cordova hybrid application ==> windows mobile 8 with native features access
    Also Does SMP3.0 supports notification for Windows mobile 8?
    Thanks
    -Arun

    Support for Windows Phone is being worked on for Kapsel. 
    I have not myself done tried using this cordova push plugin on Windows Phone but it might be worth having a look at.
    Getting Started with Kapsel - Appendix H -- Non Kapsel Plugins

  • Is there a JRE for windows mobile 6.1 ?

    Hi everyone,
    I need to install a Java Virtual Machine on my Intermec CK3 device which runs on Windows Mobile 6.1.
    Can anyone advice where to download the JRE ?
    Is there a JRE for windows mobile ?
    Thanks in advance,
    Best Regards

    I don't believe that that IS a legal download.
    This here is a more legal option:
    http://www.makeuseof.com/tag/install-java-windows-mobile/

  • Flash Lite 2.1 for Windows Mobile 5.0 Preview

    Hello,
    I'm happy to announce the preview release of Flash Lite 2.1
    for Windows Mobile 5.0, planned for release later this year. This
    allows mobile developers to create and test Flash Lite applications
    for both Windows Mobile 5.0 Smartphone and Windows Mobile 5.0
    Pocket PC configurations.
    For more information, visit the
    Adobe
    Flash Lite 2.1 for Windows Mobile 5.0 Preview site on Adobe
    Labs.

    To better help focus answers and information, please post all
    questions about Flash Lite 2.1 for Windows Mobile 5.0 devices in
    the new
    Flash
    Lite: Windows Mobile discussion forums.
    This forum is meant for questions around the Flash Player 6/7
    for Pocket PC and other consumer electronic devices using Flash
    technologies.
    thanks,

  • Mark/Space releases version 4 of the Missing Sync for Windows Mobile OS

    Mark/Space has released the Missing Sync for Windows Mobile version 4, which offers many feature improvements. Among them, likely the most important is support for the Windows Mobile 6 operating system.
    A full list of what's new in this release is available here.

    I installed the beta version of Missing Sync last night. It seems to be working well (contacts and calendar). Note that only Bluetooth connections are supported and you must read the detailed instructions for getting this to work.
    I have yet to try a software installation.
    I tried running Activesync 4.2 within Virtual PC 7 but it was hopeless so needed a Mac solution.

  • Flash Player for Windows Mobile 7

    Hey is it true there is no flash in Windows Mobile 7 ? This windows mobile news site is claiming there will not be flash on windows mobile7 by default. Come on guys we need flash ...
    Source : 1800PocketPC

    >I just downloaded and installed the latest Flash Player 7
    for Windows
    >Mobile on
    > my Windows Mobile 2003 SE device. As a result Pocket
    Internet Explorer
    > crashes
    > whenever it tries to open a page with Flash content -
    including the
    > adobe.com
    > website. Opera Mobile seems not to recognize the player
    and simply ignores
    > all
    > Flash content.
    > Is there any way to fix this and to get Flash support on
    Windows Mobile
    > 2003
    > SE ?
    You will probably find that Adobe.com is using Flash 8 or 9
    content, hence
    the crash. Since most up-to-date web sites will be similar,
    you may find
    Flash 7 is largely unusable for web surfing.
    Just speculating.
    I don't know for certain.
    Steve
    http://twitter.com/Stevehoward999
    Adobe Community Expert: eLearning, Mobile and Devices
    European eLearning Summit - EeLS
    Adobe-sponsored eLearning conference.
    http://www.elearningsummit.eu

  • Microsoft Licenses Flash Lite 3 and Reader LE for Windows Mobile

    Microsoft Licenses Flash Lite 3 and Reader LE for Windows
    Mobile – A Developers Perspective
    http://www.flashdevices.net/2008/03/microsoft-licenses-flash-lite-3-and.html
    Also some other news:
    Flash Lite has Shipped on Over Half a Billion Devices
    http://www.flashdevices.net/2008/03/flash-lite-has-shipped-on-over-half.html
    Best,

    Hi Bill,
    Can you tell when it will be available for download?
    Today I installed Flash Lite 2.1 on my Asus M530W
    WM6-Smartphone and flash&windows media enabled websites stoped
    showing correctly - for example instead of having flash media
    player with wmv content I see just white background (in the past
    everything was ok).
    Is there any Flash Activex plugin that will work with pocket
    IE?
    Thanks for support!
    Greetings,
    Robert

Maybe you are looking for