Strange audiobook behavior on 64gb touch

I have a few audiobooks on CD, and I was going to put them on my ipod. My process was to rip them to mp3s, use a program to merge all the mp3s into one large mp3 (I prefer that, so I don't see about 20 files for one book on my list), and click "remember playback position" and change media type to audiobook. And it worked, for some. They play and remember position and sync position from computer to ipod flawlessly. However, for some, it acts very strange. They work fine on the computer, but on the ipod, when I select it from the song list, it will only play the first hour or so. I can't use the dot to scroll along, and if I try, it goes back to the beginning. If I put the progress after the first hour on the computer then sync, when I try to listen on the ipod, it freezes, then goes back to the beginning. When I'm listening to that first hour, the 'time remaining' doesn't show the full 13 or whatever hours, it shows about an hour and 15 minutes (possibly the length of the first CD, even though the mp3s are merged)
Any solutions? It doesn't seem to be related to file size. I used the same bitrate and mp3 merging program for all of them. Some of the ones it acts strangely on are smaller files than some of the ones it acts properly on.
This is one of the older touch models, no camera.

bump

Similar Messages

  • Strange audiobook behavior on pre-camera 64gb touch

    I have a few audiobooks on CD, and I was going to put them on my ipod. My process was to rip them to mp3s, use a program to merge all the mp3s into one large mp3 (I prefer that, so I don't see about 20 files for one book on my list), and click "remember playback position" and change media type to audiobook. And it worked, for some. They play and remember position and sync position from computer to ipod flawlessly. However, for some, it acts very strange. They work fine on the computer, but on the ipod, when I select it from the song list, it will only play the first hour or so. I can't use the dot to scroll along, and if I try, it goes back to the beginning. If I put the progress after the first hour on the computer then sync, when I try to listen on the ipod, it freezes, then goes back to the beginning. When I'm listening to that first hour, the 'time remaining' doesn't show the full 13 or whatever hours, it shows about an hour and 15 minutes (possibly the length of the first CD, even though the mp3s are merged)
    Any solutions? It doesn't seem to be related to file size. I used the same bitrate and mp3 merging program for all of them. Some of the ones it acts strangely on are smaller files than some of the ones it acts properly on.

    bump

  • Strange XSLT Behavior: xsl:template match

    Hello I found the following strange XSLT behavior when using xsl:template. I only want to read the content of the element /Source/Surname/Details. Therefore I match this path using xsl:template match.
    What is strange that in the target message also the value of the Element LastName is written at the end. Please see example below. This is just a short example to point out the problem. I have a bigger message structure where I have to match a similar path. How can I avoid the the value of the FullDetails is just written at the end (not even beeing in an element)? I would have expected that the path is only matched once and the instructions then executed without <LastName> beeing even touched.I used XML Spy for this test.
    Here is an example:
    Source message:
    <?xml version="1.0" encoding="UTF-8"?>
    <Source>
         <Surname>
              <Details>MyFirstName</Details>
         </Surname>
         <LastName>
              <FullDetails> MyLastName </FullDetails>
         </LastName>
    </Source>
    XSLT
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <xsl:template match="/Source/Surname">
    <PORR>
    <Name><xsl:value-of select="Details"/></Name>
    </PORR>
    </xsl:template>
    </xsl:stylesheet>
    Target Message
    <?xml version="1.0" encoding="UTF-8"?>
    <PORR xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <Name>MyFirstName</Name></PORR>MyLastName
    Edited by: Florian Guppenberger on Oct 8, 2009 4:35 AM
    Edited by: Florian Guppenberger on Oct 8, 2009 4:36 AM
    Edited by: Florian Guppenberger on Oct 8, 2009 4:36 AM
    Edited by: Florian Guppenberger on Oct 8, 2009 4:37 AM

    Hi,
    I am not sure why your XSLT behaving like that,please try this XSL,what i did chnages is Templete match /*,I given exact path in Value of select,.
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <xsl:template match="/*">
    <PORR>
    <Name><xsl:value-of select="/Source/Surname/Details"/></Name>
    </PORR>
    </xsl:template>
    </xsl:stylesheet>
    Regards,
    Raj

  • Capturing DVCAM in FCP 6.0.2 and encountering strange capture behavior

    I have FCP 6.0.2 and OSX 10.5.2 and QT 7.3.1. I have been capturing several DVCAM cassettes using my Sony DSR-20 deck. Although I have done this countless times before in earlier versions of FCP, I am encountering some strange repetitive behavior. I am capturing 30 minute clips one at a time. When I use batch capture it will cue the tape up properly to the in point...and then start capturing until it gets to about 10-12 minutes in, and then capture unexpectedly stops, no dialogue box, the tape rewinds and starts capturing again from the original in point. On this second capture, the tape sails past the 10 minute mark and keeps going to the end of the 30 minute clip. It then stops, gives me the dialogue box that it has successfully captured. And it has.
    But every DVCAM tape I captured today exhibited the same behavior. Capture would be successful until about about 10 minutes in, then FCP aborts (no dropped frame message, no dialogue box) rewinds the tape back to the in point, tries again, and this time succeeds with the second pass capturing the entire clip. Note at the 10 minute mark there is no scene change or no camera start/stop.
    Have other users experienced this issue? And if so, is there a workaround or a possible patch forthcoming from FCP?
    Many thanks,
    John

    Yes, each tape has an in and out point defined. In my 6 years of editing with Final Cut and DVCAM tapes I've never encountered this issue before in the capturing process until now. I will have to see in future weeks with other captures whether this is an on-going issue or not, but at least I can capture for now.

  • Bug in my code or strange memory behavior ?

    Hi, Guys !
    It's been a while since I post something in this forum - trying to use your help when it's really needed.
    So, here we go ...
    (we use Oracle 8.1.7 on Unix box and SQL * Plus 8.1.6)
    While back I wrote "core" PL/SQL package that resides in let's say DB1 database. It has RECORD_EXISTS_FNC function designed to dynamically check If the record exists in certain table/view. Assumptions are that you pass in :
    Table/View name, Column name, and unique numeric value (because by DBA rules all of our Tables have SEQUENCE as a Primary Key. And I plan soon to put in overloaded function to accept unique character value)
    Also every Table has SYS_TIME_STAMP and SYS_UPDATE_SEQuence columns that populated by Trigger before Insert/Update representing Last Update time_stamp
    and how many times record was updated within same second.
    (in case more than one User updates same record in same time - that was written before Oracle had more granular date/time). So function has SYS_TIME_STAMP and SYS_UPDATE_SEQUENCE parameters (optional) accordingly.
    And It looks something like :
    FUNCTION RECORD_EXISTS_FNC
    (iBV_NAME IN USER_VIEWS.VIEW_NAME%TYPE,
    iPK_FIELD IN USER_TAB_COLUMNS.COLUMN_NAME%TYPE,
    iPK_VALUE IN NUMBER,
    iSYS_TIME_STAMP IN DATE DEFAULT NULL,
    iSYS_UPDATE_SEQ IN NUMBER DEFAULT NULL) RETURN BOOLEAN IS
    TYPE REF_CUR IS REF CURSOR;
    CR REF_CUR;
    i PLS_INTEGER DEFAULT 0;
    vRESULT BOOLEAN DEFAULT FALSE;
    vQUERY USER_SOURCE.TEXT%TYPE;
    BEGIN
    vQUERY := 'SELECT 1 FROM ' || iBV_NAME || ' WHERE ' || iPK_FIELD || ' = ' || iPK_VALUE;
    IF iSYS_TIME_STAMP IS NOT NULL AND iSYS_UPDATE_SEQ IS NOT NULL THEN
    vQUERY := vQUERY || ' AND SYS_TIME_STAMP = TO_DATE (''' || iSYS_TIME_STAMP || ''')
    AND SYS_UPDATE_SEQ = ' || iSYS_UPDATE_SEQ;
    END IF;
    IF iBV_NAME IS NOT NULL AND
    iPK_FIELD IS NOT NULL AND
    iPK_VALUE IS NOT NULL THEN
    OPEN CR FOR vQUERY;
    FETCH CR INTO i;
    vRESULT := CR%FOUND;
    CLOSE CR;
    END IF;
    RETURN vRESULT;
    EXCEPTION
    WHEN OTHERS THEN
    IF CR%ISOPEN THEN
    CLOSE CR;
    END IF;
    INSERT_ERROR_LOG_PRC ('CORE_PKG', 'ORACLE', SQLCODE, SQLERRM, 'RECORD_EXISTS_FNC');
    RETURN vRESULT;
    END RECORD_EXISTS_FNC;
    So the problem is when I call this function from let's say
    database DB2 (via db remote link and synonym) and I know exactly that record does exists (because I am selecting those SYS fields before pass them in) - I get the correct result TRUE. The other programmer (Patrick) calls this function within same DB2 database, within same UserID/password (obviously different session), running exactly the same testing code and gets result FALSE (record doesn't exist, but it does !) He tried to Logoff/Login again several times within several days and try to run it and still was getting FALSE !
    I tried to Logoff/Login again and I was getting mostly TRUE and sometimes FALSE too !!!
    I thought may be It has something to do with REF CURSOR that I use to build SQL on the fly, so I changed to NDS
    using EXECUTE IMMEDIATE statement - nothing changed.
    vQUERY := 'SELECT COUNT (1) FROM ' || iBV_NAME || ' WHERE ' || iPK_FIELD || ' = ' || iPK_VALUE;
    IF iSYS_TIME_STAMP IS NOT NULL AND iSYS_UPDATE_SEQ IS NOT NULL THEN
    vQUERY := vQUERY || ' AND SYS_TIME_STAMP = TO_DATE (''' || iSYS_TIME_STAMP || ''') AND SYS_UPDATE_SEQ = ' || iSYS_UPDATE_SEQ;
    END IF;
    EXECUTE IMMEDIATE vQUERY INTO i;
    vRESULT := NOT (i = 0);
    RETURN vRESULT;
    Interesting note : when Patrick doesn't pass SYS parameters (Time_stamp, Update_sequence), or passes NULLs - function always finds the record ! (Statement 2 below)
    May be it has to do with the way TO_DATE () function gets parsed in that dynamic SQL - I don't know ...
    Here's the test code :
    SET SERVEROUTPUT ON;
    DECLARE
    SYS_TIME DATE;
    SYS_SEQ NUMBER;
    bEXISTS BOOLEAN DEFAULT FALSE;
    BEGIN
    SELECT SYS_TIME_STAMP, SYS_UPDATE_SEQ INTO SYS_TIME, SYS_SEQ FROM LOCATION_BV WHERE PK = 1;
    bEXISTS := CORE_PKG.RECORD_EXISTS_FNC ('LOCATION_BV','PK',1, SYS_TIME, SYS_SEQ); -- STATEMENT 1
    --bEXISTS := CORE_PKG.RECORD_EXISTS_FNC ('LOCATION_BV','PK',1, NULL, NULL);        -- STATEMENT 2
    IF bEXISTS THEN
    DBMS_OUTPUT.PUT_LINE ('TRUE');
    ELSE
    DBMS_OUTPUT.PUT_LINE ('FALSE');
    END IF;
    END;
    I asked our DBA, he has no clue about this strange inconsistent results.
    I debugged line by line, extracted that generated SQL and ran it in same account - works fine !
    Does anyone knows or have clues or can help what's going on ???
    I don't know If this is bug in my code or strange memory behavior ?
    (Please let me know If anything unclear)
    Thanx a lot for your help and time !
    Steve K.

    see your other thread
    Bug in my code or strange memory behavior ?

  • Strange Permissions Behavior with Public/Private Drop Box

    Strange Permissions Behavior with Non-Course Drop Box
    In an effort to promote iTunes U on campus this semester (and to get people working with audio and video more) we're having a contest in which people can submit personal or group audio/video projects.
    This being an iTunes promo, we intend for students to submit their contributions via a drop box.
    To that end, I began experimenting with drop boxes in iTunes U, which I haven't done much of previously. I've created a course called "iTunes U Drop Box Test" under "Campus Events". Within that, I have two tabs: "Featured Submissions" and "Dropbox". My goal with this drop box was to allow faculty, students and college folks the ability to use the drop box ("college" being a role I've defined for those who don't fit into the faculty/student roles).
    When I first started experimenting, access to the "iTunes U Drop Box Test" course looked like this:
    --- Credentials (System) ---
    Edit: Administrator@urn:mace:itunesu.com:sites:lafayette.edu
    Download: Authenticated@urn:mace:itunesu.com:sites:lafayette.edu
    Download: Unauthenticated@urn:mace:itunesu.com:sites:lafayette.edu
    Download: All@urn:mace:itunesu.com:sites:lafayette.edu
    --- Credentials ----
    Download: College@urn:mace:lafayette.edu
    Download: Instructor@urn:mace:lafayette.edu
    Download: Instructor@urn:mace:lafayette.edu:classes:${IDENTIFIER}
    Download: Student@urn:mace:lafayette.edu
    Download: Student@urn:mace:lafayette.edu:classes:${IDENTIFIER}
    For the "Featured" Submissions tab, I gave the non-system credentials the "download" right, and for the "Dropbox" tab I gave the non-system credentials the "dropbox" right.
    My understanding of this setup is that everyone should have had the ability to view the course and the contents of the "Featured Submissions" tab and that those in the College/Instructor/Student roles would be able to upload files via the "Dropbox" tab ... but not see the contents of said tab after the files were uploaded (aside from any files they uploaded themselves).
    This is not the behavior we saw however. While the College/Instructor/Student roles could upload files to the dropbox, everyone (including the unauthenticated public) was able to see all of the contents of the dropbox.
    The only way I could get this to work as advertised was to change all of the system credentials save the "Administrator" to "No Access":
    --- Credentials (System) ---
    Edit: Administrator@urn:mace:itunesu.com:sites:lafayette.edu
    No Access: Authenticated@urn:mace:itunesu.com:sites:lafayette.edu
    No Access: Unauthenticated@urn:mace:itunesu.com:sites:lafayette.edu
    No Access: All@urn:mace:itunesu.com:sites:lafayette.edu
    Once I did this, everything worked as advertised: College/Instructor/Student roles could upload tracks, and the "Dropbox" tab would only display tracks they uploaded.
    So my question is ... is this the correct behavior for the drop box? It looks like when the system credentials are in play, they're simply overriding whatever the normal "view" rule is for the drop box, which doesn't seem right.

    Your current configuration where things work as you wanted does seem correct to me. You are not using any System Credentials to accomplish the functionality and that's fine.
    Here's some more info to clarify how / why this is working for you and why you had to set "No Access" for the System Credentials:
    The System Credential "Authenticated@..." is going to get assigned to any user that goes through your transfer script. Even if you transfer script assigns no credentials to a user, upon entering iTunes U they will have at least 1 - the "Authenticated@..." credential. Therefore, unless you block access using "No Access", any user that passes through your transfer script is going to be able to access the area in question.
    When you change values for "Unauthenticated@..." or "All@..." you are defining what someone that DOES NOT pass through your transfer script can do. You want both of those to be "No Access" at the top level of your site if you do not want unauthenticated visitors.
    The distinction between "Unauthenticated" and "All" is that "All" applies to all users whether they pass through the transfer script or not.
    Here's another way to remember things:
    User passes through your transfer script, iTunes U automatically assigns:
    Authenticated@....
    All@....
    User does not pass through your transfer script and instead access your iTunes U site through derivable URL*, they get assigned:
    Unauthenticated@....
    All@....
    *The derivable URL for a site is: http://deimos.apple.com/WebObjects/Core.woa/Browse/site-domain-name
      Mac OS X (10.4.6)  

  • Strange typeover behavior in Newsfeeds

    I am getting this strange intermittent behavior when create a post in the Newsfeed.
    As you begin to type the text compress and it almost looks like the letters are typing over themselves
    The resulting text can be posted and looks fine when posted, it some times does throw an error but the error and type over don't seem connected
    It happens on all browser types and even phones and tablets

    Hi,
    Thank you for your post.
    This is a quick note to let you know that we are performing research on this issue.
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • What's the "true" capacity on a 64GB Touch???

    You know how there's always a few GBs taken away right from the start?
    What's the remaining space on a 64GB Touch with no media on it yet?
    Thanks

    A quick search on here for "64gb capacity" returned:
    http://discussions.apple.com/thread.jspa?messageID=10425409&#10425409

  • Tried to update 64gb touch - software was corupted during download

    Just received my ne 64GB touch. Synced to my iTunes just fine the first time, then was told there was an update for the device. I downloaded the software and received an error at the end, "The software was Corupted during download, disconnect and re-download software". I tried this, now the iPod is not recognized and iTunes tells me to restore the device and downloead the update. I tried this and receive the same "corupted" error message.
    Now everytime I plug the iPod in like I'm going to sync, I am told that the iPod needs to be restored. I end up in the same circle....
    I would like to know if restoring the iPod to factory settings would fix this problem? Or do I need to do something else?
    Thanks for any help!!

    Just received my ne 64GB touch. Synced to my iTunes just fine the first time, then was told there was an update for the device. I downloaded the software and received an error at the end, "The software was Corupted during download, disconnect and re-download software". I tried this, now the iPod is not recognized and iTunes tells me to restore the device and downloead the update. I tried this and receive the same "corupted" error message.
    Now everytime I plug the iPod in like I'm going to sync, I am told that the iPod needs to be restored. I end up in the same circle....
    I would like to know if restoring the iPod to factory settings would fix this problem? Or do I need to do something else?
    Thanks for any help!!

  • Strange audiobooks issue

    I have a strange audiobook issue. For background, I'm running iTunes 7.1.1 on Windows Vista Business, and have a 30GB video iPod.
    Ok. I bought the audiobook of "The Great Gatsby" from iTunes. It is in my iTunes as an audiobook, is checked to sync and everything. Also, when my iPod is plugged in, and you expand the little arrow over in the left hand (so you can see what's actually ON the iPod, as opposed to in iTunes) and click on the Audiobooks under the iPod, it shows up, all three parts of the book.
    However, when I look on my actual iPod, scroll to Audiobooks on the device, it's not there. But it says it's there (over iTunes) when it's plugged in.
    Another audiobook, one that has been on there forever, apparently syncs just fine.
    Anyone experience this?
    (Please, for the love of Christ, don't anyone post on here and tell me that iTunes is not fully compatible with Vista. I know this. You know I know this.)

    Ok, for anyone coming across this in the future.
    I resolved this by changing up the way I was running the MovUser command a little bit.
    Previously, I was using MoveUser with the -u option, it would migrate the mailboxes, as far as I could tell, successfully. Then I would update the mailhost ldap attribute myself.
    I changed to using the -l option with an ldap url and -A to have MoveUser update ldap, and it seems to be working just fine.
    Not sure why first command doesn't work though...

  • Strange ZWSREG behavior

    We are in the middle of a rollout of about 300 new machines. (used sysprep in the image) The first 100 are doing something strange. They boot up get renamed and join the windows domain with their new name, but register with ZEN as the randomly generated Microsoft name. (usually someting like N-398477634379d979) I deleted the workstation object, unreged and rereged the computer, but it always reregisters with the randomly generated name. What gives? I found a TID that said this was fixed by an update on the latest desktop agent, but that I could work around it by deleting the incorrectly named object and waiting for the machine to reboot, However it still registers with the wrong name. Any ideas? Thanks.
    J. Daniel Treadwell

    But these are new computers. They should not have image safe data yet. I tried it, but got the same result.
    Originally Posted by Craig Wilson
    Try running ZISWIN -R when you unregister.
    My guess is that it's pulling the old info from Image Safe Data.
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Support Forums Volunteer Sysop
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.
    "jtreadwell" <[email protected]> wrote in message
    news:[email protected]..
    >
    > We are in the middle of a rollout of about 300 new machines. (used
    > sysprep in the image) The first 100 are doing something strange. They
    > boot up get renamed and join the windows domain with their new name,
    > but register with ZEN as the randomly generated Microsoft name.
    > (usually someting like N-398477634379d979) I deleted the workstation
    > object, unreged and rereged the computer, but it always reregisters
    > with the randomly generated name. What gives? I found a TID that said
    > this was fixed by an update on the latest desktop agent, but that I
    > could work around it by deleting the incorrectly named object and
    > waiting for the machine to reboot, However it still registers with the
    > wrong name. Any ideas? Thanks.
    >
    >
    > J. Daniel Treadwell
    >
    >
    > --
    > jtreadwell
    > ------------------------------------------------------------------------
    > jtreadwell's Profile: NOVELL FORUMS - View Profile: jtreadwell
    > View this thread: Strange ZWSREG behavior - NOVELL FORUMS
    >

  • I purchased an audiobook from my ipod touch. But it partially downloaded 1 portion. I tried to redownload but iTunes asked me if I wanted to buy it again(not download for free) How do I redownload without paying again?

    I purchased an audiobook from my ipod touch. But it partially downloaded 1 portion. I tried to redownload but iTunes asked me if I wanted to buy it again(not download for free) How do I redownload without paying again?

    http://support.apple.com/kb/ht2519

  • Lumia 800 - Strange UI Behavior after Touch!!!

    When moving my finger horizontally or vertically (more noticeable when vertically scrolling) and leaving my finger on the screen after the move, the UI begins to shake up and down or side to side depending on whether I moved the UI vertically or horizontally. I found this when playing assassins creed first, the virtual joy stick under my thumb was moving on its own when my thumb was still. Trying this on the start screen by scrolling up or down a little and leaving my finger on the screen presented me with the UI moving on its own.
    This is quite frustrating especially in game that require me to leave my finger/thumb on the screen. This behavior is noticeable in all elements for me, menus, internet browser, all hubs and so on. If you want to try it on your devices let me know if you have experienced the same thing. Remember just go to the start screen, scroll up or down slightly and don't take your finger off the screen, after a second or two the UI may start moving on its own like it does with me.
    If there is anyway to reset the screen calibration through diagnostics apps or anything let me know please.
    I have uploaded a video, its pretty poor quality but if you watch the calendar tile whilst I keep my finger still you will see how the UI moves on its own. More noticeable when you see it in person. http://youtu.be/vaJGcN7UfoE

    It doesn't do that on mine Lumia, and I have put mine of my desk keeping my fingers steady after scrolling. Usually capacitive screens, and especially amoled ones are quite sensitive, and from looking at your video where you hold the phone in one hand up in front of cam and touches it with your other hand while the device is shaking like crazy doesn't make it easy to actually know if it's your or the device.
    I guess you of course have done this already, but if not lay it down on a desk or table. Hold it tight with one hand and do the scrolling with your other hand. Then make sure the phone is dead still and so with your finger. Does it still do it?
    I haven't found a setting or way to calibrate the screen. And it might only be my ignorance, but I haven't seen any setting or so regarding calibrating screen on any on my previous devices - I guess I have had 6-8 phones with capacitive displays.
    I know that at least some of the s60 Nokia devices with resistive screen had it, but that's something else.

  • 64gb touch battery meter jumping all around

    i had just bought a 64bg touch and had noticed that the battery fill bar was jumping all over the place during my first drain. i would be at 65% and then down to 30%, up to 75% and then down to red status at 15%. it did that for a couple weeks until i brought it into apple.
    anyway, i downloaded a bunch of battery apps (one of which i use on my iphone) and the exact percentage jumps around all the time and then during an off/on process will change and then during a hard reset will change (even though all i'm doing is turning it off and not using it).
    so i took it into apple and they replaced it, but my new touch is doing the exact same thing. also i've done the battery calibration by draining it a couple times and restored the software.
    neither my iphone, my wifes iphone, nor the other 4 models we've owned of previous generations have done anything like this. do all touches do this? just the 64gb ones? seems strange since i got it off amazon and the replacement came from an apple store in virgina.
    anyone have any insight or information about this?

    I am having the same problem with an iPhone 3Gs since I bought the **** thing back in June at its arrival in stores. It's been doing this since I've got it and has had every software upgrade possible. I did every type of reset and even restored it as a brand new phone downloading an entirely new firmware with no back up from apple and trying it that way. Apple says they did some kind of reset that resets the way the phone reads battery level, Sure enough, the minute I got home it was back to its old ways. It would be fully charged in less than 2 hours time from a dead battery. Yet would need to be charged 4 times through out the day with moderate use on the lowest brightness setting, no 3g internet, no wifi, no blue tooth, no push notifications, and was even put in airplane mode when I new I wasn't expecting a call.
    I'm now on 3.1.3 which has supposedly fixed battery reporting issues (********) but in reality, all the update was put there for was to patch a hole made by the dev team.
    for example, right now my phone reads 33%, at 5:06 PM, the phone was left in airplane mode all day because i've been at work where I have no service, and came off of a full charge at 9 o clock AM.
    If i turn the phone off and on, The battery says 13%, i get a < 20% battery notice, dismiss it and the minute I press a button or unlock it jumps back to the 33%. If i keep doing this and the phone starts with less than 10% battery even though it will jump to 30% shortly after, the phone doesn't give me enough time to press a button before it shuts off and tells me to connect it to a charging source. The minute I do so, it takes about 10 minutes to come on, and the minute it does, boom back at 30%. It's like i'm missing a 30% gap in battery power.
    I had the first iphone back in the day when it was first released and apple had nothing but the best customer service, bring it in, no questions asked you walked out with a new iphone, so of course I came back for seconds when the 3Gs came out, well let me tell you a lot has changed.
    <Edited by Host>

  • I'm having problems transfering audiobooks to my iPod touch 5th Gen with the latest software upgrade.  It combines 2 books under the same title giving me multiple chapters within the single title.

    When I transfer audiobooks to my touch, I sometimes get a new book transferred that shows up correctly in iTunes but when I open music on the iPod, I have a single book title with both volumes under it.  I end up with 2 Chapters 1, 2 Chapters 2, etc.  Anyone else have this problem?

    Well, I decided to try working at it from the Windows side because I was getting absolutely nowhere using iTunes in OS X. Strangely enough it just worked like it's supposed to this time when I loaded up iTunes in Vista. (I tried before in Vista, with the same problem occurring).
    No idea why it worked... I hadn't even authorized iTunes in Vista to play tracks registered to my iTMS account.
    If anyone can offer any help from the Mac side, it would be much appreciated. I only have a few specific reasons for using Vista... would prefer if I could avoid restarting into it just to change a few things on my iPod.

Maybe you are looking for

  • Mail adapter attachment

    HI Guys,        While i am sending mail as an attachment in mail adapter, taken Transport protocall  'XIpayload' and click as attachment. So i am getting attachment in 'XML' format but i need it in CSV format. Can you help me to change it to CSV form

  • Error VC018 - XP - IE8 - Silverlight 5.1

    Maybe somebody in here knows how to resolve this error ? I have just wasted an hour of my life on the telephone to what was supposed to be BT sports tech helpdesk, i say supposed to be because the person at the opther end tried to tell me you could n

  • X2 time not auto-adjusting

    Hi, I have an X2 on the Orange network and since I have had it, it has never updated the time auomatically. As an example, I have just been to France for a week. When I went the phone was on GMT. It should have: 1 - Updated to French winter time on 1

  • CBO statistics

    Hi, In which table the cbo statistics will get stored in oracle? OS:solaris 10 Version:10.2.0.4

  • Firefox crashes when using Chinese (Taiwan) Phonetic Input

    I am currently running Firefox 3.6 on Windows 7. Whenever I use the Chinese (Taiwan) Phonetic Input, Firefox automatically crashes at the point when I select the character from the drop-down menu. This is a recurring problem, not a random one. I now