Please help..patience is running out!

Hi all.
Last week I thought I would treat myself to a blackberry after hearing all the hype about them. So I bought myself a curve 8310 off ebay. The phone was locked to o2, so I got it unlocked so it would take my vodafone sim. Everything worked like a dream. I could send/receive emails, go on blackberry app world, facebook, msn messenger the lot.
2 days later I updated the blackberry from a 4.2 to 4.5...that's when it all went wrong!!! The browser, email setup and facebook icons all dissapeared and when trying to connect to app world I was getting the message about service books.
I will try give as much info as poss....
When I go to manage connections. Mobile network: vodafone is checked. When I click on services status it says the BIS and BES are not connected.
When I go to advanced options>browser it says 'default browser configuration:' and nothing else or no option to change anything.
When I go to advanced options>service book I have a list of them with green ticks but when I scroll to the bottom i hjave 'vodafone uk mms transport [wptcp]' and 'wap2 transport 01 [wptcp]' and 'ippp for bibs [ippp]' and ippp for 5 click [ippp]' and 'services - vfuk waptrans [wap]' and 'wap mms transport [wap]' ....all with a circle with a line through it.
I have been to the hosting table and clicked register, I have also phoned vodafone a few times who have resent service books. I know there is some connection as I can still sign into msn messenger and chat on there. But the missing icons are not there still and facebook chat app says network error.
Oh, and you have no idea how many times I have done the whole 'remove battery' thing :/
Arrrrggghhhh, actually want to throw it against the wall and watch it turn into confetti.
Really really hope someone can help.
Many thanks in advance.
Emma

Now give it time.
It is a good thing that the service books returned after rebooting the device.. that means you get a fresh new install of the service books. Good.
Now, tell me this, you're sure the device is unlocked?
To determine if your BlackBerry is already "unlocked" or not:
1. On your BlackBerry, go to Options > Advanced Options > Sim Card.
2. At that screen type MEPD (see note below) on your keyboard. A new menu will pop up.
    * If your BlackBerry has a SureType keyboard (71xx, 81xx, 91xx devices) you will need to double-tap the P, so the actual keys entered become M E P P D.
3. Look for Network in the list.
4. If your device is "unlocked", it should say Disabled or Inactive. If it says Active, it's still locked to that carrier.
1. If any post helps you please click the below the post(s) that helped you.
2. Please resolve your thread by marking the post "Solution?" which solved it for you!
3. Install free BlackBerry Protect today for backups of contacts and data.
4. Guide to Unlocking your BlackBerry & Unlock Codes
Join our BBM Channels (Beta)
BlackBerry Support Forums Channel
PIN: C0001B7B4   Display/Scan Bar Code
Knowledge Base Updates
PIN: C0005A9AA   Display/Scan Bar Code

