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.

Similar Messages

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

  • 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

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

  • Version number is displayed as a code not the number

    I've created a document template within a  library and added a label to display the version of a document on the footer and I continued to add other columns such "date created, date modified, Revision etc" and now the version number is displayed
    as a code not the number that was displayed before. before the version was displayed as minor versions but now it shows this "{_UIVersionString}". Can anyone
    help please
    Thanks In advance

    Hi Rajendra,
    If i understood your problem correctly then try this
    i am giving one example how to use html tags in sql query
    you can try for other html tags
    but below code only works with PL/SQL Dynamic Content region,so create your report using this region.
    htp.p('<ol type = "circle">');
    htp.p('<li>');
    ----------------your code------
    htp.p('</li>');
    htp.p('</ol>');
    htp.p('<br>');
    hope this helps you,
    Thanks,
    Jitendra

  • I'm only able to input the numbers of the redemption code not the letters. how to fix

    I'm only able to input the numbers of the redemption code not the letters. how to fix

    Are you sure you are using the Redemption code and not the serial number?  See if this page helps:
    <Find your serial number quickly>
    If it is really a redemption code then you need to redeem it for a proper serial number.  See if this helps:
    <Redemption Code Help>
    Good luck.

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

  • HT201210 Hi how do i restore my iphone 4s back to factory settings if i dont know the restriction code as the code to unlock my phone isn't accepted??

    Hi how do i restore my iphone 4s back to factory settings if i dont know the restriction code as the code to unlock my phone isn't accepted?? Please help I have upgraded and want to erase all my things off this phone to sell it

    Forgotten Passcode or device disabled after entering wrong passcode

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

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

  • What is the use of restriction code in the ipod?

    i'm just wondering what's the use of restriction code because i have this problem, i wanted to lock the camera whenever someone takes a picture on my ipod they can't delete and upload it to there computer, so how to will i do that or how to do that thing?

    Yes, you can setup/turn on restrictions to prevent use of the Camera app.  See:
    iPhone, iPad, and iPod touch: Understanding Restrictions
    Make sure you do not have any third-party camera apps installed and turn on the restriction that prevent installing apps.

  • Reset due to restriction code not known

    I want to enable in app purchases - to do this I need a restriction code which I don't have so I therefore need to reset from factory settings. When I back up can I do this from iCloud ? Will I loose anything ? Does anyone know another way round this ?
    Thanks

    I thought you might say that - I need to get a new cable then as mine are always breaking !!
    Thanks for the advice.
    Once I have the code and set up as a new device how do I get my apps etc back - if its a new device how can it sync when there is no back up/can't back up from old device- sorry for the questions but I want to be sure I get it right.

Maybe you are looking for