Iphone data roaming - option not working ( urgent please help)

I am going on a long holiday (3months) to various countries from Canada and I will be using my phone only for the first leg of the journey for 15 days just to keep in touch with my family to say I'm safe and all. I dont want to unlock or jailbreak my phone.
Is there a way to disable the 3G to avoid roaming charges ( Since I am on a contract I cant ask my provider to block it) I turn on the data roaming option but the 3G sign is still shown and its still connecting to the network
Is there any other way

"I turn on the data roaming option but the 3G sign is still shown and its still connecting to the network"
Are you out of the country when you do this? It won't disable data when you are in your home network.
From the manual:
"Data Roaming turns on Internet and visual voicemail access over a cellular data
network when you’re in an area not covered by your carrier’s network. For example,
when you’re traveling, you can turn off Data Roaming to avoid potential roaming
charges. By default, Data Roaming is turned off. "
BTW, I'm not sure how helping you avoid a roaming bill is urgent. Some have much more "urgent" problems, like crashes, unresponsive iphones, etc.

Similar Messages

  • VO extension not working-Urgent, please help

    Hello Everyone,
    I have created a VO extension, but its not showing on the page.
    Following are the steps i followed:
    1. ftp the folder
    2. made project, created extended VO.Since no attribute addition is there, didnt generate VOimpl or VOrowimpl java class files for custom VO.
    3. made substituition, imported it to mds repository.(its showing the details of customization using the jdr_utils.printdocument)
    4. deployed the .xml files in JAVA_TOP.
    5. Cleared cache
    6. Bounced Apache and OC4J
    Still i cannot see the change done or is the extended VO shown in the business components part in 'about this page'
    Please help.
    Thanks,
    Raivin

    Hello Sravanth,
    Its picking the custom VO after i made the changes in substituition.
    But i am getting the follwoing error, please check:
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT lkp.lookup_code,
         doc.document_type, lkp.meaning, usg.std_user,
    usg.non_std_user, usg.has_amendments
    FROM (SELECT lookup_type, lookup_code, enabled_flag, start_date_active,
    end_date_active, tag, meaning
    FROM fnd_lookup_values
    WHERE LANGUAGE = USERENV ('LANG')
    AND enabled_flag = 'Y'
    AND SYSDATE BETWEEN start_date_active
    AND NVL (end_date_active, SYSDATE)
    AND lookup_type LIKE 'OKC_TERMS_AUTH_ACTIONS%'
    AND lookup_type = 'OKC_TERMS_AUTH_ACTIONS_' || :doc_mode
    AND (fnd_profile.value('RESP_ID') not in (50744,50745))
    UNION ALL
    SELECT lookup_type, lookup_code, enabled_flag, start_date_active,
    end_date_active, tag, meaning
    FROM fnd_lookup_values
    WHERE LANGUAGE = USERENV ('LANG')
    AND enabled_flag = 'Y'
    AND SYSDATE BETWEEN start_date_active
    AND NVL (end_date_active, SYSDATE)
    AND lookup_type LIKE 'OKC_TERMS_AUTH_ACTIONS%'
    AND lookup_type = 'OKC_TERMS_AUTH_ACTIONS_' || :doc_mode
    AND lookup_code not in ('LOCK_CONTRACT'
    ,'REMOVE_TERMS'
    ,'UPDATE_SOURCE'
    ,'UPD_VAR_VALUES'
    ,'UPLOAD')
    AND (fnd_profile.value('RESP_ID') in (50744,50745))
              ) lkp,
    (SELECT document_type, doc_preview_function, enable_amend_summary_yn,
    enable_attachments_yn, show_preview_btn_yn,
    enable_attached_doc_flag, variable_resolution_am
    FROM okc_bus_doc_types_b
    WHERE document_type = :doc_type) doc,
    (SELECT document_type, document_id, template_id,
    contract_source_code, lock_terms_flag, enable_reporting_flag,
    :is_std_user std_user, :is_non_std_user non_std_user,
    okc_terms_util_pvt.has_amendments
    (document_id,
    document_type,
    :doc_version
    ) has_amendments,
    okc_terms_util_pvt.has_uploaded_terms
    (document_type,
    document_id
    ) has_uploaded_terms
    FROM okc_template_usages
    WHERE document_id = :doc_id AND document_type = :doc_type) usg
    WHERE doc.document_type = usg.document_type
    AND ( ( doc.document_type IN ('OKC_BUY', 'OKC_SELL', 'OKO')
    AND lkp.lookup_code = 'CHECK_ART_UPD'
    OR ( doc.document_type NOT IN ('OKC_BUY', 'OKC_SELL', 'OKO')
    AND DECODE (lkp.lookup_code,
    'PREVIEW', DECODE
    (DECODE (doc.doc_preview_function,
    NULL, 'N',
    'Y'
    'Y', NVL (doc.show_preview_btn_yn,
    'Y'
    'N'
    'REMOVE_TERMS', DECODE (usg.std_user,
    'Y', usg.non_std_user,
    'N'
    'UPDATE_SOURCE', DECODE (usg.contract_source_code,
    'ATTACHED', DECODE
    (usg.std_user,
    'Y', usg.non_std_user,
    'N'
    'Y'
    'VIEW_AMEND', DECODE
    (lkp.lookup_type,
    'OKC_TERMS_AUTH_ACTIONS_AMEND', NVL
    (doc.enable_amend_summary_yn,
    'N'
    'OKC_TERMS_AUTH_ACTIONS_VIEW', DECODE
    (usg.has_amendments,
    'Y', NVL
    (doc.enable_amend_summary_yn,
    'N'
    'N'
    'MANAGE_K_DOCS', NVL (doc.enable_attachments_yn,
    'N'),
    'DOWNLOAD', DECODE
    (NVL (doc.enable_attached_doc_flag,
    'Y'
    'Y', DECODE
    (usg.contract_source_code,
    'STRUCTURED', 'Y',
    'N'
    'Y', 'Y',
    'N', 'N'
    'RESUME_CTRT_UPLOAD', DECODE
    (usg.std_user,
    'Y', DECODE
    (usg.non_std_user,
    'Y', DECODE
    (has_uploaded_terms,
    'Y', 'Y',
    'N'
    'N'
    'N'
    'UPLOAD', DECODE
    (usg.std_user,
    'Y', DECODE
    (usg.non_std_user,
    'Y', DECODE
    (has_uploaded_terms,
    'Y', 'N',
    'Y'
    'N'
    'N'
    'LOCK_CONTRACT', DECODE (usg.lock_terms_flag,
    'Y', 'N',
    'Y'
    'UNLOCK_CONTRACT', DECODE
    (has_uploaded_terms,
    'Y', 'N',
    DECODE (usg.lock_terms_flag,
    'Y', 'Y',
    'N'
    'REVIEW_DEV_REP', DECODE
    (doc.variable_resolution_am,
    NULL, 'N',
    'Y'
    'Y'
    ) = 'Y'
    AND ( ( lkp.lookup_type = 'OKC_TERMS_AUTH_ACTIONS_AMEND'
    AND ( ( lkp.lookup_code = 'UPDATE_SOURCE'
    AND DECODE (usg.std_user, 'Y', usg.non_std_user, 'N') =
    'Y'
    OR (lkp.lookup_code <> 'UPDATE_SOURCE')
    OR (lkp.lookup_type <> 'OKC_TERMS_AUTH_ACTIONS_AMEND')
    AND ( (usg.contract_source_code = 'STRUCTURED')
    OR (( usg.contract_source_code = 'ATTACHED'
    AND lkp.lookup_code NOT IN
    ('CHECK_ART_UPD',
    'REVIEW_DEV_REP',
    'UPD_VAR_VALUES',
    'DOWNLOAD'
    OR ( usg.contract_source_code = 'ATTACHED'
    AND usg.enable_reporting_flag = 'Y'
    AND ( ( doc.variable_resolution_am IS NULL
    AND lkp.lookup_code NOT IN
    ('DOWNLOAD',
    'REVIEW_DEV_REP',
    'RESUME_CTRT_UPLOAD',
    'UNLOCK_CONTRACT',
    'LOCK_CONTRACT',
    'UPLOAD'
    OR (doc.variable_resolution_am IS NOT NULL)
    AND ( ( NVL (usg.lock_terms_flag, 'N') = 'Y'
    AND lkp.lookup_code NOT IN
    ('CHECK_ART_UPD',
    'LOCK_CONTRACT',
    'REMOVE_TERMS',
    'UPDATE_SOURCE'
    OR (NVL (usg.lock_terms_flag, 'N') = 'N')
    ORDER BY lkp.tag
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:896)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:870)
         at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:993)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:211)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:153)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:762)
         at oracle.apps.okc.terms.webui.StructureContainedCO.getActionsForDocument(StructureContainedCO.java:2306)
         at oracle.apps.okc.terms.webui.StructureContainedCO.processRequest(StructureContainedCO.java:301)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:596)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.layout.OATableLayoutBean.processRequest(OATableLayoutBean.java:353)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAFlexibleContentHelper.processRequest(OAFlexibleContentHelper.java:504)
         at oracle.apps.fnd.framework.webui.beans.OAFlexibleContentBean.processRequest(OAFlexibleContentBean.java:356)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.beans.layout.OAFlexibleLayoutBean.processRequest(OAFlexibleLayoutBean.java:357)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1166)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2513)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1894)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:538)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:426)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at OA.jspService(_OA.java:221)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    java.sql.SQLException: Attempt to set a parameter name that does not occur in the SQL: 1
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:271)
         at oracle.jdbc.driver.OraclePreparedStatement.setObjectAtName(OraclePreparedStatement.java:11110)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.setObjectAtName(OraclePreparedStatementWrapper.java:815)
         at oracle.jbo.server.OracleSQLBuilderImpl.bindParamValue(OracleSQLBuilderImpl.java:3919)
         at oracle.jbo.server.BaseSQLBuilderImpl.bindParametersForStmt(BaseSQLBuilderImpl.java:3335)
         at oracle.jbo.server.ViewObjectImpl.bindParametersForCollection(ViewObjectImpl.java:13827)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:804)

  • My Iphone 4s' speaker does not work. Please help!

    When I try to play music, put it on speakerphone, etc. it does not work.

    If repeatedly tapping the speaker and mute buttons don't work, try plugging/unplugging some headphones. Usually the circuit logic inside will reset itself.

  • I've just updated my iPhone to the new iPhone OS and now it won't work and iTunes won't recognise that it's there.  I've uninstalled iTunes and reinstalled twice and it's not working.  Please help.

    I've just updated my iPhone to the new iPhone OS and now it won't work and iTunes won't recognise that it's there.  I've uninstalled iTunes and reinstalled twice and it's not working.  Please help.

    I have not had wifi since November when I upgraded to the newest IOS version.  I called the Apple help line and they told me some things to do and I tried them all and they worked for a few hours and then wifi shut off again.  I kept doing what they told me and it worked for a couple more days and then I could never turn it on again.  My blue tooth doesn't work either.  I had to actually increase my data usage with AT&T becuase of this.  When I did that in December I went to the Apple store and was told that it is a hardware issue and since my phone is out of warranty I would have to pay for a new phone because they could not fix the issue.  My upgrade isn't up until June 2014 so not only do I have to wait for the upgrade and I am not paying for a new phone but I have to pay $10 plus extra a month on my cell phone bill because I was going over on my Data!!!  I have been beyond upset about this and Apple is not doing anything about this nor did they offer up some way to resolve the issue because obviously it is not just some rare incident if several people are having this issue.  Who knows how many people out there have had this issue and have not said anything about it.  Now there is a newer update that I can't do because it requires wifi in order to download.
    June can not get here fast enough and I may not go back to Iphone after dealing with this for so long with no help from Apple.

  • I have iphone 4s and just bought an ebook for ibook, trouble is the font is so tiny I can't read it and the font sizer is not working? Please help!

    Hi, I have the  iphone 4s and just bought an ebook for ibook, trouble is the font is so tiny I can't read it and the font sizer is not working? Please help!

    Hello Glittergirl68,
    Thank you for using Apple Support Communities.
    It sounds like the function to reseize the Font in an iBook is not functioning properly.
    I recommend a few things here. First close all the apps that are running in the background:
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    From: iOS: Force an app to close
              http://support.apple.com/kb/ht5137
    When you have done that, restart the phone, and try again.
    If the issue persists, I would follow these steps from the article:
    iOS: Troubleshooting apps purchased from the App Store
    http://support.apple.com/kb/TS1702
    2. Check for app updates
    You can setup apps to update automatically in Settings > iTunes & App Store, but make sure that your apps are up to date:
    Open the App Store and tap Updates. If updates are available, tap Update All.
    If  prompted, enter your iTunes Store account information. App Store will then download and install the app updates.
    Note: Some apps may require a Wi-Fi connection to update.
    3. Install another app from the App Store
    If none of your user-installed apps will launch, there could be an issue with Apple ID authorization. Download and install an app that isn't already installed on your device to reset this information. You can also remove an app from your iOS device and download it again from the App Store or sync the app from your computer.Note: If you have installed apps using multiple Apple ID accounts, you may need to perform this step for each account.
    4. Restart the app
    If the issue affects only a single app, try closing just that app.
    5. Restart your device
    Turn the device off and on.
    6. Reinstall the affected app
    Remove the app from your device and reinstall it:
    Tap and hold any app icon on the Home Screen until the icons start to wiggle and show a small "x" in the top-right corner of the app.
    Tap the "x" in the corner of the app you want to delete.
    Tap Delete to remove the app and all of its data from your device.
    Press the Home button.
    Go to the App Store.
    Search for the app and then download it again.
    All the very best,
    Sterling

  • Ever since the last IOS update, my Iphone 5c has been acting weird. The time is always off; It says that its 9:30 in the morning when it's actually 2pm. I try to fix it, but it just goes back to not working. Please help!!

    I go to settings and switch "Automatic time" off and then back on. It works for a while, but then just goes back to being off. I've tried manually setting the time, but it just goes back to what it was before. If I send a text, it sends and then disapears. I can't see what I wrote! I went in to Apple to try and get it fixed, but they just restored my phone. It's still not working. Please help!

    It's not hacker or a virus. You are experiencing what a number of users of iOS 5 are experiencing now - sluggish or less than perfect iPad performance. It seems that for some of us - memory management has gotten a little out of whack with this most recent update. Some of the basic troubleshooting steps that you can try are ....
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Close apps in the recents tray. Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    If you have Safari crashing issues - Go to Settings>Safari>Clear History, Cookies and Data. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    None of these steps should be necessary as part of your daily routine - the iOS is supposed to handle all of this without any user input. Once again - for some of us - the iOS is letting us down.
    Until Apple releases another update that resolves this issue for the "few" that suffer, keep these steps in mind and use them as needed.

  • After installing iPhone Configutilities in my Mac, Personal Hotspot using USB is not working! Please help, I am using 10.7 Lion OS

    After installing iPhone Configutilities in my Mac, Personal Hotspot using USB is not working! Please help, I am using 10.7 Lion OS

    Did you talk to your carrier?

  • I just got the iPhone 5 and noticed that the message alerts will only alert once . I have it set up as 3 times and its not working . Please help. I'm running 6.0.2 and I really starting to get ****** off with apple products

    I just got the iPhone 5 and noticed that the message alerts will only alert once . I have it set up as 3 times and its not working . Please help. I'm running 6.0.2 and I really starting to get ****** off with apple products

    Instead of getting annoyed, read the User's Guide and try basic troubleshooting.

  • HT204387 I have brought a iPhone 5s and installed software but my bluetooth is not working. Please help me

    I have brought a iPhone 5s and installed software but my bluetooth is not working. Please help me

    What are you trying to connect the iPhone to and what is happening when you try?

  • I got my Iphone 3gs unlocked, but Navigation and Compass are not working. Please help if anybody had faced this problem and got it resolved.

    I got my Iphone 3gs unlocked, but Navigation and Compass are not working. Please help if anybody had faced this problem and got it resolved.

    Only the carrier that the iPhone was locked to can unlock. There you go, hacking void any support from this forum.

  • TS3682 i earsed my iphone frome icloud and it didn't never work it still loading for 3 hours and still not working ? please help me so fast

    i earsed my iphone frome icloud and it didn't never work it still loading for 3 hours and still not working ? please help me so fast

    First man up and admit, that itunes does not suggest, but tells you that update is available and you made a
    decision to download and update. Once you man up - think if you still under warranty. If that is not security
    software according to the link provided, it is hardware. So second try another network, may be your network
    has additional security or firewall. And third decide if it worth to you pay 149 for that phone or get it replaced.
    Unless your 3gs under warranty.

  • My international data roaming is not working in china, why?

    I am currently traveling in mid-east china, but my data roaming is not working. it shows good single bar, but when I try to receive emails (from gmail or AOL account), it gives me error messages. it is very frustrating. it has been 3 days that I can't retrieve emails. I do have voice service though.

    You might need to contact VZW for some trouble shooting help. Unless you are using a 3rd party simcard...then you might have to check with them to make sure their isn't an issue.

  • HT1349 The nice man Joseph Shen helped me with my google problem on my iPhone and worked for 2 days and now not working again please help me solve this problem were I can retrieve my messages on the I phone when I am not at home  on my wi Fi is the only t

    The nice man Joseph Shen helped me with my google problem on my iPhone and worked for 2 days and now not working again please help me solve this problem were I can retrieve my messages on the I phone when I am not at home  on my wi Fi is the only time it works correct. Bill. [email protected]  708 752  3667 

    http://lifehacker.com/5852948/what-to-do-if-youve-forgotten-your-iphones-passcod e

  • I have purchased Production Premium CS4 Educational Version. Its serial number is not working. Please help...

    I have purchased Production Premium CS4 Educational Version. Its serial number is not working. Please help...

    If you recently purchased this then it is not likely to be a valid sale/purchase.  Adobe does not sell older versions of their products and no one but Adobe provides student/teacher licensing.  If you purchased this some time years ago and it is only recently that you find you are not able to reactivate it with the original serial number you can try contacting Adobe Support thru chat and see if they will be willing to work with you to resolve this.
    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • I have a 4s with ios 6 but when I place a call I can't hear the person I' m calling, the volume is high but it's not working. Please help.

    I have a 4s with ios 6 but when I place a call I can't hear the person I' m calling, the volume is high but it's not working. Please help.

    I have taken it back to the Apple store genius bar, but they say they don't see anything wrong. Well unless you use it all day and experience the problems when they happen, you wont see anything wrong. But there are lots wrong with it. But this would be the same store as I purchased the phone. And they backed up my old Iphone 4, but were not able to get anything to load back onto my new phone. So, I lost pretty much everything. But over time, some of my contacts have started showing up, although i am still missing over 800 of them.

Maybe you are looking for

  • Need to read data from a jsp and insert in other jsp

    Hi, I have a jsp where i need to read from another jsp(which has data " header ---insert -----footer") and find a string "insert" in it and replace that string with a some value in the current jsp. Thanx in Advance. Sridhar.

  • 11G Memory Issue - ORA-01438

    We have begun playing with OLAP for Oracle 11G. So far we have noticed this error popping up from time to time. ORA-01438: value larger than specified precision allowed for this column. We have generated this error when trying to return a large ammou

  • Export to excel problems in visual composer?Help!!!

    hello all,           these days my four table were integrated in one iview,and ues the same variant to control the four queries,and did anyone could help me to accomplish the function of the four table,and can we diplay a window to display a key figu

  • SCD2 - how to implement it correctly in OBI EE?

    I have SCD2 dimension for organization structure because names and other attributes change in time. I have had a complex join on physical layer: DIM_DATE between DEP_DATEFROM and DEP_DATETILL. Will be enough connect measure tables at physical layer o

  • Model II Architecture - The Flow?

    Ok in Model II Architecture, 1. What's the convention - always JSP's instantiate the PageBean or the Controller (through another class) instantiate PageBean or is it dependent on specific requirements? 2. I have first.jsp and upon submission I get se