Keypad lock - not the usual question!!!

is there an app that will lock the keys just by simply sliding the phone shut?? ive seen ones that will lock after a certain amount of time, but not just from simply closing the phone...
cheers in advance,
adam.

I've looked @ the manual and it appears as if this option isn't available on the E65, but it might be worth checking on yours anyway - just in case.
Goto Menu->Tools->Settings->General->Security->Phone and SIM card and see if this option exists :
Lock keys if slide closed
If not then a future version of firmware MAY offer this, or alternatively you can visit here to see whether there's a piece of software that can do this for you :
http://www.softwaremarket.nokia.com/?phoneMainView.html&uaid=264&lang=en
Hope this helps.
Regards,
Edward

Similar Messages

  • 6233 restriction code - not the usual question

    Hello I am wondering if anyone else out there has this problem. I bought three 6233 handsets, all "outright" with no restriction on the network. I'm using them on the Telstra network in Australia. Intermittantly - maybe once or twice a week - they all exhibit the same "Phone Restricted" - "Enter Restriction Code" error message. I turn them off and on, and it clears. Otherwise the phones work well. The people I bought them off say they're not locked (and I agree - they work well otherwise) and we've changed SIM cards eight times now. One of the handsets has been replaced and it still errors, and they all have version 4.52 firmware. I'm not asking for the restriction code, as the network operators deny that they're locked. I'm just wondering if anyone else has this problem. Thanks, John

    Had the same problem with my 6280. This is currently locked to the 3 network and was bought as such. Took it back once and I got the usual response to 'intermittent' faults - poorly concealed disbelief and an offer of sending it off to a service centre for an indefinite period. I decided it would be easier to have to switch it off and on occassionaly.
    As you own the phone outright you are in a slightly better position than me - I do not know Australian law at all, but I imagine that you have something similar to the UK Sale of Goods act, whereby the retailer is obliged to replace or repair the product if it is not fit for the purpose it was sold for, or give you a full refund. If it continues to fail to perform I would look into this.

  • Ipod Battery Problem (No not the usual question)

    I have a new 30gb 5g Ipod which is the successor to my 15gb 3g Ipod so Im not new to the whole Ipod thing, but I was wondering if I have a battery problem: (Events leading to problem)
    1. I sync the ipod and charge it so its full
    2. I listen to it for about an hour meter goes down about half way, which is fine because its only the 3rd charge. BUT.......
    3. I "turn it off" by pressing play/pause and switch the hold switch on.
    4. 2-3 days later I turn ther hold switch off and my ipod doesnt turn on like the battery id fully depleted, and I have to charge it for 3 or more hours to get it to turn on.
    Do I have a problem. If there is a common fix could you please help me. Thanks.

    I think this is a 5th generation iPod that would clearly be under warranty.
    It really does sound like A faulty battery - it's quite common for the battery meter to dip noticably after an hour of use on a fully charged battery because the meter is not really accurate and reflects the battery charge based on what drain is occuring at the time. What is needed is to fully charge the iPod over 4 hours or so, then set it to play continuously and monitor how long it takes until it switches off. That should give a reasonably clear idea of how well the battery is performing.
    It's important to note however that the symptom described is not uncommon with a faulty lithium ion battery.

  • Please read my question carefully, this is, I think, a question for the experts. It's not the usual name change question.   When I setup my new MacBook Pro, something slipped by me and my computer was named First-Lasts-MacBook-Pro (using my real first and

    Please read my question carefully, this is, I think, a question for the experts. It's not the usual name change question.
    When I setup my new MacBook Pro, something slipped by me and my computer was named First-Lasts-MacBook-Pro (using my real first and last name).
    I changed the computer name in Preferences/Sharing to a new name and Preferences/Accounts to just be Mike. I can right click on my account name, choose advanced, and see that everything looks right.
    However, If I do a scan of my network with my iPhone using the free version of IP Scanner, it lists my computer as First-Lasts-MacBook-Pro! And it lists the user as First-Last.
    So even though another Mac just sees my new computer name, and my home folder is Mike, somewhere in the system the original setup with my full name is still stored. And it's available on a network scan. So my full name might show up at a coffee shop.
    Can I fully change the name without doing a complete re-install of Lion and all my apps?

    One thought... you said the iPhone displayed your computer's old name? I think that you must have used the iPhone with this computer before you changed the name. So no one else's iPhone should display your full name unless that iPhone had previously connected to your Mac. For example, I did this exact same change, and I use the Keynote Remote app to connect with my MacBook Pro. It would no longer link with my MacBook Pro under the old name, and I found that I had to unlink and then create a new link under the new name. So the answer to your question is, there is nothing you need to do on the Mac, but rather the phone, and no other phone will display your full name.

  • Webutil-Problem (not the usual "PRE-FORM", "WHEN-NEW-FORM-INSTANCE" etc.)

    Hello,
    We have an application with lots of modules, where we use webutil to create text files on the client for data exports. The export is called in a WHEN-BUTTON-PRESSED Trigger and usually works fine, but we have the following problem:
    If two modules, where webutil is used, are opened at the same time and one module is closed, webutil does not function anymore in the other module. If we then try to create a text file after closing on module, we get the following error-message:
    Oracle.forms.webutil.file.FileFunctions bean not found.
    WEBUTIL.FILE.FILE_SELECTION_DIALOG_INT will not work.
    It’s not only the FileFunctions bean, all other webutil functions do not work also anymore in the remaining module.
    This is not the usual “PRE-FORM”, “WHEN-NEW-FORM-INSTANCE” etc. Webutil-Problem.
    As I said before, webutil works, but when we close one module with webutil used, it does not work in another open module anymore.
    Any Idea, why this happens and how to solve the problem???
    Kind regards
    Udo

    Hello,
    Yes, both modules work in the the same session and session is not disconnected, when one of the modules is closed.
    Webutill.pll is attached on both forms and all forms in our application using webutil usually work fine with the exception mentioned above.
    It's a bit difficult to explain, what happens in our application, but I try:
    Our application consists of modules that call other modules with call_form or go_form , when the module is open, all in the same session. "Global" Parameters are passed with SHARE_LIBRARY_DATA. Usually the calling forms stays open.
    In the following constellation webutil does not work anymore at a certain point :
    - Open module A (with webutil attached) and webutil works
    - Then module A calls module B (with webutil attached) and webutil works in module B
    - GO_FORM (module A) and webutil still works (while module B is still open)
    - CALL_FORM (module C) (in our case webutil is not attached to this module, but I think that is not the problem) module C closes module B (while module A stays open)
    - After making a choice in module C, module C closes itself with EXIT_FORM.
    - Go back to the open module A, make a new query with the choice made in module C and webutil does not work anymore in module A
    Regards
    Udo

  • Not the usual 'login loop' problem, help.

    The login loop problem I'm facing is not the usual login loop problem when starting up mac; it's when I'm trying to log into websites or applications (most of them, eg. facebook, instagram).
    I have tried:
    using other browsers: Safari, Firefox, Maxthon, Chrome
    clearing all cookies / caches / keychains / passwords
    repairing disk
    deleting launchservices cache
    using other userid to login
    All to no avail.
    How do I solve this without having to reformat/install mac?
    Thank you.

    Hi, are you using Parental contrils or a managed account, or an admin account?
    Using any Anit-Vrus software?

  • Audio engine overloaded (this is not the usual problem!)

    Hi people
    it's so frustrating I could cry. This is not the usual "I have 10 software synth running and get overload message".
    Bottom line is: Even with a new project and logic stopped the CPU meters go up to 100%. It happens every 5 - 15 secs. What is strange that the system monitor does not show these spikes. I know it's just sampling but at least some of the spikes should be caught by the monitor. But it's steady at around 10-15% user and system. There is of course no other process eating cpu.
    Console looks like this:
    Mar 5 00:34:13 noname Logic Pro[902]: Audio engine overloaded, resetting
    Mar 5 00:34:43: --- last message repeated 1 time ---
    Mar 5 00:37:11 noname Logic Pro[902]: Audio engine overloaded, resetting
    Mar 5 00:39:34 noname Logic Pro[902]: Audio engine overloaded, resetting
    Mar 5 00:40:04: --- last message repeated 1 time ---
    Mar 5 00:41:15 noname Logic Pro[902]: Audio engine overloaded, resetting
    Mar 5 00:42:40 noname Logic Pro[902]: Audio engine overloaded, resetting
    I swear: yesterday everything was fine. Now it's not working anymore. I'm a developer with 10 years coding and debugging experience but I can't find the solution. I had this problem before. Everything was running smoothly for months and one bad day the problem started. I could not find a solution till I gave up and reinstalled the whole system which took me about 3 days to get everything in place again. Again everything fine for about 3 months.
    Not matter what I try - deleting prefs. Starting logic as a new user. Reinitializing everything. Doesn't help. Is there anybody out there who had that problem too? I don't want to reinstall everything again.
    Cheers,
    Daniel
    Message was edited by: doubleday

    I using a Line6 TonePort (I am a guitarist).
    To make sure that its not the drive (though nothing changed there) I switched setting to internal audio - but that didn't change a thing.
    And yes I tried the basics. I also disabled all plugins / AUs in the AU-Manager but I haven't tried to move them away. Give that a try this eve.
    It's really strange. It doesn't matter wether it's a new empty project or any other that worked with no probs. Even if logic is stopped and there's no input monitoring: CPU load is flat and then every xyz secs boooom 100%. And its real because it actually interrupts the sound of my guitar or whatever.
    I might have to dig deeper and see if I find any tracing tools which might provide more info..
    Aaaaargh!
    The only thing I actually might tried the first time yesterday evening which I haven't done before is a roland vdrum via midi to ultrabeat but how could that mess things up? I dunno ...

  • 8520 Email-Not the usual

    Well...almost not the usual. My 8520 has the Data Services and I've already gone to the Host Routing Table to register. Neither of these have prompted the add email account instead of the Enterprise option on the email set-up. Any other ideas?????

    Are you trying to use the Setup Wizard?  If so, don't use that.  Look for the "Email Setup" or "Manage Internet Email" icon, usually located in the Settings folder.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Is there a wat to bypass a iphone 4 password lock, not the simple 4 digit passcode lock without having to resotre the iphone?

    Is there a way to bypass a iPhone 4 password lock, not the simple 4 digit pass code lock without having to restore the iPhone? My friend owns her phone but upgraded to the iPhone 5s and wants to get her baby photos and videos off the old phone.
    She can provide ownership of the device but is very worried that she cannot access the phone without a restore as she cannot remember her password for the old phone. Can she go into an Apple store and can they do something to bypass the password when she proves ownership the device to them?
    Any help is greatly appreciated

    No. They can't bypass the lock screen password. All they could do would be restore the phone, which will wipe it.

  • IMac DV firmware trap- but not the usual symptoms, help?

    ok, ok, I admit, I got nailed by the Firmware Trap on my friend's iMac DV 500, but I don't have the usual no-video and shutdown problems typical of the classic firmware issue. The iMac has video, and boots fine from Panther install disks, and does not shut itself down, but it won't install anything, and it won't complete booting from OS 9 install CD (it gets partway thru, but Finder won't load) or utility CDs (only goes as far as splash screen in TechToolPro OS9.2)
    I knew about the update firmware issue, but since it already had OS X installed, I thought that it had the needed update, whose exact # I didn't remember and which looked correct to me in the System Profiler.. 4.1.7 (of course, now I remember, it's actually 4.1.9). The install did not give me any firmware warning, but the Panther install failed with massive errors (according to log). Eventually I read that OS10.1 could be (and was) installed and running without the update, as of course it would, having been released before the update... but that didn't occur to me at the time.
    There is no working OS on the drive- I'd chosen to erase it first. Before I realized that firmware might be the issue, I (uh-oh) started it up from the Panther CD again, ran Disk Utility (which reported it "repaired" the HD)and (cringe) also booted from an OSX-based TechToolPro CD, which started up, then shut down/restarted when i tried to run tests, and would not reboot from that CD again. If it tries to start up from just the HD it comes to the blinking folder question mark screen... as it would, having no working system installed. Video seems completely normal.
    I have tried an Open Firmware reset, pulled and reinstalled the RAM and backup battery, unplugged the HD, reset the logic board- nothing changed. The Sleep button trick won't work because it will not go to sleep, and it has video anyway.
    My question... what, if anything, to try now?
    I have video and start-up, but i can't get OS 9 to boot far enuf to install, which I need to do to be able to update the firmware. Should I pull the drive and install to it separately, then reinstall it and try to boot from it, or is this a waste of time (ie, does it sound like the logic board is already irretrievably whacked)? Any other ideas?
    I tend macs for several friends and relatives who have them (non-profit!), and don't want it to get out that I inadvertently killed one!

    I found these links for another topic thread. They have the technician's service manual for slot loader iMacs, in PDF format (both link to the same manual). There is a section in the manual on trouble-shooting, and it includes a section on the PMU reset procedure (pages 196 and 197).
    http://www.baconeggs.co.uk/manuals/index.htm
    (click on "iMac - Slot loader" link)
    and an alternate (very slow connection)
    http://www.wileytradegroup.com/imacrepair/imacDV.pdf
    Hope that helps...
    [These are tech references, so if you start disassembling to the point of exposing the back of the CRT, be very careful. Even when disconnected from power, there are high voltages in there than can be dangerous.]

  • Flash problem in IE - not the usual one.

    I am new to the game here. I've created some pages that use a
    Flash video player. The user can click on a list of available
    videos (XML generated), and the video will load in the player and
    play.
    Works fine in IE and Safari on Mac.
    Works terrible in Firefox on Mac and Windows (seems to need
    to buffer for a long time before play starts - longer than the
    specified buffer time).
    In IE for Windows - videos play fine and load fast. but -
    activating a video seems to "lock out" the rest of the page -
    rendering the ability to click through to other links not possible.
    Eventually, if i smash around enough, i can get a link to work -
    but its a terrible experience. This doesn't seem to be the "usual"
    Flash problem in IE (ie click to activate) - but I'm new - so this
    may be a related issue?
    Help??? I don't even know where to begin.
    address:
    http://64.38.28.254
    thank you in advance.

    Try changing the line:
    td { }
    in your CSS file 'basic.css' to:
    td { vertical-align: top; }
    This will align all table cells on your web site to the top.

  • Keypad Locked, Not accepting password after update??

    Hi,
    I have a BB 8530 on MetroPCS (CDMA) network. I saw thier was some updates for BB protect and a bunch of other apps so i updated them. After the reboot, it asked me for my keypad lock pass and upon entering it, it would not accept it. I know that  what i am entering is correct as i entered it prior to the reboot.
    i have tried diffrent variations of it with CAPs and symbols corresponding to the keys i KNOW are my pass but still no use. I am on 9/10. 
    I have logged in to my BB Protect online and tried to change the pass from thier but it keeps saying the current password is wrong which is impossible.
    Is there some deafult password it reverted to that i can try. I have tried everything.
    Thank You

    Hello
    I heard somewhere that Rim is having problems with appworld and I think somehow affected you in this manner. They are doing some major update.
    I could be wrong but just be a little patient.

  • Acrobat Pro dead, Exit Code 5 (no, not the usual 30 Day thing!)

    Hi,
    I have the same issue as most people. I installed Acrobat Pro CS6 from the Creative Cloud with other Apps (Photoshop, Illustrator etc) and all is working except Acrobat. It has not stopped, no it NEVER worked.
    What I do:
        Installed on 2 fresh installed machines with Win7 64bit Pro and Home Edition, Acro Pro never launched
        tried the whole thing about deactivate in other apps etc a hundred times exactly like said.
        Acrofix says Exit Code:5. I can´t find Info about that. Is somewhere a list of Exit Codes???
        Also tried to log in with other account. All Apps working, Acrobat not!
        renamed the cache.db to cache.old.db, nothing.
        Have no process in the taskmanager (acrobat.exe or something like that), not a second. Started as administrator or directly logged in as administrator user.
    So...now I have no idea and here are only the usual "Deactivate in any other app etc"-suggestions.
    But what is Exit Code:5 ????

    Hi, thanks.
    I let him update about the usual automatic update function. Now I also manually installed Adobe Acrobat 11.0.02 Pro Update manually but it is also not working.
    I really don´t know what to do. Could this "Unable to initialize UI workflow." help us with this?

  • Can't join CD tracks - no, not the usual problem

    Help,
    This is NOT the problem where the tracks are out of order so the Join CD Tracks is grayed out. It's a different problem.
    I load audiobook CDs to play on my iPod - have been doing it for years.
    I join the tracks so that each CD is only one entry in iTunes.
    As of the last few days, when I try to join CD tracks, it says it's joining hundreds of tracks, and when I drag the joined tracks to my itunes folder it just chimes and refuses to copy.
    In the past, the little drag icon would list the number of joined tracks (like 12), now it shows a number like 283. And it won't copy. I did a software update recently. Has something changed to this feature?
    OSX 10.6.6
    iTunes 10.2.1 (1)

    Rebooted all macs to run off iTunes 9, a much better version of iTunes, and wouldn't you know, join tracks works just fine.  Reinstalled 10.2 onto one of the computers and still get same software problem of joined tracks not importing.  If you join the tracks in the middle of an album, and then import the entire album, only the tracks that fall after the joined tracks import and nothing else. 
    I suggest having a working version of iTunes like 9 on your computer for the joined tracks feature.  I only use 10.2 now for uploading to ipad since apple is forcing paying customers to use that version for the ipad and other players because older more stable versions of itunes don't work with the new hardware.  Choice is something that is disappearing with apple products.  It's a shame.

  • IDVD crash *NOT the usual senario

    I have researched this iDVD 08 crash. I am having the same problem that everyone else has been having except the solutions will not work for me. I have the "Themes" folder but not the "Installed Themes" folder. I tried dragging the themes folder to the trash, but this did not work. I am stumpped. Please give any advice. Thanks.

    I have aready checked this link. But i do not have either of these:
    ~/Library/Application Support/iDVD/Installed Themes and
    ~/Library/Caches/com.apple.idvd
    The only thing that is like those that I have is "themes"

Maybe you are looking for

  • Authentication in JSF 2.0

    I could use some advise... I've been trying to implement authentication in a JSF 2.0 web application and I've not been completely successful. I'm using NetBeans 6.8 and GlassFish v3. Here is what I would like: 1) Use container managed security with a

  • Inserting a logo in the istore sections

    Hi all, How will i insert a company logo when i am creating a speciality site for customers in istore. Regards, Prasad

  • CS5.5 web premium cannot get Help to work

    I have just bought new Win7 x64 PC, I have Zonealarm firewall I open Dreamwaver, Acrobat or Fireworks. I click on HELP > XXX HELP I see Adobe Community Help. I see "To access or download help, connect to the Internet or deselect "Display Local Help C

  • Browser window fixed length

    Testing layout on a very long page and can't scroll to the bottom as the screenshot is a fixed length.....

  • My phone app got deleted by grandson. How do I reinstall?

    My phone app got deleted. How to recover?