BlackBerry how to parse date in a Json string...

I have the server time in Json String.is there no Json deserializer for what there so I have time.
If not pls suggest how I can analyze.

"StartTime": "\/Date (1349818680000 + 0530) '--------/ '"

Consider the time manually.

Tags: BlackBerry Developers

Similar Questions

  • How to get data from HTTP connection string?

    First of all, I have a PHP page that establishes the connection and the query to the database to get a random string in the database and printing on the page, say the name is: getString.php, such as every time that you refresh the page, the string that is printed on this page can be (or most of the time) different. The next step I wanted to do is to get this string and put it on my application for Blackberry, and I do not know how.

    I use WAP2 for the connection, and I copied the code that is shown here:

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800451/800563/What_Is...

    So once the connection is established, how can I get the string content in this page? I had the url of http://mydomain.com/getString.php

    Thank you!

    Why don't you use a StringBuffer?

  • To Webservice JSON string validation

    Hi, I am a beginner, Blackberry developer and I would like help JSON string to a report Web service. I currently have the php pages that accept data in JSON format. Is there a way to do this? Any help would be appreciated. Thank you.

    Hello

    > showing the JSON string to a webservice

    give this to start reading:

    http://supportforums.BlackBerry.com/T5/Cascades-development-knowledge/using-XMLHttpRequest-from-QML-...

    g

  • Convert string (JSON string) JSON object?

    * EDIT *.

    I finally understand how to use #include instead of file.read (); This solves my immediate problem. However, I am always curious to know if it is possible to do what I request below, just in case there is a situation where for some reason any I can not just use #include. Thank you all. =)

    * EDIT *.

    * EDIT 2 *.

    Someone knows how to use #include for a file whose name is determined during execution of the script?

    For example... the orderNumber variable is generated by a window (lets say that the result is 1234567). the file I want to include will be called "1234567.js).

    What I want to do, it is something like:

    #include ' ~/Desktop/Info folder / "orderNumber + '.js '.

    (then I want to assign a variable the result somehow, since it is simply an anonymous object at this stage and I don't know how to access its content);

    * EDIT 2 *.

    Hey all. I have a (probably stupid) question about how to take a string that contains the JSON text and simply modify this type of 'chain' to 'object '... I'm wording probably this very badly.

    I get a file .js on my local network and by assigning a variable the result of file.read ();

    The content of the file is an anonymous object in JSON. However, when I use the file.read (); the object is placed in the string, like this:

    "{"Alignment": [{'name': 'Fink', 'number': '19', 'jerseySize': 'XL', 'quantity': '1',"topId": '78531'}, {thi s is the next player}, {it is the next player}]}"

    It's a massively simplified version of what I read actually, but you get the point. I want to put this object in the script that I'm running and create new objects based on the relevant information (in this case I need only the values for 'name', 'number' and 'jerseySize').

    So my question is this. How can I activate the above JSON string into:

    alignment of var =]

    {

    "name':"Fink. "

    «number»: "19.»

    {"jerseySize": "XL"},

    {

    next player

    },

    {

    next player

    }

    ]

    ???? A google search reveals the JSON.parse (text) method. But that is not supported in ESTK.

    for simple objects, as in the example, you could use eval() hurt, get rid of the 'alignment' first

    var str = "[{'name': 'Fink', 'number': '19', 'jerseySize': 'XL', 'quantity': '1',"topId": '78531'}, {'name': 'Fink', 'number': '19', 'jerseySize': 'XL', 'quantity': '1',"topId": '78531'}] '"

    alignment of var = eval (str);

    $.writeln(roster[0].number);

  • Dynamic loading videos - how to integrate data from json files in video placeholder at the stage

    Hello!


    Working on a site where I want to display a variety of videos. Found a tutorial with a good script for loading dynamically the contents of a json file.

    $.getJSON ("data / press.json", function (data))

    {

    for (var i = 0; i < data.length; i ++)

    {

    var s = sym.createChildSymbol ("slide", "Stage");

    s.$("photo"). CSS({"background-image":"URL('"+Data[i].image+"')"});)

    s.$("title").html (Data [i] .title);

    s.$("headtext").html (Data [i] .headtext);

    s.getSymbolElement () .css ({"location": "absolute",})

    "the left": "50px",

    ({'top': I * 200 + 50 + 'px'});

    }


    The json file content looks like this,


    [

    {

    'image': "images/poster_.jpg,"

    "title": "my test."

    "date': 'my date."

    "headtext": "my text",

    'video': "http://www...".

    },

    ]


    Unfortunately, there is nothing of video in the above script.

    Anyone know how I can,


    1 / choose my "video" variable data in my json file (guess the script needs a line like: s.$("video").html (data [i] .video);)     or something)

    2 / dynamically put in my video placeholder where my video script of the show is.

    -----

    YouTube var = $("< iFrame/>");

    var url = " " https://www.YouTube.com...; "


    SYM.$("video"). Append (YouTube);

    YouTube.attr ('type', ' text/html');

    YouTube.attr('width','640');

    YouTube.attr('height','360');

    YouTube.attr ('src', URL);

    -------

    Most grateful for any advice

    Best regards

    Bengt, informel.se

    Looking at the code of the success of your JSON Manager, it seems that you want to create a list of these items on stage with several video clips too. You can create the iframes required in success of the JSON Manager and set the src attribute according to the video attribute of the incoming JSON data. An approach could be as follows:

    $.getJSON ("data / press.json", function (data))

    {

    for (var i = 0; i)

    {

    var s = sym.createChildSymbol ("slide", "Stage");

    s.$("photo"). CSS({"background-image":"URL('"+Data[i].image+"')"});)

    s.$("title").html (Data [i] .title);

    s.$("headtext").html (Data [i] .headtext);

    s.getSymbolElement () .css ({"location": "absolute",})

    "the left": "50px",

    ({'top': I * 200 + 50 + 'px'});

    Assuming that you have a video called placeholder in the slide of symbol

    var YouTube is $("").attr('width','640').attr('height','360');.

    YouTube.attr ('src', Data [i]. Video);

    s.$("video").html (YouTube);

    }

    }

  • How to parse json

    Hello, I have different types of json please guide me how to analyze this type of json. It is having json object.

    [
    {
    content: " ",
    title: "Bhagwan Shri Sathya Sai Baba blessed the manuscript of the book on 2nd January 2011 at Prashanti Nilayam, Puttaparthi, Andhra Pradesh",
    div: "div4",
    imgsection: "0",
    textsection: "0",
    images: [
    "31aug_4.jpg"
    ]
    },
    {
    content: " ",
    title: "Presenting the book to the senior members of the party on 30th August 2013 at the BJP party office, New Delhi",
    div: "div4",
    imgsection: "0",
    textsection: "0",
    images: [
    "31aug_6ShriRajnathSinghji.jpg",
    "31aug_8ShriRamLalJi.jpg",
    "31aug_7AartiMehra.jpg",
    "31aug_9MahinderPandey.jpg",
    "31aug_10OmprakashDhankarji.jpg"
    ]
    },
    {
    content: " ",
    title: "A picture of the foreword of the book, written by Shri Nitin Gatkari",
    div: "div4",
    imgsection: "0",
    textsection: "0",
    images: [
    "1 sep_4.jpg"
    ]
    },
    {
    content: " ",
    title: "Various Newspapers reporting about the book release.",
    div: "div4",
    imgsection: "0",
    textsection: "0",
    images: [
    "1 sep_5.jpg",
    "1 sep_6.jpg",
    "1 sep_7.jpg",
    "1 sep_8.jpg",
    "1 sep_9.jpg",
    "1 sep_10.jpg",
    "1 sep_11.jpg",
    "1 sep_12.jpg"
    ]
    }
    ]
    

    If it is a use table JSONArray. If it's an object use the JSONObject.
    Identify the model?

  • Load GroupDataModel data in a JSON file?

    I have a ListView in QML using a RPC GroupDataModel that is created from a .json file in the assets folder. The items in this list are removed and added to. CPP how can I get the GroupDataModel data in the JSON file?

    I know that it is this:

    JsonDataAccess jda;
    jda.save(huh?, "/app/native/assets/employees.json");
    

    How can I get data from GroupDataModel in a QVariant to put in the first parameter of this function? I can't stick my GroupDataModel m_model in there; It causes an error.

    Found the conversion. Thanks to prevent me from giving up and leading me in the right direction!

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=Cascades&message.ID=25288#M25288

  • Image data that is embedded within a JSON string.

    Hi all!

    I would put the image data 'sequenced' in a JSON string so that I can use in ScriptUI, pick from a JSON object.

    An example is the following:

    'image' : ' \u0089PNG\r\n\x1A\n\x00\x00\x00\rIHDR\x00\x00\x00F\x00\x00\x00\x1E\b\x02\x00\x00\x00\x1E\ u0091\u00FFI\x00\x00\x00\x19tEXtSoftware\x00Adobe ImageReadyq\u00C9e < \x00\x00\x03\u0099IDATx\u00DA\u00EC\u0098\u00CDK\x14a\x1C\u00C7\u009DZ \u00EC\u00D0\u00AE\x07\x13\u00D4\u00C4\u00C2\u0097\u00D8,\u00D8\x12\u0094\u00A0\b\u00A2 \n\x02o\u00DD. [[: t\u00EC\u00D6\u00BDK\u00E7\u00AE] \x14,\u0083PR\u00935S \u00FA\x03\u00BAu\bO\u0082\u0081\u0087\u00 C4!] h\u00D7C\u00B3\u0097 > \u00E3\u00D7~ > \u00CC\u00AC\u00B3\u00B9\u00BB\ u00A2\u00C8 > \f\x0F\u00CF < \u00FB{\x7F\u009F\u00F5\u00DE\u008F\u00CE4\x1C\u00AFu\u00A2\u00E1 \u00D8\u00AD\u00BAJu\u0095\u008E\u008AJk\u00EB?\u00E7\x17\u00E6\u008E\u009B\u0097\n[\u00F9 Z1\u00C0@\u009Ff\u00A6\u00D8c'\x00\u00D8/\u00D9\x18\u0094DT\u0082o\x0B\u00B3\u0086\u00B6\u 00BA\u00B6\u00D2\u00DE\u00D6\u00A1\u00D7\u00E4\u00E9T [\u00EB\u00D9\u00F9\u00C5\x1D\x07^\u0 0CD\f\ u0084\u00A8\u00F7v\u00A7\u0093\u00C9\u0094\u00CE\u00F8Yv\u0081Z\x7Ff\u0090\u00BDP\u0 0C8\u009B\u00A5\f\u00D7\u00E5\b\u00FD\u00DE\u009E\u00B4K\u00D0n\u00C0\x15_ndq\u00A1\u00B8\ x1Cm\u009D|\u00FC\u00E8\u0089\u00FB\x0E\u00C4\u00F9\u00CE\u00AE\\n\x03\u00E9y.\u00F4\\\x1C \u00FF0v\u00E7\u00D6=\u00CE~\u00D1\u00FF85q\u00F3\u00FAm\u00CE\u0090\u00CE./57\u00B7Hm]~\u 009D\u00FD\u00C2.:\ u00D9\x1FK\u00C8\u00CD\u00EB\u0099\u00E6\x16\u00DF\u00F7\u00A13 = 3\x19\u 00C25\u008E\u00C5\u00A2\x0F\u00B0n \b\u00C0\u00A5\u00BE\u008C8\"=\x00P\x165n6s\x1B\u009C\u0085\u00D2\u00D8x\u00AA\u0092\u00F 2\u00804:@q\u00D7c\u00C9\u0094L\x0E{\u00D9\u00C9u/+_\u00F8m\u0096f\u00C7.\u00E8\x13\u00C2-\u00B9 \"\u00CF\u0088\u00A3\"\u00D6\u00A8\u00C9\"\u00F1\x02'\u00AAL\x15\u00E4Km5aZ\u00B9T\u0097 (@\u00A8\u00B0\u00A7\u0092M\n\u00B3\u00D5\u00F5\x15\u008BX\u00D3\u00B3D\x0E\x17\u00F2\u00FC) ' u00E4\u00E6\u0089\u00DC\u00AE'\x11\u0080\u0099f\x07 > \x12x\u0089\u00EA\u00B3\u00DF\x12C^\ ' \u008B\u00D0\u0084\u00FCq\u0099q\u00E3\u00E6\u00CF^\u00C9\u008D\u00DA\x04B\bR\u00BE2M\\\u0 087\x03\u00EF\x02\u00C7\x05\x1E\u00E9af0\u00A7\u00EFu6\u00DD\x14$ \x04\x15? \u00C1\x18i\u00E C! \u008FM\u008Dh\u0087\u00B0\x00\u0093\x03\u00ED\f\x11yi\u00FA\u00F3\u00A4\u00F1mo\u00ED\u 0088\u00B7\u00B2\x17\x1A[\u00AD\u00B6\u00B8\u009C\u00940%\u00CF\u00C4\u00BDdU\u0094\u0083\ u008B\u00F4!\u00E3\u0089\u00A6\u00EE\x05iUd\u00D7?\u00DB\x15RXf\x1D+hv\x13\u00AA\u0081%Iy\ x071\u0089\u008F\u008C\x0E\u00DF\u00BF; d\u00AF\x18; \x14\u0087\x07\u00BA\u00CA\u00AB$\x0B\u 0099y*h\u0085%\u00BB\u00C7\u00A1\u00CDxA\x7F (, \x04\u00F1\u00F0\u00F2\u00D5\u008B}\u00D1\x05 \u00C5\u009E\u00FF\u00D7\u00E7\u00D9\u00F3\u00A7e\u00ED[\u0095\u0097\u00E4\x1Fl\x1C\u00EC= \u00E9P\u00F8\u00CAu\u00AA\x07\u00FC\x14\u00F5\u00A1\u00CA@\u0090c\u00FFT2\u0082\u0096\u00 8D\ u00C18\u00B20\u00C7\u00AB\u00E5\u00AD\x11\u00D7Y\u009DW\u00DCU\u00E2\u00CA\u00C6K\u009C \u0097\u00A0H]\u0096\x1A\u00F0\u00A0\u00FD+}\u00DF\u00BC}\u00BD#\u00CD\u00E2\u00DC\u00C8\u 00BBa\u00E3\x1D\n <) /'%\u0098\u00BC\u00A7\u00B1\x18\u00C9T\x15\u00A5CP\ x1E\u00B6 [\u0099) {\u0 0CF\x19\\\u00F4\x07\u0080\u00B3\u00AC\u0080 < \u00D1zPf \n-\u009B;\u0090\u00FE\u00DA\u00C0\r\u009B\u00984\u00FB\u00F0l\u00E6~]\u00EE\u00CB\u00F0\ n3\x0E\u00AE\u0087\u00CFuv\u0081\u00E8y\u009E\\\u00C1\ u00AF\x1Ay\u0098\u00AA\u00FC\u00E2\x 1F\u00BA' \u00C4\u00E51$ \u00E6\u00A6\u00FF\u00CA 7\u0092\u0098 = \u00BB\u00FC} \u00E8\u00C1C (\u00F0\u00C0\x11\u00E5\u0099\u0092\x00\u0080l\u0 0ED\u00A7\u0087P\x0F\u0095\x04\b\x17\u00AD {\u00F4M\u0089\] u00A8Q\u00CD, \u00B3\u00B4.\u00B9 \u0089\u00C6\u0092\r_\u0087\u00F3\t\u00E8 & \u008C\u00A2\x0E\u00DFR\u00C7\u00D9\u00E9\u0092\ u00A1\u009C\u008EJ\u00BF\u00AFZZ\u00B2YW\u00AB\x12\ "\u0096\rhe3\u008B\u00E1\u0085\u00B3;\x 1F (\u00CB\u00CBr\u00B1\t & \u00CA1\u00FEs.\x11o\f2\u0084\u00E9 & \b\u008C\u00EE\u00B4\u008D\u0 0A1\u0096\u00E5\u00FC\u00BAW\u00CBr\u0085VQq? \x04\u0083I\u00C2! n\x15\u00C2\u00BD! \u00F0\u0 0A2\x1FN\u00F6\u00F5QU\u00AB = \u00AC\u00A5\u00E8\u00AD\x001qd\u00F5\x19\u009F\x18\u00ABl\u0 0F2\u00F0\u00EA\u00FF\u00B6\u00D6U\u00AA\u00ABT\u0093\u00F5W\u0080\x01\x00H@\u00A4W\u009F\ u008F\u00E9\u009D\x00\x00\x00\x00IEND\u00AEB'\u0082 " "

    As you can see, this site did not like all the stuff that are highlighted in red

    https://jsonformatter.curiousconcept.com/

    Parsing JSON was not working in the analysis of these data, and of course this image did not show in my ScriptUI dialog box.

    Any suggestions on how to format it to conform to the JSON syntax, if possible?

    Thanks Micky, it seemed that avoidance by means you listed had somehow changed some real characters, so it does not end up practicing in real code. However, I also noticed that the site I listed myself was less than optimal for understanding my problem: I used instead (http://codebeautify.org/jsonvalidate), I would have quickly noticed the blackslashes issue because it uses better syntax highlighting!

    Now, I decided to use encodeURI() to transform this channel of image data in a valid JSON string. It seems to work when you turn such a string directly in a ScriptUI.newImage (), but now I have to find one couple of other things to make sure he got by JSON analysis inside my script, I'm working on that.

  • Problem in creating a global var 'data' to a json file - need help

    I'm having a problem with a code and need help.
    I use the code below to load and parse a JSON file and store the result in a var 'data '. Everything works fine on the compositionReady page. The problem is that it would save a lot of extra time analysis of loading/if I could do this 'data' available worldwide. With the current

    var = eval (json) data

    the 'data' are only available locally. So, how do I or can I do a global var ABOARD cela?

    Here's what I have now and what I tried.

    $.getJSON ("images/profiles.json", function (json)

    {
    SYM. Data = eval (json); it does not work
    data var = eval (json);
    var temp = eval (json); , and is not this pair
    sym.setVariable (temporary data)
    for (i = 1; i 17 <; i ++) {}
    sym.getSymbol("thumb"+[i]).$("thumb1").css ("background-image", "url (".thumb + data.player [i] + ")" ");
    sym.getSymbol("thumb"+[i]).$("j_num").html (data.player [i] .j_num);
    sym.getSymbol("thumb"+[i]).$("p_name").html ((data.player[i].f_name) + "< br >" + (.l_name data.player [i]));
    } / / 3 above lines retrieves the thumbnail image of players, Jersey number and first - last name. it's all working well
    }
    );
    SYM.$("stage"). CSS({"margin-left":"auto","margin-right":"auto"});)

    There are 17 other 'profile' of sym.elements leaves, who will appear via ' by clicking on ' an animated image of an inch. Each sheet contains approximately 20 "fields" that get their data from the JSON file. If it is better to recharge/eval the json for each sheet I can do. It's just seems a better idea to be able to access the same 'data' and only load/parse it once?
    If any of you gurus of coding could help me I would appreciate it.

    Thank you

    Joel H

    Rough workaround is to use data = eval (json). This will create a global variable. Not a good solution though. Smarter way is to use the setVariable() method: sym.getComposition () .getStage () .setVariable ('data', eval (json)). After that, you can use data var = sym.getComposition () .getStage ().getVariable('data') to access.

  • How to extract data using bluetooth other device...

    Hi all

    First, I describe my problem:

    I want an application that extract the xml data in ECG device using bluetooth after accessing this data make some calculation and send it to the server... I am able to serach all the device compatible bluetooth after that, I am also able to connect from the particular device... (Now I use bluetooth Simple device as phone, pc or anything which is Bluetooth)

    Now the problem is... After connection of the device, I want to go get a (for example an image or text document.) file of the device connected using my camera...

    can anyone know how to extract data or file to another device that is currently associated with my camera... using BlackBerry device...

    Please help me to overcome this problem...

    Currently, I am working with Blackberry.6

    As suggested, I would recommend you try the samples provided.

  • How to parse the XML from the server BB10 Cascades development

    Hi all

    I'm new to BB10 development.

    I made the connection with my server that sends data to the XML Format. How to analyze.  Can someone help me with this.

    Also how to store data analysed in the Global Variable or ArrayList.

    Concerning

    Stephenson

    I thought you wanted to do stunts (qml).
    I use Qt

    QByteArray data = currentReply->readAll();
    xml.addData(data); //xml is a QXmlStreamReader
    

    to parse the xml, it is pretty simple if you look at the API.

    Here is a snippet of my code:

    while (!xml.atEnd()) {
        xml.readNext();
        /** start of an element **/
        if (xml.isStartElement()) {
            currentTag = xml.name().toString();
            if (xml.name() == "version") {
    

    the feed reader goes hierarchically, so you can simply call routines to analyze the different parts of the xml if the name() corresponds to a certain value.

  • How to access data in an instance of a class?

    I have a class LoadXML, that charge and extracts data from an XML file. I use these data to my main class by creating a new class of LoadXML. I now want to use these data for my other classes but without having to create another instance of LoadXML. As global variables do not exist in A3, I tried creating LoadXML methods get and back then these values into variables in the desired classes. This is how I have tried:

    public class ProductSummaryLabel extends Sprite
    {  
       public var loadXML : LoadXML; 
      private var xmlData: XML = loadXML.getXMLData(); // BRINGS BACK ERROR
      private var uebersicht : Array;
      private var website : Array;
      private var numOfProducts : int;  
      private var numOfCategories : int;
       
      //____________________________________________________________________________Constructor
      
      public function ProductSummaryLabel() : void
      { 
         numOfCategories = loadXML.getNumOfCategories(); // THIS BRINGS BACK AN ERROR
         trace("number of categories" + numOfCategories);
      }
    

    That's what my LoadXML class looks like:

    public class LoadXML extends EventDispatcher 
    {
      //__________________________________________________________________________XML vars
     
      private var loader : URLLoader = new URLLoader();
      private var productPath : URLRequest = new URLRequest("produkte1.xml");
      public var xmlData : XML = new XML();
      public var maxProducts : int;
      public var numOfProducts : int;
      public var numOfCategories : int;
      //____________________________________________________________________________Arrays
          
       public var kategorie : Array = new Array();
       public var hintergrund : Array = new Array(); 
       public var titel : Array = new Array(); 
       public var pfad : Array = new Array(); 
       public var website : Array = new Array();
       public var uebersicht : Array = new Array();
       
      //__________________________________________________________________________Constructor
      
      
      // Load XML text data
      public function LoadXML() : void
      { 
       loader.addEventListener(Event.COMPLETE, extractXMLdata);  // Specifies which data to load
       loader.addEventListener(IOErrorEvent.IO_ERROR, handleXMLError);
       
       try 
       {
        loader.load(productPath);
        trace("Step 1: Product path loaded correctly.");
        trace("Product path: " + productPath);
       }
       catch(e : Error)
       {
        trace("Error loading file");
       }
      }
      
      //__________________________________________________________________________Methods
      
      private function extractXMLdata(e:Event) : void
      { 
       // Extract data
       trace("Step 2: Data extracted");
       
       // The reference to e.target below refers to the object that loaded the XML file. 
              xmlData = new XML(e.target.data);
       trace("XML Data assigned as target data.");
       ParseData(xmlData);
      }
      
      private function ParseData(dat : XML) : void
           {
       numOfProducts = xmlData.*.length();
       trace("Number of Products (LoadXML class): " + numOfProducts);
    
      trace("Step 3: Parsing data.");
      
       for (var i: uint = 0; i < numOfProducts; i++)
       {
        // This was in the wrong format: kategorie[i] = xmlData.produkte.produkt.kategorie.attributes()[i];
        kategorie[i] = xmlData.produkt[i].kategorie;
        website[i] = xmlData.produkt[i].website;
        uebersicht[i] = xmlData.produkt[i].uebersicht;
        hintergrund[i] = xmlData.produkt[i].bild.hintergrund;
        titel[i] = xmlData.produkt[i].bild.titel;
        pfad[i] = xmlData.produkt[i].bild.pfad;
        trace("\n Data Parsed for Array " + i);
       }
    
     // When LoadXML class loaded, load onBackgr() from Main class
        dispatchEvent(new Event(Event.COMPLETE));
    
      }
      
      
      //__________________________________________________________________________________ Getters
      
      public function getXMLData(): XML
      {
       return xmlData;
      }
        public function getCategory(): Array
      {
       return kategorie;
      }
      
    (... rest of get methods)
    
      
      //____________________________________________________________________________Error catching
      
      private function handleXMLError( event:IOErrorEvent ):void 
           {
             trace("Fehler beim Aufrufen von XML.");
           }
     }
    }
    

    Instead of Globals, you can use a class with the static member variable

    class GlobalVars

    {

    public static var MyVar: VarType.

    }

    and you can get and set the value of MyVar where each at any time like this

    GlobalVars.MyVar

  • How to erase data from the iphone if I lost and iphone is offline

    How to erase data from the iphone if I lost and iphone is offline

    < post branched out by host >

    Hello

    What to do if your iOS device is turned off or offline?

    If your missing device is turned off or offline, you can still implement this Mode lost, lockor remote wipe. The next time your device is online, these measures will take effect. If you remove the device from your account while it is offline, pending actions for the device will be cancelled.

    If your iPhone, iPad or iPod touch is lost or stolen - Apple supports

  • How display the date of my last update of OSX in my Mac?

    How display the date of my last update of OSX in my Mac?

    If it was in the last 30 days, the updates will often (not always) show the Mac App store on your page of updates, under the heading "updates installed in the last 30 days.

  • How to delete data from the iPhone 5 c?

    How to remove data from my iPhone 5 c?

    What do you mean by data? Applications, photos, music??  It depends on what you're trying to delete.

Maybe you are looking for