Offline mgs apps

can anyone from usa receive my text using the same app from offline while I'm sending from online?
suggest me some apps rerelated thank you:)

Thx for reply.
I don't believe this is what I'm after.
I think the only way I can run a web app is using a web server (I need to run servlets which require database acsess), but an alternative server needs to be available when the laptop is off line (ie running on the laptop). Is there is a lightweight web server that is easy to install without lots of overhead (in a similar way that MS have a Personal Web Server) ?
Or alternatively is there a framework I can use which wraps up the web app and makes it look like a web application running off localhost ?

Similar Messages

  • Export offline mobile app datagrid to file able to open in Excel

    I created an offline mobile app using Flash and I have a datagrid I would like to export/save as a file (csv maybe) that can later be opened by Excel.  I appreciate any help.

    My datagrid looks like this...
    Time
    Description
    Duration
    00:03
    Loud
    4
    00:28
    Smatter
    7
    00:50
    Medium
    10
    01:06
    Loud
    6
    02:07
    Loud
    8
    I used this code to create the datagrid...
    import fl.data.DataProvider;
    import fl.controls.DataGrid;
    import fl.controls.dataGridClasses.DataGridColumn;
    var historyArray:Array = [];
    historyArray = [];
    list_history.dataProvider = new DataProvider(historyArray);
    var list_history:fl.controls.DataGrid;
    list_history.addColumn("Time");
    list_history.addColumn("Description");
    list_history.addColumn("Duration");
    list_history.columns = ["Time", "Description", "Duration"];
    I tried modifying the code you shared with me, but I think I am confusing myself more. Do you see where I am making mistakes with the code below?
    var data:Array  = [];
       // data header
        data[0] = {a:'Time',b:'Description',c:'Duration'};
        // data body
         for (var i:int = 0;i<list_history.columns.length;i++)
    data[i] = {a:list_history.columns.dataField ('Time'),b:list_history.columns.dataField ('Description'),c: list_history.columns.dataField ('Duration')};
    //make a csv string
        var csv:String = '';
        for (var i:int = 0;i<list_history.columns.length;i++)
                   csv += data[i].a + ',' + data[i].b + ',' + data[i].c+'\n';
        //write to disk
         stage.doubleClickEnabled = true;
         stage.addEventListener(MouseEvent.DOUBLE_CLICK,writeCSV);
        function writeCSV(event:MouseEvent):void
             var file:FileReference = new FileReference();
             var bytes:ByteArray = new ByteArray();
             bytes.writeUTFBytes(csv);
             file.save(bytes,'test.csv');
    Thank you for your help on this.

  • Server and client version for configuring/developing offline kapsel apps

    Hi all.
    I am planning to develop an offline Kapsel app.
    I have two questions.
    Q1.I have installed SP05 version for SMP server and SP06 version as SMP client. Is this configuration sufficient to begin with?
    Q2. Is a delta token enabled SAP ABAP service mandatory for developing an offline app?
    Need your help on this.
    Thanks.

    Hi Daniel Van Leeuwen ,Jitendra Kansal
    I am using SAP Netweaver Gateway services instead of Integration Gateway.
    I am now able to read the data when online, but get an error when I try to open the Offline store.
    Does this have to do anything with the Netweaver Gateway?
    The server log is as below.
    #2.0#2015-04-23 07:25:11.9#+0:00#INFO####Offline#1429708585665001#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########450###&lt;47&gt; Synchronization failed#
    #2.0#2015-04-23 07:25:11.021#+0:00#ERROR#RequestResponse#200##Offline#1429708585072043#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x9;at org.apache.olingo.odata2.api.ep.EntityProvider.readMetadata(EntityProvider.java:809)#
    #2.0#2015-04-23 07:25:11.021#+0:00#ERROR#RequestResponse#200##Offline#1429708585072044#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x9;at com.sap.odata.offline.scripts.ODataSyncHandler.prepareMetadata(ODataSyncHandler.java:358)#
    #2.0#2015-04-23 07:25:11.021#+0:00#ERROR#RequestResponse#200##Offline#1429708585072045#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x9;at com.sap.odata.offline.scripts.ODataSyncHandler.doHandleUploadData(ODataSyncHandler.java:209)#
    #2.0#2015-04-23 07:25:11.021#+0:00#ERROR#RequestResponse#200##Offline#1429708585072046#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x9;at com.sap.odata.offline.scripts.ODataSyncHandler$1.call(ODataSyncHandler.java:174)#
    #2.0#2015-04-23 07:25:11.021#+0:00#ERROR#RequestResponse#200##Offline#1429708585072047#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x9;at com.sap.odata.offline.smp.MLSMPFactory.executeWithContext(MLSMPFactory.java:156)#
    #2.0#2015-04-23 07:25:11.021#+0:00#ERROR#RequestResponse#200##Offline#1429708585072048#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x9;at com.sap.odata.offline.scripts.ODataSyncHandler.handle_UploadData(ODataSyncHandler.java:179)#
    #2.0#2015-04-23 07:25:11.021#+0:00#ERROR#RequestResponse#200##Offline#1429708585072049#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x9;at sun.reflect.GeneratedMethodAccessor423.invoke(Unknown Source)#
    #2.0#2015-04-23 07:25:11.021#+0:00#ERROR#RequestResponse#200##Offline#1429708585072050#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x9;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)#
    #2.0#2015-04-23 07:25:11.021#+0:00#ERROR#RequestResponse#200##Offline#1429708585072051#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x9;at java.lang.reflect.Method.invoke(Method.java:606)#
    #2.0#2015-04-23 07:25:11.021#+0:00#ERROR#RequestResponse#200##Offline#1429708585072052#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x9;at ianywhere.ml.script.MethodInfo.invoke(MethodInfo.java:11826)#
    #2.0#2015-04-23 07:25:11.021#+0:00#ERROR#RequestResponse#200##Offline#1429708585072053#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x27;#
    #2.0#2015-04-23 07:25:11.021#+0:00#ERROR#RequestResponse#200##Offline#1429708585072054#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10225] Failure occurred while executing user supplied code in the server#
    #2.0#2015-04-23 07:25:11.021#+0:00#INFO#RequestResponse#200##Offline#1429708585072055#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; end_upload &lt;connection&gt; (no script)#
    #2.0#2015-04-23 07:25:11.021#+0:00#INFO#RequestResponse#200##Offline#1429708585072056#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; end_publication &lt;connection&gt; (no script)#
    #2.0#2015-04-23 07:25:11.021#+0:00#INFO#RequestResponse#200##Offline#1429708585072057#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; end_synchronization &lt;connection&gt; (no script)#
    #2.0#2015-04-23 07:25:11.005#+0:00#DEBUG#RequestResponse#200##Offline#1429708585072033#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.SessionLogger:debug#username#######447###ML_SCRIPT Exit handle_UploadData: remoteID=127d6d6a-e9e6-11e4-8000-d25ebbb51773#
    #2.0#2015-04-23 07:25:11.005#+0:00#ERROR#RequestResponse#200##Offline#1429708585072034#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158] Exception thrown in method: &#x27;public void com.sap.odata.offline.scripts.ODataSyncHandler.handle_UploadData(ianywhere.ml.script.UploadData) throws java.lang.Exception&#x27;. Error description: &#x27;java.lang.IndexOutOfBoundsException: Index: 0, Size: 0&#x27;.#
    #2.0#2015-04-23 07:25:11.005#+0:00#ERROR#RequestResponse#200##Offline#1429708585072035#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  Stack trace: &#x27;java.lang.IndexOutOfBoundsException: Index: 0, Size: 0#
    #2.0#2015-04-23 07:25:11.005#+0:00#ERROR#RequestResponse#200##Offline#1429708585072036#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x9;at java.util.ArrayList.rangeCheck(ArrayList.java:604)#
    #2.0#2015-04-23 07:25:11.005#+0:00#ERROR#RequestResponse#200##Offline#1429708585072037#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x9;at java.util.ArrayList.get(ArrayList.java:382)#
    #2.0#2015-04-23 07:25:11.005#+0:00#ERROR#RequestResponse#200##Offline#1429708585072038#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x9;at org.apache.olingo.odata2.core.ep.consumer.XmlMetadataConsumer.readAssociation(XmlMetadataConsumer.java:427)#
    #2.0#2015-04-23 07:25:11.005#+0:00#ERROR#RequestResponse#200##Offline#1429708585072039#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x9;at org.apache.olingo.odata2.core.ep.consumer.XmlMetadataConsumer.readSchema(XmlMetadataConsumer.java:152)#
    #2.0#2015-04-23 07:25:11.005#+0:00#ERROR#RequestResponse#200##Offline#1429708585072040#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x9;at org.apache.olingo.odata2.core.ep.consumer.XmlMetadataConsumer.readMetadata(XmlMetadataConsumer.java:102)#
    #2.0#2015-04-23 07:25:11.005#+0:00#ERROR#RequestResponse#200##Offline#1429708585072041#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x9;at org.apache.olingo.odata2.core.edm.provider.EdmxProvider.parse(EdmxProvider.java:51)#
    #2.0#2015-04-23 07:25:11.005#+0:00#ERROR#RequestResponse#200##Offline#1429708585072042#127d6d6b-e9e6-11e4-8000-d25ebbb51773#com.mycompany.app#com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged#username#######447###&lt;47&gt; [-10158]  &#x9;at org.apache.olingo.odata2.core.ep.ProviderFacadeImpl.readMetadata(ProviderFacadeImpl.java:225)#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072001#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; Table #1: LODATA_SYS_PROPERTIES, 3 columns#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072002#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; propertyID integer NOT NULL PRIMARY KEY#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072003#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; longValue bigint#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072004#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; stringValue long varchar#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072005#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; Table &#x27;LODATA_SYS_PROPERTIES&#x27; is referenced by publication &#x27;LODATA_DATA_PUBLICATION&#x27;#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072006#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; Table #2: LODATA_SYS_REQUESTS, 4 columns#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072007#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; requestName varchar(128) NOT NULL PRIMARY KEY#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072008#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; definingRequest long varchar NOT NULL#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072009#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; deltaLink long varchar#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072010#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; refreshSubset bit NOT NULL#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072011#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; Table &#x27;LODATA_SYS_REQUESTS&#x27; is referenced by publication &#x27;LODATA_DATA_PUBLICATION&#x27;#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072012#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; Table #3: LODATA_SYS_COMMAND, 3 columns#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072013#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; ID integer NOT NULL PRIMARY KEY#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072014#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; commandID tinyint NOT NULL#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072015#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; argument long varchar#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072016#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; Table &#x27;LODATA_SYS_COMMAND&#x27; is referenced by publication &#x27;LODATA_DATA_PUBLICATION&#x27;#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072017#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; authenticate_user &lt;connection&gt; (no script)#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072018#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; authenticate_user_hashed &lt;connection&gt; (no script)#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072019#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; authenticate_parameters &lt;connection&gt; (no script)#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072020#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; modify_user &lt;connection&gt; (no script)#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072021#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; begin_synchronization &lt;connection&gt; (no script)#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072022#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; begin_publication &lt;connection&gt; (no script)#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072023#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; begin_upload &lt;connection&gt; (no script)#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072024#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt; handle_UploadData &lt;connection&gt;#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072025#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########447###&lt;47&gt;  com.sap.odata.offline.scripts.ODataSyncHandler.handle_UploadData#
    #2.0#2015-04-23 07:25:10.88#+0:00#DEBUG####Offline#1429708585072026#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.SessionLogger:debug########447###ML_SCRIPT Enter handle_UploadData: remoteID=127d6d6a-e9e6-11e4-8000-d25ebbb51773#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072027#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.SessionLogger:info########447###Starting delta refresh#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072028#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.SessionLogger:info########447###Store version: 0#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072029#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.SessionLogger:info########447###Service root: http://xxxx.xxx.xx.com:80/com.mycompany.app#
    #2.0#2015-04-23 07:25:10.88#+0:00#DEBUG####Offline#1429708585072030#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.odata.offline.smp.MLODataSMPConfig:getApplications########447###getApplications()#
    #2.0#2015-04-23 07:25:10.88#+0:00#DEBUG####Offline#1429708585072031#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.odata.offline.smp.MLODataSMPConfig:getApplications########447###...getApplications()#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708585072032#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.SessionLogger:info########447###Sending HTTP GET &quot;http://xxxx.xxx.xx.com:80/com.mycompany.app/$metadata"#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429708722954016#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########420###&lt;47&gt; Network protocol version check completed#
    #2.0#2015-04-23 07:25:10.88#+0:00#INFO####Offline#1429709254451016#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########430###&lt;47&gt; Request from &quot;UL 16.5.1413&quot; for: remote ID: 127d6d6a-e9e6-11e4-8000-d25ebbb51773, user name: ml_odata_user_01, version: ODATA_TO_ML#
    #2.0#2015-04-23 07:25:10.281#+0:00#INFO####Offline#1429773910281000#127d6d6b-e9e6-11e4-8000-d25ebbb51773##com.sap.mobile.platform.server.mobilink.NativeLogger:doMessageLogged########409###&lt;47&gt; Request from &quot;UL 16.5.1413&quot;#
    Request your help on this

  • What is the Best Offline gps app for ipad 2 ( wifi ) ?

    Hi
    i just want to know what is the best offline gps app for ipad 2 wifi only ?
    specially for ( Malaysia and UAE )  ? and thanks

    I used my wifi only pad in Ireland and uk, and as pointed out, the wifi has no gps.
    I bought a 'bad elf' external receiver.  Worked fine, is small, and idiot proof.
    Then you need a map set.  There are a lot of choices, I ended up using' offmaps', and bought the 'unlimited,  and it was fine.   No point to point directions, but you can find where you are trying to go and the maps themselves were accurate and up to date.   Note, that may vary as you get around the world.
    The elf cost 100, and the unlimited maps was, I think, $5.00.  
    The option was to simply buy a local garmin or Tom Tom when you get there.   As a gizmo guy, I went the elf approach.
    The only downside of the elf is that it is so small, it is easy to lose it in a pocket or backpack.

  • Offline speech app for pda

    Hi,
    is there anybody experienced with developping an offline application with speech recognition and TTS for a PDA (eg. iPAQ) with JDeveloper etc.?
    Do you have a blueprint for doing the job?
    [email protected]

    Check this thread for a response to this question: offline speech app for PDA
    Regards,
    Kalle

  • Pop-Up "Error you see to be offline" with APP

    Hi All,
    Until a little while ago I was able to use the GQ magazine app without any problems. Now, however I get a pop-up that says: "Error - You appear to be offline. Please reconnect to the Internet in order to connect to the GQ Store".
    This is odd as I'm connected to the internet. I've tried to re-install the app but the problem remains. I've also rebooted my iPad but still have the problem.
    Hope someone can help.

    I wish I had more to offer. If this app is supposed to work independently of the Safari browser and you can connect to the Internet with Safari, I am pretty much out of ideas.
    Maybe contact the developer - app support - see if they have a FAQ section or a way to email them. If this is the app that I looked at briefly in the app store, there seem to be a lot of users with issues using this app. I realize you said the problem just cropped up so it is really mystifying.
    One more shot in the dark, try turning off Autofill in the Safari settings. I have seen this suggested for users with connectivity issues. Not sure how it works but it's worth a try.
    Is there a refresh button for this app? Sometimes I will get the "not connected" message when using Safari but if I simply refresh a couple of times it will connect.

  • IOS 4 offline web apps broken

    Hi,
    I have a few web applications on my iPad that have offline functionality through HTML application caching and client side DBs. These worked great (and still do) under iOS 3, but when I upgraded to iOS 4 they stopped working in offline mode. Has anybody else seen this issue? Is there a problem in iOS 4 with this HTML 5 functionality?
    Thanks,
    Simon

    Apparently I should have phrased my question differently. Is there a difference between iOS 3 and iOS 4 in how they handle offline application caching or client side databases? I assume something must have changed since the same HTML5 apps that are still currently working in iOS 3 no longer work in iOS 4.

  • Question on Offline Game Apps

    HI, I am new to all of this, just purchased an IPhone4 and I want to download some paid apps for solitaire type games but I want to play these games offline not online. I downloaded solitaire game but it can only be played online. Are there offline apps a person can play without racking up the G's on our connection. Thanks

    Any game that would require Game Center, yes, though with most of those you can just opt out of using Game Center and then the game won't need a connection. Some games may require an Internet connection directly, not for Game Center, but paid or free, in and of itself, won't matter. If in doubt, check with the game developer about the need for a network connection.
    Regards.

  • Offline web apps

    I need to write a web app that will be deployed on an intranet and also on offline laptops (no network connection). I'm going to use Tomcat as the servlet container for the intranet version. Would it be "normal practice" to install Tomcat on the laptops or would the perfomance to too poor ? If this is a reasonable approach, how do I prevent others accessing the local Tomcat server when the laptop goes online ? If it isn't, what are the alternatives. I'd like to know how others have approached this problem.
    Thanks in advance.

    Thx for reply.
    I don't believe this is what I'm after.
    I think the only way I can run a web app is using a web server (I need to run servlets which require database acsess), but an alternative server needs to be available when the laptop is off line (ie running on the laptop). Is there is a lightweight web server that is easy to install without lots of overhead (in a similar way that MS have a Personal Web Server) ?
    Or alternatively is there a framework I can use which wraps up the web app and makes it look like a web application running off localhost ?

  • Crypto newb: Need help with encrypting data for offline Swing app

    Hi all,
    I'm VERY new to cryptography. Can somebody point me in the right direction? I've created a Swing application that is intended to be used offline (no network connections are established by the app). I need to export XML files from this application, to be transported via floppy to another instance of the application on a different computer for import. The information is sensitive and must be encrypted!
    I started looking into AES and using asymmetric ciphers (public/private key encryption). But then I realized that if Jane is exporting a file for Bob to view, she won't have access to Bob's public key (no network access). Ugghh!
    I noticed another solution in this forum where the person suggested using password encryption. It was an old post and I think it used DES. Anyway, password encryption doesn't seem too secure.
    So, I thought I'd create a symmetic key (correct term?) once, store it in the program directory, and distribute it with the application installer. That way, everyone would have the same key and would be able to encrypt/decrypt each others files. Right? Err... I'm not sure.
    Like I said, I'm a newb at crypto. If someone could suggest the best/most secure way to accomplish this, I would be eternally grateful.
    PLEASE HELP!!! :-D
    Thanks in advance.

    Sorry, Grant. I must've posted that last one just
    after your response. I was intending the message to
    be for Anand. Heh - you have no idea how many times I've done the same thing. It's an artifact of the asynchronous nature of message boards.
    Your response is very helpful. Out of
    curiosity, does my last post provide any more insight
    that would change your mind? Or do you still believe
    that using password encryption and letting the user
    choose/provide the password is the best solution?Well, as you noted, giving everyone two sets of keypairs is semantically equivalent to giving everyone a single symmetric key. And, as I've noted, it's completely INsecure - everyone who gets access to an install disk, either legitimately or no, can read every transmission your app makes forever after. Cryptographically speaking, this is Not A Good Thing.
    The advantage of PBE is that it's easy for your users to exchange keys when their machines can't see each other. The real key here is that your app, if you really want it to be secure, MUST allow/require that transmission between Alice and Bob use a different key than that between Alice and Carlos or Bob and Carlos - otherwise, if Eve compromises any user of your software, ALL users are compromised.
    I'd go with PBE, just because other alternatives are painful for your end users. You could use generated KeyPairs, for example, if you provide a means for users to exchange public keys. If you display Bob's public key in encoded, String-able form, then Bob can either email that to Alice or read it off to her over the phone. Into your app Alice loads/types in that public key, and the app now knows how to secure communications with Bob.
    Public keys are large, though, and people screw them up typing them in. And many users have TERRIBLE key discipline - if Bob loses access to his private key, he can't read anything Alice sends. And if his private key is readable on some public shared folder (which happens with a totally-frightening regularity), then we're back to no security at all.
    Use one of the triple-DES PBE Ciphers, and get on with making your app do what you really want it to do, would be my advice. (Free advice, of course, being worth every penny you pay!)
    Once again, thanks a bunch!Glad to help.
    Grant

  • Good offline writing app?

    Is there a good writing app that works offline? Im trying to find something I can use to take notes in class without having to rely on having wifi available. I've looked at Ia writer, evernote, and apple pages but it seems like I have to be connected in order to write and save documents.

    Hi hendeale,
    Pages does not require an internet connection to save file locally on your computer, nor does Text Edit  (supplied with OS X on your Mac), nor do most of the word processing or text editing applications I can think of, the exception being Google Docs, which exists only in the cloud, and requires a live connection for composing as well as saving.
    Bringing it home to THIS forum, whose topic is the now discontinued Apple productivity application AppleWorks, that venerable application has a word processing module which, like the other modules in AW, doesn't require internet connections to run or save. Unfortunately, it also won't run on any Mac OS version beyond Snow Leopard.
    Now, if you're talking about an application that runs on an iPod, iPad, or other iOS device, you've really taken a wrong turn! Your question will attract more knowledgeable replies in a forum that understands iOS—which ain't this one!
    A good place to start would be the iWork for iOS community. The link will take you there.
    Regards,
    Barry

  • Is there any offline chess app?

    I searched on the Marketplace and I can't find any chess that works offline. Is there any other place I could look at?
    Thanks

    I will check regularly. Thank you for your rapid answer bkernesa.

  • Can i move offline reader app to the icloud ?

    Can I put an app into the cloud of my choice?

    Hi ...
    In a word, no.
    You can setup your updates to download automatically.
    Open System Preferences > Software Update  then select the Scheduled Check tab.
    You can check for updates by clicking Check Now
    If you want updates to download automatically, click the pop up menu to select how often you want Software Update to check for updates. (I use Daily) and select:  Download updates automatically. You will be notified when the updates are ready to be installed.
    edited by:  cs

  • Can I use StoryPlus as an offline desktop app with my subscription to cloud?

    I can access the online version of StoryPlus, but when I downloaded the desktop version, I was not able to sign in because I got this message:
    Sorry, your Story Free subscription does not allow access to this application. Please upgrade your subscription.
    If you have any info, please let me know if I missed something.
    Thank you

    I figured out what I did wrong...duh! I seem to have two accounts and only one has permission to use Story Plus. Worked fine now.

  • Read and Write data in iphone app

    I want to build a simple offline mobile app which reads and writes or stores info to a file, xml, json, txt or whatever.
    What is the best way to do this?
    I am currently learing jQuery and PHP, so I don't want to have to learn some other million things that does one thing but not another.
    Can this be achived without objective C? Can i do this with Jquery and phone Gap?
    Thanks

    Do a search for 'HTML 5 Storage' and you'll find a bunch of resources that will help. Here's a few
    http://www.w3schools.com/HTML/html5_webstorage.asp
    http://diveintohtml5.info/storage.html
    http://htmlpad.wordpress.com/2010/03/10/html-5-data-storage-javascript-api-on-ipad-and-iph one/

