3g network still has problems after 3.1.2. PLease Help!

I have recieved a new iphone 3gs, a new sim card, rebooted my phone to factory settings, updated to 3.1.2, and have been on the phone with support for hours but i am still having the same problem where i cant make or recieve calls and a restart fixes it, also if i switch off the 3g network and run on edge it works too. PLEASE HELP!

No idea where you are, but if it is at all convenient make an appointment and take it to an Apple store.
Phil

Similar Messages

  • HI YANN/VADIM...Still having problem in BADIs...please help me out

    Hi Yann/Vadim,
    Facing a problem in BADI can u please help me out...
    I am implementing sourcing dashboard.
    I am facing problem while implementing the badi BBP_ECS_PO_OUT_BADI in SRM. and BBP_PO_INBOUND_BADI in R3.
    i have written following code in BBP_ECS_PO_OUT_BADI in SRM
    method IF_EX_BBP_ECS_PO_OUT_BADI~BBP_B46B_PO_OUTBOUND.
    data : ls_item type BBP_PDS_PO_ITEM_D.
    data : w_customer_fields type BBPS_IF_CUSTOMER_FIELDS_PI.
    move 'POITEM' to w_customer_fields-refobject.
    move 'CATALOGID' to w_customer_fields-fieldname.
    move ls_item-catalogid to w_customer_fields-container.
    append w_customer_fields to ct_bapi_customer_fields.
    endmethod.
    i have created field zsrmcatalogid field in R3 in EKPO table.and i am now implementing the Badi in R3 for BBP_PO_INBOUND_BADI .....in extended classic scenario.
    i have written following code in R3 BADI
    method IF_EX_BBP_PO_INBOUND_BADI~BBP_MAP_BEFORE_BAPI.
    data : wa_customer_fields type bbps_if_customer_fields,
    wa_bapi_te_mepoitem type bapi_te_mepoitem,
    wa_bapi_te_mepoitemx type bapi_te_mepoitemx,
    wa_extensionin type bapiparex.
    data : txt_960(960) type c.
    read table bbp_customer_fields into wa_customer_fields with key
    refobject = 'POITEM' fieldname = 'CATALOGID'.
    if sy-subrc eq 0.
    move wa_customer_fields-container TO
    wa_bapi_te_mepoitem-zsrmcatalogid.
    wa_bapi_te_mepoitemx-zsrmcatalogid = 'X'.
    endif.
    clear txt_960.
    clear wa_extensionin.
    write wa_bapi_te_mepoitem to txt_960 left-justified.
    wa_extensionin-structure = 'BAPI_TE_MEPOITEM'.
    wa_extensionin-valuepart1 = txt_960(240).
    wa_extensionin-valuepart2 = txt_960+240(240).
    wa_extensionin-valuepart3 = txt_960+480(240).
    wa_extensionin-valuepart4 = txt_960+720(240).
    append wa_extensionin to bapi_extensionin.
    clear txt_960.
    clear wa_extensionin.
    write wa_bapi_te_mepoitemx to txt_960 left-justified.
    wa_extensionin-structure = 'BAPI_TE_MEPOITEMX'.
    wa_extensionin-valuepart1 = txt_960(240).
    wa_extensionin-valuepart2 = txt_960+240(240).
    wa_extensionin-valuepart3 = txt_960+480(240).
    wa_extensionin-valuepart4 = txt_960+720(240).
    append wa_extensionin to bapi_extensionin.
    endmethod.
    But its not working...
    The PO details are not passed from SRM to R3.......
    PLEASE CAN U GIVE ME EXACT CODE FOR CHANGES TO BE MADE IN THIS BADI ..AS IT IS NOT WORKING...
    Can anybody help me regarding how to debug the BADI in R3.
    Thanks in Advance...

    Hi Ravi,
    You can transfer the standard SRM catalog ID field to R/3 tracking number field (if not already used for another purpose) in the R/3 PO.
    This will avoid to implement the R/3 inbound bapi.
    Here is an extract of the code.
    The ECS PO badi example was here used to transfer the unlimited delivery flag to R/3 PO for a Z combination of criteria as well as the transfer of <b>catalog ID</b> to <b>tracking number field</b> in R/3 PO :
    method IF_EX_BBP_ECS_PO_OUT_BADI~BBP_B46B_PO_OUTBOUND.
    update unlimited delivery flag in R3 PO for combination of vendor +
    Product Category maintained in the bespoke table ZUD_PC_VNDR ..
      LOOP AT ct_bapi_poitem INTO ls_bapi_poitem.
        lv_tabix = sy-tabix.
        IF ls_bapi_poitem-po_item IS NOT INITIAL.
          READ TABLE it_item INTO ls_item
               WITH KEY number_int = ls_bapi_poitem-po_item
                          del_ind    = ' '.
          IF sy-subrc = 0.
    Set Unlimited delivery Flag
            read table li_zud_pc_vndr into ls_zud_pc_vndr
                            with key partner       = ls_partner-PARTNER_ID
                                       category_id = ls_item-category_id.
            if sy-subrc eq 0.
              ls_bapi_poitem-UNLIMITED_DLV = 'X'.
            endif.
    Set the Dummy catalog.. entry..
            if ls_item-catalogid eq c_dummy.
              ls_bapi_poitem-TRACKINGNO = c_noncat.
            endif.
            ls_bapi_poitem-GR_BASEDIV = ' '.
            modify ct_bapi_poitem from ls_bapi_poitem index lv_tabix
                          transporting UNLIMITED_DLV TRACKINGNO GR_BASEDIV.
          ENDIF. "READ TABLE it_item ..
        ENDIF.   "IF ls_bapi_poitem-po_item ..
      ENDLOOP.   "LOOP AT ct_bapi_poitem ..
    endmethod.
    Kind regards,
    Yann
    PS : please do reward helpful answers ))

  • WAP54G Wireless Repeater still has problems after setup

    I have a WAP54G configured as a Wireless Repeater to my WRT54GS router.  I have configured all equipment on my  wireless network (192.169.1.xxx) with static IP's.  My Router MAC has been entered in the WAP54G and the link works . . . kinda . . . .sorta. . . .with issues
    I also have an A/V receiver hard-wired to the RJ-45 at the Wireless Repeater.  I am able to access Internet Radio stations on the A/V Receiver thru the Wireless Repeater uplinked to the Router and out to Internet.  I also have a Synology NAS which is hard-wired back at my WRT54GS router.  Although the A/V Receiver can "see" all audio files and folders on my network NAS, I am unable to play any of the MP3 files.  The Receiver will immediately display "Access Error".  As a test, if I temporarily plug the NAS network directly into the A/V Receiver (threreby bypassing all of my home networking) all MP3's will play fine.  Therefore, the problem must either be in the WAP54G, the WRT54GS, or the configuration in one or both of them..
    My connections are:
    A/V Receiver ------ WAP54GS {{{{{{{{{ wireless }}}}}}}}}}} WRT54GS ----- CABLE Modem ------- Internet
    I also have a NAS directly hard-wired into one of the WRT54GS RJ-45 ports.
    My questions::
    1. When configured as a Wireless Repeater, wll the WAP54G still fully function with hard-wired devices connected directly into the RJ-45 port (as I currently have it set up)?  Most all of the literature and articles I've seen concentrate on the expansion of the Wi-Fi portion of the Wireless Repeater only and make minimal or no mention of using the integral RJ-45 port.
    2. Since the WAP54G Wireless Repeater has a separate actual IP address, do I need to do any changes to addressing on either my A/V Receiver, NAS? or Router  Specifically, does the Wireless Repeater become fully "transparent" to my home network or do I need to re-enter different IP addresses, port forwarding or port trigerring?  (This is the stuff I don't really understand.) 
    3. Should the system basically function as I have described or is there anything I'm obviously missing that would prevent the A/V Receiver from properly communicating with the NAS thru the Wireless Repeater and the Router?
    All replys or suggestions gratefully appreciated.

    Thanks for the reply,
    As far as your sketch is concerned . . .Yes, that is what I attempted to describe in my earlier postings.
    Before my first post, I attempted to verify as much as I was able.
    I noted earlier that I had tried AP Client and could not get it to work.  Literature for the WAP states that the only mode which can connect a WAP to a WRT router is the Wireless Repeater mode.  On the WAP, both AP Client, and Wireless Bridge modes state that each will only communicate with another (second) WAP (there is no mention of WRT in those modes).  That would require a second WAP and yet more $$$, just to uplink ONE RJ-45 to my router.  OK, since it can't damage anything, I tried the other modes just for "grins & giggles".  It resulted in a very-unhappy wireless network.  All network devices poped up with IP-Conflict errors and the network came to a crashing halt.  This is why I ended up with Wireless Repeater mode.
    Yes, with the WAP configured as Wireless Repeater, I AM able to easily ping the receiver from anywhere on my network.  In fact, I've tried 3-4 different ethernet devices plugged into the RJ-45 port of the WAP and I can ping them all.  Amazingly, every other ethernet device I plug into thje WAP work perfectly  . . except streaming music from my NAS to my A/V receiver.  At that point, I suspected the receiver has a network port problem except it perfectly streams internet radio thru the WAP.  The only thing the WAP will not stream successfully is music from my NAS.  I should also clarify that ALL firewall features on my NAS are disabled because it is already on the secure side of my router.  Therefore, I'm positive nothing in the NAS is blocking access from the WAP.  I've also verified my other 3 home PC's can access the NAS.  Two PC's are hard-wired to my router net and one PC is a laptop with wi-fi linked to my WRT router (all are on my 192.168.1.xxx network).  The REALLY screwy part is that I CAN display all files and folders on the NAS from the receiver  . . they just won't successfully play without giving a network error message.  Lastly, as a test, I've even temporarily disabled all wi-fi security.  Result is identical.
    To eliminate everything but the WAP, I temporarily stretched a 75' Cat-5 cable between the receiver and my WRT router.  With no other changes or setting mods, it immediately works perfectly.  Seriously, I've spent dozens & dozens of hours on this.  I"ve even borrowed another WAP from a friend (same version & newest firmware revision) and once it is configured, it does the exact same thing. I've even did a WAP hardware "Reset" and reconfigured it from scratch . . . also same thing. 
    Again, to clarify, ALL of this is on the same side of my home network.  Everything is within my 192.168.1.xxx.  I've triple-checked that I have no IP confilicts, I've tried both DHCP and using static IP's.  I've even tried disconnecting ALL other devices except for my receiver, the WAP and the WRT with the same results.   I am NOT trying to access any of this from the internet side of my router, so I shouldn't need to mess with port forwarding amd all that.  Everything says it "should" work . . . but yet it doesn't, on TWO different WAP devices.  All I can figure out is that the RJ-45 port on the WAP is not "fully transparent" when configured as a Wireless Repeater.  The literature does not state whether it is or if the device is designed as a Wi-Fi repeater only.
    Since I'm only trying to get a single RJ-45 device up-linked to my router, I'm inclined to pick up a $30 ethernet to wi-fi gaming adapter, throw my old WAP on the shelf and get a beer.  It should work, and I've spent WAY too much time on this already.

  • Very disappointed GTX 670 OC still has problems after international RMA

    I bought the N670GTX-PM2D2GD5/OC vga in amazon in the United States and brought it back with to Brazil me 6 months ago. At that time I got red screen of death RSOD and send it to RMA in the US (which cost me more money) since the local MSI office doesn't accept products bought outside Brazil.
    6 months later, I have the board with me.
    I updated nvidia drivers, plugged in the card and this was the result after first boot:
    After four tries it booted into windows and everything seemed normal. After playing BF3 for about 15 minutes the screen goes black and I have to hit the power button to reboot. Sometimes it would show me a driver crash inside widnows "nvidia driver stopped working bla bla". Last try I couldn't boot into windows and the blue screen appeared again. I am able to run windows only in safe mode.
    I am very disappointed with MSI product quality and customer service.
    Any ideas of what I could try before sending this thing back AGAIN? I tried downclocking the board, no luck.

    Current Vbios: NV284MS.101 This is the latest legacy Vbios.
    There are some later Win 8 UEFI Vbios, but they may not be compatible with your main board. Is your mainboard have Win 8 Options in bios? You are welcome to try the vbios, but your computer may not boot after if it ins't compatible. You would need another computer in order to flash the vbios back to legacy in that case.
    You may want to test the card in another computer as well to verify where the problem lies first. If the problem re-occurs in another omputer, then try that gop vbios.

  • Big problems after hard drive failure - Please help.

    About 2 weeks ago, my Macbook seized, and was sent to Apple to repair.
    It was found that the hard drive failed, and 2 weeks later I received my macbook back with a new hard drive.
    Luckily I had backed up my home drive and was able to restore it using backup.
    Now this is where my problems start.
    My home drive is not the same name ( I think - I can'r remember too well what it was called previously )
    I have my entire music library backed up to an external hard drive, and mounting this hard drive is a REAL pain in the *** now.
    Sometime it loads up, sometime it just doesn;t get recognised, and I can put the USB connection in and out 10 times before it mounts.
    I have verified the disk, and nothing is wrong.
    Does anyone know what this problen could be ?
    I have left the external hard drive in during the night, and after the macbook goes to sleep, I will go back to it in the morning, and the hard drive has been unmounted, and I repeat the exercise over again of trying to mount the drive.
    Its so annoying, and I just dont know wht to do.
    If anyone can help, I;d really appreciate it.
    Griff

    SMART status is a pretty reliable indicator of what is going on. You should back up your irreplaceable files as soon as possible.

  • Why is my iphone 5 having network and battery problems after the ios 6.1.2?

    why is my iphone 5 having network and battery problems after the ios 6.1.2?

    I also forgot to mention that when it did have power, it wouldn't let me shut it off to try and conserve the battery life. Right when it powered down it would power right back up.

  • TS1363 My iPod Nano 7th Generation couldn't be detected by iTunes when I plugged in. I tried resolving the issue by uninstalling the iTunes and then install it back again but yet still the same problem exist. Can you please help me to solve this issue?

    My iPod Nano 7th Generation couldn't be detected by iTunes when I plugged in. I tried resolving the issue by uninstalling the iTunes and then install it back again but yet still the same problem exist. Can you please help me to solve this issue? I have already updated to the latest version of iTunes on my Windows 8 and I cannot synchronize my iPod for the time being. Please do help me to solve this problem. Thank You.

    uninstall all iTunes,5 programes,this worked for me after reinstall them

  • HT1776 I have the Energy Saver setting set to NEVER on both options, and my computer STILL goes to SLEEP after 1 hour. Please help!

    I have the Energy Saver setting set to NEVER on both, and my computer STILL goes to SLEEP after 1 hour. Please help!
    My COMPUTER goes to sleep and disrupts my apple tv all the time. How can I fix this?

    That you are getting the BONG is a good sign, it's unlikely to be hardware if you are able to hear that.
    Start by running SW update. It's not that there is a specific fix, but when updating it may rewrite some system files which may get this going again purely as a side affect. Worth a go, and should not harm the system.
    Try reset the PRAM - Resetting your Mac's PRAM and NVRAM
    Hopefully one of these quick fixes works, otherwise we'll need to try isolate the issue next - so if still having a problem, I'd try create a new user and login as that user to see if the issue persists (which will tell us if it's system wide or user specific)

  • My ipod touch has been stuck in recovery mode for like 3 months and ive downloaded the newest itunes but itunes still wont recognize it!!! PLease Help by the way im using a macbook!!!!

    My ipod touch has been stuck in recovery mode for like 3 months and ive downloaded the newest itunes but itunes still wont recognize it!!! PLease Help by the way im using a macbook!!!!          
    PLEASE HELP!!!!!!

    Have you been through the steps mentioned in this article? iOS: Device recognized in iTunes for Mac OS X

  • My iPHONE 5 wifi is NOT working when am 3 feet away from router while my iPhone 4s has full signal all the time.Please help.

    My iPHONE 5 wifi is NOT working when am 3 feet away from router while my iPhone 4s has full signal all the time.Please help.

    The problem would seem to be in the firewall in your router.  Have you tried disabling it? I assume you've updated the router firmware, right?  Consider bypassing the ISP provided router (using it as a modem only) and unsing another device such as an Aiport Express.

  • I just want to know that if I buy an iphone 4S here in melbourne can i use it in china? i don`t know whether it`s locked or not and i don`t know what`s the network in china as well. Can somebody please help?I am really in a hurry to know it. Thanks a lot.

    I just want to know that if I buy an iphone 4S here in melbourne can i use it in china?
    i don`t know whether it`s locked or not and i don`t know what`s the network in china as well.
    Can somebody please help?
    I am really in a hurry to know it.
    Thanks a lot.
    P.S: For the iphone 4S. is there any difference for the one from online shop or the actual store?

    iPhones purchased from the online Apple Store in Australia will be unlocked. To the best of my knowledge, unlocked iPhone are not available from the physical Apple Stores at this time, though you can call the Apple Store in Melbourne and inquire.
    Note that the warranty on iPhones is not international, so if you purchase an iPhone in Australia and it needs service, you would have to ship the iPhone to someone in Australia to take or send to Apple for service and then ship it back to you.
    Regards.
    (Note for any readers: this is an old thread and I posted before noticing the date, but decided to leave my reply in case anyone else finds the thread and has the same question).

  • I have photoshop elements 11 installed on my desktop pc, I want to install it on my laptop as well, I read that it can be installed on two systems, but I get a message taht the redemption code has been used by another ID, please help

    I have photoshop elements 11 installed on my desktop pc, I want to install it on my laptop as well, I read that it can be installed on two systems, but I get a message taht the redemption code has been used by another ID, please help

    A redemption code can only be redeemed once.  It is used to acquire a serial number. The serial number is what you need to activate the installed software.  If you did not keep the serial number when you first installed, you might still be able to find it in your Adobe account online if you registered the software.

  • I have a really really big problem to my iphone icloud please help me i could send you my birth certificate for confirmation that im the real user please help me

         i have a really really big problem to my iphone icloud please help me i could send you my birth certificate for confirmation that im the real user please help me apple.corp and please tell me if this is not possible to be done it almost a month that i cant use my iphone.
         thank you for those who read this
    <Email Edited by Host>

    Remove your email address.  This is a public website, and you are addressing thousands of strangers.
    After doing that, tell us what your issue actually is.  This is a user-to-user technical forum.  You are not addressing Apple here.

  • Firefox is having problems with "Southwest Airlines website" Please help soon

    Whenever I go on Southwest Airline website, it does not work. I am having this problem since last month. Please help on this as soon as you can.

    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Other things that need your attention:
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    * Shockwave Flash 10.0 r22
    * Java Plug-in 1.6.0_07 for Netscape Navigator (DLL Helper)
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://kb.mozillazine.org/Flash
    *http://www.adobe.com/software/flash/about/
    Update the [[Java]] plugin to the latest version.
    *http://kb.mozillazine.org/Java
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • HT1695 Wi-Fi to your iPhone does not work with the knowledge that I have worked Restart for the same purpose network does not work What is the solution please help as soon as

    Wi-Fi to your iPhone does not work with the knowledge that I have worked Restart for the same purpose network does not work What is the solution please help as soon as

    Okay, the Wi-Fi doesn't work.  Turn it on.
    Beyond that, we cannot offer any other assistance as you've failed to provide useful details of the problem.
    When responding, post in your native language as your English makes very little sense.

Maybe you are looking for