Music controls stopped working after I updated iOS7

As soon as I updated (iOS7) to my phone, my music controls stopped working. On the lock screen and in music app, I can’t change volume. Control button looks like lock and when I touch it,  volume doesn't want to change. It’s not about my iphone speakers because my phone can ring. I already tryed to reset my phone and still nothing better.

This is happening with my iPad mini too. I bought last week, and it have already come with iOs 7, and the music controls on the lock screen had been working normally but since two days ago it stopped working the play button, favorites and next song button, only the volume is working yet. If anybody know something, let us know. Tell us what you will do cathconst. Thanks. :/

Similar Messages

  • My wifi stopped working after a update last year and I have updated since, can this be fixe

    MMy wi fi stopped working after a update early last year and I have just made do since then by using i pad at home. I was going to upgrade my phone but need to clarify if it was the upgrade that broke my wifi and can it be fixed? I have heaed of Apple replacing phones affected by this problem. Please help

    Try the suggestions here to see if they resolve your problem:
    http://support.apple.com/kb/ts1559
    If those solutions don't work your iPhone 4s has developed a hardware problem. The permanent solution is to get it replaced. I have not heard of Apple replacing long out of warranty iPhones.
    You can search the internet for heating and freezing solutions that might work (at least for a while).
    For example, see here: https://www.youtube.com/watch?v=nj10bz5bI6A

  • BoardMaker plus 6 stopped working after OS update

    My Boardmaker Plus stopped working after I update my system to OSi Yosemite.  The disk just spins and spins and the program does not come up?  Is anyone else having this problem?  How can I fix it.  I need to use the program for work.

    I was worried about this, I still haven't upgraded. But while doing research I saw that there is now an online version, I wonder if it's the same ...

  • I have a brand new iphone 5 it just stopped working after i updated to the 7.6 help?

    i have a brand new iphone 5 it just stopped working after i updated to the 7.6 help?

    Connect it to iTunes on your computer and Restore it. See: http://support.apple.com/kb/HT1808

  • N95 Map stop working after firmware update

    I have the N95, just update the firmware with the latest (04/25/09), the map App stop working today… it work after the update… it will not load and when I try to reload the map to the phone via Map loader it sees the phone the says it can’t read the license information…
    Need help please.

    have u tried reinstalling the maps application?
    u can get the latest maps application update from http://www.nokia.com/maps
    download the application associated with ur n95 and install it using the pc suite application
    if my post helped u out, please click the Star next to it to add some KUDOS to my name

  • Keyboard controls stop working after exiting full screen

    Hi everyone,
    I have QT Pro 7.4.1, with a problem that started after upgrading to the .1 version.
    When I exit full screen mode while watching a movie, the keyboard shortcuts for the player controls stop working. Instead, the computer beeps at me when I press the spacebar, etc. The keyboard controls still work during full screen mode, and after exiting full screen mode, I can still click on the play controls with the mouse to make them work. I've looked through the forum, but can't find anything about this. I also got this problem with one of my school's computers, with the same version of QT Pro. Is anyone else having this problem? Is it a known bug?
    Thanks,
    Irene

    Yep.
    A bug of sorts.
    A "click" on the small screen version will restore QuickTime Player "focus" and then the keyboard inputs will work as designed.

  • My Ipod touch email stopped working after installing Update

    my Ipod touch email stopped working after installing the latest firmware update from Apple what should I do?

    Hi, jewlssch. 
    Thank you for visiting Apple Support Communities.
    If the Mail application will not launch, I would recommend processing any available updates on your Mac Pro and test launching Mail.  If the issue persists, process a reinstall of Mavericks.
    Reinstall OS X
    http://support.apple.com/kb/PH10763
    Make sure to backup all of your data prior to reinstalling OS X 10.9.
    Back up your Mac
    http://support.apple.com/kb/PH11371
    Cheers,
    Jason

  • HT4650 My keyboard has stopped working after an update of Flash Player.  Help! What can I do?

    Why has my keyboard stopped working after Flash Player update?

    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    Do things work in Safe Mode?

  • Form Controls stop working after December 2014 Updates

    For some users, Form Controls (FM20.dll) are no longer working as expected after installing MS14-082 Microsoft Office Security Updates for December 2014. Issues are experienced at times such as when they open files with existing VBA projects using forms
    controls, try to insert a forms control in to a new worksheet or run third party software that may use these components.
    You may received errors such as:
    "Cannot insert object"
    "Object library invalid or contains references to object definitions that could not be found"
    "The program used to create this object is Forms. That program is either not installed on your computer or it is not responding. To edit this object, install Forms or ensure that any dialog boxes in Forms are closed."  
    * Note In this last error message, the Forms text may also be replaced by the GUID of the control.
    Additionally, you may be unable to use or change properties of an ActiveX control on a worksheet or receive an error when trying to refer to an ActiveX control as a member of a worksheet via code.
    Steps to follow after the update:
    After updating, the cached control type libraries (extender files) may be out of sync. To resolve this issue, you must delete the cached versions of the control type libraries (extender files) on the client computer. To do this, perform a search on your
    hard disk for files that have the ".exd" file name extension and delete all the .exd files that you find. These .exd files will be re-created automatically when you use the new controls the next time that you use VBA. These extender files will be
    under the user's profile and may also be in other locations, such as the following:
    %appdata%\Microsoft\forms
    %temp%\Excel8.0
    %temp%\VBE
    Scripting solution:
    Because this problem may affect more than one machine, it is also possible to create a scripting solution to delete the EXD files and run the script as part of the logon process using a policy. The script you would need should contain the following lines
    and would need to be run for each USER as the .exd files are USER specific.
    del %temp%\vbe\*.exd
    del %temp%\excel8.0\*.exd
    del %appdata%\microsoft\forms\*.exd
    del %appdata%\microsoft\local\*.exd
    del %temp%\word8.0\*.exd
    del %temp%\ PPT11.0\*.exd
    Additional step:
    If the steps above do not resolve your issue, another step that can be tested (see warning below):
    1. On a fully updated machine and after removing the .exd files, open the file in Excel with edit permissions.
    2. Open Visual Basic for Applications > modify the project by adding a comment or edit of some kind to any code module  > Debug > Compile VBAProject.
    3. Save and reopen the file. Test for resolution.
    If resolved, provide this updated project to additional users.
    Warning: If this step resolves your issue, be aware that after deploying this updated project to the other users, these users will also need to have the updates applied on their systems and .exd files removed as well.
    If this does not resolve your issue, it may be a different issue and further troubleshooting may be necessary.
    References with further information: 
    3025036 "Cannot insert object" error in an ActiveX custom Office solution after you install the MS14-082 security update
    http://support.microsoft.com/kb/3025036/EN-US
    3017349 MS14-082: Vulnerabilities in Microsoft Office could allow remote code execution: December 9, 2014
    http://support.microsoft.com/kb/3017349/EN-US
    2726958 MS14-082: Description of the security update for Microsoft Office 2013: December 9, 2014
    http://support.microsoft.com/kb/2726958/EN-US
    2553154 MS14-082: Description of the security update for Microsoft Office 2010: December 9, 2014
    http://support.microsoft.com/kb/2553154/EN-US
    2596927 MS14-082: Description of the security update for the 2007 Microsoft Office suite: December 9, 2014
    http://support.microsoft.com/kb/2596927/EN-US

    In case it is of any help in identifying why this update caused errors, the specific instance I have experienced is as follows:
    The application uses Visual Basic (6.5) for Excel.  The piece of code causing an error (438) was as follows:
    Public currcombo(12) As ComboBox 
    Sub comboset()
    '   set up comboboxes for test selection
     With Workbooks(currCRW).Sheets("client results")
    '   set up test selection combo controls
        Set currcombo(1) = .F14
        Set currcombo(2) = .F15
        Set currcombo(3) = .F16
    . . . . .etc
    The error occurred on the first Set statement where 
    In this case (in two environments: Windows 7 Home Premium 64 bit and 32 bit, Excel 2007)  the cure was to uninstall the problem security update KB2596927.

  • Media Key stop working after firmware update on 55...

    The media key was working before the upgrade.  After I upgraded the firmware, it stopped working.
    My phone info:
    5530
    software version: v 11.0.054
    customer version: 11.0.054.207.02
    language set:25
    Type: rm-504 
    latest update: 10/21/2009 

    "The media key was working before the upgrade.  After I upgraded the firmware, it stopped working.
    My phone info:
    5530
    software version: v 11.0.054
    customer version: 11.0.054.207.02
    language set:25
    Type: rm-504 
    latest update: 10/21/2009" 
    Did you update using NSU? I have updated mine recently and I have v11.0.054 with custom version 11.0.054.C02.01, language set:22.. and my media key is still working.  Am I missing some updates? Nokia Software Update checker says theres is no update yet.
    Message Edited by RhomANZ2 on 30-Oct-2009 03:53 AM
    Nokia 5530 Xpress Music
    v11.0.054
    "How We Respond Is Who We Are..."

  • Screen sharing stopped working after last update

    Hello all,
    I have run software update yesterday, and there were about 10 downloads (I run this weekely, so these must have been new ones). The thing is that after installing all the updates, one of the features that I use more frequently, screen sharing, stopped working properly. I have a Mac Book Pro and an I Mac, both running on Snow Leopard, and screen sharing has always worked just fine, but not after the latest update.
    I checked passwords and they are all right, and also checked sharing properties and all seems to be fine. I can share files all right, but for screen sharing now is only possible by setting the option "anyone may request permission to control screen" (under sharing>screen sharing>computer settings) to on, and ask for authorization each time I need to share screens, not good, mainly if you have the computers in different rooms.
    Finally, I own an Me account, so I tried sharing screen via Back to my Mac, but it didn't work either.
    Can anyone help?
    Thanks a lot,
    Luis

    Problem solved!
    After working with Apple, I have an answer. It looks like the 10.10.2 update changed your firewall settings. Try this:
    System Preferences>Security and Privacy>Firewall Options
    Scroll down the list till you find "screensharingd". If it's marked as block in coming connections, change it to allow incoming connections.
    Be sure to reboot your computer and you should be good to go!

  • In-line remote & mic stopped working after software update!

    Hi guys. I don't know the proper name for it but you know the headphone jack on unibody MBPs is compatible with the iPhone headphones, which have remote and mic. You can make calls and control iTunes.
    Shortly after the latest update which give you the App Store, the function has stopped working all together! Does anyone else have the same problem or am I an isolated case?

    Try resetting the PRAM. Info here:
    http://docs.info.apple.com/article.html?artnum=2238

  • My 3rd party 30-pin adapter stopped working after iTunes update

    Although I've been getting warning messages ever since my iPhone was updated to iOS7, I was still able to charge my phone with the 3rd party 30-pin to lightning adapter. But suddenly yesterday the adapter stopped working. the only thing I can think of was that I plugged in my iPhone 5 to iTunes to sync my music, and my PC updated my iTunes to v11.1.3.8. Can anybody offer any help as to how I can get my cable to work again?
    Thanks,

    That's because the adapter was produced illegally using stolen Apple patented technology. It does not have the proper authentication/DAC chip in it. Buy a legal 30-pin to lightning adapter.

  • Acrobat XI Stopped working after CC Updates

    RANT: It's happened 3 times now, and I'm getting fed up of the Adobe support - very disappointing. I don't think they know how to handle issues, and sometimes wonder if they even know the basic difference between hold and disconnect. Numerous times I have contacted them, after chatting with them for a few minutes, they say that they have to trasnfer me to the technical support, and then I get disconnected. Then the next guy has to start all over again with the same questions. Horrible.
    Ok, rant is over (for now), hopefully this forum is more helpful.
    ISSUE: last few (3) times I have noticed that when I update my Creatve Cloud panel, my Acrobat stops working. I'm not entirely sure if this is related to the CC panel update, but that's what it seems to me right now. So, after numerous chats with the Adobe chats, and my own office IT, I (myself) figured out that the issue could've been because I see 2 Adobe Acrobats installed on my system. The screen cap below shows what I mean.
    Last 2 times I uninstalled both, and reinstalled the Acrobat from the CC panel again, and it worked. But this time it just dind't. And I've been totally unable to solve the issue with my IT and Adobe's support so far.
    So, what happens is that when I launch Acrobat, it asks for licensing information again, or it says it would launch as a trail version... Come on, I'm already paying for the whole package.
    Desparely hoping that the Adobe Forum Community is more capable for such support...

    I've had numerous chats with Adobe support agents, and with my own IT, and haven't had luck yet. It's been a terrible experience stuck between the two IT support departments as a user I'm the one who's suffering and not these support guys...
    The issue here is that my Acrobat is not working as it can't find the internet connection, even though all the other Adobe products in the Creative Cloud work fine.
    We use Proxy scrypts in my office, and even though all Adobe links provided to me by Adobe, have been white-listed by my IT, Acrobat still hasn't worked.
    I've tried it all, installing, uninstalling, Adobe clean-ups, registery edits, preferential boots etc etc. Still no solution.
    Is there no way to manually enter a serial number to get it working???? What if someone loses internet connection, does it mean the Adobe Creative Cloud products are useless in that scenario, even though one has paid for months...
    Damn, I'm angry with myself for pushing for Adobe CC upgrade. Sigh.

  • Satellite A105 Shift Keys stop working after BIOS update

    I have a stack of laptop boards from the A105 series (Intel chipset) that I received with bad BIOS's. Two worked, and I updated the BIOS's on them to fix CPU compatibility issues. After that, the shift keys stopped working, and pressing Shift-A causes the power light to dim. Reverting to ANY previous version BIOS, whether through the Windows program, CD, or Crisis Recovery floppy (magic key is "F", not "B", "Esc", or "U"), does not fix the keyboard problem.
    To make things more confusing, I did notice that the one single BIOS that seems to actually correct the problem is version 1.50, which I haven't seen available for any Tecra A7 or Satellite A100/A105, except a couple A100's, but the BIOS file is much too small and can't be loaded.
    Does anyone have any idea why these Intel-based boards are doing this? Or does anyone know where I can get a usable version 1.50 BIOS?
    For the sake of this post, please consider my skill level to be high. (In other words, I would be thankful for people trying to help with "Replace the keyboard", but I have about a dozen keyboards, all of which I have tried, and all of which work on other laptops. Additionally, if you have just a theoretical solution, I'm definitely open to hearing it. Also, if a Toshiba tech would like to reply, I would very much appreciate it!)

    Hi, thank you for your help.
    Some motherboards were not in chassis when I got them. Is there a place the PSAAxx model number would be written on the boards?
    Four PSAA8U (Two A105-S4334 and Two A105-S4014) - Intel Chipset, fingerprint reader. Tried BIOS Versions 1.40, 1.70, 2.00, 5.10, 5.60, 5.90, and 6.00. Shift keys do not work on either one.
    Two PSAA2U (A105-S2091 and A105-S2031) - ATi Chipset. BIOS versions 1.50, 1.80, and 2.30. Keyboard works.
    Another PSAA8U (A105-S4184) - Intel Chipset, no fingerprint reader. BIOS version 6.00. Keyboard works.
    I noticed that so far all of the models with fingerprint readers have the problem. All of the ATi Chipset boards are working fine, but they have significant processor limits. I am in the middle of updating the BIOS in another Intel one using a Crisis Rescue Disc, so after that finishes I will try disconnecting the fingerprint reader to see if it has an effect.
    I don't think the keyboard controller is faulty, because these boards all failed on the same day. I have tried updating the BIOS using WinPhlash, Phlash16 in DOS, the install CD, and a Crisis Recovery Disk. I set the defaults in the BIOS almost every time, and I also have tried holding the power button for 60 seconds with the power cord unplugged and the battery removed (as some people have suggested.)
    The shift keys don't work in DOS, Linux, Windows, or even in the BIOS. I test it in the BIOS by using Tab to cycle through the fields in time of day, then Shift-Tab to cycle backwards. This works with a USB keyboard, and it also works on the ATi chipset models and the Intel chipset models that are still working.
    Thank you for your reply. (-:

Maybe you are looking for

  • Can i return my ipad wifi for a wifi 3G eventhough it's engraved?

    Can i return my ipad wifi for a wifi 3G even though it's engraved?

  • TRAINING AND EVENT MANAGEMENT - ERROR

    Dear SAP Experts, I am working on the module TRAINING AND EVENT MANAGEMENT. While using transaction PSV2 - DYNAMIC BUSINESS EVENT MENU, when i click on BUSINESS EVENT TYPE in that create W/O RESOURCES, I get an error. PLANNING PERIOD IS NOT IN BUSINE

  • Generate jsp from database table

    Does anyone know of a utility that will take a database table as input and generate a generic maintenance app (jsp) that will allow add/change/delete functionality to the table? I tried a utility called JSPMaker, however the code generated is horrid

  • Help - Windows crashes after installing upgrade today....

    Hi, System:                Windows XP, 2002, Service Pack 3 (not sure how to tell if 32 bit or 64 bit?  My graphics are 64-bit, I think) Computer:          Dell Inspiron 530 Processor:           Intel Core 2 Duo CPU Graphics card:   ATI Radeon HD 260

  • How in the world can I get rid of the plug locks

    I am new to mack air and still cannot figure out how to get rid of plug blocks so I cannot listen to anything sent to me and when I download the flash I have no idea how to get into it so I have millions of flashes and no access