Need serious help: updatig to iOS 4 removed my network settings to Rogers

I have 0 Bars and Rogers no longer shows up as my network. Obviously, not able to call or receive texts. How do I set up the network to connect to Rogers' network again? I tried resetting to Network default and no luck. Help please!!

Hi
Do a complete Erase of Iphone. In the Settings/General/Reset/Erase all content and settings. When your Iphone is reloaded, then switch it off and on again. This should help.

Similar Messages

  • Cold boot problem with X-FI Fata1ty card... Need serious help!

    Hey guys:
    I just finished upgrading my computer. Realized that I have a cold boot problem. In order to identify the source of problem. I began the following test.
    . Remove everything except, cpu, heatsink, ram, video card. Tried to boot with those devices. => No cold boot problem.
    2. Install the rest of the ram sticks (I have 4 x 52 in total). => No cold boot problem.
    3. Install the other video card (my setup is 7900gtx in SLI) => No cold boot problem.
    4. Install the Creative X-FI Fataty card. => COLD BOOT PROBLEM
    Once the computer is shut down via the front power switch on the case, the computer will not boot again. To boot the computer, I need to switch off the main power switch on the back of the psu and switch it back on; then turn on the computer via the front power switch on the case. I tried the problem with and without the sound card. Whenever the sound card is installed. There is the problem. If there is no that sound card in my rig, then there won't be any cold-boot problem.
    My rig specs:
    DFI Lanparty nF4 SLI-DR Venus
    AMD Opteron 65 CCBE 609 - Stock speed
    4 x 52 MB G.Skill Samsung TCCD LE 2.85V DDR 400
    CPU Cooling - Tuniq tower 20
    2 x EVGA 7900 GTX Stock - SLI
    3 x WD Raptor 74G RAID-0 SATA (-3) 0000 rpm (System)
    x Seagate Barracuda 7200.7 60Gb 7200RPM NCQ SATA - 4 (Backup)
    Pioneer Black DVR 0 DVD+/-RW - IDE /0
    Lian-li PC-V 200B Plus-2 with little case mod
    OCZ GameXstream 600W
    Creative Fatalty Sound Card w/ Front Panel
    Logitech Z5500 5. speakers
    I need serious help. This problem is so annoying.
    Tnanks and will greatly appreciate it.Message Edited by White_Hair on 0-27-200605:4 PM

    The onboard sound is disabled. Unfortunately I sold the Seasonic PSU to my friend. The OCZ GameXStream is suppose to be the higher grade psu than Seasonic PSU. Also, the cold boot problem only exists if the sound card is plugged to the motherboard. I tried change different pci slot. It doesn't seem to help the problem. Thanks for the reply Message Edited by White_Hair on 2-02-200606:07 AM

  • Need serious help over here...

    Hi guys...need serious help...I am using nokia lumia 710 for the past 3months...today i tried to reset my phone,but after resetting my phone dint restart...it keeps on rebboting after the WINDOWS PHONE screen apears...So i need some help...i tried pressing power on,camera and volume up and down button to reset again...but nothing happening...if i charge the phone it does the same...plz help me

    Did you try removing the Battery for a couple of minutes, insert back and see if it makes any difference ? If no change then you need to visit Nokia Care

  • I lost all email 6months and older in mac mail. Need Serious Help!

    I lost all email 6 months and older in mac mail. In my in-box as a well as all other folders I created. I expected that the mac email software would keep all email as it did for me in when I used to use Outlook. As well I thought I was covered with the Time Machine I have installed. Well.....The Time Machine that I was aggressively encouraged to buy apparently doesn't back up email. If it does, I must need some secret decoder ring to unlock where it is. I need serious help. I lost months of professional and personal data. I need to fix this immediately and find some way to get my email back. Please help.

    In March when I upgraded to Lion and iCloud I also experienced a similar problem (cluster of problems) which was solved by a password reset (conforming to new requirements) for my Apple ID. I'm glad to see that many nice people contributed and your primary problem is fixed.  My comment is on your Quicken problem.
    Your data inside Quicken 2004 is on borrowed time.  In the process of researching personal budgeting apps I found many reports on the web that indicate Intuit as a company is scaling down Quicken (desktop) development and its future attention to the Mac platform will be minimal.
    Did you know that Intuit is behind Mint.com?  You may be hesitant to put your financial data "in the cloud" and I may be being sheepish, but.. bbaaaa, bbaaaaa, the cloud is where it's going.  I know first-hand want a pain in the arse it is to customize an app to your liking.  I spent several hours on Mint.com setting up categories and tagging transactions.  It's tedious. I didn't look because I wasn't a Quicken user, but perhaps Intuit was nice enough to provide a data conversion path for Mint.com.  It is worth a look.
    My second suggestion is to scour the web for a hack solution.  You can't be the only person who is facing this problem.  Quicken was very popular.  I just bet someone has posted directions or some code for exporting the Quicken 2004 data and manipulating it for something else.
    Good Luck.
    Ellee H.

  • I need serious help please.. We do translations of schoolbooks, I looked for an over-type function but were unable to find, we are working in indesign CS 5. it takes up allot of time to delete text and type in the new language.

    I need serious help please.. We do translations of schoolbooks, I looked for an over-type function but were unable to find, we are working in indesign CS 5. it takes up allot of time to delete text and type in the new language.

    Argh that's frustrating! I never noticed that key did not work in InDesign.
    A bit of research and it turns out the MS Office has this as an option in their software. But I cannot find an option in InDesign preferences to make this work.
    However, somethings are not listed in the shortcuts and preferences and are hidden triggers in InDesign which can be accessed through a script.
    I'm not saying it's possible to activate the Insert Key through a script, but it's plausible that it can be activated.
    Maybe ask on the scripting forum? InDesign Scripting
    I know this may be a possibility as with InDesign's earlier versions of PDF export to interactive documents there previously was no way to export interactive pdfs as single pages if in Spreads.
    But the option to toggle this setting was scriptable.

  • Getting attachments and emails need serious help!!

    I am not sure if I am doing this right, but I am trying to receive emails from gmail, and I am having some serious problems. For some reason I get four emails and then I get a null exception. I have been through my code a dozen times and I cannot find the problem. Here is my code:     try{
                        Properties props = new Properties();
                        props.setProperty("mail.pop3.socketFactory.class", SSL_FACTORY);
                        props.setProperty("mail.pop3.port", "995");
                        props.setProperty("mail.pop3.socketFactory.port", "995");
                        Session session = Session.getInstance(props, null);
                        Store store = session.getStore("pop3");
                        store.connect("pop.gmail.com", "jwheat3300", "carrie11");
                        Folder folder = store.getFolder("INBOX");
                        folder.open(Folder.READ_ONLY);
                        int n=folder.getMessageCount();
                        attach = new String[n];
                        String select = "false";
                        String body = "";
                        for(int i=1; i<=n; i++)
                             Message message = folder.getMessage(i);
                             date2 = "3/2/2006";
                             from = message.getFrom()[0];
                             subject = message.getSubject();
                             attach="false";
                             Multipart multipart = (Multipart)message.getContent();
                             int j = multipart.getCount();
                             for(int l=0; l<j; l++)
                                  Part part = multipart.getBodyPart(l);
                                  disposition = part.getDisposition();
                                  System.out.println(disposition);
                                  if((disposition !=null) && ((disposition.equalsIgnoreCase(Part.ATTACHMENT) || disposition.equalsIgnoreCase(Part.INLINE))))
                                       MimeBodyPart mbp = (MimeBodyPart)part;
                                       if(mbp.isMimeType("text/plain"))
                                            body = (String)mbp.getContent();
                                            if(body==null)
                                                 body="";
                                            bodies.add(new Body(body));
                                       if(mbp.isMimeType("text/html"))
                                            body = "This is an html email. Unable to display HELP";
                                            bodies.add(new Body(body));
                                       if(mbp.isMimeType("application/x-shockwave-flash"))
                                            attach[i] = "true";
                                       System.out.println(part.getContentType());
                                  if(disposition == null)
                                       MimeBodyPart mbp = (MimeBodyPart)part;
                                       if(mbp.isMimeType("text/plain"))
                                            body = (String)mbp.getContent();
                                            if(body==null)
                                                 body="";
                                            bodies.add(new Body(body));
                                            attach[i] = "false";
                                       if(mbp.isMimeType("text/html"))
                                            body = "This is an html email. Unable to display HELP";
                                            bodies.add(new Body(body));
                                            attach[i] = "false";     
                             inmails.add(new Inmail(select, from, subject, date2, attach[i]));
                             table.revalidate();
                        folder.close(false);
                        store.close();
                   }catch(Exception t)
                             System.err.println("Exception900: " +t.getMessage());
    I get the body fine, and what I am trying to do is when I get all of my information is to put this into the inmails vector and then update my table. That works but I am only gettting four of thirty emails. Also when it comes to attachments do I need to set up a mime type for every possible attachment that will come? I need some serious help!

    I guess I am seriously confused then....I tried doing the tutorial from jguru on sun's site and this was how the code was set up. At least I think it is....I pretty much have no idea what I am doing. I mean the code as it stands will get the emails, and by the way this is for an application not for a server or anything. So should I check for it to be just plain text first and then find out if there is a multipart. There is not really any good tutorials that explain what it is I am trying to accomplish. Please help!

  • I need serious help with my nano!!

    So I was running the lastest iPod updater tool from Apple and I hit restore. The line went all the way then it said factory settings have been restored, although both the restore and update buttons were blacked out in the updater tool. The iPod never restarted like its supposed to when you restore it, it just kept on blinking do not disconnect. So I held down menu and the center button to manually restart it. It restarted in black and while blinking do not disconnect. The iPod updater program froze. I went to my computer and it said something like "Removable device" instead of "Andrew's iPod" and I clicked on it and it said it had to be formated. I hit no and then clicked "safely disconnect" and safely disconnected the iPod. I unplugged it and it showed a check mark saying "ok to disconnect". So then I disconnected to cable and it showed some battery ion then shut off. That makes no sense because it had been sharging for hours prior to this. Now when I plug it in it doesn't do anything. Nothing shows up on the iPod and I hit every button and nothing happens. The computer doesn't recognize anything. I need some help big time.

    figured it out myself

  • Need serious help with my Zen Microphoto

    My Zen Microphoto controls are messed up. evrytime i try to use the vertical pad it actually forwards me to the next song. When i press back to return to the previous menu, instead of doing that it played music that i did not even select?
    I REALLY need some help here!!! Its a new Zen Microphoto bought only for a month....

    What did you do to control the senstivity of the touchpad. Do you set it to low or med or high I tried all, it is very upsetting not to be able to master something as simple as this. I love the player I just got it yesterday the sound is beautifull although I accidently had it turn to high when it started to play.
    Need a reply
    thanks:womanwink:

  • Battery Recall (Need Serious Help)

    Hi all,
    I have a Black Macbook (July 06).
    My battery for the last 3 weeks has been horrid. My computer lasts a total of 1.5 hours under min. brightness and no serious workload. And the worst part is, it just shuts off, doesn't sleep when it gets low. Just totally turns off.
    Now my cycle count is at 299 and I have no idea what to do with this thing. I took it out of my computer because I honestly believe I deserve a replacement.
    So I called my local service center here in Lebanon (middle east) and this is what they told me.
    Since I purchased my Macbook from Canada (I had to move to Lebanon in August 06) they cannnot, and will not replace my battery for me. Even if I requested to pay the shipping charges.
    Is there any help for me? I feel they are shafting me because they've done this with my iBook which had the recall battery fire issue. And another iBook which had a manufacturer defect. In anycase, those I fixed when I went back to Canada. But I can't keep these 299 cycles forever! Can someone seriously help me here?

    I know, I was hoping someone could point me in the right direction.
    Maybe you know of an email where I can send my complaint? Because all I can find are 1800 numbers that don't connect when dialing internationally.

  • IOS 6 needs serious help...

    My iPod has become absolutely useless.  I can't load games because they crash, can't load email, use Safari, or even browse in the appstore.  I literally can't do anything on it now since upgrading to iOS 6 last night.  Please fix the bugs or let us know of a way to downgrade back to iOS 5. 

    I agree, first apple released the podcast app that was all bugs and no app and now a half baked os update. Its like they did not even test the software. Buying apple used to mean "it just works" and it might as well stand for "be our beta tester for hundreds of dollars"
    I would like to downgrade to ios 5 as well.

  • Need serious help with quicktime for windows. PLEASE HELP!!! : (

    So i had quicktime on my windows program list and have had it since i bought the computer back in 08' well i got it back from a pawn shop after being down on my luck and they wiped everything out. ever since then i have been uploading pics and videos from my digital camera and the pics are fine but alot of the vids that i have put on here cannot be viewed and when i try to watch them i get an error message saying i need the latest version of quicktime. so i have tried uninstalling it after many failed update attemtps and i cannot get it to uninstall i have tried everything imaginable, from windows utility cleanup to removing it in add/remove programs to just deleting the files in the program list folder. Nothing. i get a prompt saying "the feature you are trying to use is on a resource that is unavailable." and then it goes on to say.. "Click ok to try again or enter an alternate path to a folder containing the installation package 'quicktime.msi' in the box below." and it already has two diffrent paths located in the entry box and i have tried them both and it keeps giving me the same message as i posted above. i am so lost and it dont help that i dont really know a whole lot about computers. i am stuck between a rock and a hard place.any input would be greatly appreciated. thanks!

    i get a prompt saying "the feature you are trying to use is on a resource that is unavailable." and then it goes on to say.. "Click ok to try again or enter an alternate path to a folder containing the installation package 'quicktime.msi' in the box below."
    Unfortunately, these sorts of msi-related troubles have gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center on June 25. First we have to find a copy of the utility.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any QuickTime entries and click "Remove".
    Quit out of CleanUp, restart the PC and try installing QuickTime again. Does the install go through properly this time?
    (If you do find a clean download site for the correct version of CleanUp, please don't tell me where it is. Without wishing to sound paranoid (although I grant it does sound paranoid), there is a non-zero chance that posting links to download locations for the utility here at Discussions leads to that download location being shut down.)

  • Getting this 'glitched' music off of my iPod. Really need serious help.

    Ok, so here goes the story. 2nd gen ipod, 16GB. this just randomly happened- around a week after i homeshared with my friend and bought some new music.
    THERE ARE NO DUPLICATES IN MY LIBRARY CONCERNING THIS MUSIC!!!
    Around a week ago, I bought the album Moulin Rouge. I bought it with a gift card on he computer, then re-bought it on my ipod (a mistake, I know) It was completely normal, played normally, no problems. Far before this, I got a song from inception off of itunes, (we built our own world). It was also normal, save the fact that there was a sound at the beginning of it every time it played- like a clap. It started doubling before the moulin did.
    The album and song are now behaving oddly. They are doubling themselves up. Like, when I have the Moulin album checked, two of each song pop up in the album. then when I uncheck the album, there still remains the whole album; so it seems there are two copies, one glitched stuck on my ipod, one normal from itunes. Moulin also has very weird ******** album art; the art is like a genius mix cover with another random album. Both of these symptoms are the same with the inception song.
    And also, sometimes the moulin picks up random cover art from completely different albums, cover art I have added to songs I have gotten from limewire (NONE OF THE LIMEWIRE SONGS I GOT ARE GLITCHED OR BEHAVING ODDLY)
    So, I have reset my iPod several times. I plugged my ipod in, wen under the music tab, and unchecked the 'Sync Music' box. So now the only music that is on my ipod is the weird, glitch music that doesn't seem to be originating from my iTunes library.
    I don't even know if restoring my ipod will work with this. I have absolutely no ay of getting this music off my ipod. The 'regular' versions of the song + album are behaving fine, I can still listen to everything on my library.
    Please help me. I need to get this iPod through a month or so more, and it just really annoys me to have something like this. I know I can simply create playlists and listen from there, but I kinda need to have my music organized.

    For non-iTunes purchases you need a third-party program like one of those discussed here:
    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities

  • Need serious help about understanding settings on photoshop for the best quality- please reply is you know a lot about this.

    Ideally I'd like to speak to someone from the UK as I feel I can't write out everything I want to say because it's too confusing and it isn't just one question.
    I need help with setting photoshop so the images are the best quality on screen and for websites and printing and how I can change that etc I've heard different things and I just need some clarification and advice.
    Obviously I'm sure some of you wont want to give personal details out that's fine but I'm generally just in need of some advice, let me know if you can help:)

    I don't change any settings.  For 1X web images I always use Save for Web.  PS remembers which web settings you used the last time.   This doesn't effect other files or formats.
    Image optimization — Web Fundamentals
    Improving Images for Hi-Res Retina Displays
    A guide for creating a better retina web - Ivo Mynttinen / User Interface Designer
    Serving Hi-Res images only to High Density Displays with PHP
    Retina Images
    Seriously, you can drive yourself crazy with all this Retina display stuff.  I don't see much upside to it except for very special situations.
    Nancy O.

  • Broadband loosing connection, need serious help pl...

    Hello im very new here and i dont really know what else to do, basically my dad has had a bt home hub 2 for about 2 years and there's been a problem with the broadband disconnection about every hour every. single. **bleep**ing. day, and we couldn't do anything about it and never bothered to call BT, until recently we just moved house and the problem still persisted, so we called bt and explained what was going on so they sent us a new bt home hub 2 and I replaced everything it came with, but still didn't get rid of the problem.
    Vie tried practically everything i can possible do and am too lazy to mention them all at the moment, one thing i have noticed is that it has sometime of pattern to the disconnecting at around about every hour or at 47 minutes past every hour or every 2 hours, sometimes it will last for a day without disconnecting if i am lucky, the wireless and anything connected to the hub wiv be disconnected from the Internet until i restart the hub, but all the lights on the hub stay blue, please help me with this problem i need to know what the problem is.
    Here are the hubs details atm:
    ADSL line status
    Connection information
    Line state
    Connected
    Connection time
    0 days, 0:04:38
    Downstream
    18,830 Kbps
    Upstream
    1,132 Kbps
    ADSL settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    ITU-T G.992.5
    Latency type
    Interleaved
    Noise margin (Down/Up)
    3.3 dB / 6.2 dB
    Line attenuation (Down/Up)
    24.0 dB / 11.3 dB
    Output power (Down/Up)
    0.0 dBm / 12.8 dBm
    Loss of Framing (Local)
    0
    Loss of Signal (Local)
    0
    Loss of Power (Local)
    0
    FEC Errors (Down/Up)
    63188 / 0
    CRC Errors (Down/Up)
    0 / 2147480000
    HEC Errors (Down/Up)
    nil / 10
    Error Seconds (Local)
    88
    please help i dont know what else to do.

    Hi,
    1) Have you tried the test socket? It's located behind the removable faceplate of the master socket.
    This will eliminate your internal wiring as there is alot of errors building up. Please also move any other electrical equipment out of the way. 
    2) When you dail 17070 option2 called quite line test is there any noise? Listen for 2minutes and it should be quite, but slight hum normal for cordless phones.
    3) once your in the test socket can you please repost the ADSL statistics.
    4) when your landline phone rings and you answer it does the connection also drop out?
    There's some useful information on Keith's website here: Investigating speed and connection issues.
    Here's some useful help off the BT Website: http://bt.custhelp.com/app/answers/detail/a_id/7609/c/346
    Cheers
    I'm no expert, so please correct me if I'm wrong

  • Need serious help with JSP + JDBC/Database connection

    Hey all,
    I have to build an assignment using JSP pages. I am still pretty new and only learning through trial and error. I understand a bit now, and I have managed to get a bit done for it.
    I am having the most trouble with a Login Screen. The requirements are that the a form in a webpage has Username/Number and Password, the user clicks Login, and thats about it. The values for the username/number and password NEED to come from the database and I cannot manage to do this. The thing I have done is basically hardcode the values into the SQL statement in the .jsp file. This works, but only for that one user.
    I need it so it checks the username/number and password entered by the user, checks the database to see if they are in it, and if so, give access. I seriously am stuck and have no idea on what to do.
    I dont even know if I have made these JSP pages correct for starters, I can send them out if someone is willing to look/help.
    I have setup 3 other forms required for the assignment and they are reading data from the db and displaying within tables, I need to do this with non-hardcoded values aswell. Im pretty sure I need to use for example 'SELECT .... FROM .... WHERE username= +usrnm' (a variable instead of username="john" , this is hardcoded), I just CANNOT figure out how to go about it.
    Its hard to explain through here so I hope I gave enough info. A friend of mine gave some psuedocode i should use to make it, it seems ok to follow, its just I do not know enough to do it. He suggested:
    get the username and pass from the env vars
    open the db
    make an sql (eg SELECT user, pass FROM users WHERE user = envuser)
    index.jsp points to login.jsp
    login.jsp get the vars you put into index.jsp
    opened the db
    is the query returns nothing - then the user is wrong
    OR if the passwords dont match
    - redirect back to index.jsp
    if it does match
    - set up a session
    - redirect to mainmenu.jsp
    Anyway, thanks for any help you can give.
    -Aaron

    Hi,
    Try this... it may help you...
    mainMenu.jsp
    <html>
    <body>
    <form method="POST" action="login.jsp">
    Username: <input type="text" name="cust_no">
    <p>
    Password: <input type="password" name="password">
    <p>
    <input type="submit" value="LOGIN">
    </form>
    </body>
    </html>
    login.jsp
    <%@ page import="java.io.*, java.sql.*"%>
    <html>
    <body>
    <%
    try {
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection connection = DriverManager.getConnection("jdbc:odbc:rocky");
    Statement statement = connection.createStatement();
    String query = "SELECT cust_no, password FROM customers WHERE cust_no='";
    query += request.getParameter("cust_no") + "' AND password='";
    query += request.getParameter("password") + "';";
    ResultSet resSum = statement.executeQuery(query);
    if (request.getParameter("cust_no").equalsIgnoreCase(resSum.getString("cust_no") && request.getParameter("password").equalsIgnoreCase(resSum.getString("password"))
    %>
    <h2>You are logged in!</h2>
    <%
    else
    %>
    <h2>You better check your username and password!</h2>
    <%
    }catch (ClassNotFoundException cnfe){
    System.err.println(cnfe);
    }catch (SQLException ex ){
    System.err.println( ex);
    }catch (Exception er){
    er.printStackTrace();
    %>
    </body>
    </html>
    I didn't check the code that I wrote. So you may have to fix some part of it. Also this may not be the best solution, but it will help you to understand the process easily.
    The more efficient method is to check whether the result set returned from the database is null or not.... I hope you got the idea... Good luck!
    Rajesh

Maybe you are looking for