How to unlock screen lock

forgot my screen lock on my ipod classic

Your only option is to connect it to iTunes and restore it to factory settings.
B-rock

Similar Messages

  • How to unlock a locked ipad It is locked and now i can not unlock it, the screen is not responding to my sliding the arrow to unlock. can someone suggest what should i do?

    How to unlock a locked ipad It is locked and now i can not unlock it, the screen is not responding to my sliding the arrow to unlock. can someone suggest what should i do?

    If you cannot remember the passcode, you will need to restore your device using the computer with which you last synced it. This allows you to reset your passcode and resync the data from the device (or restore from a backup).
    If you restore on a different computer that was never synced with the device, you will be able to unlock the device for use and remove the passcode, but your data will not be present.
    You may have to force iPad/iPod into Recovery Mode
    http://support.apple.com/kb/ht4097

  • Ipod touch 3rd g how to unlock a locked screen

    Ipod touch 3rd gen 32g screen is locked how to unlock

    Forgotten Screen-Lock Passcode
    Connect the iOS device to your computer and try to make a backup
    iOS: How to back up
    Then restore via iTunes. The iOS device will be erased. Place the iOS device in Recovery Mode if necessary to allow the restore.
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:         
    iOS: Back up and restore your iOS device with iCloud or iTunes
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store   
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.

  • Plug_in:how to unlock a locked document use acrobat API

    how to unlock a locked document use acrobat API.in acrobat plug_in

    how to unlock a locked document use acrobat API.in acrobat plug_in(Which API can enter a password to unlock the locked document)

  • How to unlock icloud lock of my iphone

    how to unlock icloud lock iphone 5

    i brought this phone in 2013 and i am sure its a new phone,coz in front of me only the phone is unpacked .
    the ever biggest mistake i made is that time i was not aware abt apple id n i told them to activate the phone for me.the guy who is dealing with the software installation activated my phone with his id it seems. May be after couple of weeks i started facing problem like every time it was showing for the apple id password was incorrect.That time a  friend created one new apple id for me and i started using that with out any issue. All these happ after the release of IOS 7.1.2 , one day my wife by mistakely formatted iphone with out disabling the Find my iphone option and all these mis happ started.
    my question is finally i found that guy who activated my phone ,but he is telling the apple id wat he is using is with domain hotmail.com
    n not sure abt the id  [email protected] where showing as the id used for activation, as this was happened  2 years before. Is there any possibility where the same id can be used now as same ID with some other domain( for eg domain of our primary mail id present in the apple info like  [email protected])
    i searched in the check activation lock status  its shwoing locked with some id not in the theft mode or lost mode.
    is there any possibility where i can view watz the full id used to activate the phone

  • Pls help on how to unlock the locked ipad2 wifi screen.

    I had my iPad2 wifi was locked the screen when my little boy tried to open by guessing passcode more than 3x... Need your help pls on how i can unlock the locked screen? I would appreciate your advise... Thank you.
    Gerry murillo

    If you cannot remember the passcode, you will need to restore your device using the computer with which you last synced it. This allows you to reset your passcode and resync the data from the device (or restore from a backup).
    If you restore on a different computer that was never synced with the device, you will be able to unlock the device for use and remove the passcode, but your data will not be present.
    You may have to force iPad into Recovery Mode
    http://support.apple.com/kb/ht1808

  • How to Unlock a Locked Recoed for Infotype 2010..

    Dear Expert,
    How can I unlock a locked record from Infotype 2010. When I am using BDC how should I decide which record to select in PA30 once I have passed the date and Employee Number details on the screen.
    If on the same date if there are more than one record and if the first one is not locked then the BDC is locking them insted of unlocking it.
    Is there any function module which can help me. The Code I have used is as below.
    The field SPRPS is coming during recording but bdc gives error stating this field is not there on the screen so could not use this one as well..
    IF T_REPORT-INFOTYPE = '2010'.
              PERFORM BDC_DYNPRO USING 'SAPMP50A' '1000'.
              PERFORM BDC_FIELD  USING 'BDC_OKCODE' '=LIST'.
              PERFORM BDC_FIELD  USING 'RP50G-PERNR' T_REPORT-PERNR.
              PERFORM BDC_FIELD  USING 'RP50G-TIMR6' 'X'.
              PERFORM BDC_FIELD  USING 'RP50G-BEGDA' TEMP_BEGDA.
              PERFORM BDC_FIELD  USING 'RP50G-ENDDA' TEMP_BEGDA.
              PERFORM BDC_FIELD  USING 'RP50G-CHOIC' '2010'.
              PERFORM BDC_FIELD  USING 'RP50G-SUBTY' T_REPORT-LGART.
             PERFORM BDC_FIELD  USING 'P50G-SPRPS' 'X'.
              PERFORM BDC_DYNPRO USING 'MP200000' '3450'.
              PERFORM BDC_FIELD  USING 'BDC_CURSOR' 'P2010-BEGDA(01)'.
              PERFORM BDC_FIELD  USING 'BDC_OKCODE' '=EDQ'.
              PERFORM BDC_FIELD  USING 'RP50M-BEGDA' TEMP_BEGDA.
              PERFORM BDC_FIELD  USING 'RP50M-ENDDA' TEMP_BEGDA.
              PERFORM BDC_FIELD  USING 'RP50M-PAGEA' ' 1'.
              PERFORM BDC_FIELD  USING 'RP50M-SELE2(01)' 'X'.
              PERFORM BDC_DYNPRO USING 'MP200000' '2450'.
              PERFORM BDC_FIELD  USING 'BDC_OKCODE' '/00'.
              PERFORM BDC_DYNPRO USING 'MP200000' '2450'.
              PERFORM BDC_FIELD  USING 'BDC_CURSOR' 'P2010-LGART'.
              PERFORM BDC_FIELD  USING 'BDC_OKCODE' 'UPD'.
    Unlock the Details to the R/3 using Tcode PA30.
              CALL TRANSACTION 'PA30' USING BDCDATA MODE 'P' MESSAGES INTO MESSTAB.
    Regards,
    Vidya..

    first of all, use a BAPI instead of BDC.. HR_MAINTAIN_MASTERDATA
    you may have to do some up-front logic to determine which records to unlock, if necessary.
    EDIT: that is a FM, not BAPI.
    Edited by: robert phelan on Mar 16, 2009 8:57 PM

  • How to unlock my locked iphone fast?

    How can I unlock my locked iphone that's completely locked?

    You'll need to connect the iPhone to your computer and restore it:
    http://support.apple.com/kb/ht1808
    If that still doesn't work, try DFU mode:
    http://www.iclarified.com/entry/index.php?enid=1034
    Regards.

  • URGENT!! I need to know how to unlock screen orientation besides control center ios 7

    the bottom of my digitizer is bad and i need to unlock screen orientation with using control center ASAP i cant contact anyone without being able3 to turn my screen sideways

    Hi Anna,
    With iOS7 on an iPhone, you lock the rotation by bringing up the control center and selecting the "Lock Rotation" icon. To bring up the control center, swipe up from the bottom of your screen. You should see a translucent display with the control center options:
    http://www.apple.com/ios/design/
    See the "You know a good design" part in the article above.
    Cheers,
    GB

  • How to cancel screen lock code ?

    I creat the screen when I set the email with exchange mode
    but how to cancel the lock code after I delete this email account
    Post relates to: Pre p100ueu (O2)
    This question was solved.
    View Solution.

    When slected off, did it prompt you for a password/pin to confirm?  Try this:
    1.  Turn it off.
    2.  Close the card and dont do anything else.
    3.  Immediately shut down the phone, hold down power button for the option.
    4.  Turn it back on.
    Does turning screen off and on promp password again still?  If so, the next step will be to partial erase the device by going into device info and tap reset options.

  • HT1937 how to unlock a locked iphone

    Dear Sirs
    Pleasant day I hope....
    Just asking about how to unlock a sim card locked iphone
    thanks

    See  >  https://discussions.apple.com/message/18214284#18214284
    From the  More Like This  section on the right...

  • HT1316 How to unlock the locked SIM

    Not get it to unlock the locked SIM

    Hi Anagha,
    Go to system Administration --> Monitoring --> Object Locking.
    Select object locking. The objects locked are displayed on the right hand side. Choose the objects and select unlock button that is found above.
    Regards
    Arun

  • How to unlock screen navigation sensor

    How to unlock the monitors rotate settings or unlock monitor navigation sensor

    There are no such settings or options available.

  • How to reset screen lock passcode? (NANO 3RD GEN)

    Just bought a Nano 3 gen from a friend, and turns out that he had entered a screen-lock password. I guessed (1234, 0000, 4321) but finally admitted defeat. I eventually asked him, but he didn't remember. I REALLY don't want to have to fully reset it, and sync all again. Any other options?
    (It's not currently locked, but I want the feature.)
    Any help appreciated.
    -NICK

    Restore or keep guessing.

  • How to remove Screen Lock Widget Android 5.0.2?

    I think this problem may be specific to Android 5.0.2. because the instructions in the user manual no longer work.
    I installed Extended Controls (great app/widget) and it seems to add it's widget to the lock screen (I have the widget on my Home screen but I added that myself). Anyway for some reason I ended up with two identical widgets on my lock screen and they take quite a bit of space. So I decided to remove one of them. I followed the instructions in the manual but found them impossible. I press and hold the widget but can't move it on it's own. It is very difficult to move at all and when it does everything else moves with it. Plus the upward swipe needed to get to the rubbish bin (which never appears anyway) unlocks the phone so I end up on my Home screen and the widget on the lock screen has not been removed.
    How can I remove widgets from the lock screen?

    QUOTE from the user manual
    To add a widget to the lock screen
    1 From your Home screen, tap , then find and tap Settings > Security
    2 Mark the Allow widgets on lock screen checkbox.
    3 To lock the screen, press the power key.
    4 To activate the screen, briefly press the power key.
    5 Swipe inwards from the upper part of the screen until appears, then tap it.
    6 If required, enter your PIN code, pattern or password to unlock the screen.
    7 Find and tap the widget that you want to add.
    8 Follow the on-screen instructions, if necessary, to finish adding the widget.
    The items that appear when you tap are available by default and cannot be modified.
    To remove a widget from the lock screen
    1 To activate the screen, briefly press the power key .
    2 Touch and hold the widget that you want to remove, then drag it to .
    The camera icon at the bottom of the screen is there by default and cannot be removed.
    This clearly says you can. As I said, it doesn't work. Why not? There's no Allow widgets.on lock screen either. Why not?

Maybe you are looking for

  • NAC firmware upgrade from 4.1.3 to 4.7 or 4.8, anyone?

    I currently have 1 CAS 3310 Failover Bundle for Wireless user, and 1 CAM Lite Failover Bundle for management. ACAS, CAM and Clean Access Agents are running 4.1.3. We are considering an upgrade in particular because some end-users machine are soon to

  • Move from one account to another?

    My wife just purchased a MacBook Pro for her home based business.  She has a personal iTunes account and would like to open a new one under her business account.  Can she transfer all her music from her personal account to her business account?

  • Need help in SQL Group By

    Hi all, I Hope anybody can help to provide the select statement that i need in my sitiuation. I have one table name EVENTS. I want to make a select statement that can be produced the min(TIME) and max(TIME) time for one USERID. This is my sql. Select

  • Problem with mysql dirver loading

    hello friends , iam using Mysql of 4.1 version and the MysqlConnector 3.0..4 when i execute a program with the command java -classpath .;/root/8/20/mysql-connector-java-3.0.14-production/mysql-connector-java-3.0.14-production-bin.jar it gives the err

  • Adobe LiveCycle Workflow Tips

    We created a bunch of new tips last month for users of LiveCycle Workflow. Here's a partial list of them... If you'd like to contribute content to our developer centers, we'd love to host it! Contact me via email at [email protected] and we'll work o