HT1212 I lost my itouch, how do I use "activation lock" feature? How do I know if my itouch was an ios7?

I lost my Itouch and read that if it was an ios7, that I can activate a feature that will lock it. Im not talking about the basic features of "play sound" or "lost mode" that are under the "locate my iphone" feature in icloud. I read that there is another feature called "activation lock" that only ios7 can do that prevents the thief from selling it or reseting it to factory settings.  I have my serial number so how can I find out if my lost itouch was an ios7? Thanks!

Only the 5G iPod can get iOS 7. iOS 7 was released in September of this year. Onyy you would know if you have a 5G iPod and if you updated it to iOS 7

Similar Messages

  • I just rented a movie yesterday and went to transfer it from my pc to my ipad.  it says the movie has already been transfered to another device.  how do i know what device it was transferred to?

    I just rented a movie yesterday and went to transfer it from my pc to my ipad.  it says the movie has already been transfered to another device.  how do i know what device it was transferred to?

    Hello, I am having the same problem

  • HT201328 How do I know if my iPhone was unlocked after I did what was said

    How do I know if my iPhone was unlocked after I did what was said

    If you go the "your iPhone is now unlocked" message after restoring it, it's probably unlocked, but the only certain way to know is to try a SIM from a different carrier.
    Regards.

  • Activation of "Lost Mode" and how do we know?

    I arrived home (Hong Kong) on an El Al flight from Tel Aviv this afternoon and stupidly left my iPad Air in the seat pouch in front. It is offline. I became aware of this at the luggage carousel and made a report to the airport staff. I enabled "lost mode" from my iPhone at that time. There was a message that said it would be enabled when next it was online. I got an email at 8pm local time that "lost mode" was enabled at 5am. Two questions:
    1. Does this mean that someone has accessed my iPad? and
    2. It's not possible for an aircraft to fly that quickly 'back in time" to have a time difference of -15hrs within 6 hours. It took an 11 hour flight for a time difference of 5 hrs to be attained between HK and Israel. So why 5am?
    Thanks,
    Mark

    Hi Barry, thanks for your reply.
    I did not have a password lock set. I am using iOS 7.1.1. On setting 'lost mode' I was informed that the password would be initiated and it would enter lock mode on access to the internet by my iPad. How would I know when it did access the Internet and has therefore enabled lock mode? I thought it had because of this email I received:
    Lost Mode enabled on MSY's iPad Air.
    This device was put into Lost Mode at 5:00 AM on June 3, 2014. Lost Mode enables Location Services. Find My iPhone and other apps will be able to use the location of your iPad until it is unlocked.
    But it has no historical location on the map. This confuses me as to whether it has or not.
    My iPad is the Air 128Gb, engraved with my name as a present from my wife and daughters.
    Many thanks.

  • How can I know when the laptop was last used?

    I left my laptop at the office, which is also my parents' house over the weekend. How can I know if someone else had used it while I was gone? Is there a log somewhere I can read or check?

    Console.app and check your browser(s) history. 

  • TS2734 lost my iphone, how can I know what were my features

    Is there any way I can check my phone features on my Itunes progams?

    Yes. Open iTunes on computer, from menu click Preferences Tab. On Mac it is in iTunes top drop menu, on PC it is in Edit top drop menu. Select Preferences, then click on the Devices Icon. Hover the Mouse Cursor over your iPhone Name, it will give you the Serial and IMEI numbers. In this Apple Link you can enter your Serial # for information about your iPhone.
    https://selfsolve.apple.com/GetWarranty.do

  • How do i know if my iphone was reported stolen

    how can I find out if my I phone was reported stolen?

    There are various websites. Here is one;
    Online Stolen Property Database | Online Lost & Found Database | Stolen Lost & Found Online
    Also try contacting the carrier.

  • How do i know if my macbook was set up with 'find my mac' if i do not have the laptop?

    my macbook was stolen and i am not sure whether 'find my mac' was set up on it. i went to the apple store and had lessons multiple times that i had paid for - i was told by the police that this might have been set up for me, but i do not remember.
    thanks!

    It was not. You have to do that yourself.
    What To Do If Your iDevice Is Lost Or Stolen
    What you cannot do is track your device using a serial number or other identifying number. You cannot expect Apple or anyone else to find your device for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty.
    If your iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should have done in advance - before you lost it or it was stolen - and some things to do after the fact. Here are some suggestions:
    This link, Re: Help! I misplaced / lost my iPhone 5 today morning in delta Chelsea hotel downtown an I am not able to track it. Please help!, has some good advice regarding your options when your iDevice is lost or stolen.
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T. Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. What to do if your iOS device is lost or stolen
      6. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      7. Find My iPhone
      8. Report Stolen iPad | Stolen Lost Found Online
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on iCloud
      3. OS X Lion/Mountain Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)

  • BP_EVENT_RAISE : How do I know if the event was raised successfully ?

    Hi All,
    I need to start a process chain after an event Z_MYEVENT.
    In BI7
    1) For the pc Z_MYPC, the start process variant -> direct scheduling -> After Event -> specified the event Z_MYEVENT, parameter: blank
    2) In SM62 under BckProcEvts I created a background processing event Z_MYEVENT.
    3) Then created a function module that calls BP_EVENT_RAISE. When I run the fm I pass Z_MYEVENT as the Event Id parameter.
    The BP_EVENT_RAISE runs without any error. sy-subrc = 0 after execution.
    But my process chain wont start!! I can start it manually though.
    What could be wrong ? How do I make sure that the event was actually triggered or not ? my "Event History" tab in SM62 does not list any events - does this mean that the event was not at all raised ?
    any help would be appreciated.
    Thanks in advance,
    rithesh

    Hi,
    I did try triggering the event manually in SM64. But no luck!
    Now I did the following:
    Created another program ( Z_CHAIN_START)  that calls "RSPC_API_CHAIN_START" to start the process chain and this program does start the pc.
    Then I scheduled this program Z_CHAIN_START in sm37 to run after the event Z_MYEVENT.
    Now when I run the program that triggers the event it does work perfectly. PC gets started. That indicates the event is raised correctly.
    But somehow the PC does not get triggered directly when the event is raised. Any idea what could be wrong ?
    Thanks for all your replies.

  • HT201365 How to disable the activation lock feature..

    This options seems to be enabled automatically with iOS7. How do I disable it. I work for a company and do not want people who leave the company able to wipe and lock the device once they leave. Thanks!

    You need to turn off Find My iPhone in the iCloud settings:
    Settings > iCloud > turn off Find My iPhone

  • How do I know if SELECT stmnt was issued on a specific Table?

    Hi,
    I have a Reporting environment where the tables get populated by selective information from production database through batch scripts. These tables have become HUGE over time and the management wants to know if any user is using the table or else drop them. A USER will only issue a SELECT command and is not responsible for any INSERT/UPDATE/DELETE so querying the table DBA_TAB_MODIFICATIONS isn't of much help.
    My question is: Is there a way to find out if any of the tables under concern had been queried (using SELECT) in the recent past???
    Thanks in advance!
    Arindam

    Hello,
    Best option is to use fine-grained auditing and once collected information you can drop that policy ; Using full fledged auditing will be an overkill.
    GRANT SELECT ON dba_fga_audit_trail TO <username>;
    grant exexute on dbms_fga to <username>;
    declare
    BEGIN
       DBMS_FGA.add_policy (object_schema => 'SCHEMA_NAME',
                            object_name => 'TABLE_NAME',
                            policy_name => 'TABLE_DML',
                            enable => TRUE,
                            statement_types => 'SELECT',
                            audit_trail => DBMS_FGA,
                            audit_column_opts => DBMS_FGA.any_columns
    END;
    /http://www.oracle-base.com/articles/10g/Auditing_10gR2.php#fine_grained_auditing
    Regards

  • I purchased a second hand iPad mini and it's on activation lock because I don't know how to contact the original owner please help me

    Please help me

    You will not be able to activate the iPad without the Apple ID and Password of previous owner.

  • How do you know if a Mac was stolen?

    I know this isn't the right place for this question but none of the other sections were suitable either.
    I'm considering buying a used MacBook Pro from Craigslist. Because some of the prices are so cheap though, I became suspicious. I figure... If someone is going to sell their MacBook Pro for a couple hundred, there must be a reason, right? My guess is that some of them must be stolen because by having a cheap price, they're bound to get rid of it quickly.
    Anyways, I just want to know if there's anyway of testing/checking to see if a Mac was stolen or not before purchasing it. Also, if there's a way of doing a quick diagnostics on it to make sure it's in good running condition.
    Thanks.

    I purchased a MBP around Christmas and while on my search I came across a few (3+) MBPs that were offered for sale at incredible deals. The general description was they were purchased as gifts to the seller and he didn't need them because he already had a computer. Somebody else went to check out one of these computers was able to discover that the seller purchased these computers with a solen credit card.
    My guess is that once the CC company reports the theft to Apple, the serial number associated with the machine will show up on their data base and if you needed to repair your unit, it would/could bring up the stolen flag.

  • How do i know that my iphone was factory unlocked or not

    i have my iphone 4s with AT&T carrier, EMIE # 012937008631144

    ONly the carrier that the phone is locked to can unlock the phone.
    Did you ask AT&T to unlock your phone and if they did, did you restore it using itunes?

  • HT201328 How do i know the unlocking process was completed after following the above steps?

    I got my unlock code from AT&T just don't know if my phone is unlocked.

    There's no such thing as unlock code.
    What did you get from AT&T exactly?

Maybe you are looking for

  • Need to change auto generated text from pdf report

    I have implemented pdf but it generated text from the autogenrated xml. If I need to change that text then what should I want to do for that? Following is my xsl file and the generated output in pdf. <?xml version="1.0" encoding="UTF-8"?> <xsl:styles

  • Black thumbnails when importing scanned photos

    Recently began a large scanning project using an Epson V200 scanner, Image Capture, and iPhoto 8. Worked fine for over 200 black and white photos, but suddenly iPhoto began creating (mostly) black thumbnails with traces of color (even though I am sca

  • ITunes 8.0.1 available

    Downloading at the moment.

  • How to reconcile customer balances with control accounts

    Hi! Sanjay Here, 1. how to reconcile the customer balances  pl. explain in details. 2. how to reconcile the customer balance with control accounts 3. how to do the automatic clearing through T code f.13. pl. give us the screen shots if available. 4.

  • ESS Time Statement

    Hello to all, I'm trying to switch the default Time Statement Form in the Portal 7.0(SAP_TIM_99_0001, designed in HRFORMS) for a form designed in PE51. I modified the HRFOR feature but when I change nodes ESD or ESP for the my PE51 form, the portal r