Application of mobility and pda's

i m new in J2ME .i want to create a application on mobility,pda.i m using net beans IDE 6.1 for this.
i want 2 know that is mobility pack already embedded in IDE6.1 or i have to include it.i want to create a application that can b used in various devices what r hardware and software requirements of these devices.
how can i use my application on devices with windows mobile version 5.0 with processor PXA270 having 520 MHz speed.
Thanks

{color:#ff0000}{size:18px}TRIPLE POSTED{size}{color}
[http://forum.java.sun.com/thread.jspa?threadID=5313990]
[http://forum.java.sun.com/thread.jspa?threadID=5313969]
Cross posting is rude.
db

Similar Messages

  • LD-3W mobile and pda

    Hi!
    Is it possible to connect the LD-3W GPS Module to two devices simultaneously?
    I would like to connect it to an i-Mate K-Jam PDA running WM5 and to a Nokia 6680 at the same time to receive navigation updates/directions on both phones.
    Thanks in advance!
    Andre

    oh i see. thanks a lot mate!
    cheers
    andre

  • J2ee application for mobile,pda

    hi all,
    I am going to build a web-based application using j2ee. I want my application to be accessiable with mobile and PDA's also. I have heard that few application server supports it and i don't have to change anything weather it is called by mobile or desktop pc.
    Can anybody guid me on this issue? How should i proceed?
    Thanks in advance
    Nitin

    Nope, not possible

  • Blackberry and PDA Java Applications

    Is it possible to use JDeveloper to develop java applications for Blackberry and PDA devices?
    A colleague of mine has recently started developing a prototype application using the IDE that is available from www.blackberry.com but it is a "bit clunky" therefore I would like to know if JDeveloper can be used to develop and deploy applications to these devices.
    I'd appreciate your thoughts and suggestions, along with any additional resources that you could point me in the direction of that are related to this area.
    Thanks in advance for your help with this matter
    David

    Hi Shay,
    Thanks for your reply.
    I've had a look at the link that you posted. It appears that JDeveloper will only allow you to create applications for:
    Dell-Axim
    Siemens Sx56
    Hp-2220
    that are running specific operating systems.
    We are attempting to write applications for a variety of different blackberry devices, not palms.
    Have you or anyone got any further information/ideas?
    Thanks
    David

  • How can we implement a j2me application on mobile phone

    Hello to All
    I am working on j2me and made a application that is online ticket booking for cinema hall. it is running on j2me wireless toolkit . Now i want to run this application on mobile. and how can be access this application by every the user who have java enabled mobile phone.i want to know that it may be access through internet suppose se have upload this application on our server.
    Thanks in advance
    Mukund

    I have been having problems in implementing a simple application that fetches information from a server to a mobile phone, then using OTA midlet capabilities.
    Have you got any code that you have tested on the device rather then on the emulator only?
    All the samples i have used from books and online sources didnt work with my server.
    The midlet simply asks for connection and then it gets stuck without displaying anything.
    Please gimme some hints :)

  • Why files in Lightroom mobile and files in the creative cloud not the same? idea-  one place(stored date) for all application ??????

    Why files in Lightroom mobile and files in the creative cloud not the same? idea- one place(stored date) for all application ??????

    Lightroom Mobile is not a cloud storage service. You shouldn't treat it as a way of backing up your files. You are merely storing Smart Previews of your files in the cloud space, high-quality JPEGs of your files regardless of their original format on your desktop. The point is that they are there so you can continue editing them in a Lightroom-like environment even while away from your desktop/laptop computer. The files in Lightroom Mobile can only be used in Lightroom Mobile.
    This is very different from what is offered by the Creative Cloud storage, which can be used to synchronize your files between any device (that can support the individual files).
    The vast difference in how each service works and its intended use is why they are separate.

  • Shared codebase for both mobile and web applications?

    I've been developing a mobile application for a while now. It runs on iOS and Android as well as on the desktop as an AIR app. This is great and I'm very excited about it. However, last week I was asked why I couldn't export a version of the app that ran within a web browser. I said that I assumed I could and that I would look into it.
    But why would you want to run mobile code on the desktop?
    A couple of reasons:
    Greater re-use of code. This doesn't make sense in all cases but it does in many cases. (I won't elaborate because I think this is self-evident. If you disagree I'd be happy to talk about it but I'd rather not clog this description with it.)
    Quicker/easier client demos. Rather than having to install an apk or an ipa on a mobile device, I can just send a URL.
    So what have I found? Well, from what I've tried so far.. it.. doesn't work. Or rather I haven't been able to make it work.
    I started by creating a Flex Library project for all shared code. Then I created 2 application projects that reference it- one for mobile and one for web. The mobile project works fine but the web project does not. Here's what I've tried so far to make it work:
    I tried adding the mobilecomponents.swc and the mobile.swc theme to my web project so that Flash Builder knows about MobileSkin (and other mobile-only classes). This enables my app to compile but when I launch it immediately throws a runtime error inside of UIComponent: VerifyError: Error #1014: Class flash.text::StageText could not be found. I've found very little about this error, and the one tip I did find (adding the --swf-version=13 compiler option) does not work.
    I tried using conditional compilation to control which class my skin components inherited from: MobileSkin or SparkSkin. This was just a quick experiment to see if it worked. I know it's disgusting and not a production solution. My thinking though was that if MobileSkin was really just an optimized version of SparkSkin, my skins should be okay inheriting from either. This didn't work right away- app wouldn't compile b'c certain methods were missing (ex. layoutContents) and so I bailed on it because it felt dirty to begin with.
    I tried replacing MobileSkin with UIComponent as the super class for all of my skins thinking that MobileSkin was probably just a lightweight subclass of UIComponent anyway. This approach resulted in some compiler errors at first (ex. no layoutContents method, no measuredDefaultWidth/measuredDefaultHeight properties, addChild vs addElement, etc.). Once those issues were resolved the app compiled but crashed with runtime errors inside of UIComponent's "getState" method. (Looks like MobileSkin overrides this method to prevent UIComponent's default behavior.)
    So none of those approaches have worked for me so far... but what about you guys? I have no hopes of Adobe reading this thread or responding to it in any way, but I would love to hear from other people in the community. Have you encountered this issue yet? Were you able to make it work or can you spot any obvious oversights I've made in the methods I mentioned trying above? Thanks in advance if you can.

    Update: I've been able to make progress with the first route mentioned above: adding the mobilecomponents.swc and the mobile.swc theme to my web project
    Turns out that Flash Builder had led me wrong in this regard. Adding the mobile SWCs to your Library project with the "merged into code" setting results in the compiler warning:
    The swc '/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/frameworks/themes/Mobile/mobile.swc' has style defaults and is in the library-path, which means dependencies will be linked in without the styles.  This can cause applications, which use the output swc, to have missing skins.  The swc should be put in the external-library-path.
    Seeing this the first time, I changed my linkage type to "External" and the warning went away. Then in my web project, I also added the mobile SWCs and set the linkage type to "merged into code" there. Flash Builder seemed happy with that approach, but upon running my application I got bizarre runtime errors (as mentioned above).
    Turns out that my first attempt was the correct way. Set the linkage type on the library project to "merged into code" and then don't re-link from your web project. Flash Builder will warn you about it but ignore the warning. Things seem to work pretty well for the most part now! I have an issue or two to look into (ex. List component doens't scroll) but things look pretty promising overall!

  • How do I configure my application to provide access for mobile and web brow

    Hi everyone.
    I have one application and I need to provide access for mobiles and desktop browsers, and I don't know how do I configure my application to do this.
    Let me explain:
    In my jDeveloper I have One application and 3 projects:
    -Mobile (here is my mobile application)
    -Model (here is my model)
    -ViewController (here is my Web Browser application)
    In Mobile I have
    JavaEE Web Application name: mobile-Mobile-webapp
    JavaEE Web Context Root: mobile
    ViewController I have
    JavaEE Web Application name: mobile-ViewController-webapp
    JavaEE Web Context Root: myapplication
    When I run some page of ViewController I have this URL "http://localhost:7101/myapplication/index.jspx".
    When I run some page of ViewController I have this URL "http://localhost:7101/mobile/index.jspx".
    My problem is that, I want to have Just one landing URL like that "http://localhost:7101/myapplication/index.jspx" and when I get this URL by Desktop Browser my ViewController is showed, and when i get by Mobile the Mobile project is showed.
    Someone knows how do it?
    Thanks....

    Yes, I can, thanks for response.
    But, don't have some configuration in Oracle for this? I've been thinking do this with java or JavaScript, but I was looking something more beautiful for this.
    Java or JavaScript is the only way?

  • Project setup for a mobile and desktop application including native extensions (ANE)?

    I'm using Flash Builder 4.6 and I want to develop an application that is deployed to mobile and desktop devices. Therefore I tried a setup with three projects; one desktop project for Windows and Mac OSX, one mobile project for iOS and Android and also one library project for shared resources. The library project is used in the mobile and desktop project. Afterwards I placed all stuff like AS classes and UI components in the library project and instanciate them in the devices project. This works so far. (As consensus decision-making I used Flex components that are available vor mobile and desktop.)
    But If I want to use native extensions (ANE) like a DLL for Windows or a gyroscop for mobile devices, then I can't add the ANE to the library project. I have to add the ANE file separately to each device project and build a separate UI components. Is this the way it's intend to use ANE files? Is there an even simpler approach?
    Or is there a completly different way, e.g. setup just one common project (instead of three) and use different skins for mobile and desktop?
    Your answer is appreciated. (Including links to documentation and tutorials.)

    This thread doesn't look promising:
    http://forums.adobe.com/message/4737831
    Same here:
    http://stackoverflow.com/questions/11143907/flashbuilder-4-6-how-do-setup-project-for-mobi le-desktop-publishing
    Though if you're using Starling, there's some setup instructions here:
    http://wiki.starling-framework.org/manual/project_setup

  • Application not visible in PDA  after server deployment

    Hi All,
    I developed an Mi 7.1 application.Deployed  all the sdas in the Mi server using sdoe_upload_archive.I created a device.Assigned all the mobile components to the device .I synchronized the device and it is successful.
    I can see the service and mobile ui component in the  mobileapps folder of the device.
    But I am not able to see the application in the application launcher of the  PDA.
    Any clues in resolving this?
    Thanks and regards,
    Rajesh.A

    Hi Rajesh,
    The application link may not be visible for the below given reason. Check whether it solves your issue :
    Reason 1. If the role SAP_DOE_ALL_APP_VISIBLE is missing for the user on the DOE system, then the application link is not visible on the home page.
    Solution 1. Add the role via agents in the NWM portal.You should also perform a delta download for the following data objects in the SAP BASIS 7.10 software component version (SWCV):
    1. USERDETAILS
    2. USER_AUTHORIZATION
    Reason 2. The application link is not visible because of the user authorization issue. Check whether the SAP BASIS 7.10 software component version is assigned to the device or not.
    If the SAP BASIS 7.10 software component version is not assigned to the device, then follow either of the steps specified below (2a or 2b):
    Solution 2a. Disable the authorization check on the mobile client
    (For PDAs)
    This can be done by creating a configuration.properties file in the \MI\Settings\ folder with the entry com.sap.tc.mobile.cfs.deploy.check_authorizations=false. Stop and start the client. The file is consumed, the authorization check is disabled, and then the application is visible in the application launcher.
    Solution 2b. Assign the authorization-related SWCV to the device (in the NWM portal)
    In the NWM portal, go to the DMSWCV tab in Device Management. Manually assign the SWCV containing the authorization data objects (SAP BASIS 7.10). Trigger an extract. Synchronize the device. The authorization objects are now available on the device. The application appears in the application launcher.
    Reason 3. If the installed client version and the NWMCLIENT.SCA version uploaded in the DOE are different, even then the application link is not visible on the home page.
    Solution 3. Upload the NWMCLIENT.SCA (same version of the client) to the DOE using transaction SDOE_UPLOAD_ARCHIVE.
    Regards,
    Suma

  • Can we run a servlet application on mobile?

    Hi,
    I'm new to servlets and mobile web as well.
    I want to design an application which user can access through mobile and as well as dekstop.
    1.) Can we access a web application designed through servlets and JSP via mobile device (e.g, PDA and mobile handphone)?
    2.) Do we require to create two "copies" of an application, one for computer based and one for mobile device based?
    3) Do we follow some other architecture to design for a mobile enabled web site?
    Please share some examples or papers.
    Thanks in Advance

    Servlet and other stuff were developed for a purpose of viewing web pages on any devices etc. Problem with javascript for example is that it is client-runnable. On the other hand, servlets and JSP run on a server. Users (clients) only get a HTML and nothing more (ok maybe XML and other formats), but they don't run code.
    That means that you can view a web app on any device that supports HTML. Of course formating can be set for each device (PC, PDA, mobile, etc).
    "U want to say that we can access an web application developed using JSP and servlets for the use of dekstops on Mobile or PDA also.": YES
    "Or we have to do the WAP programming for the same.": WAP programming is dead for a few years now :)

  • Request for Webcenter demo (viewlets) for Mobile devices (PDA/iPhone)

    Hi ,
    We are working on a deal opportunity for webcenter suite.
    We are looking for a demo artifacts (recording/viewlets/live vm) for webcenter integration with mobile devices (pda/ iPhones etc).
    Please advise.
    Thanks and regards
    Rahul

    904559 wrote:
    Hi,
    Our client would like to access workflows of WebCenter in Mobile devices like IPhone, Android devices, Blackberry, Nokia etc. Is there any generic way we can develop workflows for all devices or should we develop it specific for each devices.
    An immediate response would be higly appreciated
    regards
    RafiqueMobile development is a bit more involved than simple WebCenter. :-)
    In short, the best approach at present to have mobile access is to create a "mobile" site based on HTML5. You will likely need to re-design your application to be mobile-accessible, either creating a simplified WebCenter app/skin for mobile applications (e.g. the 320 px screen, etc.) targeted at the smartphone-type screen. This does not solve the feature-phone problem. (Nokia?)
    The other approach is to use RESTful services that you can either use or create in order to serve mobile clients that are either native apps or HTML5/JS apps that are created with a tool like PhoneGap. (This would allow for non-web-browsing access.)
    There are also some inklings that a new "ADF Mobile" is coming that will allow for a more ADF-like mobile development approach.

  • When frequently switching between mobile and desktop view

    When I frequently switching between mobile and desktop view I have to open the layers every time since they get closed/collapsed. Adobe may need to fix it for the next version.

    You can use CTRL+# to switch between Code and Design View.
    By the way, this is the Dreamweaver Application Development forum which deals with questions about using server-side scripting languages like PHP or ColdFusion. General Dreamweaver questions should be posted in the regular Dreamweaver General Discussions forum.
    And while I´m at it: please use descriptive headlines such as "how to switch between Code and Design View" for your posts -- mentioning your screen name "Goula129" is not helpful to other users.

  • I have just upgraded from Lightroom 5 standalone to Lightroom 6 standalone. I ppear to have been automatically enrolled for a 30 day free trial of Lightroom mobile and Creative Cloud. Reading the FAQ, it appears that after the expiry of the free trial I w

    I have just upgraded from Lightroom 5 standalone to Lightroom 6 standalone. I appear to have been automatically enrolled for a 30 day free trial of Lightroom Mobile and Creative Cloud. Reading the FAQ, it appears that after the expiry of the free trial, if I do not sign up and pay, I will only be able to view my pictures on the desktop but not edit them - surely this cannot be true. How do I un-enroll for the 30 day free trial of Lightroom Mobile and CC?

    When I was signed into Adobe (which was a requirement for installing the upgrade), Lightroom 6 told my at the top right corner that I had 30 days left of my free trial of Lightroom Mobile and Creative Cloud. In parallel with this forum posting, I am chatting with Adobe support. he is away to find out how to prevent any synching with Creative Cloud during the 30 day free trial. I do not think that Creative Cloud is an application that gets installed on your PC. I think Lightroom 6 has it built in, and can use it if if you are signed up to the Creative Cloud and Lightroom Mobile (which I am for 30 days)

  • I want to run the application in Mobile Phone

    hi,
    I want to load my application in the mobile and to execute .can you tell me how to do that?
    Sathaa

    Hello SIR
    fst chk ur mobile . which connection it support.
    if it Support Bluetooth/infred/Data Cable then connect ur mobile
    with PC through this connection .
    then tansfer your application to your PC
    then run the applicatian and ******** ENJOY ******* uy app
    bye bye
    Souvik