Similar Messages

  • PLEASE HELP, i'm running out of time, .......sample data included..!!

    Hi, i need some help.
    my query is:
    SELECT CANTEACH.LECTURERID, LECTURER.SURNAME, LECTURER.FORENAME, MODPART.MODPARTID, MODPART.MODPARTDESC, MODUL.MODULNAME, MODUL.MODULEVEL
    FROM CANTEACH, LECTURER, MODPART, MODUL
    WHERE CANTEACH.LECTURERID = LECTURER.LECTURERID
    AND MODPART.MODULID = CANTEACH.MODULID
    AND MODPART.MODPARTID = CANTEACH.MODPARTID
    AND MODPART.MODULID = MODUL.MODULID
    <----------------------------------------------->
    AND CANTEACH.LECTURERID = 'L'
    OR CANTEACH.LECTURERID = 'P'
    AND NOT CANTEACH.LECTURERID= ('L','P')
    <-------------------------------------------------------------->
    this was my first guess, i know it's wrong, thought i might be able to work it out from the errors, but no luck, I need help on this one.
    i'm trying to ask the db, which lecturer can teach 'only' L OR P but not both togther.
    thanks in advance
    Jd.
    Edited by: user10952460 on 15-Apr-2009 12:33
    Edited by: user10952460 on 15-Apr-2009 13:33

    SORRY ABOUT THIS, I'M NEW TO FOURMS. HERE IS WHAT YOU WANT..
    INSERT INTO MODUL VALUES ('C100','INF SYS','1');
    INSERT INTO MODUL VALUES ('C101','PROG 1','1');
    INSERT INTO MODUL VALUES ('C102','VP1','1');
    INSERT INTO MODUL VALUES ('C103','BUS COMP','1');
    INSERT INTO MODUL VALUES ('C104','PROG 2','1');
    INSERT INTO MODUL VALUES ('C200','DATABASE','2');
    INSERT INTO MODUL VALUES ('C201','SYS ANAL','2');
    INSERT INTO MODUL VALUES ('C202','VP2','2');
    INSERT INTO MODUL VALUES ('C203','HCI','2');
    INSERT INTO MODUL VALUES ('C204','OO PROG','2');
    INSERT INTO MODPART VALUES ('C100','L','LECTURE');
    INSERT INTO MODPART VALUES ('C101','L','LECTURE');
    INSERT INTO MODPART VALUES ('C102','L','LECTURE');
    INSERT INTO MODPART VALUES ('C103','L','LECTURE');
    INSERT INTO MODPART VALUES ('C103','P','PRACTICAL');
    INSERT INTO MODPART VALUES ('C104','L','LECTURE');
    INSERT INTO MODPART VALUES ('C200','L','LECTURE');
    INSERT INTO MODPART VALUES ('C201','L','LECTURE');
    INSERT INTO MODPART VALUES ('C202','L','LECTURE');
    INSERT INTO MODPART VALUES ('C202','P','PRACTICAL');
    INSERT INTO LECTURER VALUES('JBW1','WILLIAMSON','JIM','DES6');
    INSERT INTO LECTURER VALUES('PKL3','LAGER','PETER','DES6');
    INSERT INTO LECTURER VALUES('AJD2','DEWHURST','AMANDA','DES6');
    INSERT INTO LECTURER VALUES('RAC1','CAMPBELL','ROB','DES6');
    INSERT INTO LECTURER VALUES('CAB2','BRIERLY','CLAIRE','DES6');
    INSERT INTO LECTURER VALUES('PRC3','CARLISLE','PHIL','AEW3');
    INSERT INTO LECTURER VALUES('CTN3','NOON','COLIN','DES6');
    INSERT INTO LECTURER VALUES('AFI1','ISHERWOOD','ADAM','AEW3');
    INSERT INTO LECTURER VALUES('MWS4','STANHOPE','MARTIN','DES6');
    INSERT INTO LECTURER VALUES('EJK3','KEENE','EDWIN','AEW3');
    INSERT INTO canteach VALUES ('C100','L','JBW1');
    INSERT INTO canteach VALUES ('C101','L','JBW1');
    INSERT INTO canteach VALUES ('C102','L','PKL3');
    INSERT INTO canteach VALUES ('C103','L','PKL3');
    INSERT INTO canteach VALUES ('C103','P','PKL3');
    INSERT INTO canteach VALUES ('C104','L','JBW1');
    INSERT INTO canteach VALUES ('C200','L','PKL3');
    INSERT INTO canteach VALUES ('C201','L','PKL3');
    INSERT INTO canteach VALUES ('C202','L','JBW1');
    INSERT INTO canteach VALUES ('C202','P','PKL3');
    If you want the whole thing just ket me know, thanks again
    ohh and here's the table and data dic..
    CREATE TABLE LECTURER (
    LECTURERID CHAR(4),
    SURNAME CHAR(10),
    FORENAME CHAR(10),
    BOSSID     CHAR(4)
    CREATE TABLE CANTEACH (
    MODULID CHAR(4),
    MODPARTID CHAR(1),
    LECTURERID CHAR(4)
    CREATE TABLE MODUL (
    MODULID CHAR(4),
    MODULNAME CHAR(10),
    MODULEVEL CHAR(1)
    CREATE TABLE MODPART (
    MODULID CHAR(4),
    MODPARTID CHAR(1),
    MODPARTDESC CHAR(10)
    Jd.
    Edited by: user10952460 on 15-Apr-2009 12:12

  • The enter key is not working in firefox but it has working fine in chrome and IE so please help me to rid out from this.

    The enter key is not working in firefox but it has working fine in chrome and IE so please help me to rid out from this.

    Hello gokulaan, '''try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Please help me to come out of this dilemma.

    Hi
    I am in dilemma.
    Recently i have joined a new organization which is a world leader in its field . The company name is very popular around the globe. But the thing is its almost 4 months , and as an Oracle DBA , i am not getting chance to work on something interesting / challenging . The thing is , i studied the environment here and i think most of my work involves only preparing DB docs , attending meeting and raising support tickets once a while. So very minimal technical work.
    To be honest, in last 4 years of my career i haven't worked in such a large organization before so during interview i didn't ask for type of work ,and i just wanted to join this organization as it will have a dramatic impact when i mention the name in my resume . I do not want to quit this organization so early because it will have a bad impression . Also , i think speaking to my bosses will not work because they cant help it in any way .
    I am happy with every thing else here , but i want to leave this company for doing something challenging as an Oracle DBA , but want to stay here because every thing else is damn good and also when i switch to a new company after 2 years , people will be dying to hire me ;) , am i contradicting ?
    Please help me to come out of this dilemma.
    Thanks

    Well, joining a big company from a small company and then leaving it just in few days would actually backfire. Next hiring people would think that since you were in capable to handle the workload in a big company(because you never worked in such environment before), you were thrown out. You won't be able to justify your reason that you left because you didnt' find enough challenge there because it can be completely blown away by a simple counter that how did you know that there was no challenging work there as you never stayed there even for a year too! So IMO, you would do more harm for you than anything good be quitting now. Its a mistake not to ask about the work but you have committed it already . What you should n't do is to do add another one and that is to leave the company now.
    Since you are not having much work, why don't you use it learn more about the company, its various works, other divisons and above all, to learn oracle database in your spare time. There is no place where you would be given challenges for your sake. If there is work it would come to you else you would be remaining free. You are working as a normal dba I believe not in support or something like that for you, every time, a new issue ticket is ready. If you have spare time with you, use it wisely to understand how things are working , both in your organization and with oralce db. Spend time doing trainings and learn more about the product, complete at least and then leave.
    Just my 2 cents.
    Aman....

  • TS1717 I got this message every time i connect my iphone to itunes.. said 'iTunes was unable to load provider data from Sync Services. Reconnect or try again later.' so please help me to solve out this problem..

    I got this message every time i connect my iphone to itunes.. said 'iTunes was unable to load provider data from Sync Services. Reconnect or try again later.' so please help me to solve out this problem..

    In the course of your troubleshooting to date, have you also worked through the following document?
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert

  • In my mac i dont create icloud keychain but it is asking password please help me to get out of this problem

    In my mac book pro i don't create icloud keychain. But it is asking password.Please help me to get out of this problem.In OS X Mavericks

    Hi, nportillo,
    The next time you attempt to reach Skype Customer Service, try again using a different web browser and choosing a different path through the various drop-down menu options presented.  Do not choose the obvious - you have already established that path is not working.  Also, look to approve a pop-up dialogue box which would connect you to start an instant message chat with a customer service agent. If you have pop-ups blocked in your browser settings, this will also impede reaching an agent.
    Skype is aware of problems reaching their customer service unit via the website, however people are getting through.  I have flagged your report for follow-up by those to whom I report.
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • My 4th generation ipod touch is not turning off when i hold the wake button for few seconds the Voice Control Function Starts Automatically.Please help me to get out of this problem.

    My 4th generation ipod touch is not turning off when i hold the wake button for few seconds the Voice Control Function Starts Automatically.Please help me to get out of this problem.

    Sorry i mistakenly made this question. It was alright. No Problem At ALL

  • Well, i was on my laptop now and all of a sudden a pop up message appeared and said "your download is complete" so i went to go check it out and it was 'MacProtector'. i cant delete it and it keeps opening unwanted web pages, please help me sort this out?

    Well, i was on my laptop now and all of a sudden a pop up message appeared and said "your download is complete" so i went to go check it out and it was 'MacProtector'. i cant delete it and it keeps opening unwanted web pages, please help me sort this out someone?

    Refer to:  http://cantalktech.com/2011/05/08/mac-protector/.

  • Upgraded to lion on my 2009 summer macbook pro, now no memory left. something is screwy ...please help an old lady out..

    upgraded to lion on my 2009 summer macbook pro, now no memory left. something is screwy ...please help an old lady out..

    By memory, do you mean space on your hard disk?
    If so, here is one resource:
    Freeing space on your Mac OS X startup disk
    Or do you really mean memory - i.e,, RAM?
    In any case, what occurs that makes you think your "memory" is gone?
    charlie

  • I sign up for TAPJOY.While signing in,they install something in my PROFILE CONFIGURATION...When I check my Settings-General,I can't see the PROFILE OPTION! Please help me :) Im running ios 6.0.1

    I sign up for TAPJOY.While signing in,they install something in my PROFILE CONFIGURATION...When I check my Settings-General,I can't see the PROFILE OPTION! Please help me Im running ios 6.0.1

    Well, after another call with Apple support and the engineers, no success.  After spending over 20 hours trying to debug this, I give up.  Apple was basically fishing for a solution with trial-and-error settings on the iphone.  Then they wanted me to plug in software to log my iphone connections to the router, etc, etc., etc., at which point I decided I no longer wanted to participate in their testing process and will simply return the router.
    25 hours of my life I'll never get back.
    Big bummer, and frustrating for all the obvious reasons.

  • I am asking this for my friend, who was using iphone 4. He lost it one week back and couldnt find it so far. He is having his IMEA number of the phone. Could you please help me in tracing out this?

    I am asking this for my friend, who was using iphone 4. He lost it one week back and couldnt find it so far. He is having his IMEA number of the phone. Could you please help me in tracing out this?

    If he has not previously set up Find My iPhone, there is no way to
    track the iPhone. Apple does not and will not track phones.
    Immediately change all passwords. Hopefully he was using a passcode
    to get by the lock screen. If he was, his data is protected; if not, anyone
    who finds the iPhone can access anything that was on it.

  • HT202159 I am unable to download and always asking password after entering the password  also asking same question please help  me to sort out  this problem.

    I am unable to download and always asking the password it's ok for the once and it's asking more and no results only repeating the same so I am unable to download please help me to sort out this problem and my request please sort out from your side  or let me guide .

    Thanks Eric for responding.
    I checked and it does not appear in the Applications folder.
    I tried yesterday on an ethernet connection with a download speed of 2 Mbps but, unfortunately the connection died(It happened from the ISP end, which is out of my control) in between after which there was no trace of the download that happened for so long(till the internet connection death). 
    One more serious query which I am unable to understand. If the internet connection, dies in the midst of the download is in progress why is it so that the state does not persist and one has to restart the entire process again. Is there no solution for this?
    I tried so many times and its the same case after some amount of download it vanishes. So many unsuccessful attempts. I am ****** off now. Is it not possible to see Mavericks? Why does different machines of Apple behave differently? Somewhere it goes smoothly and somewhere like my mine. Why did not Apple release a non apple store version? Is this not a bad sign of letting the users struggle when something is being offered for free?
    The reason I asked as whether we can download the .app of Mavericks is that, there are so many applications that I have downloaded web and have installed. All that works fine. Can't we do the same here? You download a copy of Mavericks installer application and upload it for me in Google drive or like online storage places which can be downloaded and used by me? Help me understand.
    Thanks again.

  • My phone has gone into recovery mode on its own.  says to connect to itunes.  i have restored it 10 times and it does nothing please help me i am out of the country and desparate

    my phone has gone into recovery mode on its own.  says to connect to itunes.  i have restored it 10 times and it does nothing please help me i am out of the country and desparate

    Open iTunes on computer. Connect iPhone to computer. If the iPhone is recognized in Recovery Mode, then Restore the Firmware. If not recognized, then hold both Home and Power Buttons until the iPhone is recognized in Recovery Mode. Usually takes about 20 seconds of holding both buttons. Restore the iPhone Firmware.

  • Please help me to find out how to turn off the shuffle feature on my touch i-pod, Please help me to find out how to turn off the shuffle feature on my touch i-pod

    Please help me to find out how to turn off the shuffle feature on my I-pod nano ... THANK YOU!!!!!! :)

    Just figured it out :) Thanks though!!!

  • Can anybody please help me to find out the link where small co.

    can anybody please help me to find out the link where small companies implementing saps.

    Hi,
         SAP is providing a solution to Small Scale Industries with SMB (Small and Midsize Business) Product for various industries. It's a Pre configured SAP Solution pertaining to a specific industry(like Pharma, Oil..etc) with which the implementation as well as the cost will also decreases.
    Regards,
      Jayaram...

  • Please help me to find out windows 7 home premium product key

    Please help me to find out windows 7 home premium product key .My windows product ID is 00359-OEM-XXXXXX-XXXX
    my pc have sticker but is damage ...only can see last is -RXWJ8-XXXXX

    Hi,
    Please don't disclose any product key information in here. This is public and open place to discuss Windows 7 problem. It's dangerous for any personal information.
    Also, since the Windows is brought with OEM computer, maybe you could try to contact the manufacturer for help.
    Karen Hu
    TechNet Community Support

Maybe you are looking for

  • Blinking Icons

    Hello to all, I know there is animated gif support in swings, but I have an question. Imagine, java application, communicating throug corba ( 1 tink 12 Threads used for his coomunication:) splitted pane, with treem where each leaf has its onw animate

  • Bookmarks in PDF files added to a portfolio

    How can I preserve the bookmark displays from PDF files added to a portfolio in Acrobat Pro X? Portfolios in Acrobat 9 were able to do so. Some of the viewers of my portfolios will not find it intuitive to scroll through each file in order to see all

  • I already bought an ipad almost a year ago can I still buy the protection program for it?

    I bought this ipad last year in April but now I want the protection program can I still get it?

  • Edit view not representitive of filmstrip view

    I am trying to edit backgrounds. I can see a background in the filmstrip view but not on the stage in edit view.. Whats up? I have included a screen shot.

  • AFAR to recalculate Assets

    Hi, I changed asset value using AS02 and AFAR to recalculate Depriciation.It got executed successfully. where ca i see recalculated values in asset accounting,i went to Aw01n nothing posted there. Please help me on this. Regards, Umadevi Pamarthi