Is there something wrong with my phone or charger?

Whenever I plug in my phone to my charger it keeps on charging on and off. I thought that their was something wrong with my charger so then I used my moms charger and the same thing happened my iPhone 4s And the chargers are also new... Is their something wrong with my phone or my charger? It also happens when I plugged it in my laptop.... Why is this happening??

The Basic Troubleshooting Steps are:
Restart..  Reset..  Restore from Backup...  Restore as New...
Restarting your device
1)   Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider.
2)   Press and hold the Sleep/Wake button until the Apple logo appears.
Follow these steps to reset your device
Note: Reset your device only if it is no longer responding and the steps above do not work.
  Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
Restart / Reset
http://support.apple.com/kb/ht1430
Backing up, Updating and Restoring
http://support.apple.com/kb/HT1414

Similar Messages

  • I just got the new iPhone 4 today, and when I make calls, the screen doesn't lock, leading to accidental muting and speaker phone. Is there something wrong with my phone? Can I fix it?

    I'm just concerned that there's something wrong with my new phone.

    Do you have a case on it?
    If so, remove and see if it helps.

  • My iPhone4 has gone into recovery mode 4 time since I got w few weeks back. Is there something wrong with my phone or I get a lemon?

    I do not install a lot of stuffs in my phone.
    I have only angry bird, FB.
    Should I do something wrong?
    Or I should return this?

    Have you read the User Guide and taken the recommended troubleshooting steps?  What happened after each step?

  • Is there something wrong with my phone? Please read...

    I have a couple questions, first off I have only had this phone for about a week and am not sure what I am experiencing is "normal"
    First off, safari continuously freezes and crashes, no matter what I am doing it will just close out of it, sometimes as little as 10 seconds after the page loads.
    Secondly, the left side of my phone is letting light from inside the phone shine through and this is very annoying, especially at night when I am watching youtube videos or something and all I can see is the light coming from the phone. And lastly, the bottom left screen is raised above the silver lining of the phone while the other side is below it, is that normal?
    Also I went to submit a repair thing and it said that there was already an open repair going on so I couldnt submit a new one, does anyone know why this is?
    All help is appreciated, thank you!

    I went to submit a repair thing and it said that there was already an open repair going on so I couldnt submit a new one,
    Where did you buy your phone? From Apple or AT&T? Was it new?
    Did you buy a used phone that somebody dropped before selling it to you?
    (jk)

  • I have a problem with my iphone 4s i have a new sim card from virgin but the problem is still happening it drops call and says that i am unavalable wont always send texts is there something wrong with my phone ?

    i have a problem with dropping calls faild text and poeple cann`t ring say unavailble

    what did your carrier say when you reported the issue to them?

  • There is always a blue screen appears after the Apple logo during the booting process. And then everything is back to normal. What is this thing? Is there something wrong with my screen or something?

    There is always a blue screen appears after the Apple logo during the booting process. And then everything is back to normal. What is this thing? Is there something wrong with my screen or something?

    Nah - that's just the normal boot process.
    Clinton

  • "The file 'Acknowledgements.rtf' cannot be installed because the file cannot be found in the cabinet file 'iTunes.cab'.  Is there something wrong with the latest installer? (11.3.1)

    Getting error message as shown: "The file 'Acknowledgements.rtf' cannot be installed because the file cannot be found in the cabinet file 'iTunes.cab'.  Is there something wrong with the latest installer? (11.3.1)

    Installs fine for me, so I'd guess you got an incomplete or corrupt download. See the Further Information area of Troubleshooting issues with iTunes for Windows updates for direct links and download a fresh copy of the installer.
    tt2

  • I just purchased Final Cut Pro X and I want to burn a dvd but the tabs do not see the option of SHARE. Is there something wrong with my Final Cut Pro X?

    I just purchased Final Cut Pro X and I want to burn a dvd but the tabs do not see the option of SHARE. Is there something wrong with my Final Cut Pro X?

    It's also under the File menu.

  • Is there something wrong with this table row definition?

    I have am supporting a coldfusion app that manipulates several forms.  One one particular page, there is a form that consists of several tables.  The last 3 lines of the last table are
        <tr>
                <td height="35" align="right" valign="middle">Description:</td>
                <td align="left" valign="middle"><input name="tmpPurpose" class="RptStd" size="70" maxlength="100" value="" onblur="document.ExpnDtl.Purpose.value = this.value;" onchange="ChkName(<cfoutput>#Session.CCWarn#</cfoutput>)" /><input type="hidden" name="Purpose" value="" />
                             <a href="#" id="aDesc" onclick="ShowHelp('9')" style="border:none; display:inline; padding: 0px 0px 0px 0px"><img src="/images/Help_Icon.gif" height="14" width="13" border="0" /></a>
                            </td>
          </tr>
          <cfif IsDefined("form.ExpnsCntrb")>
              <tr id="CntrbErr">
                   <td colspan="2" class="Error"><cfoutput>#form.ExpnsCntrb#</cfoutput></td>
              </tr>
          </cfif>
          <tr id="expnContrib">
                  <td align="left" valign="middle" height="35" class="RptStd" colspan="2">Is expenditure a contribution to a candidate, officeholder, or political committee?    <input type="radio" name="rdoCntrb" value="Y" /> Yes    <input type="radio" name="rdoCntrb" value="N" /> No</td>
           </tr>
          <tr id="COHInfo">
              <td colspan="2" class="RptStd" align="left" valign="middle" height="35">
                  <input type="checkbox" name="chkCand" id="chkCand" value="X" onclick="if (this.checked) document.ExpnDtl.btnCOH.disabled = false; else document.ExpnDtl.btnCOH.disabled = true;" />Direct expenditure to benefit a candidate or officeholder    
                  <input type="button" name="btnCOH" value=" Enter C/OH Information " class="RptBtn" onclick="window.open('/Testing/Test_COHBenefit.cfm?Parent=' + document.ExpnDtl.ItemID.value + '&Type=EXPN&Form=' + document.ExpnDtl.ExpnCode.value, 'CandidateInfo', 'width=730px,height=475px,scrollbars,resizable,location')" disabled /> <a href="#" id="aDirExpn" onclick="ShowHelp('11')" style="border:none; display:inline; padding: 0px 0px 0px 0px"><img src="/images/Help_Icon.gif" height="14" width="13" border="0" /></a>
              </td>
         </tr>
         </table>
    Now whne the form is displayed on my page, I always see the line of text Description and the line of text Direct expenditure to benefit a candidate or officholder (in bold above).  But I never see the line of text  Is expenditure a contribution to a candidate... (in italics above).   It seems so simple but I can't figure out why that line does not display!!  Is there something wrong with that tr/td definition?

    Have you tried removing the ID?  Just to see if some CSS might be using that ID with a display:none or visibility:none statement?

  • Is there something wrong with a Oscar Gomez Fuentes 2Channel oscilloscope

    Is there something wrong with a Oscar Gomez Fuentes 2Channel oscilloscope or are my devices configured wrong. I have DAQCard-6036E and SCC-2345 with SCC-Ft01 and SCC-A10 modules. The problem is that when I am measuring with A10 it effects to FT01's RMS and DC values. But when I am measuring with Ft01 everything is ok. So what's wrong?? I attached a picture of a front panel.
    Attachments:
    front_panel.JPG ‏132 KB

    Neuvos,
    Do any of the signals you are measuring have high output impedances (> 1 kOhm)? If so, you may be seeing cross-talk (or ghosting). Below, I have included links to a number of documents that discuss this issue and methods for eliminating it:
    Data Acquisition: Troubleshooting Unexpected Voltages or Cross-talk in Analog Input Channels
    Using a Unity Gain Buffer (Voltage Follower) with a DAQ Device
    Is Your Data Inaccurate Because of Instr
    umentation Amplifier Settling Time?
    Good luck with your application.
    Spencer S.

  • Is there something wrong with my BT Vision.

    Is there something wrong with my BT Vision.
    It lists loads of programmes, but when I click them there are only a few episodes available.
    For example, I search for "Regular Show" using the Blue button and since I've had BT Vision (for a couple of months), only the same two episodes have ever appeared. 

    Hi McKenzieM,
    Welcome to the forum.
    I checked "Regular Show" and it looks like episodes 29 and 30 are currently available. I have sent this off to double-check this.
    Can you give me examples of what other programs are showing a few episodes so I can look into it?
    Thanks,
    Stephanie
    Stephanie
    BTCare Community Manager
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post. If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Merged clips - are they all bugs or is there something wrong with my system?

    I have to use merged clips to sync video and audio because making every clip a sequence is too cumbersome and doesn't give me thumbnails to help choose my shots. Apparently, merged clips are very buggy. I can't use colored markers because they don't get saved on merged clips. I can't use match frame on merged clips because they don't find the correct frame. I can't set a poster frame on a merged clip except with the "in" marker. Are all those problems bugs, or is there something wrong with my specific system. I trashed preferences to fix another problem unrelated to merged clips, but that didn't solve any of the clip problems.

    I don't believe there's anything wrong with your system.

  • HT1567 I have itunes and have not seen any of the podcasts I download updated past May 8th. Is there something wrong with my itunes that the podcasts are not uploading to my pc?

    My itunes is not showing any of the podcasts I download past may 8th. Is there something wrong with my itunes?

    Seconding this -- no podcasts have updated past May 8th. What is going on Apple?!?

  • My New ipad3, when i click onthe camera app, the front camera works but the other camera only shows a black screen ! Is there something wrong with my iPad ?

    My New ipad3, when i click onthe camera app, the front camera works but the other camera only shows a black screen ! Is there something wrong with my iPad ?

    Try a Reset [Hold the Home and Sleep/Wake buttons down together for 10 seconds or so (until the Apple logo appears) and then release. When the screen goes blank power On again in the normal way.] It is absolutely/appsolutely safe!

  • Hi. Whenever I go through one of the menus in firefox, the links remain highlighted after my mouse passes over them. Is there a bug fix for this or is there something wrong with my computer? I am running windows 7 if that helps.

    Hi. Whenever I go through one of the menus in firefox, the links remain highlighted after my mouse passes over them. Is there a bug fix for this or is there something wrong with my computer? I am running windows 7 if that helps. This problem started ever since I upgraded to version 5.

    I have downloaded and used the iPod Reset Utility, alot that did. My current state is iTunes on my XP Home with SP3 sees the iPod. When I drag a song to the iPod, the Sync message appears for about 5 minutes, then the Apple symbol appears. But no song has been transferred to the iPod.
    I tried to tap into the XP iTunes database from my iBook, but although it acted like it would add the XP library to the iBook library, it did not. I've got 19 Gs of songs on the XP. If I have to load each song from its original CD to get it on my iBook I'm going to start looking for some other app or device so that I can listen to my music.
    It is a shame, in the old days, Apple techs use to look at what was going on, now it appears they don't, so they never know they have problems until Apple's profits fall.

Maybe you are looking for

  • Remote Class Mapping

    This may be just me or possibly a bug in Flex, I have a remote class and a local class and using AMFPHP the classes should map in Flex without a problem and it works... but only if I have a reference to the local class somewhere in the script block.

  • Photos get auto-cropped and ken burns. stop it.

    Trying to do a stop motion. don't need the photos to movie. Cant get imovie to stop auto cropping and ken burns-ing the photos on import from iphoto. Would be fine, but i can't bulk adjust them either, tired of going through frame by frame and puttin

  • Web design glitch in Safari

    I'm designing a website using Dreamweaver, and I've placed a spry menu bar inside div tag. The bar stretches almost to the end of the div when I preview the page in FF, IE and Chrome, but when I preview it in Safari, it puts the final menu bar item o

  • Is it possible to clear all mail settings and start again?

    I have no idea how but I have SMTP settings and Pop settings in my server list in Mail that are long gone, years ago, and I think they are causing issues with other email settings, is it possible to clear all settings and start from scratch? (without

  • Could not enlist in transaction

    Hi All wls70 --> tux8.0 some times I get the following errors ==##[2004-07-08 08:43:57.516]##== HomeReceiver#[281] exception: interboss.util.InterException: -180001****??tuxedo????****TPESYSTEM(12):0:0:TPED_MINVAL(0):QMNONE(0):0:ERROR: Could not enli