How to unlock a locked phone

Hello friends,
 i have a very old model of nokia.  the Keypad of the mobile is locked and I dont remember the password.
PLease let me know  how I can remove this lock .
Thanks
Solved!
Go to Solution.

soldier963 wrote:
Hello friends,
 i have a very old model of nokia.  the Keypad of the mobile is locked and I dont remember the password.
PLease let me know  how I can remove this lock .
Thanks
Do you want to break security code lock from your old Nokia? If so, use default security code (0000) or ( 12345) to reset it. If the default codes are not working then, use Master reset code to reset your Nokia .
Moderator's Note: This post was edited and the link provided was removed. The only way to reset the security code of the device is to bring it to a Nokia Care Point.

Similar Messages

  • How to unlock my cell phone?

    How to unlock my cell phone?

    apple does not lock or unlock iphones at all.  contact your carrier then follow these steps
    http://support.apple.com/kb/HT5014
    Peace, Clyde

  • 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

  • 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)

  • HT1937 how is unlock my i phone 4s

    how is unlock my i phone 4s ???????????????

    Contact the Carrier, and like Peter said we don't know who your carrier is. ONLY
    >>>>>> ONLY <<<<<< the Carrier can unlock your phone from their service.
    Apple can't help you, We can't help you, Raptor Jesus can't help you either

  • 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

  • How to unlock a-i phone 5

    How do you unlock an i-phone after forgotten password ?

    Locked Out, Forgot Lock or Restrictions Passcode, or Need to Restore Your Device: Several Alternative Solutions
    1. iOS- Forgotten passcode or device disabled after entering wrong passcode
    2. iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    3. Restoring iPod touch after forgotten passcode
    4. What to Do If You've Forgotten Your iPhone's Passcode
    5. iOS- Understanding passcodes
    6. iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    Forgotten Restrictions Passcode Help
    You will need to restore your device as New to remove a Restrictions passcode. Go through the normal process to restore your device, but when you see the options to restore as New or from a backup, be sure to choose New.
    Also, see iTunes- Restoring iOS software.

  • 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

  • HT201328 how to unlock my i phone so i can use it international

    how to unlock my iphone so i can use it international on any simcard

    Only the carrier it is locked to can unlock it.  Contact them.

  • 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 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.

  • 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...

  • HT4623 HOW TO UNLOCK my i phone

    how to unlock my iphone 4s

    If you mean Carrier Unlock....
    Then contact the Carrier. ONLY they can Unlock it.

  • 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

  • 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.

Maybe you are looking for

  • How can I have more than one data schema on a page?

    Hi! I am a newbie, just discovering the joys of Spry! On this page: http://www.bodyoftruth.com/about_body_of_truth_bu_doug.htm I have successfully created a photo gallery. My question is: how can I add another one underneath of it? I want to duplicat

  • How to find if a user with fullaccess permission used a mailbox ?

    Hi, We used Exchange 2010 in my organisation We defined a lot of generic mailboxes and some of them have a lot of users with fullaccess permission We think that some of them don't really used this mailbox Is it possible to find, with powershell, info

  • Move file types over a certain date (beginner)

    I'm trying to move all pictures over a definable date to a certain folder. Here's my script so far -  ##Archive files that are older than a certain date $date = "01/12/2013" [array]$OldestFileImport = get-childitem "*.jpg" | where-object {$_.LastWrit

  • Including a web page in my jsf

    Hi, I have a tabbed panel (I'm using myfaces' tomahawk) and I want to include in one tab the content of another web page. Is it possible ? Thank you.

  • How to clear a JList ?

    Hello, I have the following code.     JList  jl = new JList();      Vector v = new Vector(5000);                     then I fill the vector with Strings loaded  from a MYSQL table       jl.setListData(v);   Later I refill entirely the vector with oth