Problems with changes in iOS5 Music app on iPad

With iOS 5, massive changes have been made to the Music app that makes it virtually unusable for listening to podcasts.  Weirdly, these changes were not made on the iPhone version, which still works fine.
My problems are these:
1.     Music App no longer shows which episodes of a podcast have been fully played, partially played, or not played.
2.     The 30-second re-play button is gone.
3.     The 1X - 2X - ½X playback speed button is gone.
These items aren't very important for playing music, but they're pretty critical for listening to podcasts.  As I said, these features are still on the iPhone version of iOS5.  It's like somebody decided that no one listens to podcasts on the iPad so they took them out.  If that's true, then it's just me that's screwed.
Am I missing something?  Is there a way to bring these features back?  I've tried Apple Care and they didn't have a clue.  And before someone suggests it, yes, I have submitted a comment to the feedback web page at Apple.
Thanks,
Rolando

I am with you.   4 out of 5 people in the office not longer are able to open email attachments(PDFs, jpgs, Office Docs) after upgrading to iOS 5 on iPhones or iPads.  It seems to be from only from emails not from a Mac, iPhone or iPad. If you forward the message to youself from an Apple product, you will be able to open the attachment.
If called Apple support and they were not able to help after an 50 Mins.  I'm going to re-install iOS to see if if works.