Maybe you are looking for

  • How to use previous year keyfigure data in current year for other keyfig

    Hi Expert, I have 1 requirement wherein I need to use previous year data for some keyfigure calculation. Details are as follows: I have designed query with CKFs Turnover & UVG (in rows) & Fiscal year period in columns. Suppose Keyfigure Turnover data

  • Prime NCS floor calibration issues... Has anyone gotten it to work?

    I am trying to use NCS floor calibration and collecting data points using my laptop. I am having a problem where over 100% of the time it says "No data points collected starting from location (x,y)"  Laptop has Intel 6300 in it. After spending an hou

  • Photo stream not showing up on iPhone after upgrade and ical not updating calendar on Mac

    I just cross upgraded from 4 to 4s. I have 1000 photos in photo stream from old phone and on Mac - after restoring from backup (done right before the phone switch), I only have 161 photos - its not increasing over time.... Is there any way to push th

  • SAP BI 4.0 IDT

    i have noted one issue in IDT.Refresh structure is not updating newly added database columns.It is reflecting in data foundattion layer but in business layer it is not reflecting.If we tried to manually add in business alyer , it is getting the wrong

  • Cannot get a pdf disc to open and download documents

    I have a cd that has pdf documents on it. This was made in 2006. In 2010, my hard drive crashed. I have the latest version of adobe reader on my hard drive and it will still not open. Is there any way to retreive the pdf documents and save them to an