Problem using E61 Remote Lock Function

Hi All,
When I try to set the Remote lock passphrase, e61 asks for lockcode (12345 by default), once I entered an error message pops up... Unfortunately the pop-up message got covered up by another one but in the split second I think it says "...wrong...5 times..." So I try to reset the default 12345 lockcode but receive "General: system error"
Is there a backdoor to reset the 12345 lockcode?
I've also set a password for Mem card but makes no difference.. (According to Forum at My-Symbian you need to set a password or lockcode on both mem card and phone to enable this remote lock function.)
Any suggestions?
Thx

my 6280 it need registration code or online unlocking

Similar Messages

  • Remote Lock functions on E72

    Hi all,
    The remote lock function does not work on my nokia E72 after the last  2 updates.I was hoping that the last one would resolve it but still not working. is anyone facing the same problem?

    I faced the same problem on E72, even with the N8 still not working..someone?

  • Problem using the IMAQ Extract function.Not getting two different image out

    Hi, I am trying to use the multiple IMAQ extract functions to get certain parts of the webcam image and then using the color extract function to get the average RGB values. The problem is that both the IMAQ extract functions give the same image on its output port. The block diagram snippet and VI are attached below. Also, please let me know if there is a better way of doing this. I need to expand this later to extract rgb values of about 40-50 different parts of the image instead of just two shown below.
    Solved!
    Go to Solution.
    Attachments:
    Extract RGB Data.vi ‏104 KB

    You did not create another image that you should wire to the input "Image Dst" of "IMAQ Extract".  That's why you always operate on the original image (which you should not do if you intend to operate on several regions of the image).
    Solution: 
    (1) Create a new image and wire this to "Image Dst".
    (2) Apply the histogram operation sequentially (e.g. in a loop).
    That way you will notice, that Image Dst contains actually(!) the region you have specified.  (Put a probe on the image wire that goes from the Extract VI to the Histogram VI).

  • Problems using right-mouse click functionality in a Captivate added to Articulate?

    Has anyone experienced any problems using the right-mouse click functionality? It's working fine when I preview the project, or view the published Captivate SWF or HTML file, but it's not working when I insert the published Flash file into Articulate and then try it in the published Articulate. I'm using AS2 and Flash Player v10. When I try to right-click it's bringing up the Flash Settings menu you can click on. I've been into my Flash Manager and told it to always allow content from the folder my Articulate is in but that hasn't made any difference. I'm viewing the Articulate on my C drive and I have read that that can cause problems - does anyone have any ideas? If I left-click it recognises it as a click but doesn't recognise it as the correct click action, so just keeps on bringing up my failure caption and won't allow me to progress.
    Thank you!

    Hello,
    The right-click functionality in Captivate is 'in' the JS-file, that is called by the HTML-file that will open the SWF. But if you insert the SWF-file in Presenter (Articulate or Adobe) the right-click functionality will not be there, because you are not using the JS-file. BTW: this was also explained in the thread where you posted this same question before. Please, do not post the same question in 2 different threads
    Lilybiri

  • Problems using the reset password function on mac osx server.

    Hey ,
    Having problems with the reset password functions on the OSX server. When I try to do through the command line it asks for the old password of the user. So how do I fix the problem? Do I have to log in onto the ldap server as the admin and reset from there or is there an easy fix to make the reset password function work. When I try the reset password function the server is not taking the input when I click on change password. So any helpful suggestions are welcome. Verson OSX lion 10.7.5
    Thanks in Advance,

    Excuse me for misunderstanding your post.  You explicitly stated in your post
    ashdatla wrote:
    through the command line
    and wrote that it asks for the old password.  Server.app is not accessed through the command line, and it does not ask for the old password of the user.
    You might like to try Workgroup Manager instead.

  • Where-used of Remote enabled Function module

    Hi guys,
    Is there a way we would know where does the Remote enabled FM is being used?
    Thanks!

    Hi,
    Where used list is only limited to the usages inside the system, even that may be a Remote Function only usage in the current system will be listed. You can't find usages outside the system.
    Regards
    Karthik D

  • Problem using Implementing Remote Panel Security with a Login Example Guide

    I'm having issues implementing a Remote Panel protected by username and password using this NI guide:
    Implementing Remote Panel Security with a Login Example
    Remotepanellogin.zip
    After login process using Login.vi, if the user has the right password, his IP will be included in the Webserver allowed access list and the user can open the web site which hosts the Main.vi. Ok.
    But if the user doesn't have the password, his IP will be denied!
    Here is the problem: Will his IP be denied at all including Login.vi? 
    I can't block access to Login.vi because even if the user entered a wrong password, he can still try login again....
    How can I configure a type of Allowed and Denied table using Webserver properties? For example:
    IP: 10.0.0.2 - Login.vi (allowed) - Main.vi (allowed) -> User entered a right password
    IP: 10.0.0.3 - Login.vi (allowed) - Main.vi (denied) -> User entered a wrong password
    Note: Login.vi must be visible and accessible always.
    These are the Implementing Remote Panel Security with a Login Example instructions:
    After you configure the VIs with the Web Publishing Tool, browse to the Remote Panel Login VI and run it. When this VI runs, LabVIEW gives remote panel access to all users, but they can view and control only this VI.
    If a user successfully logs in by supplying the Username of NI and password of labview (both are case sensitive) then LabVIEW gives remote panel access to the IP address specified in the Remote Panel Login VI only. That user can then browse to and run the Main VI.
    Thanks in advance!
    APrado
    Message Edited by APrado on 04-01-2009 08:21 AM

    I'm thinking about using the option Reentrant Execution (VI property > Category > Execution).
    Could anyone help me?
    Thanks.

  • Problem using my Group level function in a chart

    Post Author: LcdCyn
    CA Forum: Charts and Graphs
    I have created a function (StatePerRecord) that is displayed under the Details section to evaluate each records' state:
    Here is my code:
    If Not IsNull () Then    (    select         case "fail":            if (Not (IsNull ())) Then               "Passed"           else               "Failed"        case "pass":              "Passed"        default:             "Passed"     )
    else      "NA"
    I also have group section based on Record ID that groups the state record. In the header of the group footer I need to define summary function (StateSummary) such that
    highest state from the state records should be the output here (excluding "NA" state). Here are the priorities:
      Highest - Failed
      Lowest - Passed
    I want to use the StateSummary in a graph to show the Summarized State per Record ID.
    I used Running Totals in my StateSummary function but I cannot see the field in the Chart expert.
    P.S. I use Crystal Reports 10 Professional

    Object (when acting as a map) uses toString() as a poor man's hashcode implementation, so you can get more-or-less the behavior you want by implementing the toString() method in your CIDate class and then storing the instances in an Object (rather than a Dictionary).
    E.g., say your CIDate looks like this:
              public class CIDate {
                public var num:Number
                public function CIDate(num:Number) { this.num = num }
                public function toString():String { return num.toString(); }
    You can use toString() as a comparison operator by keeping things in an Object instead of a Dictionary:
                var testDic:Object = {};
                var key1:ClDate = new ClDate(10000);
                var key2:ClDate = new ClDate(20000);
                var key3:ClDate = new ClDate(30000);
                var key4:ClDate = new ClDate(40000);
                testDic[key1] = 1;
                testDic[key2] = 2;
                testDic[key3] = 3;
                testDic[key4] = 4;
                var key:ClDate = new ClDate(20000);
                var retNum:Number = testDic[key];
    Then retNum should be '2', as expected. This is sort of a hack, but it might work for what you're doing.

  • Problems using Apple Remote

    I put this question on iTunes discussion but got no response so I will again try here.
    Recently imported my modest music collection from my old G3 CRT to a new Mac Mini by linking the two machines and then dragging the music library and songs over.
    iTunes works fine in normal screen mode, music library is all there and all songs are visible and play but when trying to play back with the Apple Remote it opens up iLife ok and lists the playlists. Click on 'Songs' it says that there are no songs in the library. Click on any playlist then it goes to 'Shuffle Songs' then 'Error has occured' It can't seem to see the music library.
    Any suggestions how to resolve this? Thanks in advance.

    There is a Front Row forum where you might post a question like yours:
    http://discussions.apple.com/forum.jspa?forumID=1164
    Some other people have had similar problems, you might see if the suggestions in this thread help:
    http://discussions.apple.com/thread.jspa?threadID=447043
    -Doug

  • Remote lock & Memory card corrupted issue

    Remote lock & Memory card corrupted issue
    Hi Dear Friends,
    You might have experienced the "Memory card corrupted issue."
    Don't panic! The solution is here!
    Your memory card is just 'locked', it isn't 'corrupted'!
    For sure, this post would be of great help to you, if:
    • You have enabled the "Remote lock" feature of your Nokia device.
    • You have sent the remote lock message to your device and locked it remotely.
    Finding the solution really took me a lot of time. I was inspired by various posts on the Discussion, and decided to find the official notes on the issue. So would like to thank those who shared their tips, and helped us solve this problem.
    I'm using E66, (you might use something else), and would refer to E51's and E65's User guide so often.
    Of course, I'm not going to explain the instructions, and recommend you to refer to your user guides when needed.
    On the contrary, I'm going to explain what may not be mentioned in your user guides.
    Let’s Begin
    What Has Happened:
    In short, you attempted to test the feature, your phone was locked, you keyed in the lock code, code was accepted, you used the phone for a while, switched it off, powered it on, you were prompted the Lock code, you keyed in the lock code, code was accepted, you attempted to view some stuff that was on your memory card, you didn't find it, you tried to run a program that was installed on your memory card, the program icon didn't open, you put the memory card in the card reader and connected it to PC, it was not detected, you went to Menu> Tools> Memory card> You saw "Memory card corrupted"!
    Don't, don't select the Yes selection key if you got the caution message, "Memory Card corrupted, reformat it?" because your memory card isn't corrupted, it's simply being locked!
    But you can't find the unlock memory card command in Menu> Tools> Memory card> Options.
    So? What to DO?
    1. (This step is optional) Disable the Remote lock feature.
    (Refer to your user guides) and change Allow Remote Lock> to no.
    Then, while the unit is on,
    2. Press the power key briefly, and select Remove memory card.
    3. Remove the memory card from the slot.
    4. Press OK if prompted.
    5. Reinsert the memory card in the slot.
    6. Reopen Menu> Tools> Memory card.
    Is your memory card detected? If yes!
    7. Follow tips number 2 & 3 of What to Know section below.
    Did you get "Password removed" message?
    If no, be careful of the case of the first character.
    If you had changed the Remote lock message many times, use the one that was practically sent to the device via text message.
    . In case you had set a password on your memory card before, you may also attempt to unlock the locked memory using your own password, not the first eight characters of the remote lock message.
    Step seven would make the memory card detectable to the connected card reader to the PC too.
    8. The memory card is detected temporarily, but it is locked and the "memory card corrupted" issue reappears every time you switch off/on the phone, unless you successfully complete step seven.
    What to Know?
    Official User guide Tips:
    1. Remote locking also locks your memory card. (E51 page100)
    . Yes, the one mobile phone that sends your device the predefined remote locking message, receives the confirmation message in response, indicating, "Mobile telephone and memory card are locked". But it isn't written in E66's and E65's.
    2. To unlock the memory card, select Menu> Tools> Memory> Options> Remove password, and "enter the remote locking message as the password". (E51 page100)
    . Yes, quite clear, but the quoted part ("enter the remote locking message as the password") isn't written on my E66's User guide, and there's a vague precaution on E65's, (refer to number 4).
    3. If the message is longer than 8 characters, the first 8 characters are used as the memory card password. (E51 page100)
    . Yes, quite clear good E51, but I don't own you; I have E66 your little sister. I owe my memory card's survival to nice users on the Discussion.
    4. The maximum number of characters allowed is 8. Using more than 8 characters could prevent unlocking the memory card and require reformatting it. If reformatting the memory card is required, all information on the card will be lost. (E65 page28)
    . Quite interesting, but it contradicts what good E51 says in number three¡!
    . And it contradicts my own experience of the issue (and some other users' on the Discussion) too, since my E66's memory card accepted the 'first eight characters' of the 'ten-character long’ remote lock message that I had previously used to remote lock it.
    . The first three tips are quite important and shouldn't have been excluded from E66's and E65's user guides. I don't have the time to download and review all the user guides that support this feature, but at least I read some user manuals and also got the impression (from the posts on the discussion) that there had been not enough information on E66's, E65's, E71's, N96's, and some others.
    You may like to do a simple search on Google:
    "The first 8 characters are used as the memory card password" site:nokia.com
    Since the content of the user guides on the server seem not be searchable for any reason, you won't find any official support result except those of the good users on the Discussions. And the 'Nokia Site Search" brings no result too. (At least on the date of this post).
    ¡ Terribly sorry for those who have selected Yes to the Reformat caution message. It wasn't your fault. But there's an idiom that says, sleep on it! "Think about it for a while before coming up with a decision".
    But now that you have tested the feature and know its solution, don't be afraid, and enable the Remote lock feature again! God forbid, but it may be needed one day!
    Yours,
    http://nds1.nokia.com/phones/files/guides/Nokia_E51_UG_en.pdf
    http://nds1.nokia.com/phones/files/guides/Nokia_E65-1_UG_en.pdf
    http://nds1.nokia.com/phones/files/guides/Nokia_E66-1_UG_en.pdf

    Dear, I guess, / This article doesn't suit your case. / • You have not enabled the "Remote lock" feature of your Nokia device. / • You have not locked your device remotely. / Because you don't know where the remote lock is and haven't played with its settings. / You need to explain what has happened. / The only thing we get is that your memory card doesn't open. / 1. your phone model, e.g., 5130. / 2. What did you do recently that might have caused this issue? / 3. What methods did you try to unlock it? / Use some of the tips provided above. (except number 1). / Yours

  • Cannot unlock my own MacBook after using iCloud to lock it via my phone.

    Hi all,
         So I was trying out the remote lock feature on iCloud since I recently got an iPhone and was trying out the various iCloud features. I entered a 4 digit code that I have not forgotten and shortly afterwards the laptop (MacBook Pro, mid-2012, non-retina, Yosemite) shut down as was to be expected. However, when I turned it back on the option to enter the code didn't even show up, it just automatically shut down again after beginning the usual start up process (grey screen, Apple icon, round thing moving). I did some research and had to hold down "alt" for the code entry window to show up. Upon entering it I chose to start up Yosemite and the system still shut down again just before reaching the log in screen. I have windows 8.1 installed via boot camp and it works fine, I can access all the files on the Yosemite partition. However, safe mode and booting into "recovery-10.9" result in the computer shutting down before the log in screen. I love Apple products but this seems silly, I'd have no working computer if it weren't for the windows partition.
    I live in a remote part of New Zealand so getting to an Apple store is quite difficult. I'd love it if someone could let me know how to successfully unlock it. I do know the code, so I'm not asking for a workaround, just how to get it unlocked and started up. Admittedly it was stupid of me to play around with the remote lock function, but I didn't know this is what happens when you do it

    lewbobber wrote:
    Basically i need to either take it to a shop that can unlock i.e. £40.00
    Be aware, you go that route & every time you try to update or restore, it will error out, leaving your phone unusable. Not to mention, you void all warranty/support.
    Sell it & use the proceeds towards an officially unlocked iPhone bought directly from Apple.
    Good luck.

  • Help w/ Problem Connecting to Remote Speakers

    I have remote speakers connected through my Airport Express. After I downloaded the latest version of I tunes, I am no longer able to use my remote speakers, Get this error message.
    An error occurred while connecting to the remote speaker "XXX". An unknown error occured (-3256).
    I have both a Dell Laptop w/ Windows and an I-Book, I downloaded the latest version of I tunes on both of them the same day, and get the same error message above on both when trying to use my speakers, I am able to use the built in speakers on my computer however. Never had a problem using the remote speakers before. Possibly a bug w/ the latest version?
    Any suggestions?

    I was able to resolve this issue using the following two Apple Support articles:
    Error -3256 or -15000 when streaming to AirPort Express base stations using iTunes
    http://support.apple.com/kb/TS2278
    All about Time Capsule, AirPort Extreme, and AirPort Express base station firmware updates
    http://support.apple.com/kb/HT1218
    There may be an omission in the first article. In my case, after step 4 of the instructions for Mac OS X 10.4.11 (click the Configure button) I needed to click the Advanced button and select TCP/IP in the new window.

  • I remote lock my iphone4 from my iPad and can't remember my lock code I need help what can I do??

    Please help me I'm now at 1h wait to try a code I can't remember what I used to remote lock it... I tought it would of said it in my email message

    What did you use to lock the iPhone? Was it a mobileme account? an iCloud account? an exchange account? a Mac OS X Server?

  • Scroll Lock function with ultra thin mac keyboard

    In the Boot Camp Installation Guide (on pg. 17) there is a table showing PC key commands and the corresponding Apple keyboard commands for both external and built in keyboards.
    The table shows F15 to be the single stroke for scroll lock.
    Yet, I can't seem to get it to work.
    We want to use the scroll lock function to work with x-Fire while playing Halo to chat with other players (something that is easily done on a pc).
    I tried some of the other Apple commands -- and get no response from any of them.
    Suggestions?
    Danty

    I realized it is simply a matter of Windows not recognizing the Mac keyboard.
    Anyway the warning window went away and isn't an issue any longer.
    The keyboard works just fine.

  • I have remote locked my mac using find my iPhone app via my iPad - I am unable to enter the unlock code as the mac keyboard won't pair with the mac - I guess that will teach me for playing...any ideas?

    I have remote locked my mac using find my iPhone app via my iPad - I am unable to enter the unlock code as the mac keyboard won't pair with the mac - I guess that will teach me for playing...any ideas?

    Thought so - ace - find my phone really needs an unlock function. - another £40...

Maybe you are looking for

  • What is the latest patch level for SAP CRM 7.0

    Hello Experts, I kindly request you to provide any information on what the latest patch for SAP CRM 7.0 is.  We currently are on SPS5 and the company is proposing to upgrade to SPS9. Please recommend some sources or help me know what the functionalit

  • Messages in Inbox have dissappeared. Headers still there. How do I get messages back

    All going well then suddenly on 12 Sept Inbox messages all dissappeared. Message headers are still there but message content blank. All other folders: Sent, Drafts, etc are fine. How do I (Can I) get the messages back ? Have already trawled the web f

  • Dynamic selction tables and fields

    Hi Folks, I have an issue while creating program using field symbols My requirement is I need to develop a program to get table counts with respect to username and date .For that I wrote below program REPORT  ZDYNAMICFIELDS. PARAMETERS: TABNAM TYPE D

  • Building approval workflow that spans two system

    Hi, We are on oracle apps 11i. There is a requirement to build a workflow that spans oracle purchasing and another procurement system for PR. After purchase requisition is handled in the system it should be forwarded to the other procurement system.

  • Scanner Input Validation

    Hi, I hope Im posting to the right place. I want to check to see if the user input is an integer and keep asking for one if the input is not an integer. Should be very simple but I cant do it because I just dont know how. Im not willing to use a "try