Similar Messages

  • Help required with Audiobooks on iOS5 Music app

    I have just upgraded my iPad to the latest OS which changed the ipod app to the new Music app.  Unfortunately there are a couple of issues in the Audiobooks feature.
    1) when you listen to an audiobook, it no longer moves automatically from one file to the next (like a playlist).  It gets to the end of the file and stops.  This particularly annoying when it is a book that is split into 2 minute files.  I have looked for an option in case it is a configurable feature but can not find it.
    2) for some of my audiobooks it has listed the files in a random order so the story does not flow in the right order.  I do not understand what is causing this.
    I have search the apple website and there does not seem to be a way to raise a bug report.   Any thoughts on whether this is a configuration problem on my iPad or whether it is the new software.

    I have just upgraded my iPad to the latest OS which changed the ipod app to the new Music app.  Unfortunately there are a couple of issues in the Audiobooks feature.
    1) when you listen to an audiobook, it no longer moves automatically from one file to the next (like a playlist).  It gets to the end of the file and stops.  This particularly annoying when it is a book that is split into 2 minute files.  I have looked for an option in case it is a configurable feature but can not find it.
    2) for some of my audiobooks it has listed the files in a random order so the story does not flow in the right order.  I do not understand what is causing this.
    I have search the apple website and there does not seem to be a way to raise a bug report.   Any thoughts on whether this is a configuration problem on my iPad or whether it is the new software.

  • Problem with CFStringCreateWithBytes on iOS5

    I have a strange problem with CFStringCreateWithBytes when migrating my app to iOS5.
    When I build my application with iOS4.3, I can get the return string normally from this following code.
    CFStringRef encodedData = CFStringCreateWithBytes(kCFAllocatorDefault, [response.data bytes], [response.data length], kCFStringEncodingMacThai, TRUE);
    But if I build the same code with iOS5, the output from CFStringCreateWithBytes will become nil. I have already checked the response data that it is not nil.
    Does anyone have this similar problem on iOS5?
    BTW, the reason I have to use CFStringCreateWithBytes instead of just the NSString initWithData:encoding: is because my return data is encoded in TIS-620 which I don't think I can get the right result without kCFStringEncodingMacThai.

    Yes.
    I have the same issue on most sounds since the update to iOS5.
    Most alerts, 'feedback' sounds like the keyboard click and the
    lock/unlock are either far too loud (they are distracting and distort
    because they are so loud) or inaudible. Occasionally they are 'normal'
    but this doesn't last very long.
    I can recover the sounds by making a volume adjustment, but after a
    while things go screwy again.

  • Configure icons in iOS5 Music app?

    OK, this has me feeling stupid:  on the iPhone, when you open the iPod app, you see icons at the bottom for various views (Playlists, Artists, etc.).  When you click 'More', you have an option to edit, and you can rearrange which views are displayed, and in what order.   I put Podcasts first, since that's my most frequent view—and, in fact, the only "music" on my iPad is Podcasts.
    For the life of me, I can't find any equivalent configuration in the iOS5 Music app on the iPad.  Is this just an oversight?  Am I stuck always clicking "More" to see my Podcasts, even if I have no playlists or artists/tracks other than podcasts?

    You are not alone.  I feel the same way.  I also only listen to Podcasts on my iPad. I have no music synced.  I hope that they add the ability to edit the icons (like you can on the iPhone - even with iOS 5) to the iPad.  I hope this is a simple oversight and not a design decision.  If this is intentional it is a very bad idea.

  • Using Voice Over in the ios5 music app, when tapped into an album there is no way to back out of it except by switching off voice over! Help.

    Using Voice Over in the ios5 music app, when tapped into an album there is no way to back out of it except by switching off voice over! Help. This is preventing me upgrading the iPad2 to iOS5 for a blind man I work with. Am I missing something or is it a bug?

    here is a link to macosxhints.com that tells you how to output all of your feed URLs to a terminal window. from there you can cut and paste them into your new feed reader of choice...
    http://www.macosxhints.com/article.php?story=20080319094830396
    and if you are in the marked for a new reader may i suggest David Watanabe's excellent NewsFire. he had just recently made it totally free as a gift to the macintosh community.
    best of luck.

  • Has anyone in this Forum had problems with installing and running Adobe apps on the new MacPro?

    Has anyone in this Forum had problems with installing and running Adobe apps on the new MacPro?
    I have been trying to install Photoshop CS6 & CC and Acrobat Pro XI on my Mac Pro (late 2013). I keep getting a 'configuration' error message and wondered if the problem was wide spread.
    TIA,
    Jerry

    Thanks, Martin.
    Good to hear someone has had success. The lack of it here is frustrating and depressing.
    Thanks again,
    Jerry

  • Having problem with change of name in the datagrid Coding

    I am having problem with changing the name of the datagrid header text name for one of the data either in the flash file or the php file.
    The thing is i want to change the Course_Name to Course Name that has no underscore so that it will look nicer in the datagrid but if I change it in the php file like SELECT Course_Name as 'Course Name' ....., it will not turn out in the datagrid when I CTRL ENTER the flash file but the others like Price,description and display is shown.
    There is no problem with my php code but I do not know how to change the Course_Name into Course Name so please help me resolve this error that I am having.
    This is my flash code
      function goCourse(e : MouseEvent):void
      gotoAndStop(5);
      refreshResponder = new Responder (refreshSuccess, onFault);
      connection = new NetConnection ();
      connection.connect (gateway);
      dataDG.addEventListener (Event.CHANGE, gridItemSelected);
      refreshData (true);
      function gridItemSelected (e: Event): void {
      ID = e.target.selectedItem.ID;
      courseTxt.text = e.target.selectedItem.Course_Name;
      priceTxt.text = e.target.selectedItem.Price;
      descTxt.text = e.target.selectedItem.Description;
      private function getParams () {
      var param: Object = new Object ();
      param.ID = ID;
      param.Course_Name = courseTxt.text;
      param.Price = priceTxt.text;
      param.Description = descTxt.text;
      return param;
      private function refreshData (refresh: Boolean): void {
      if (refresh)
      connection.call ("Course.viewCourse", refreshResponder);
      private function refreshSuccess (result: Object): void {
      dataDG.dataProvider = RecordSetDP.toDataProvider (result);
         dataDG.columns = ["Course_Name","Price","Description","Display"];
      private function onFault (fault: Object): void {
      trace (String (fault.description));
    This is my php file code.
      function viewCourse()
      $this->connect();
      $sql = "SELECT Course_Name,Price,Description,Display
      FROM coursetb";
      return mysql_query($sql,$this->_connection);

    i don't see where you're calling your php file in your code, but change 'Course Name' to 'Course_Name' (or vice-versa) there.

  • Problem with changing Label in Bridge CS3 and CS6

    Hi there,
    I am having some problem with changing Label in Bridge CS3 and CS6 in windows.
    1. In Bridge CS3 (Windows XP), most of the time with most of the files, there is no problem. But I found that in some files, the Label does not get changed. I usually change Label by right clicking on the picture, then Label and select any Label. When I do so in those files, nothing happens. But when I rename the file by changing or adding just a single character, then it works. And if I again rename to original name, it still works. But without renaming the Label does not change. Again this does not happen with all pictures, but occationally with some. We usually receive pictures from different clients for editing purpose.
    2. In Bridge CS6 (Windows 7), if you create lot of Path using Pen tool in Photoshop for the purpose of removing background, you save the file, close, and change Label in Bridge, again open the file in Photoshop, you see no Path in the Path Pallette. So that means, changing Label works, but it removes the Path from the file. But if there is small amount of path, then no prboblem. But if there is lot of path, like you need to create for a necklace to remove background, then the problem arises.
    I am using Bridge for a purpose where it is very helpful so I really need to use Bridge, and Labeling feature is the most important to me, but after feaguring out this problem, I am really tensed as to whether or not I will find a solution to this. So any help, guidance will really be appreciated.
    Thanks very much in advance for any solution.
    Best regards

    I have re-checked the issue and I found that the problem is with JPG file.
    I wasn't even aware you could save a path to a jpeg file (always use PSD because of wanting to keep the Alpha Channel, jpeg only can contain 1 layer and no alpha channels and/or transparency).
    However I tried it on a file with a simple path and one with a complex path. It seems indeed you have found a bug. The simple path is no problem but the more complex path is indeed disappearing.
    It is not only label but also rate or adding IPTC in the description field. The moment metadata is saved to this jpeg file and reopened the earlier present work path of a more complex path is gone.
    Despite the fact that to my opinion a jpeg is not the most suitable file format for saving a work path this should not happen. If a work path is saved to a jpeg then it should be kept saved after just altering metadata in Bridge.
    It still is the same behavior in Bridge CC because that is what I use. Don't know when it started but it still needs to be repaired
    Here is the link for filing a problem or bug:
    http://feedback.photoshop.com/photoshop_family/

  • SSRS 2012, SQL Server 2012. Problem with changing database

    Hi all!
    I have a problem with changing database for SSRS.
    I have a SSRS 2012 and SQL Server 2012. These programs is on WIndows Server 2012.
    I need to link SSRS to the new database instance. For this I run SSRS Configeration Manager, open tab Database, click Change Database. Then I choose option "Choose an existing report server database", click Next, write the server name, test
    connection (it's successed) and push Next again. Then I see this error message:
    Error
    The feature: "Using other editions of SQL Server for report data sources and/or the report server database" is not supported in this edition of Reporting Services.
    OK   
    I'm confused, cause I have compatible versions of programs and THIS error.
    Please, help me.
    Thanks.

    Hi Kirill,
    From the error message, we can know that the issue may be caused by incorrect editions of SQL Server for report data sources are used as the Report Server Database.
    When creating a report server database, please be aware that not all editions of SQL Server can be used to host the database. So we should make sure that we have used the correct database as the
    Report Server Database. For more details, please refer to the “Report Server Database Server Edition Requirements” section in the following document:
    http://technet.microsoft.com/en-us/library/cc645993.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Hi, I have a macbook pro 17" 2.4ghz intel core 2 duo 2007, will upgrading to Yosemite slow me down or create problems with my Iphone or other app ?

    Hi, I have a macbook pro 17" 2.4ghz intel core 2 duo 2007, will upgrading to Yosemite slow me down or create problems with my Iphone or other app ?

    Yes, i do not suggest upgrading right now. There is some software malfunction or glitch that spontaneously shuts down this specific model. I upgraded and it was a pain to downgrade and make my mac usable again.

  • HAVING PROBLEM WITH THE NY PENAL LAW APP

    is there a problem with the ny penal law app?

    Your issue is with the developer of the app. Use google if you need help.
    You don't have an issue with your iPhone.

  • After downloading iOS7, I'm having problems with typewriting Korean in the apps such as the Pages and Keynote.

    After downloading iOS7, I'm having problems with typewriting Korean in the apps such as the Pages and Keynote.
    When I type "한글", it should appear as such but it appears as "하 ㄴ 그 ㄹ"

    Report this to apple via
    http://www.apple.com/feedback

  • HT1918 problem with changing the payment information

    I've got a problem with changing the payment information !!
    when I change them and I followed the instruction , and when I click done
    it says " for assistance, contact iTunes support at " the link " . and nothing
    change , so what should I do ?

    Hi Bart,
       The description of the field VBKD-BSTKD will appear in sales order (VA01/02/03) Header  Order data tab.
    If you notice the text for below one it is PO Number where Number starts with upper-case N and it iis not the one which you changed.
    Also this is a hyperlink to sales header order data screen.
    You need to enhance the code via sales exit to fix this.

  • I have a problem with your purchase from the App Store

    I have a problem with your purchase from the App Store
    To understand the problem as well as view images on a flow
    https://www.icloud.com/photostream/#A7GI9HKK27lHY

    You will need to do what it says, contact iTunes Support. These are user-to-user support forums, if you thought you were contacting Apple by posting here. Go here:
    http://www.apple.com/emea/support/itunes/contact.html
    to contact the iTunes Store.
    Regards.

  • Ovi maps problems with Nokia 5800 xpress music

    Since Ovi updated the maps I've had trouble using it. I have version 40 firmware which was installed by Vodafone when my device expired. Despite the update, Ovi maps just crashes the phone when I try to use it. The screen goes blank and I get all coloured lines flashing down one side and the phone reluctantly restarts. Any advice please?

    I am having exactly the same problem with my 5800 xpress music having updated to version 40.0.005.235.10 and installed the new version of OVI maps and the software Own Voice.
    I have also tried reinstalling the sotware, restoring my phone to factory settings and resetting my phone by pressing the green, red and camera button whilst powering up. The problem persists. I will be making a call and within a few seconds of the call being connected the phone switches off and back on again. I also get the the coloured lines flasing on the screen.
    Please Nokia Support, help us out.

Maybe you are looking for

  • ITunes 11.0.2.26 stops working when I try and Get Info

    Hi, I've never asked a question here before, so bare with me if I give all the wrong information or something... Recently, I'd been having trouble getting my iPod Touch 3rd gen 64 gb to sync with my iTunes Library. It would sync all my old music but

  • Gpresult html report creation not working for computer settings

    When I try and run a gpresult. all I get is this at the command prompt (as administrator).  gpresult /h c:\report.html ERROR: The error is particulary helpful ;-) I can successfully create a xml file with /x report.xml . Its a pain to read though. Al

  • Show Reporting Activity values in Visual Composer

    Hi everybody, i add a Reporting Activity to my current BPM Process. My purpose is to show the report in Visual composer. Unfortunately i don't know how to import the BPM Reporting Activity into VC? Could anybody help me with a how-to-guide or a detai

  • Sync issues between Mac and Mobile Me

    Hi all, I'm having issues syncing between MobileMe and my Macbook Pro. It used to work perfectly, but I haven't been able to get it to sync since early August. All the changes I make between my iPhone and MobileMe work fine, but they just wont update

  • Rounding error in pricing

    Hi All, We have one issue for Russia in Pricing We have one condition type for Base price and the value is 515.30 $ and Surcharge is 15% o the Base price which willl be 515.30*15/100 which equals to 77.295 The total is Baseprice + Surchage which was