Would you think these are signs of a dead iPod battery?

I don't feel like posting the entire thing, graphics, links, and all here, you can read about my recent iPod escapade here.
http://www.xanga.com/imac_insomniac
Sorry to direct you all elsewhere to read the entire dealie, but... um,... please PLEASE help? Does this really sound like a fried battery problem? or what other problem do you think this is?

Xx1Dustin1Xx wrote:
No. Your iPhone is not defective. The only issue is that your battery is not fully conditioned. To condition your battery, simply recharge the iPhone to 100% and remove the USB cord and let it drain to 0% and then recharge it back to 100%. This completes 1 Charge Cycle. If the battery still drains, repeat the process until the battery is fully conditioned, but I don't recommend that you discharge it more than 2 times after the first calibration. You might destroy your battery's health.
No you will not destroy your battery's health by discharging it more than 2 times. Whoever told you that is wrong. The only thing it will do is add up the charge cycles faster. Lithium Ion batteries do not hold memory like the NiCd batteries used to and can take a full charge or small charge the same. No where on the site you quoted does it say you might destroy your battery's health after 2 full cycle charges. I wish people like you would stop pushing bad information like that.

Similar Messages

  • Do you think these indexes are performance-oriented?

    Do you think these indexes (in the following definition) are performance-oriented?
    CREATE TABLE current_inventory
    ( warehouse_id NUMBER
    , warehouse_region VARCHAR2(2)
    , product_id NUMBER
    , product_category VARCHAR2(12)
    , amount_in_stock NUMBER
    , unit_of_shipping VARCHAR2(20)
    , products_per_unit NUMBER
    , last_updated DATE
    ) PARTITION BY LIST (warehouse_region)
    SUBPARTITION BY LIST (product_category)
    SUBPARTITION TEMPLATE
    ( SUBPARTITION perishable VALUES ('DAIRY','PRODUCE','MEAT','BREAD')
    , SUBPARTITION non_perishable VALUES ('CANNED','PACKAGED')
    , SUBPARTITION durable VALUES ('TOYS','KITCHENWARE')
    ( PARTITION p_northwest VALUES ('OR', 'WA')
    , PARTITION p_southwest VALUES ('AZ', 'UT', 'NM')
    , PARTITION p_northeast VALUES ('NY', 'VM', 'NJ')
    , PARTITION p_southeast VALUES ('FL', 'GA')
    , PARTITION p_northcentral VALUES ('SD', 'WI')
    , PARTITION p_southcentral VALUES ('OK', 'TX')
    CREATE INDEX warehouse_id_ix ON current_inventory(warehouse_id)
    LOCAL PARALLEL NOLOGGING;
    CREATE INDEX product_id_ix ON current_inventory(product_id)
    LOCAL PARALLEL NOLOGGING;

    When deciding what kind of partitioned index to use, you should consider the following guidelines in order:
    1.
    If the table partitioning column is a subset of the index keys, use a local index. If this is the case, you are finished. If this is not the case, continue to guideline 2.
    2.
    If the index is unique, use a global index. If this is the case, you are finished. If this is not the case, continue to guideline 3.
    3.
    If your priority is manageability, use a local index. If this is the case, you are finished. If this is not the case, continue to guideline 4.
    4.
    If the application is an OLTP one and users need quick response times, use a global index. If the application is a DSS one and users are more interested in throughput, use a local index.

  • How would YOU retype these old XM08 types for use in an ABAP OO method?

    The XM08 function group has the following type declarations:
    TYPES: BEGIN OF mmcr_drseg_co.
            INCLUDE STRUCTURE cobl_mrm_d.
    TYPES: cr LIKE drseg_cr    OCCURS 0,
           unpl_refwr TYPE refwr,
           END OF mmcr_drseg_co.
    TYPES: mmcr_tdrseg TYPE mmcr_drseg OCCURS 0,
    TYPES: BEGIN OF mmcr_drseg.
            INCLUDE STRUCTURE drseg.
    TYPES: cr LIKE drseg_cr OCCURS 0,
           co TYPE mmcr_drseg_co OCCURS 0,
           sm LIKE drseg_sm OCCURS 0,
           charact TYPE rbcharact_instance OCCURS 3,
                                           "instances of characteristics
           uebgmat  TYPE matnr,
           uebrblgp TYPE rblgp,
           selkz_db TYPE selkz,
           rblgp_old TYPE rblgp,           "rblgp before aggregation
           END OF mmcr_drseg.
    How would YOU redeclare these types so that they work in an ABAP Objects class?  
    Some of the "fixes" are easy, like replacing "LIKE" with "TYPE:".
    But what about the "INCLUDE STRUCTURE" and the "occurs 0" specifications?
    The reason I'm asking this is that I have to call a method from ZXM08U16 and I'd like to be able to pass this method exactly what XXM08U16 gets from SAP, i.e. the table E_TDRSEG of type  MMCR_TDRSEG

    David,
    I wonder it can be directly in ABAP (I would like to hear opinions from others as well!), I needed to use Data Dictionary as well:
    TYPES: BEGIN OF mmcr_drseg_co.
            INCLUDE STRUCTURE cobl_mrm_d.
    TYPES: cr TYPE z_tt_drseg_cr,
           unpl_refwr TYPE refwr,
           END OF mmcr_drseg_co.
    z_tt_drseg_cr is a table type created in SE11, based on structure drseg_cr.
    the way to create internal table and work area, based on the above:
    DATA : gt_... TYPE TABLE OF mmcr_drseg_co.
    DATA : gw_... TYPE mmcr_drseg_co.
    hope this helps some
    ec
    UPDATE : Rich is right, it is possible to do it only in ABAP with the DEFAULT KEY addition.

  • Why would you think java is a better beginner language then c/c++ ???.

    Why would you think java is a better beginner language then c/c++.That is if you think it is

    1.)because it stear's you towards useing oop style programing.
    since nearly everything relate's to object oriented programing.
    2.)this forum alone. is a reason thier are comprehensive example's for beginers. and so many people many very freindly and dont mind answering a question. Other beginners are here also who share what they know with each other.
    3.)learing curve for useing the language and geting started immediately is good.
    4.)once you learn java and then goto c++ you have another probably better perspective on how to code.
    5.)codeing in java avoids deconstructors pointers and direct manipulation of reference's. which can be very confuseing for beginers
    and deals with variables that directly point to the computer's memory.
    and proper deallocation of memory.
    though im just a begginer myself i started trying c++ and switched to java.
    however thier are somethings in java that can be as complex as c++
    when pointers or reference's are needed but not available.

  • I recently installed iTunes 11.0.  Now when I want to sync my iPhone 3GS the software wants to add 256 contacts and 1005 items to my calendar.  I would assume that these are duplications.  Is there some way to fix this?

    I recently installed iTunes 11.0.  Now when I want to sync my iPhone 3GS the software wants to add 256 contacts and 1005 items to my calendar, both on my Windows XP computer.  I would assume that these are duplications.  Is there some way to fix this?  Alternatively, how can I reinstall the previous version of iTunes?

    I have already authorized this computer with my Apple ID. I think this only allows me to re-download all purchased applications to the iTunes library again without re-purchasing them. However, iTunes still keeps asking me if I want to "erase and sync" or not.

  • What would you think if SCN hides points and displays only your badges and current level?

    Hi
    After recent change or improvement I must say, in SCN gamification and points system I just came up with an idea that what if SCN hides points completely and calculate and maintain them just they way they are being calculated now?
    With this you'll be able to see reputation of users just with their badges (Answer Hero, Story Teller, Thought Leader etc) and their levels (Diamond, Gold, Topaz etc). Would you like that reputation system or this one with points showing with every name.? Please share your thoughts and views.
    Thank$

    Hi JP
    Thank you for being part of this discussion and sharing your views. As you can see there are users with different opinions and its good that we have multiple thoughts on it.
    When I post a question and get responses from users and if I like someone's response I always visit his profile and see his badges/level/points and area of expertise. It gives me an idea about his potential and increases my trust level. There are many users who sometimes give foolish suggestions without knowing anything. Some users respond just for the sake of points and they give irrelevant answers. If we see badges and points it gives us or at least me a trust level on poster. This is the reason that reputation system is mandatory for this type of forums.
    It doesn't mean newbies can't post good and valuable posts. There can be a newbie who has tons of knowledge and years of experience but he is new in SCN. Exceptions are always there but if we see as a whole you must be agreed that newbies post basic or sometimes irrelevant posts mostly.
    As you said points give us a barometer and sometimes this barometer can be misused specially when you are near to get some next level. You must have seen in car racings that driver boosts up speed to his maximum in last lap of race. When a user sees he needs just 300/400 points to reach next level (Topaz/Emerald) etc he can use tricks to get points. If we have only levels and badges and points are being calculating at background users will be contributing positively without curse of points.
    This is what I believe in.  
    Thank$

  • How would you use these Apple devices to create the best network?

    I have the following devices and want to create the best network for my 3 story home:
    Time Capsule 3GB, latest generation (needs to be located on middle floor in a corner room by the Comcast modem)
    Time Capsule late 2009
    Airport Express 2010
    More data, the devices that connect to this network:
    New MacBook pro (in same room with new Time Capsule)
    New iMac (in same room with Time Capsule)
    2009 iMac (on second floor)
    Iphone 5 and 5s
    ipad Minis
    ipad Airs
    Apple TV second generation
    I've done some testing and the signal is pretty good on the second floor (meaning that the download speeds on the second floor iMac are the same as those in the same room with the new Time Capsule).  But the upstairs bedrooms have speeds cut by 50%.
    There is no reasonable way to connect the new Time Capsule by ethernet to any other devices.
    Would it be helpful to extend the wireless network "wirelessly" with the old Time Capsule in an area upstairs with strong signal?  Would the old TC then "re-pump" the signal into the bedrooms which don't have line of sight with the new TC?
    How would I best do this?
    Thanks for any help you can offer.

    Time Capsule 3GB, latest generation (needs to be located on middle floor in a corner room by the Comcast modem)
    Time Capsule late 2009
    Airport Express 2010
    So, the old Time Capsule and AirPort Express are near the new Time Capsule and connected to it with an Ethernet cable.....or are the old Time Capsule and Express not even in use at all?
    Would it be helpful to extend the wireless network "wirelessly" with the old Time Capsule in an area upstairs with strong signal?
    While it would be better if you could connect the old Time Capsule to the new Time Capsule using a wired Ethernet connection, the old Time Capsule might help things out a bit in the bedroom area if it is located where it can receive a strong wireless signal from the new Time Capsule.
    This is one of those situations where performance cannot be predicted and you simply have to try it out in your home to see how well it will work. It could not hurt to use the old TC to extend the signal wirelessly to the bedroom area, if you want to give that a try.
    You did not mention the AirPort Express, but it could possibly be located downstairs if you need more wireless signal coverage in a given area. The trick again, is to find a location where the Express can both receive a strong wireless signal and also provide additional wireless coverage.
    Setting up the old Time Capsule or Express will only take a few minutes if you want to give things a try. Post back if you need more details on "how" to do this.

  • How would you interpret these?

    okay, I don't know if someone is trying to make me feel stupid or what so could someone let me know how you would interpret these tasks:
    1. add hidden field to indicate a change
    2. add "changed" flag to feed screation.js (Javascript) This jsp will always have the flag set to falsebecause of its association with other pages.
    I thought I understood them but my partner laughed at my attempts to do them, at least I tried.
    Thanks in advance for any help.

    a hidden field is a hidden field in a form, I would guess.
    a changed flag would indicate some variable to hold a value which indicates that a change has happened or not. how that relates to your script, I have no idea.

  • I think these are NOT "case statement"

    http://download.oracle.com/docs/cd/B28359_01/server.111/b28274/sql_overview.htm#i26629
    In above doc,there are few key words which are "case statement".
    However I suggest these should not be called "case statement"
    and these should be called "case expession".

    Thanks for your feedback. We will update the Performance Tuning Guide accordingly for release 11.2.
    Regards,
    Immanuel

  • HT1510 What are signs of needing a new battery for an iPod Shuffle 2nd generation?

    I have an iPod Shuffle 2nd Generation that is about 4 years old.  Sometimes it won't turn on, charge, and even not show up on my computer when it's plugged into it.  I put it on the charging dock and sometimes the light won't even come on showing that it's charging.  Could that be the battery or the iPod itself??
    I hope someone can help me!!  I am severely lost without my music!!!!!!
    Thanks!

    Did it previously work properly and reliably with this computer?  If it did, and it does not now, and nothing else has changed, such as connecting new USB devices to the computer, or using the shuffle through a USB hub (instead of connecting it to a direct USB port on the computer), then it may be a problem with the battery.  A 2nd gen shuffle would actually be about 5 or 6 years old at this point.
    If you have connected new USB devices to the computer recently, as a test, you may want to try shutting down (powering off) the computer and disconnecting all USB devices (including any hub), except standard keyboard and mouse (if used).  Then start up the computer, run iTunes, and connect the shuffle to a direct USB port on the computer.  Is there any difference?
    If this is a new computer, it may be something else.  Please post back...

  • Does anyone have problems occasionally with their slide to unlock on iphone 4s with the ios7 update? And do you think there will be a bug fix? Bit worried

    Hi everyone,
    I've recently updated my iphone 4s with the ios7 update and there was a bug fix I also downloaded recently but I hadn't noticed anything wrong at the time. I know it's not happened that often today but does anyone have any problems with their 'slide to unlock' button and have to reload their iphone again? Do you think there'll be a bug fix for it? Just worried as it's not old and I have a feeling I shouldn't have bothered with the update at all.

    Why would you think it's a bug?  If it were a bug EVERYONE would be having the same issue.
    Basics from the user guide are restart, reset, restore from backup, restore as new.

  • Would you use it to play an instrument?

    I'll be abroad for a year and I don't have any speaker to play my music. But in adittion I have a keyboard and I was wondering if it would sound nice to practice at home, to play with another instrument, for example, a guitar, or to eventually play in the street.
    What do you think? Is the quality of the iPod Hi-Fi acceptable to play a keyboard for that purposes?
    Thanks!

    I'll be abroad for a year and I don't have any speaker to play my music. But in adittion I have a keyboard and I was wondering if it would sound nice to practice at home, to play with another instrument, for example, a guitar, or to eventually play in the street.
    What do you think? Is the quality of the iPod Hi-Fi acceptable to play a keyboard for that purposes?
    Thanks!

  • In which steps would you implement SCM APO?

    A company want to use the APO applications DP, SNP, PP/DS and GATP in the future.
    In which sequence would you implement these applications?
    Thanks for feedback.

    Hi,
    There is no written down procedure for implementing any of the modules it depends on the business requirement
    and the maturity levels of the Organization in handling SAP APO.
    If organization is already on SAP ECC system the best thing to do is GO Live with all the models since then the
    requirment gathering exercise and Blue Printing Exercise can be done in one shot and integration of each modules can be also done in one shot, this means that it reduces the efforts. However understanding of the APO system for the Business is a must
    so that right fuctionalities can be selected in each modules to meet the business requirments.
    Thanks,
    Harsh

  • What do you think about this article?

    What do you think about this article?
    +"A lithium-ion battery provides 300-500 discharge/charge cycles. The battery prefers a partial rather than a full discharge. Frequent full discharges should be avoided when possible. Instead, charge the battery more often or use a larger battery. There is no concern of memory when applying unscheduled charges"+
    Seems to make sense..
    I knew that lithium-ion batteries have no memory concerns, but still I thought that it was a good idea to charge and discharge the battery of a new iPod (or laptop) at least the first time..
    Any thoughts?
    Message was edited by: acidbahia

    The reason it's sometimes recommended to do a full discharge/charge cycle on a new device is to calibrate the battery indicator. It doesn't do anything for the battery itself.
    The quote you've given agrees with everything I've been taught about lithium-ion batteries.

  • I have an iPod Classic. I think it is a 5th generation. I would like to know if I can download games from the App store that say they are for iPads, iPhones, and iPod Touch. Will these work on my iPod Classic?

    I have an iPod Classic. I think it is a 5th generation. I would like to know if I can download games from the App store that say they are for iPads, iPhones, and iPod Touch. Will these work on my iPod Classic?

    No, they won't.
    (58155)

Maybe you are looking for

  • Is there a way to skip backing up Apps only???

    Seems from many threads/posts Apps are the main culprit in the sloooooooo back up process. Some people have disables back ups altogether. Others x out of the long back up. The back up has its obvious need if/when you need it. Is there a way to skip t

  • New Mac Pro overkill for Logic Pro X?

    Hi all, Is the new Mac Pro overkill for audio work? I use Logic Pro X and mainly use huge sample libraries with Kontakt, so I would get 64gb memory, a Lacie 10tb Thunderbolt drive to store the samples and 2 Apple Thunderbolt displays. Or would an iMa

  • Solaris 8 Backup

    Hi , I'm quite new to Solaris 8. Recently I just found out that the NOC never do backup for our servers. Frankly speaking I do not know how to setup a backup configuration and schedule for the backups. Which program does Solaris use to do backups and

  • Flowcharts of XML

    As I create flowcharts of XML, based on the code inside them. Or if I can recommend a tool for that purpose

  • Incredibly  Slow Back Up When Syncing

    Now that there's apps on the iPhone the back up when syncing is incredibly slow. This one I'm doing at the moment is taking 20 minutes. Was the same with my iPhone and iPhone 3G. Surely this cant be permanent, I frequently quickly add songs to my iPh