Ringtone and gamemusic only on the blutooth/headphones-device

Hi you all out there.

My iPhone 5 (most recent iOS) is not connected to any external device via bluetooth, etc., no headphones plugged.

So there is no ring tone for incoming calls (vibrant works), game-apps have no sound. Dictation voice-messages does not work, the curve which shows the recognition of the frequencies is flat. But the music from the music app is normally played on the loudspreaker!

But when I connect it to a speaker of the blutooth with a microphone, I hear the ringtone and game-music and saving messages of speech also works via the blutooth device. The same thing when the headphones are connected.

Mode normal iPhone always think, it is connected to another Bluetooth device or something else and it's use for some acoustic out - and input - if it is not connected.

I rebooted several times, flightmode turned on and off, ignored or deleted all bluetooth devices, he has experienced so far (only 2), opened the only application, which allows to redirect the output to devices outside and clicked on "iPhone" or "speaker" as the device to use - nothing helped so far...

Any other ideas?

Thanks in advance!

Michael

Look at the switch at the top left of the phone. Make sure you stop sounds. If you see orange in this turnout, reverse the reverse effect.

Tags: iPhone

Similar Questions

  • my windows xp does not start and it only shows the arrow and a black screen in the Middle, what can I do to solve this problem. __

    my windows xp does not start and it only shows the arrow and a black screen in the Middle, what can I do to solve this problem.

    Try to restart your machine and pressing F8 before the spash screen Windows appears.  Choose the option "last last known good configuration".

    If this fails, you can try to repair your installation of starting for the original CD-ROM for Windows XP installation and choosing the option 'Fix' when prompted.

  • Hi all. How can I manage the preferences that LR do not take up space on my MAC hard drive and works only on the external hard drive?

    Hi all. I am new and on a free trial right now.

    How can I manage the preferences that LR do not take up space on my MAC hard drive and works only on the external hard drive?

    Monthly payment included cloud storage?

    Peut I manage backups? And how?


    -Amir

    Hi amireos,

    Yes, you can create your workflow where you can keep all your images on the external hard drive and the Lightroom catalog file as well.

    If you start with Lightroom and then use the Destination location as external hard drive when you import your image of the external source such as a camera or SD.

    If you already have your Images on the Mac HD drive, then play all your Image on the external hard drive first and then import images directly from there.

    Finally, you can change the location of the Lightroom Catalog as well.

    Default location: folder on the Mac Drive HD, there is folder called Lightroom that you can move on the external drive too (however catalog Lightroom can't memory space as its only import previews of the images is not the real image and full)

    Once you move the file catalog Lightroom external hard disk, then you need to browse the catalog file when you launch Lightroom only once.

    See thread: LR catalog moving on external hard drive

    Let us know if it helps.

    Kind regards

    ~ Mohit

  • Ad Hoc network. even if the network is active and is connected to the internet my devices cannot connect and then the network shuts down.

    I'm living in a college dorm and only have access to the internet via a hard line to my computer. So I wanted to give my other accessibility of consumer electronics set up an Ad-Hoc network and share the internet connection. When I originally set up the network it works fine, but after the devices go to sleep or I leave the room it stops working. I had problems to keep the internet connection to share continually, which I fixed it. I then had a DHCP problem with the hard line that has been resolved through troubleshooting function. Now, even if the network is active and is connected to the internet my devices cannot connect and then the network shuts down.

    Is there a way to create an Ad Hoc network that works similar to a wireless router, so when my computer is turned, it works automatically? If so, how can I make this happen without these problems?

    Hello

    I suggest to activate temporarily the antivirus as well as windows firewall and check if it helps.

    Important note: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attacks.

    Disable the anti-virus software

    http://Windows.Microsoft.com/en-us/Windows7/disable-antivirus-software

    Enable or disable Windows Firewall

    http://Windows.Microsoft.com/en-us/Windows7/turn-Windows-Firewall-on-or-off

    For reference:

    Set up a computer-to-computer (ad hoc) network

    http://Windows.Microsoft.com/en-us/Windows7/set-up-a-computer-to-computer-ad-hoc-network

    Note: The notes section through the link above.

  • printing in black and white only on the all-in-one HP Officejet J5780

    I am trying to print page 2 of an article of web in plain black and white.  However, the upper part of the page is red on the web, the main part is black and white only.  No matter how clearly, I insist that I want simple black and white, what I get is the page, printed in red.    The printer does not do what I ask.  How can I fix this?

    Hi daniel199,

    You get the same problem when you try to print from another internet browser?

  • Binding of WPF graphics and definition lines and plots only in the ViewModel

    Hello

    is it possible to bind all the Axes and all parcels in the Viewmodel?

    Now I've set the Axes and the plots in Xaml, but I want to generate momentum. Is this possible via the ViewModel?

    My graph now looks like this:

       
                
                    
    
                    
                    
                    
    
                        
                            
                        
                    
                    
    
                        
                            
                        
    
                    
                    
    
                        
                            
                        
    
                    
                    
    
                        
                            
                        
    
                    
                
                
                    
                        
                    
                    
                        
                    
                    
                        
                    
                    
                        
                    
    
                
            
    

    My ViewModel looks like aktually like this:

    public ChartCollection[] chartCollection { get; set; }
    
       chartCollection = new[] {
            new ChartCollection(1000),
            new ChartCollection(1000),
              new ChartCollection(1000),
            new ChartCollection(1000),
                     new ChartCollection(1000),
            new ChartCollection(1000),
                     new ChartCollection(1000),
            new ChartCollection(1000)
        }; 
    
    and data-insert :
      test = hw.T_a1Actual.ToString();
        chartCollection[0].Append(hw.T_a1Actual);
        chartCollection[1].Append(hw.T_a2Actual);
        chartCollection[2].Append(hw.n_a1Actual);
        chartCollection[3].Append(hw.n_a2Actual);
    
    }));
    

    But I want to generate all the Axes and all dynamic plots. What is the best way to do it?

    I can do this via the ViewModel?

    Thanks in advance

    Manual

    Do not forget that the plots and the scales on a graph are just components and not the user interface objects themselves.

    It would be possible, with little code, take a set of models 'conspiracy' and 'axis' models and generate plots and lines of them, which could then be synchronized with a graphic. If expose you the Plot and AxisDouble components on the model, then the synchronization code would be necessary:

    public static class GraphExtensions {

    // Private property to hold on to synchronizer.
            private static readonly DependencyProperty PlotsSynchronizerProperty =
                DependencyProperty.RegisterAttached(
                    "PlotsSynchronizer", typeof( CollectionViewSynchronizer ), typeof( GraphExtensions ) );

    // Public property to declare source of Graph.Plots collection.
            public static readonly DependencyProperty PlotsSourceProperty =
                DependencyProperty.RegisterAttached(
                    "PlotsSource", typeof( IEnumerable ), typeof( GraphExtensions ),
                    new PropertyMetadata( OnPlotsSourceChanged ) );

    public static IEnumerable GetPlotsSource( Graph g ) {
                return (IEnumerable)g.GetValue( PlotsSourceProperty );
            }

    public static void SetPlotsSource( Graph g, IEnumerable value ) {
                g.SetValue( PlotsSourceProperty, value );
            }

    private static void OnPlotsSourceChanged( DependencyObject d, DependencyPropertyChangedEventArgs e ) {
                var graph = (Graph)d;

    // Retrieve existing synchronizer, or create a new one for the target graph.
                var synchronizer = (CollectionViewSynchronizer)graph.GetValue( PlotsSynchronizerProperty );
                if( synchronizer == null ) {
                    synchronizer = new CollectionViewSynchronizer { TargetCollection = graph.Plots };
                    graph.SetValue( PlotsSynchronizerProperty, synchronizer );
                }

    // Synchronize graph's plots with new source.
                synchronizer.SourceCollection = CollectionViewSource.GetDefaultView( e.NewValue );
            }
        }

    In XAML, you can set the property attached on the chart as:
        
    : where the model exposes a collection or the observable collection of Plot objects.

    A similar attached property might be set to synchronize the Axes collection on a graph with a collection of model.

  • Impossible to start only on the desktop, bootable device error - please restart

    Original title: windows startup problems 8

    I have a Toshiba satellite laptop that came from the factory with windows 8.  I just can't get started.    It stops at the toshiba leading innovation which is the first screen after power to the screen on.  the function keys that product screen blank screen except at the top where a line doesn't read bootable device - please reboot of the system, which can do to solve this problem

    Hi Ericmadison,

    This problem may occur if your hard drive is not set as your first boot or because of defective hard drive device.

    What is the exact full model of your PC Toshiba satellite laptop?

    Make sure that your hard drive is set us your first boot in the BIOS device. See your manual for your Toshiba satellite computer to check the key to enter the BIOS. Once you get into the BIOS, check if your hard drive is selected as the first boot device.

    Warning of the BIOS: BIOS change / semiconductor (CMOS) to complementary metal oxide settings can cause serious problems that may prevent your computer from starting properly.

    Microsoft cannot guarantee that problems resulting from the configuration of the BIOS/CMOS settings can be solved. Changes to settings are at your own risk.

    If the hard disk is already selected as first boot device, I suggest you to run the check disk from the Windows recovery environment using the installation media. CHKDSK (Chkdsk.exe) is a command-line tool that checks volumes on your hard disk for problems. The tool will attempt to repair problems it encounters. For example, Chkdsk can repair problems related to bad sectors, lost clusters, reticulate files and directory errors.

    As Windows came pre-installed, try to create an installation of Windows 8 media (DVD/USB). Check out the following link.

    How to create an installation media for a PC refresh or reset

    http://Windows.Microsoft.com/en-us/Windows-8/create-reset-refresh-media

    Try to go to BIOS option to change the priority of boot on CD/DVD (first boot device). See your manual for your Toshiba satellite computer to check the key to enter the BIOS.

    Once you change the boot priority, follow the steps mentioned below.

    Check the drive of the Windows recovery environment (RE Win) and check. Follow these steps:

    1. Insert the Windows 8 (DVD/USB) installation media, and then restart the computer.
    2. Hit F12 key (usually it's F12, but it may differ between computer manufacturers) and choose the drive in which you inserted into the installation media.
    3. Once the Windows Setup window appears, follow these steps:
    4. Then drag and select repair your computer.
    5. You will then see a blue screen and an option to choose.
    6. Choose the Troubleshooting option and select Advanced options.
    7. Select prompt to start the Advanced startup option.
    8. Computer will restart automatically.
    9. Once restarted, choose an account with administrative privileges.
    10. In the next screen, enter the appropriate password and press the button continue to access command prompt.
    11. In the command prompt window, type the following command:

    CHKDSK /F /R

    12. Once complete, restart the computer and check.

    Important: the data available on bad sectors may be lost when chkdsk attempts to repair your hard drive.

    Please answer us on the State of the question to help you further.

  • Ringtones and pictures to save the blackBerry Smartphones

    Hello

    I just bought the BlackBerry Curve 8330 with Verizon (4.5.0). I've never used a BlackBerry before, so I understand.  I'm running a problem when I take a picture.  After I took a picture, I get a message that says "file system full" and "unable to save".  I encountered a similar problem when I sent a sound file to myself, and when I clicked on the option to make a ringtone, I saw a similar error message.

    I went through the steps on the site Web of BlackBerry to change some of my settings to maximize space, but it did not help.  I have a few photos on the device that have been transferred during my last phone, but it is really not only a large number (about 20).  I think that there is a larger capacity memory than that! I've changed settings to record on the device, but that solves nothing.

    I also downloaded a few applications that have been registered and operate without problem (although this error has also occurred before that I downloaded those).

    Any help?  I wouldn't think that I have to buy a bigger and just memory card to save photos.

    Thank you

    Cara

    Cool!
    Please solve the thread so that others can find your answer faster.
    Thank you

    Bifocals

  • Qosmio G20: How to run programs and movies only on the second screen

    It is possible to select what programs are displayed on the secondary display (tv)? If so, how.

    If I have a movie on TV he also plays on his laptop computer and all. How can this be stopped IE only play on tv?

    Norskman

    Hello

    Usually, you can change the display with the function FN + F5 devices.
    Then, you can change the option for laptop / LCD, LCD, laptop computer screen / TV, TV

    If you use the software as WinDVD, so you first change the display device and then use the software.

  • my profile is gone and I only have the temporary profile, how do I restore my profile

    Computer closed donw incorrectly last night.  Whan I connect not put my profile to load, it is only the profile on the computer.  start the computer with only the temporary profile.  tried restoring the system which did not fix the problem

    I have completed the following

    How to fix error "your user profile was not loaded correctly! You have visited
    logged on with a temporary profile. "in Vista & Windows 7.
    http://www.Vistax64.com/tutorials/135858-user-profile-error-logged-temporary-profile.html

    and then

    Difficulty of a corrupted user profile
    http://windowshelp.Microsoft.com/Windows/en-AU/help/769495bf-035C-4764-A538-c9b05c22001e1033.mspx

    but all my files are gone, pictures, documents, etc. Is there a way to recover them and how?

    Restore backups.  You do not compatible external backups and persistent of the files and folders that are important to you than losing them would ruin at least a few minutes of your day?

    Not to mention step 1 of the first link, you said that you have followed...

    1. back up whatever it is that you do not want to lose in the profile folder of theC:\Users\(user-name) of this user account, If the profile folder still exists, to another location, and then delete the profile(user name) folder.

    Now - if in the first step you did that C:\Users\(your old username) doesn't exist anymore - I refer back to my first statement "backup."  He had disappeared before.

    In addition - something like Recuva * could * find something--unlikely if... especially given the duration of the use of the system has obtained from erasure.

  • Principle & interest and interest only check the behavior of box

    Hi people,

    I have a customer who would like 2 check - boxes they say 'Principle and interest' and the other just says 'interest '.

    So, basically, you need to check one of these boxes to see the final figure of "Monthly payments" appear. See the diagrams below for a better explanation:

    Principle and interest

    principle_interest.jpg

    In this diagram, if are not ticked the boxes, no amount should appear in "monthly payment". If "Principle and interest" is checked (circled in the figure), then the figure appears - in this example, the figure is $2 040,73. (This figure is calculated in accordance with a PMT calculation script kindly provided for me in this thread: principle and interest calculation in Acrobat PDF format.)

    Interest only

    interest_only.jpg

    Similarly to the above, in this scheme, if no checkbox is enabled, no amount should appear in "monthly payment". If "interest only" is checked (circled in the diagram) then the figure appears - in this example, the figure is $1 561,59. (This figure is calculated using the following simplified field Notation: Total_Loan_2_L2 * Actual_Interest_Rate_L2 / 12)

    The two checkboxes name is 'Loan2_check' and we got the export value of 'Yes1' and the other 'YES2"so that the two can be controlled at the same time.

    If someone could kindly help solve what would be greatly appreciated

    Thank you

    Change this line:

    var rate = getField("Actual_Interest_Rate_L1").value;

    To do this:

    var rate = + this.getField ("Actual_Interest_Rate_L1") .value;

    This will force the value of the field to be converted to a number, if the field is empty, it will return zero.

  • Hello I have seen a few question here with my apple ID and email I am no longer using and I only remember the security answer, why did you guys all of a sudden to block my ife apple

    Dear Apple

    I face a big question here what my Apple ID ***@hotmail.com, a few days ago, you guys suddenly refuse my login and ask me to reset my password, the MAN I NICU is more than e-mail. How I'm going to reset it ok fine after seeing the mention to keep security response ok one of them are wrong! WTH my first car honda Jazz I confirms is correct, but the pets, I'm not sure! Please help me to reset for me

    It's a very bad idea to post your email/ID address and asked guests to remove it.

    This is a user to user forum: you're not talking about Apple here. Go to https://getsupport.apple.com . Click on "see all of the products and services ', then 'More', then 'Apple ID', then 'other Apple ID subjects' then 'security issues forgotten Apple ID". If you have problems with this test of this form: https://www.apple.com/emea/support/itunes/contact.html

  • Web access remote Windows 2011 essentials, EI computers available and accessible only to the administrator account. not available for computer users

    A new installation of Windows SBS 2011 Essentials. We have the following text:

    1 / web remote access is fine for the administrator account, server and work stations are available and accessible francs

    2 - However, if any user uses the web remote access, it is able to see the shared folders but no computers available.

    3. from the server, I am able to connect locally remotely and manage the client computer (local, not through the internet)

    Hello

    I suggest you send the query in the link for assistance.
    http://social.technet.Microsoft.com/forums/en/smallbusinessserver/threads

  • Windows fax and scan only saves the first page

    When I use the windows fax and scan pages to analyze. You can get an overview of all the multiple pages scanned, but what emailing or save you then cannot see the first page.

    Hello

    If you're using a scanner with a charger of documents and Windows Fax and Scan, you can scan multiple pages into a single file of scanning to the TIFF (.tif) file format. For more information, see:


    Scan a document or photo with Windows Fax and Scan
    http://Windows.Microsoft.com/en-us/Windows7/scan-a-document-or-photo-with-Windows-fax-and-scan 

    If you use Windows Fax and Scan and a flat bed scanner, you can scan multiple images to separate files probably. Not all scanners flat have this ability, so you may need to contact the manufacturer of the scanner to get a driver so that your scanner flat may offer this option.

    Reference:

    Scanning: Frequently asked questions
    http://Windows.Microsoft.com/en-us/Windows7/scanning-frequently-asked-questions 

    Kind regards
    Afzal Taher
    Microsoft technical support engineer

  • Just downloaded Firefox 8 and tried "Get Add-ons" in the Add-ons Manager and they would not appear and I only see the button "load". Any help?

    Click Tools-> Add-ons, then get add-ons and they never appear

Maybe you are looking for

  • Function keys do not work on my Satellite Pro L series

    I recently bought TuneUp Utilities 2012 to speed up my laptop and arrested a number of programs, including some of Toshiba which were included with my current laptop. Problem is that the FN key is no longer made up a screen what do my F keys, and the

  • Question VI motor bike

    Hello I'm writing a VI that performs a cycle continuously a stepper motor that is connected to a linear actuator. I wish I could order to move the linear actuator of 2 inches, retract 0 thumb and loop this profile so that she could continue to move w

  • I don't want windows 10, but I'm stuck in the update loop - Help!

    I have tried to avoid the update of Windows 10 and was doing a good job, until one day I came back to my computer to find the middle of the update of Windows 10. I panicked, somehow managed to cancel and thought that I had won it. Fast forward a week

  • There is a security risk to plug the internet router management on the LAN port?

    I have to install an ASR1001 on the internet for my business.  I noticed that the ASR1001 has a dedicated management port and I was wondering if it's a security risk to have this mangment port directly connected to my local network, so that I can man

  • RV042G difference between the Strip protocol binding bandwidth <>- for the WAN ports

    Can someone explain a little better then the manual what are the differences between the management of bandwidth on the WAN ports and protocol bindings? If you specify in each section which protocol should go where, why have two places to set this up