Mobile offline application development

Hi, i do this application:
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/mobile/mobile%20infrastructure/mobile%20offline%20application%20development%3a%20a%20complete%20guide%20using%20mobile%20infrastructure%20tools.pdf
I create all table, and i create a register, i install the application in the PDA and appear the register, but if i create a new register in a table, i synchronize the PDA and the new register don´t apper, why?
Another question, with this application, how can i create new register from the PDA?
Thanks,

Hi, finally i obtain all records that are in the table of r3... I replicate the SyncBO and restart the PDA...
Another thing... In the application, when appear all record, the firts column (SYNC_KEY) can click (it´s a link), but appear an error:
Error: 500
Location: /MIEXAMPLE2/start
Internal Servlet Error:
java.lang.NoSuchMethodError:
java.util.Vector: method add(Ljava/lang/Object;)Z not found at MIExample2.Example_MIServlet.showSelectedSync at ..................
If i do the same in the PC, not appear the error... What is the error in the PDA?
Respect create new record in the PDA, i don´t find information in the link, do you know other link with any example?
Thanks,
Message was edited by:
        Victor Capi
Message was edited by:
        Victor Capi

Similar Messages

  • Mobile Media Application Development

    I have been given 24 hours to conduct some preliminary research on the potential of a company wide mobile wide application development project.
    We are looking to synchronise pictures taken on our agents phones with the head office server.
    We use a variety of different phones and manufacturers.
    Ideally we need one application that we can install which will transfer all images on the phone over WAP to a service we will write.
    Can anyone tell me if it is possible to write an application which will sit on any phone and if it is feasible for it to access the file system of the mobile to grab the images?
    Any help on this would be appreciated.

    Hi h3gg3m,
    It's certainly possible to take photo's from within an application and have them sent to a server. An example of an application that takes the photographs can be found here http://developers.sun.com/techtopics/mobility/midp/articles/picture/index.html and there are numerous other examples of apps that will send data via http to a webserver (I just found this on a quick search http://www.kablog.org/).
    As for taking the photos outside of the application (i.e. using the phone's native camera app) and having the application then upload them, this will be device specific as it requires an optional package (JSR75 - PIM and FileConnection) to be present and you've also then got the problem of navigating to wherever the device stores it's photos (if they're available to the app) etc. I'm afraid that I've never used that particular API so I'm not speaking from experience.
    In short, the option that would be compatible with the most devices, if it suits your requirements, is to go for an all in one application that takes the photo, stores it, and uploads it via. an http POST to a standard web form. The only potential problem with this solution is that without the optional JSR75 package (access to the native file system), all photos would be stored in Java's record store (RMS) which could be fairly small on some devices (I think the spec says 8k minimum).
    Hope this helps,

  • PDA Offline Application Development?

    Hi,
    I have the requirement for developing offline applications on Palm Devices. So, does Oracle9iASWE provides any means to develop Offline Applications. Could you please provide some basic infomrmation on this query.
    Thanks in advance
    Regards
    Krishna

    To develop offline applications you could use Codewarrior and for the small databases Oracle Lite.
    Please check out the following links:
    http://www.codewarrior.com/
    http://otn.oracle.com/software/products/lite/content.html
    According to Oracle, Lite will be integrated with ASW in future releases.
    Good luck.
    Thomas

  • WdDoExit and Sync functionality for Mobile Offline Application

    Hey everyone,
    Hoping for some insight here.
    First of all, this is my requirement.  Reservation Items are downloaded to the client.  Any unposted items need to be uploaded as well as the posted items.  So really, one sync would download them all and another sync should upload them all back.  The modify bapi wrapper will unlock these unposted items for other people to pick.
    What I understand is that the nodes on the client have to have an attribute changed in order to be uploaded to the backend for validation.  Is there a setting that can be set to upload all items?  My guess is this wasn't how the offline stuff was designed.
    If not my solution is to update all Reservation items that have not been posted.  I'm doing this on the exit of the application in the wdDoExit function.  However, I was hoping to pop the user a message and have them decide if they actually wanted to exit.  In case they exited by mistake.  Is there a way to cancel an exit?
    I appreciate all ideas.
    Thanks,
    Alex

    Hi,
    I am sitll not clear about the issue you are facing but here are some facts about the mobile client 7.1
    a) As and when a CRUD happens on a node element for a data object node and a commit is called, sync messages are automatically created. These messages for create,update,delete operations are sent to DOE In the next sync cycle and any changes from DOE are also recieved and consumed in the same sync cycle.
    b) wdDoEXit methods on application controller & view controller are relevant for performing any final steps on exit which can be also used to commit also.
    c) Use OCARoot.getInstance().commit() for committing any unsaved changes done in the application. All unsaved changes across any data object will be saved.
    Regards,
    Nipun

  • Voice recognition support in mobile air application developed using Flash CS5.5

    I want to develop an android application via Flash CS5.5 which takes the command based on voice or convert voice in to text. Voice recognition support is available in android SDK but it is not available in latest Air SDK.
    I tried on Google to find out how to develop Voice recognition mobile application in Flash CS5.5 but did not find anything. There is some example/video which shows hack around native android code but this is for Flex not for the Flash.
    Waiting response?
    Thanks
    RTY

    Hi Rty,
    I think you should use  a native extension.
    Have a look at this link:
    http://extensionsforair.com/extensions/speech-recognition/

  • New multi-platform Mobile Flex app development

    I thought I'd post this note to encourage anyone that hasn't tried multi-platform Mobile Flex application development yet. Inside 4 weeks, I managed to get this application up on both the Android and Apple app stores:
    http://itunes.com/apps/trontextfx
    http://market.android.com/details?id=air.com.uifx.trontext
    It's a pretty simply app, but it demos a number of features:
    Multi-DPI scaling (splash screen and background)
    Multi-touch gestures
    Colour Picker dialog that scales based on available screen space
    Portrait/Landscape orientation
    Pre-rendered icons (for iOS)
    Works for both tablets and mobile phones
    Some challenges I ran into:
    The DPI differences between tablets and mobiles - the tablet version's imagesare scaled slightly. It would be nice if the code didn't have to do "isTablet" checks
    The scaling of filter effects (e.g. glow) had to be handled manually. Though this could be due to the way the text is scaled, rather than using a projection to zoom in & out...
    The animation for showing/hiding the controls got confused if the screen was rotated at the same time.
    Making the toolbar icons more-touchable by adding transparent pixels to the edges, so that the image size matched the desired hotspot size (45px).

    may be i know what happen,  i try to draw shape on  the view,not on the Image, it work.
    i think may be my image does not show on the view, but i have set the visible=true, it is stilll can't see the Image,
    how to make the Image can see in the view?

  • Hi, I developed a web application using HTML5-Offline Application Cache mechanism. Inspite of deleting the cache as mentioned in the above steps, Firefox still maintains a copy of the page in it's cache. Also, a serious bug is, even though we delete all

    == Issue
    ==
    I have a problem with my bookmarks, cookies, history or settings
    == Description
    ==
    Hi,
    I developed a web application using HTML5-Offline Application Cache mechanism. Inspite of deleting the cache as mentioned in the above steps, Firefox still maintains a copy of the page in it's cache. Also, a serious bug is, even though we delete all temp files used by Firefox, and open the previously cached page, it displays it correctly, but upon refreshing/reloading it again shows the previous version of the page maintained in the cache.
    == Troubleshooting information
    ==
    HTML5: Application Caching
    .style1 {
    font-family: Consolas;
    font-size: small;
    text-align: left;
    margin-left: 80px;
    function onCacheChecking(e)
    printOutput("CHECKINGContents of the manifest are being checked.", 0);
    function onCacheCached(e) {
    printOutput("CACHEDAll the resources mentioned in the manifest have been downloaded", 0);
    function onCacheNoUpdate(e)
    printOutput("NOUPDATEManifest file has not been changed. No updates took place.", 0);
    function onCacheUpdateReady(e)
    printOutput("UPDATEREADYChanges have been made to manifest file, and were downloaded.", 0);
    function onCacheError(e) {
    printOutput("ERRORAn error occured while trying to process manifest file.", 0);
    function onCacheObselete(e)
    printOutput("OBSOLETEEither the manifest file has been deleted or renamed at the source", 0);
    function onCacheDownloading(e) {
    printOutput("DOWNLOADINGDownloading resources into local cache.", 0);
    function onCacheProgress(e) {
    printOutput("PROGRESSDownload in process.", 0);
    function printOutput(statusMessages, howToTell)
    * Outputs information about an event with its description
    * @param statusMessages The message string to be displayed that describes the event
    * @param howToTell Specifies if the output is to be written onto document(0) or alert(1) or both(2)
    try {
    if (howToTell == 2) {
    document.getElementById("stat").innerHTML += statusMessages;
    window.alert(statusMessages);
    else if (howToTell == 0) {
    document.getElementById("stat").innerHTML += statusMessages;
    else if (howToTell == 1) {
    window.alert(statusMessages);
    catch (IOExceptionOutput) {
    window.alert(IOExceptionOutput);
    function initiateCaching()
    var ONLY_DOC = 0;
    var ONLY_ALERT = 1;
    var BOTH_DOC_ALERT = 2;
    try
    if (window.applicationCache)
    var appcache = window.applicationCache;
    printOutput("BROWSER COMPATIBILITYSUCCESS!! AppCache works on this browser.", 0);
    appcache.addEventListener('checking', onCacheChecking, false);
    appcache.addEventListener('cached', onCacheCached, false);
    appcache.addEventListener('noupdate', onCacheNoUpdate, false);
    appcache.addEventListener('downloading', onCacheDownloading, false);
    appcache.addEventListener('progress', onCacheProgress, false);
    appcache.addEventListener('updateready', onCacheUpdateReady, false);
    appcache.addEventListener('error', onCacheError, false);
    appcache.addEventListener('obsolete', onCacheObselete, false);
    else
    document.getElementById("stat").innerHTML = "Failure! I cant work.";
    catch (UnknownError)
    window.alert('Internet Explorer does not support Application Caching yet.\nPlease run me on Safari or Firefox browsers\n\n');
    stat.innerHTML = "Failure! I cant work.";
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729; .NET4.0E)
    == Plugins installed
    ==
    *-Shockwave Flash 10.0 r45
    *Default Plug-in
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *Google Update
    *4.0.50524.0
    *Office Live Update v1.4
    *NPWLPG
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    *Npdsplay dll
    *DRM Store Netscape Plugin
    *DRM Netscape Network Object
    Thanks & Regards,
    Kandarpa Chandrasekhar Omkar
    Software Engineer
    Wipro Technologies
    Bangalore.
    [email protected]
    [email protected]

    We have had this issue many, many times before including on the latest 3.6 rev. It appears that when the applicationCache has an update triggered by a new manifest file, the browser may still use only its local network cache to check for updates to the files in the manifest, instead of forcing an HTTP request and revalidating both the browser cache and the applicationCache versions of the cached file (seems there is more than one). I have to assume this is a browser bug, as one should not have to frig with server Cache-Control headers and such to get this to work as expected (and even then it still doesn't sometimes).
    The only thing that seems to fix the problem is setting network.http.use-cache to false (default is true) in about:config . This helps my case because we only ever run offline (applicationCache driven) apps in the affected browser (our managed mobile apps platform), but it will otherwise slow down your browser experience considerably.

  • Mobile Application Development Installation failed. Error Code: U44M1P7

    After install of DW CS5.5, I tried to update DW CS5.5 and received the following error message, does anyone know how to fix this?
    Mobile Application Development
    Installation failed. Error Code: U44M1P7

    Hi Stillcrazy,
    Welcome to Adobe forums.
    See the solutions in this article http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html and let us know if you still need help.
    Thanks,
    Preran

  • Reg: Mobile application development setup

    Hi,
    I am new to the SAP NetWeaver platform. We are working on SAP NW - MI application development. For this, I am trying to prepare Development setup.
    On Windows 2003 machine, I installed Java EE ServerDB2NWDS (provided in SAP TechEd DVD)
    Above this, I am trying to install MDK 2.5 (downlaoded from SDN site).
    Here comes the problem.
    I just unzipped the MDK2.5.zip and placed the "features" and "plugins" in the NWDS's eclipse setup folder. When I try to configure MDK, it asks for a "MI Home folder" path.
    To which it says, we will be providing it while installing "Mobile Infrastructure". I don't know what this is ?
    Is Java EE ServerDB2NWDS+MDK2.5 not sufficient for developing Mobile applications?
    Do we have to install any "Mobile Infrastructure" ? Where is it available ?
    What more do we need to install to develop mobile applications ?
    Please help me....I am confused.....Also any link with the information related to Mobile application development installations and configurations would be of great help.
    Thanks in advance.
    Regards,
    Amar

    Hi Amar
    > Do we have to install any "Mobile Infrastructure" ? Where is it available ?
    Yes, you have to install the MI client and map the installation folder SAP Mobile Infrastructure to the "MI Home folder" path.
    You will find the client installation in sap marketplace for SP16 the file name is NWMCLIENT16_0-10002889.sca
    check these links
    https://www.sdn.sap.com/irj/sdn/developerareas/mi?rid=/webcontent/uuid/a392208d-0901-0010-aab2-8be9db8e70c0 [original link is broken]
    MDK online
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21eba3a7-0601-0010-b982-92f1fca3258a
    Thanks
    Gopi

  • How can I learn developing Mobile Andriod Applications in Dreamweaver CS6 ?

    How can I learn developing Mobile Andriod Applications in Dreamweaver CS6 ?

    Please don't duplicate posts.  One question on the same topic is all that's required.
    Create & package Mobile app with DW, jQuery Mobile & PhoneGap
    http://www.adobe.com/devnet/dreamweaver/articles/dw-phonegap-mobile-app.html
    Nancy O.

  • Mobile application development for HSDPA technology

    If anyone have any experience in mobile application development for HSDPA, please post your details at http://www.smackall.com/mobile_application_development.php site

    You can try Mobile Business Objects,which helps in designing a dashboard and reports too...
    Thanks,
    Srikanth M

  • Mobile application development

    Could any one give me a guide or road map to develop a mobile application ??
    from scratch ... what to install ??... what to do ???

    Hi
    you can check the following links to start with mobile application development
    Developing Mobile Applications for Laptops 
    <http://help.sap.com/saphelp_nwmobile71/helpdata/EN/8b/0b674240449c60e10000000a1550b0/frameset.htm>
    Developing Mobile Applications for Handhelds 
    <http://help.sap.com/saphelp_nwmobile71/helpdata/EN/8b/0b674240449c60e10000000a1550b0/frameset.htm>
    Hope this helps
    Best Regards
    vaidehi

  • There is any Scripting languages is used for mobile application development

    Is there is any Scripting languages is used for mobile application development?
    For example java script,vb script is used for web development.Like that is there is any scripting language is used for mobile application development along with J2me.
    Thanks & Regards, Sivakumar.J

    806437 wrote:
    .. is there is any scripting language is used for mobile application development along with J2me.If you are talking about javax.script,
    google ( [url http://www.google.com/search?q=java+me+javax.script]java me javax.script ) gave me http://sourceforge.net/projects/rhinoj2mecldc/

  • Building Offline Mobile Web Applications Using BC4J: A Tutorial

    i try "building Offline Mobile Web Applications Using BC4J: A Tutorial":according with
    http://download-uk.oracle.com/docs/cd/B14156_01/doc/B13788/html/nvbc4jtu.htm
    I've problem on step:13.3 Packaging the JSP Application,in the next step on :6
    Under the Snapshots section, click "Import...". You can now connect to the Oracle Database by providing the following values in the "Connect to Database" dialog.
    Table 13-8 lists values that you must specify in the Connect to Database dialog.
    i enter jdbc:oracle:thin:@192.168.100.10:1521:mag,
    where mag is sid.And Ok,writing Error:similar...
    make sure jdbc driver...in the classpath.
    Thanks.

    You could turn on debugging for your EJB's. Add the following tag to your OC4J start options:
    -Dejb.debug=true.
    Please also check the following logs:
    - $OH\application-deployments\<appName>\OC4J_Namedefault_island_1\application.log
    - the opmn logs for your OC4J instance
    Furthermore you can add some Sys.out statements to your code to see where the problem lies.
    Hope this helps.
    Deepak

  • Sun Certified Mobile Application Developer

    Respected Sir ,
    i m souvik kundu from India i nead ur help
    I already got SCJP certification now i want to give SCMAD(Sun Certified mobile application Developer) exam
    Can u give me any guide line how i have to proceed to give this exam
    I need some books plz tell me which book i have to follow or plz tell
    me any site where i can download some e-Books . i am waiting 4ur
    positive response.
    thx
    Souvik

    when I took my SCMAD test, I recall there being a practice test as part of signing up for it, that was what I studied most. All the weird little rules to remember and such about what spec does this or that.

Maybe you are looking for