Why is the FM tuner disabled on my Galaxy S5 phone?

Why is the FM tuner on my Galaxy S5 phone disabled? Can this be fixed? What's wrong with this phone?

Ann154 wrote:
The HTC One M8 once the user sideloads the application.
Ok let me be even more clear. Any Verizon phones that have a functioning FM tuner out of the box without any hacks or rooting? Seriously I swear some of you long timers are being deliberately obtuse because I know you're not actually obtuse.

Similar Messages

  • Why is the save disk disabled on the toolbar of Adobe Reader X?

    Why is the save disk disabled on the toolbar of Adobe Reader X?
    I cannot use the shortcut CTRL+S either. I have to click File, Save As, PDF...too long and drawn out. Why is the quick save disabled?

    How do I make it not disabled?
    Change something in the PDF after opening it.

  • Why is the map not displaying correctly on "find my phone"  I am getting large grid squares on the map

    why is the map not displaying correctly on "find my phone"  on my computer.  I am getting large grid squares on the map.  I have tried deleting my history, tried zooming in & out, but the grid squares won't go away..

    Welcome to Apple Support Communities
    It means that it is not connected to the Internet, so it may be turned off. Another option would be that somebody has resetted it to default settings and has changed the Apple ID, being impossible to track your son's iPhone. Anyway, report it to the police because it is the only thing you can do at the moment

  • On my MacBook Pro with Retina Display, Why does the "USB Devices Disabled Unplug the device using too much power to re-enable USB devices" keep coming up after I unplugged the usb device?

    On my MacBook Pro with Retina Display 15", that I purchased a few weeks ago, started coming up with the following message on my desktop:
    "USB Devices Disabled Unplug the device using too much power to re-enable USB devices".
    I unplugged the device and the message still keeps coming up.
    This is what I have done so far to troubleshoot:
    I shut down the laptop. When booting up I pressed the command+option+p+r at the same time. It comes up with a menu to reinstall OSX, Get help online, Run Disk Utility, etc. I choose the disk utility and repair the disk and then restarted.
    The message keeps popping up and I can't seem to get rid of it. Why does the message keep popping up even though I don't have any devices hooked up to the laptop at all? Any help to reenable my usb ports and get rid of the messaage would be helpful.

    I talked to Apple Support and we at least stopped the bleeding, a little bit. These are the troubleshooting steps I did before I contacted Apple Support:
    1. Reinstalled OSX
    2. Restore the last known good Time Machine Backup.
    This did not fix my issue, so I called Apple Support and they told me this:
    1. Turn Power off.
    2. Wait 15 seconds.
    3. Plug in Magsafe adapter.
    4. Wait 15 seconds.
    5. Hold down the Shift+Option+Power Button for 20-30 seconds.
    6. Turn Power back on.
    Ok, this stopped the bleeding a little, but as soon as I plugged in a Apple USB Superdrive
    and a Apple Mini Displayport to VGA Adapter. This "USB Devices Disabled" pop-up pops up like every 30 minutes now. At least, it is not constantly popping up after I close it, so I guess it will do for the temporary. Going to contact Apple support, later, though to see what else can be done.

  • Why is the save button disabled?

    Don't know why but all of a sudden my Save button on the HTML editing window is disabled.  I open a file from my local site, make a change, and save on the toolbar is disabled.  I can go to the menu File - Save and it saves fine.  But the button is always disabled.  Can anyone help?
    Dreamweaver 11.0 Build 4993
    Mac OS X Version 10.7.4    

    Report it as a bug.  It happens from time-to-time.  Cmd+s will always work though.  I think there is a bit of lag in the button on the GUI at times.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Why is the assests panel disabled when editing css or xml files?

    It's immensely annoying. Is there anyway to stop it?

    That doesn't really explain why a very useful panel is disabled. What's the logic behind it?
    This is a user-to-user forum, not Adobe customer support. You asked whether there was any way to prevent the Assets panel from being disabled when editing CSS and XML files. The answer is no.
    If you want Adobe to change the way the program works, file a feature request.

  • Why Is the Block Diagram Disabled?

    What did I do now?  Please look at the attached image.  A VI that I am using as a subVI in various different programs suddenly started looking like I had used application builder to create an exe file out of it (But I didn't!!).  The only options are Start and Run Continuously, and the block diagram is disabled.  What did I do to get myself in this mess?  How do I undo whatever I did, so I can edit the block diagram again?  Any help or suggestions would be greatly appreciated.
    Thanks!
    Solved!
    Go to Solution.
    Attachments:
    Disabled Block Diagram.png ‏259 KB

    Did you ever built a source distribution with the option set to remove the diagrams? In this case, the original must still be around somewhere.
    Since LabVIEW 8 you can no longer simply save without block diagram and you would not be able to upgrade such a VI to LabVIEW 2011, which it is now. (details)
    Of course it is possible that there is some corruption, but looking at the memory usage, the block diagram is blanked out.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    NoBlockDiagram.png ‏38 KB

  • Why does the ALT key disable mouse clicks on some machines?

    I have a drawing program, the main Window of which extends JFrame and contains a Canvas, which extends JPanel. The Canvas has a MouseAdapter, KeyAdapter and JMenuBar. It also has a Tools palette, which extends JDialog and has Buttons, which extend JToggleButtons.
    One button is called Zoom. After pressing this button, you can Zoom In and Zoom Out by clicking the mouse on a point of the illustration. It differs from pressing Ctrl Plus and Ctrl Minus, because the point where you click is kept in place, and only all the other points move.
    Zooming In is done by clicking the mouse and Zooming Out is done by pressing the ALT key and clicking the mouse. The Zooming In works on all computers, but for some strange reason, the Zooming Out doesn't work on all computers. The computer where it doesn't work, after pressing the ALT key and clicking the mouse, it does not recognize the mouse click, and never reaches the mousePressed method in my debugger.
    The computer where it doesn't work has the Windows XP Professional operating system. But some computers where it does work have the same operating system. The problem also does not depend on the keyboard or mouse, because I tried a different keyboard and mouse, and it still didn't work.
    I wonder if the reason why it doesn't work on some computers has to do with that the ALT key is also used differently (which might depend on the operating system)? Pressing the ALT key and clicking the mouse Zooms In a picture by keeping the point in place and only moving all the other points
    I do not want to use a different key, since one release of my program is a plugin for Photoshop, and Photoshop also uses the ALT key to achieve the same thing.
    Thanks for checking on this! I will appreciate your help!

    Ok, I did apply KeyBindings. Since the AnanyaCurves class extends JFrame, I couldn't apply KeyBindings there, but I could apply KeyBindings to my CurveCanvas class, which extends JPanel, which extends JComponent. However I still have my first two problems:
    1) After pressing the ALT key, clicking the mouse doesn't get recognized. You never reach the mousePressed method, where it's supposed to exit the program.
    2) After opening a menu, such as the Nothing menu by pressing ALT and N, pressing a key which is not an accelerator key of a menu doesn't get recognized, such as pressing the E key. You never reach the actionPerformed method of the exitF action, where it's supposed to exit the program.
    Here is my SSCCE with the KeyBindings:
    import java.awt.*;
    import java.awt.event.*;
    import java.lang.*;
    import java.lang.reflect.*;
    import java.util.*;
    import javax.swing.*;
    import javax.swing.plaf.*;
    public class AnanyaCurves extends JFrame
      CurveCanvas canvas;
      JMenuBar menuBar;
      Command quitCmd;
      JMenu fileMenu, nothingMenu;
      JMenuItem quitItem, nothingItem;
      boolean alt;
      public AnanyaCurves(Dimension windowSize)
        Font boldFont = new Font("Verdana", Font.BOLD, 12);
        Font plainFont = new Font("Verdana", Font.PLAIN, 12);
        Object top;
        Basics.ananyaCurves = this;
        alt = false;
        try
          UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());
          SwingUtilities.updateComponentTreeUI(this);
        catch(Exception e)
        UIManager.put("MenuItem.acceleratorFont", new FontUIResource(UIManager.getFont("MenuItem.acceleratorFont").decode("Verdana-PLAIN-12")));
        Basics.ananyaCurves = this;
        enableEvents(AWTEvent.WINDOW_EVENT_MASK);
        setTitle("Ananya Curves");
        Dimension docSize = new Dimension(274, 121);
        canvas = new CurveCanvas(docSize);   
        menuBar = new JMenuBar();
        setJMenuBar(menuBar);
        fileMenu = new JMenu("File");
        fileMenu.setMnemonic('F');
        fileMenu.setFont(boldFont);
        quitCmd = new Command("quit", "ctrl Q");
        quitCmd.putValue(Action.NAME, "Quit");
        quitItem = new JMenuItem(quitCmd);
        quitItem.setFont(plainFont);
        fileMenu.add(quitItem);
        menuBar.add(fileMenu);
        //fileMenu.setVisible(false);
        /*JMenuBar hiddenMenuBar = new JMenuBar();
        hiddenMenuBar.add(fileMenu);
        getContentPane().add(hiddenMenuBar, BorderLayout.CENTER);
        getContentPane().add(new JPanel(), BorderLayout.CENTER);*/
        nothingMenu = new JMenu("Nothing");
        nothingMenu.setMnemonic('N');
        nothingMenu.setFont(boldFont);
        nothingItem = new JMenuItem("NoAction");
        nothingItem.setFont(plainFont);
        nothingMenu.add(nothingItem);
        menuBar.add(nothingMenu);
        addMouseListener(new MouseAdaption());
        addKeyListener(new KeyAdaption());
      public static void main(String[] args)
        Dimension windowSize = new Dimension(300, 200);
        AnanyaCurves ananyaCurves = new AnanyaCurves(windowSize);
        ananyaCurves.pack();
        ananyaCurves.setBounds(0, 0, windowSize.width, windowSize.height);
        ananyaCurves.setVisible(true);
        ananyaCurves.requestFocus();
      public void exit()
        this.dispose();
        System.exit(0);
      class MouseAdaption extends MouseAdapter
        public void mousePressed(MouseEvent e)
          if (AnanyaCurves.this.alt == true)
            AnanyaCurves.this.exit();
      class KeyAdaption extends KeyAdapter
        public void keyPressed(KeyEvent event)
          /*int keyCode = event.getKeyCode();
          if (keyCode == KeyEvent.VK_ALT)
            AnanyaCurves.this.alt = true;
          else if (keyCode == KeyEvent.VK_E)
            AnanyaCurves.this.exit();
        public void keyReleased(KeyEvent event)
          AnanyaCurves.this.alt = false;
    class Basics extends java.lang.Object
      public static AnanyaCurves ananyaCurves;
      public Basics()
    class Command extends AbstractAction
      String name; // the command name (not the menu item string)
      String accelerator;
      public Command(String name, String accelerator)
        super();
        this.name = name;
        if (accelerator != null && !accelerator.equals(""))
          this.accelerator = accelerator;
          KeyStroke k = KeyStroke.getKeyStroke(accelerator);
          putValue(Action.ACCELERATOR_KEY, k);
      public void quit()
        Basics.ananyaCurves.dispose();
        System.exit(0);
      public void actionPerformed(ActionEvent actionEvent)
        try
          Method f = getClass().getMethod(this.name, (Class[])null);
          f.invoke(this, (Object[])null);
        catch (NoSuchMethodException e)
        catch (InvocationTargetException e)
        catch (IllegalAccessException e)
    class CurveCanvas extends JPanel
      public CurveCanvas(Dimension docSize)
        super();
        Action altF = new AbstractAction()
          public void actionPerformed(ActionEvent e)
            Basics.ananyaCurves.alt = true;
        Action exitF = new AbstractAction()
          public void actionPerformed(ActionEvent e)
            Basics.ananyaCurves.exit();
        this.getInputMap(WHEN_IN_FOCUSED_WINDOW).put(KeyStroke.getKeyStroke("ALT"), "alt");
        this.getActionMap().put("alt", altF);
        this.getInputMap(WHEN_IN_FOCUSED_WINDOW).put(KeyStroke.getKeyStroke("E"), "exit");
        this.getActionMap().put("exit", exitF);
    In the getInputMap method I was trying to use the condition WHEN_IN_FOCUSED_WINDOW, hoping that the bound key would be recognized, but it didn't work. And, by the way, I still used the KeyAdapter so that the alt attribute of AnanyaCurves can be set to false when the ALT key is released.
    I will appreciate your help very much! Thanks for your time!

  • Why is the alarm function disabled when iPhone is switched off ?

    Can anyone explain why iPhone doesn't have this feature ? Most other smartphones do. Many thanks in advance for your replies.

    We cannot explain why the iPhone doesn't have this function, but you should use it as wake up alarm turning on the airplane mode so nobody can bother you with calls or texts during your sleep, and when you wake up and your alarm sounds you could turn off the airplane mode.

  • Why does the latest upgrade disable my iTunes in Windows 7? It corupts somethin in VisualC  .

    The lastest up grades corupts something in Windows 7  and makes itunes unsuable. What can I do.?

    Hi F4Fixer,
    Thanks for using Apple Support Communities.  This article has steps you can take for the error it sounds like you're seeing:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    - Ari

  • Why is the wi-fi disabled on my network preferences?

    I just bought a Macbook Pro.  When setting it up, it didn't let me choose wifi for my internet connection.  Now I've gotten to the Network Preferences and I still cannot choose wifi.  It is always grayed out.
    What am I supposed to do?

    If you can't turn on Wi-Fi, take the machine to an Apple Store, and if the problem isn't corrected on the spot, return it for a refund or exchange it for another one. You have 14 days from the date of delivery to do this.

  • Verizon for one you have very bad customer service, for two why does someone who has a one year warranty have to go into the store to replace my samsung galaxy s4 phone, when all it has done for months is over heat?

    I dont understand why i would need to go into the store for a replacement phone when i have had my phone under one year just because i have had it under one year. My phone has been over heating and i been trying to get a replacement phone, but i dont really have time to go in the store and i really dont see why i can replace my phone over the phone after one year.
    oh and your customer service sucks.
    Thank you

    Broke new phone Verizon couldn't help even give me form for insurance I pay for in their stores.Seperate corp.Had no Internet waited 2 weeks mail me form.They suck.Did run across 1 dude finially knew his stuff and personally handeled many problems.It was after most working there didn't took me month replacement phone mailed.If customers service person seems new ask for someone can fix problems asap.
    >> Edited to comply with the Verizon Wireless Terms of Service <<
    Edited by:  Verizon Moderator

  • Why wont the lock sound play when i lock my phone

    my phone wont play the lock sound when i lock my phone and the volume is up all the way and the switch is up.

    Are Lock Sounds activated in Settings>Sounds?

  • Why did the latest update delete my music from my phone and laptop?

    I updated my iphone with the new ISO and it also updated iTunes. Some where during the process it deleted my music from my Iphone and my music folder on my laptop. Is there a solution to this problem? Right now I am not very happy with either of these applications. Not only that it add stuff to my iphone that I will never use and can not delete it from the iphone.

    See Empty/corrupt library after upgrade/crash.
    tt2

  • HT5318 Why does the download of i-tunes stop at the 97% rate  of the download & then ells me it is corrupted?

    Why is the i-tunes download tell me is it coorupted during a download  to an upgrade? Only 97% get downloaded?  I've never had this happen before?

    It could be there is a problem with that particular file if it keeps doing it.
    Contact iTunes store support via:
    expresslane.apple.com
    Does it reappear for downloading each time you Check for Downloads or restart iTunes?
    AC

Maybe you are looking for

  • How to do autoprovisioning to a custom connector based on jobcodes?

    Hi, I have developed a custom connector which has 50 job codes. Based on the job codes we need to do autoprovisioning. How this is possible? do we need to create rule for each job? Thanks in advance

  • Windows 2003 server and SQL 2008

    Hi Does SAP Business one support windows 2008 and sql 2008 platforms? When i checked the partner portal it says that these platforms are not supported.Is there any update? Regards Louis

  • Why does this nullpointer happen

    I am trying to create a JLabel which uses the background screenshot, and prints some text on top of it. I have run into a problem when I attempt to manually set the Font. I think I have narrowed the problem down to the getPreferredSize() method, and

  • Calendar event showing on iPhone & in Outlook but not on iPad

    I have a calendar event that is showing up on the iPhone and in Outlook, but not on the iPad (using Exchange). All other events are displaying on the iPad but this one event. The event is no different from any others, except it had a .pdf attached (i

  • Time sheet-Reg

    Dear PM guys, During confirmation of order, we are entering the personnel number and Actual work.Based on this in Iw47 we can track the hours worked by particular employee or group of employees for a paricular period(ie posting date). Is it possible