Maybe you are looking for

  • CATSEARCH only works with AND not with Or

    Hello, If I run the following query against my database it runs absolutely fine SELECT * FROM LOAD WHERE ((catsearch (WILDCARD_SURNAMES, 'BRUCE', '') > 0)) AND PARSED_FORENAME1='ANTHONY' But if I replace the "AND" with an "OR" SELECT * FROM LOAD WHER

  • Is unresponsive, with a confusing display

    my sister has recently got this ipod for christmas, and i was syncing her ipod to the computer after importing cds, when i cancelled the sync and unplugged the ipod, now is unresponsive even to turning on and off, and has 4 green horisontal lines in

  • New Mac Mini Lion Server (mid 2011) and memory type

    Hi, I found an unclear advice about memory upgrade. The manuals says "Memory modules for your Mac mini must meet the following specifications: -Small Outline Dual Inline Memory Module (SO-DIMM) format -1333 MHz, PC3-10600E, DDR3 compliant (also calle

  • Have To Enter Password Twice to Log In to Snow Leopard on my iMac

    *Why Do I Have To Enter My Password Twice to Log In to Snow Leopard on my iMac?* It just started happening a couple of weeks ago but I have no idea what I changed at that point. There's a normal login screen where you can choose a user and enter a pa

  • MIssing white balance button cover on Rebel XS

    The black cover to the white balance button fell off the back of my Rebel XS and is lost. With the missing button cover, I cannot change the white balance.  Any suggestions on where to get a button cover or how to repair it?