How can I tell that it is a hardware issue or ios bug issue with Iphone 4S Battery life & flapping 3G?

Hi There,
My Battery dies real quick on 4S compared to 4 eventhough my wireless is off, location services are off, the only thing on is the cellular data. I even adjusted the brightness to 60%.
Another issue is that My 3G connection keeps flapping, goes & comes in a wierd way where it falls back to Edge.
Am I to consider this part of the issues i can see so many people facing & therefore consider as ios bug & wait for the update or should I take it over to a service center to check the phone for me which means waste of time to get it done.
Kindly advise from your experience

It's almost always a software issue. Actual hardware problems are rare but can get very serious, if you recall the antenna issue last year.
Reception problems just depend on how strong the signals are at your location. But if you're dropping to Edge even in strong areas, it wouldn't hurt to have an apple store look at it.

Similar Messages

  • How can you tell who the original sender of a group text is on an iPhone 5, when all that appears is a list of recipients in no particular order

    how can you tell who the original sender of a group text is on an iPhone 5, when all that appears is a list of recipients in no particular order? I can't seem to identify the sender in the details list.

    Start a separate thread to the original sender.

  • How can Apple tell that the liquid damage in my mac air was made by me?

    Apple said my five months Mac Air has liquid damage inside and I need to pay more than $400.
    I totally cannot accept it.
    Please have a look below two pictures from Apple.
    I can see corrosion, but how can Apple tell this damage was made by me?
    Actually I can easily approve this was definitely not made by me because of this part's location.
    Please have a look below picture. I circle it by black on the left above corner.
    This Part is facing to the ground and is covered by the case like below picture.
    All of above picture can easily approve I cannot put water inside to damage this part without damaging other parts.
    1. if water from keyboard, water will definitely pass by other places and damage other parts.
    2. if water from buttom, there is protected by the case. How can I put water inside?
    I believe that my case was just Hastily delt by one junior staff and later the manager just tried to cover his staff's mistake.
    I know the apple's product is very good. But if apple treats customer like me, I believe sooner or later Steve Jobs would cry in heaven.
    One of my friend told me normally there are several paper inside laptop and they will change the color if touching  the water.
    So people can tell the laptop was poured in water if several paper change the color togother.
    I think this way is fair enough. But in Apple store when I asked the manager whether Mac Air has this kind of paper inside.
    His answer is "not sure". I really do not know How can this man be manager!!
    can somebody tell me whether mac air have this kind of paper inside the body?
    Thanks,

    this:
    Did not exist at the point of delivery to the consumer.
    Nor did the white corrosive agent present exist at the point of sale.
    " exposure   of copper   alloys   to   moisture   or   salt   spray   will   cause   the formation  of  blue  or  green  salts  called  verdigris.  The presence   of   verdigris   indicates   active   corrosion."
    I see also 2 contact points with DEEP corrosion pitting not indicative of any defect from the factory.

  • HT3529 how can you tell that someone read your text message?

    How can I tell if someone has read my text message?

    Text messages, i.e. SMS or MMS, do not have a "return receipt" feature. iMessages, however, do. If you're sending via the Messages app, your friends need to turn on the "Send Read Receipts" option in the Messages settings on their iOS devices.
    Regards.

  • How can I tell that an individual product is installed rather than being a part of Creative Suite?

    Dear All,
    Sorry if this question is not appropriate for this forum, but I could not find a better one.
    When I inventory a computer's registry, how can I know that the individual product (such as PhotoShop CS5) is installed, rather than installed as part of the product suite, such as Creative Suite CS6?
    Kindest regards,
    QuietLeni

    Mylenium,
    Is this true for ALL versions of the Adobe Suites or just the latest ones?
    I seem to have a computer which is showing up in the list of machines with CS5 installed and in the list of machines with PhotoShop CS5 installed.
    Kindest regards,
    QuietLeni

  • HT4859 How can I verify that my App data is actually stored in iCloud. With Dropbox, I can actually see my stored files. With iCloud, itseems I'm supposed 2 just trust that Appl has the data. Short of doing a restore is there no way to check the data?

    How can I verify that my App data is actually stored in the iCloud. I can see and access my notebook, contacts etc. on the iCloud website, and I can see my photos in a folder on my Windows-based desktop compter (iCloud/Photostream). But no app data.
    With Dropbox, I can actually see all of my stored files. With iCloud, it seems, I'm supposed to just trust that Apple has my back. Short of deliberately trashing my app data and then attempting a restore, is there no way to check the data?

    You can't access them on Windows (unless you have iCloud enabled Windows programs) and I don't think any are, yet.
    iCloud data is accessed via Apps/Programs, the Windows programs vendors will have to step up (just to make it worse Microsoft have not yet enabled their Mac programs, such as Office yet) I doubt that iCloud access is much of a priority for them, complain to MS, when enough Windows users complain maybe they'll do something.

  • How can I tell that a default numeric format has been applied to a numeric limit step?

    I am working on generating custom HTML code for our test systems in order to reduce the 'footprint' of the standard HTML entries for numeric limits, multiple-numeric limit steps etc....
    For a Numeric Limit step, I can set the Numeric Format via the 'Limits' tab and select the pulldown arrow to select any format.  Does TestStand actually save this information with the step so I could possibly use this later?   I ask this because my modifications are within the 'ModifyReportEntry' Callback.   When I am modifying the code to generate new HTML within this callback, I have no idea if the developer has selected a Numeric Format for a given step OR simply left it as DEFAULT.
    To make matters more confusing, here is some more information....
    When I pause the execution in the callback I notice the following:
    Case 1:  User has selected a Numeric Format ( this example I will say 3 digits of precision ) %.3f. for a numeric limit step.
    Parameters.Result.Limits.Low = 10.000
    Parameters.Result.Limits.High = 20.000
    Parameters.Result.Numeric = 15.657
    Notice the numeric data is ALREADY formatted! Great, I can simply use this to generate my custom HTML table for the numeric limit step.
    Case 2 : User has left the numeric format to <Default> for the step.
    Parameters.Result.Limits.Low = 10
    Paramters.Result.Limits.High = 20
    Parameters.Result.Numeric = 15.65713515155
    Numeric data is NOT formatted.  I know that TestStand will apply the Default Numeric Format that is configured in the report options when it writes the report but since I am doing a custom report I am stuck.
    My question is how can I possibly tell that the data has already been formatted by TestStand in the ModifyReportEntry callback?  Is there some flag that I could check or anything?
    I do notice that the Parameters.ReportEntry string contains TestStand's default HTML code for the step and this is already properly formatted.. so as a possible workaround I could 'pick out' the data from this string but this is slow and time consuming.
    Thanks
    PH

    PH,
    You can find out if the numeric format has changed using the TestStand API. I use the following statement in my step's post-expression to find out the numeric format that TestStand uses for the step.
    Step.Limits.Low.NumericFormat
    If the string returned is an empty string, then it is the default format, otherwise, it's the one specified in the string.
    Hope this helps.
    Raj
    National Instruments
    Applications Engineer

  • Can someone at Apple please help me with iPhone 4s battery life?

    I bought two iphone 4s 16gig's the day they were released from Sprint and am having horrible battery life. I love the phone and its features, but I have tried everything I have found in the discussion groups and in other forums online and am still getting terrible battery life from the 4s's.
    For example, I charged my 4s when I got home last night and then once it was at 100% charge at bedtime, took it off my charger in order to use that same charger to charge my ipad overnight. This morning, the fully charged 4s had dropped to 45% battery life...without ANY use whatsover overnight...! I just asked my wife how her 4s is doing today and hers is down to 63% since this morning with very, very little usage. (She hardly ever uses any of the data features, etc., only makes phone calls).
    Something really weird also happened to the battery life yesterday while I was flying home from Venezuela. I had charged my phone overnight and did not use it at all on the way to the airport, then turned it off on the plane from Maracaibo to Miami. When I arrived in Miami, I turned it on, checked my email, sent a few text messages and also some Heytell messages during my 1:45 minute layover before turning it off before getting on the plane. Our flight was delayed due to mechanical problems and I turned the phone one in order to show my seat mates how Siri works. When I turned it on, I was shocked to find the battery percentage had dropped to sixty some percent...!
    I left T-Mobile after 8+ years as a very satisfied customer specifically to get the new 4s. Was running jailbroken 3gs on T-Mobile without any problem and much, much better battery life. Needless to say, I am very unhappy with what we are dealing with. I wish someone from Apple would at least tell us what is going on or simply replace our phones if it is a hardware issue.

    You need to check out some of the other threads on battery issues (but not the very long one) in this forum.  There are a lot of suggestions from users who seems to solved the problem.
    But you won't get any Apple input here, as this is a user-to-user forum and Apple usually doesn't respond to out posts.

  • What generation is my ipod? how can you tell that?

    I am not sure which generation is my ipod, it says version 4.1.2 and there is no upgrade available. Does it mean that this is a second generation ipod and not the third? I would love to upgrade it to download games for my daughter but it is not possible with the current versionb 4.2.1.

    Yes, that probably means that you have a 2nd gen iPod Touch since iOS 4.2.1 is the highest level a 2nd gen can run.. The iPod Touch 3rd gen can go to iOS 5.1.1.

  • How can I tell that these "OEM" back covers on eBay are true Apple genuine parts?

    My camera lens is scuffed and instead of replacing that part, I'd like to replace the entire back cover.  I see a lot of these on eBay listed as OEM, but how do I know it's an Apple genuine product?  Where do they get these parts anyway?  Also, I'm reading that Apple will replace it for 29.99 USD, but then also reading that they don't do repairs?

    Needler56 wrote:
    My camera lens is scuffed and instead of replacing that part, I'd like to replace the entire back cover.  I see a lot of these on eBay listed as OEM, but how do I know it's an Apple genuine product? 
    You don't know.  Apple does NOT sell parts, so chances are they're not real.
    Needler56 wrote:
    Also, I'm reading that Apple will replace it for 29.99 USD, but then also reading that they don't do repairs?
    Apple will replace the back cover for $29.  Make an appointment with the Genius Bar and bring it in.

  • How can I tell that AutoQOS config is adequate on a video conference switch

    I have a Tandberg video conference bridge and gateway connected to a 3750 switch. The audio is marked EF and the video CS3. I configured AutoQos on the switch and trust DSCP on the ports. When we reach a large video conference of 25 or more attendies, we begin to have problems. The Tandberg starts to ratchet some of the video streams down, some to below 180kps, and the conference quality begins to suffer.
    The only change to the default AutoQOS config I've made is changing the "mls qos trust dscp" on the uplinks, adding a QOS policy on the Tandberg ports to mark the video with CS3 and trust the audio DSCP (Tandberg had a bug that didn't mark the video packets) and adding
    queue-set 2
    priority-queue out
    to the uplinks.
    Will the default AutoQOS queue/buffer/SRR share and shape commands be adequate for 25 to 30 simultaneous video streams? We allow about 500k per stream.
    I read through the 3750 QOS guide, but am a bit confused with the explanations of the queuing and SRR workings. I know that CS3 is mapped to COS-3, but don't know which queue it goes in and whether or not it gets shaped/disgarded when too much video is present.
    Once I am sure that the 3750 QOS is working OK, and not causing problems with our large conference calls, then I'll expand my troubleshooting to the rest of the network.
    I've attached a text file with the 3750 config, and 'show mls qos int statistics' that show the packets are being marked.

    I mistyped in my first post. I do indeed mark the video as AF41 (Cos4). It is the call control that I mark CS3 with the policy map to get around the old Tandberg bug that doesn't mark the call control.
    So do you think the queue 3, where Cos4 goes to, is big enough to handle 30 video streams of 480k? If my calculation is correct that would be 14.4mbps of video on a 100mbps port.
    With this config.....
    srr-queue bandwidth share 10 10 60 20
    srr-queue bandwidth shape 10 0 0 0
    ...is it telling me that queues 1 & 2 get 10% bw, queue 3 gets 60% and queue 4 gets 20% bw and is shared? If that is correct than 60% is more than enough for 14.4mbps of video.
    What happens if too much video overruns the queue?

  • How can I tell that TM is backing up correctly?

    I see it on the pref folder backing up, but when I hit the dock Icon all I see is today now.
    I don't see the hourly backups - I just started about 10 hrs ago. Too soon to see a history?
    Thanks

    If nothing has been changed, and if nothing new has been added, then TM will not perform the
    backup because there's nothing new to record. It will just come on, check your drive, and then
    shut back down again and start over in the next hour.
    This is very misleading for new people IMO.
    It's almost impossible for there to be no file activity during a 1 hour period even if user has done nothing such has taking a 1 hr coffee break away from the computer. TM hourly snapshots will always (I've yet to find any evidence this is not true) find some small amount of data to backup. For example, if you click Options... in TM Pref panel and then click the "+" button and then click the "Show invisible items" box you will very quickly see that the /var/log/system.log file is include in the backups. The system.log is always growing and this will mean TM hourly backups will find new data to backup.

  • How can you tell that you have the 24GB flash Hard Drive Acceleration Cache

    I bought laptop with 24GB flash Hard Drive Acceleration Cache but i don't see a ssd drive when i go to my computer.
    This question was solved.
    View Solution.

    Yes it does not mount as a lettered drive. It is combined with the main drive in a RAID array. Look in the list of programs and find Intel Rapid Storage Technology and open it up. If you have the 24 gig cache drive it will look something like this:
    See the two drives listed in the upper right corner?
    If this is "the Answer" please click "Accept as Solution" to help others find it.

  • I bought a macbook pro from someone and want to clear all of the past persons stuff, how can I do that without a cd?  specs macbook pro 8.1 with OS 10.6.6. early 2011 model. please help...

    I have a macbook pro i bought from someone and I need to clear all this other persons info, i don't have a the cd by the way so thats the challenge I'm against.  its a early 2011 macbook pro 8.1 and it has 10.6.6 snow leopard on it and i would like to get it to mountain lion but didn't know if downloading that would clear the memory as well?  any ideas?...

    1: Backup any data off the machine. Download the free MacTracker
    2: Apple menu > About this Mac > More Info > Macbook Pro 3,1 or like model number, punch it into Mactracker.
    3: Find out what OS X version came originally on your machine. how far you can go.
    Things to consider before upgrading OS X
    4: Inexpensive. $  If < 10.6.3, then order the 10.6.3 disks by calling Apple via phone.
    5: More money $$. If > 10.6.2 then call Apple ia phone for the machine specific versions as the 10.6.3 retail version won't work.
    6: Follow these links to wipe and install
    How do I securely delete data from the machine?
    How to erase and install Snow Leopard 10.6
    7: Run Software update to get to 10.6.8
    8: Check hardware requirements for 10.7 or 10.8 using MacTracker , install more RAM if need be. $$$$.
    9: Optional, more $$$.  Run AppStore and install 10.8, or call Apple for 10.7 (better stay on 10.6 if 10.7 is the best you can do)
    Must follow about using the disks to wipe the machine of previous owners data squirreled all over the thing.
    Only thing "free" is the advice.

  • HT201303 How can you tell which devices used the Apple ID? For example: "twoPads, 2 iPhones and 1 computer used your Apple ID ?"

    I believe my kid gave somebody my password to download something. And I want to know who? Can it say  For example: "2 iPads, 2 iPhones and 1 computer used your Apple ID ?"

    Only if they went to the trouble of setting their device up as a "Managed Device" on your ID.
    Change your password.

Maybe you are looking for