How to stop voice when i tap

i want to stop the voice when i tap on anything and went to SETTINGS, GENERAL, TURN ON MULTITASKING GESTURES, but not able to go any further.  please help.  Thanks

Settings>General>Accessibility>VoiceOver>Off

Similar Messages

  • How to stop voice control

    how to stop voice control?

    Hi Joannewpark,
    Press your Home Button to get to the Home Screen.
    Press Settings, then press again 2x fast - you will go to the Settings screen
    Press on General, then press again 2x fast - you will go to the General screen
    Use 2 fingers to indicate scroll up - Voice Over will begin to read the items on the screen, and will eventually get to the Accessibility option. When it says "Accessibility" press on it, then press on it 2x fast
    It will go to the Accessibility screen, tap on the Voice Over option one, and then again 2x fast, now tap on the Voice Over option again, and then double tap to turn it off.
    Cheers,
    GB

  • How to stop voice mail password pop up on iphone 5

    How do you stop the voice mail password pop up on the i phone 5?

    Call your carrier & have them reset your voicemail. Then set such up with a password. Voicemail is a carrier feature, not a phone feature & most carriers require a password for such.

  • How to stop delay when streaming data from a script as URL to an Applet?

    I have a strange problem and do not know what is causing it. Hope someone here with some experience can help.
    I have a Java Applet which makes a line graph of data. The data source is to be streaming, where the first chunk of data comes from what is already in a data file, and then new data is sent whenever it is ready. The problem in brief is that if I just collect and show the data from the data file and do not stream everything works fine. If I also have the streaming and wait for a long time, everything works fine, but when the applet is first loaded, the graph is not shown until after a long delay time.
    Here is a snippet of the applet code:
             String dataendpoint = "http://phpfunction.php";
             URL url = new URL(dataendpoint);
             InputStream is = url.openStream();
             String line;
             InputStreamReader isr = new InputStreamReader(is);
             BufferedReader br = new BufferedReader(isr);
             while ((line = br.readLine()) != null) {
                   // my code here to handle each line of data which prepares it for
                   // showing on a line graph.
             } In the above, I show the dataendpoint variable hardcoded, but in reality this comes as an Applet parameter. It is a URL of a php script which is on the same server as the applet's code and there are no access problems here.
    The PHP script does the following: It first opens a data file, parses it and prints it out to its standard output using echo or printf statements. The script then enters a loop where it periodically looks to see if new data has been made available. If so, that new data is also printed out to the standard output.
    The PHP script looks like this (in pseudo code):
       // open data files, read lines, and send to standard output using echo
       // flush buffers using ob_flush() and flush() calls
       while (1) {
          sleep(30);
          // get new data, if any, then send to standard output
          // flush buffers again
       Again my problem: If I have the PHP script exit before the while loop everything works fine, my applet makes the graph immediately.
    However, if I include the while loop, then initially the applet does not appear, not until some time afterwards, and then the applet works like it should, scrolling along every time new data arrives.
    I have done a Wireshark sniff and I can see that the initial data is being sent out the the browser and applet immediately. So I do not think it is a buffering problem on the PHP side.
    I have wrapped every Applet code line with debug print statements and from the Java console I see that the Java Applet is stopping at this line:
    InputStream is = url.openStream();
    Can someone explain what is happening here? Why the delay in returning from the openStream() function and how to avoid it?
    By the way, the server is Linux and the Applet is being run on Windows Vista, and I have tried both Internet Explorer and Firefox, both give the same behavior.
    Thanks in advance!
    Steve, Denmark

    I still cannot solve this problem, but I have some more observations:
    1) yes it is a JApplet, and yes, the data streaming is performed in a separate thread.
    2) Wireshark sniffing shows that data sent out by the PHP datasource on the server is sent immediately, and is not buffered (am using ob_start(), ob_flush() and flush() alls in the PHP script).
    3) On Windows Vista, using Internet Explorer or Firefox, there is a constant 30 second delay before the Applet returns from this line: InputStream is = url.openStream();
    4) After this 30 seconds, data appears in the Applet, but it can be seen also with java console debug prints that the data seems to be buffered. The newest data shown in the Applet is not the newest data sent to the client by the PHP datasource script.
    5) On a SUSE Linux client, the Applet works as it should, there is no delay time in showing the data.
    It appears as if there is on Windows a buffering of data which I do not wish to have and which does not occur on Linux. I need to find out how to get the URL openStream() call to return immediately allowing the initial data to be read and shown on the Applet. And I need to remove the buffering of data so that the data can be shown on the Applet when it arrives.
    Can anyone help? Why does this work on Linux but not on Windows, and what can I do, at best within the Java code, to get the Applet to work on Windows as it does on Linux?
    Thanks!
    Steve, Denmark

  • How to stop voice over utility from running

    Accidentally activated voice over utility and now I can get it to stop running, despite uninstalling it.

    Hello Stixs424,
    Thanks for using Apple Support Communities.
    To turn off VoiceOver please follow the directions below.
    You can turn VoiceOver on and off at any time; you don’t have to restart your Mac or log in again.
    Press Command-F5. If VoiceOver is on, pressing Command-F5 turns it off.
    VoiceOver Utility (Mountain Lion): Turn VoiceOver on and off
    Cheers,
    Alex H.

  • How to stop preview when opening Excel?

    Irritating problem that I can't make go away:  I am using a MacBook Pro assigned to my by my employer.   I use Excel every day and every day, when I click on an Excel file icon "preview" opens the file!   I hate that.  I want Excel to open the file.  I have to close everything click on the Excel icon and then open the file. (1) why is this happening? Why can't I simply double click on an Excel icon and get Excel to open the file?   (2) how to I shut off this "feature" or prevent this from happening in the future?  Thank you.

    Highlight one of toy Exel files, click command I, it will bring up the window you need, near the bottom you can select open with (Exel in this case) and below click all. Hope this helps.

  • How to stop reloading when confirmation says ok

    hi every body,
    i got struk up with the confirmation option in java script...
    In a registration screen, i gave some text boxes to enter some fields to store ino data base,if user forgot to save he clicked on some other links in the page he should get confirmation status whether want to save / not........
    If Yes means the fields should validate and return truemeans submit the form else, the should remain in same screen with the entered values..
    Please any one can help in this... actualy i have done till validation but i am not able to focus in same page with value if validation rteurns false...
    please help me in this..
    Thank u in advance...
    chintu...

    var page=false;
    function saveconfirm()
                   if(submitflag=='0' && page==true)
                        var confm=confirm("Page status is changed,do you want create new user");
                        if(confm=='true')
                             alert("Click on save to save ur changes.");
                             document.form[0].focus();
                             return false;
                   return false;
              function updatepage()
                   page=true;
              function changedvalues()
                   var totalele=document.emailaddressForm.elements.length;
                   for(var i=0;i<totalele;i++)
                        alert(i+":"+document.emailaddressForm.elements.name+document.emailaddressForm.elements[i].type);
                        if(document.emailaddressForm.elements[i].type=='text')
                             //alert("text value");
                             document.emailaddressForm.elements[i].onchange=updatepage;
                        //alert("text value1111111");
         </script>
    i caled save conferm on body unload and changedvalues at the end of the page.. please checkwhy iam not getting the result,......

  • How can I stop the intro voice when I play a genius mix

    HOw can I stop the intro voice when I play a genius mix?

    Hi Diavonex. Yes I was aware of this option.
    Subsequently I have done a litle research and downloaded a music app called "Track 8" which has a much clearer interface (larger type) and the abillity to change the background colour to dark or light.
    This is much more readable in the car in bright light, and much better at night too.
    You can also turn off auto-lock within the application, which is great, as it doesn't affect other apps.
    Although this app is really only an interface sitting on top of the music app, it offers a much better experience
    in my opinion that the stock player which seems to have devolved rather than evolved.

  • IPhone 5S - when I tap MUSIC I get message to sign into itunes store, how to stop message

    When I tap MUSIC, on my iPhone 5S I get a popup message to log into iTunes. How to stop the popup message.

    Might be small glitch, try seeing if signing out and signing back in does you any good.
    Settings > iTunes and App Store > Tap on your Apple ID and choose the option "Sign Out".
    Simply go back into iTunes and App Store and re-enter your information make sure you enter the password in its case-sensitive form.

  • How do you stop Voice Control?

    How do you stop Voice Control?

    Unfortunately, "Stop pressing and holding the Home button" only works if it is an intentional action. Obviously, this is not the problem. The problem occurs when the button is depressed and held ACCIDENTALLY! Like, when your iPhone or iPod is in your pocket, or purse. This is how butt-dialing occurs: the button gets depressed, the voice control comes on, and then the imperfect software mis-registers the next random sound as a voice command, resulting in a random call to a random contact.
    It is a very annoying "feature" to say the least. And the fact that it cannot be disabled only makes it more infuriating.

  • How to stop text box on iWeb page from automatically reverting to hyperlink when I click 'save'

    As far as I see, the main text box in the body section of my iWeb page reverts to a hyperlink (connecting to a file) when I click save.  I don't know how the hyperlink got activated to begin with--I must have done something, but I don't know what it was.  I tried this many times to fix it: went to Inspector "hyperlink" section, activated the text box in the page, un-clicked "make hyperlinks active" (so they are inactive), then un-clicked "Enable as a hyperlink."  That much works--the hyperlink (little white arrow in blue circle) disappears from the lower right corner of text box.  But as soon as I save (command S), the text box reverts to a hyperlink. 
    If I don't click save and move around the pages, it does not revert to a hyperlink.  It only reverts to a hyperlink when the file is saved.  Why is it doing this and how to stop this from happening--how to permanently return the text box to a non-hyperlink?
    The website page is: http://www.usronline.net/USR/VedicResearch.html.  If you click anywhere randomly in the main text, you'll get a prompt to download a PDF file.  This should not be, but I can't get this hyperlink to go away for good.
    Many thanks in advance.
    Vishnupriya

    Please pardon the reply delay--a big project deadline had to be met.  Now back to this work:
    Yes, the text in the oval object had a drop shadow (the oval object itself did not).  I removed the drop shadow from the text, but the image file icon stayed in the right corner of the oval object.  I deleted the text and then the image file icon disappeared.  But as soon as I typed text again inside the oval object (not even pasting the previous text) the image file icon appeared again.  I deleted the oval object entirely and simply typed the text inside the main text box itself.  The image file icon that was attached to that oval object is gone (along with the oval object).
    Still the image file icon is attached to the main text box, though.  I again tried to uncheck the Enable as hyperlink (same process as described in first posting) with that oval object gone, but when I "save" again it reverts to a hyperlink. 
    Next I tried this: I copied the text from the problem text box and pasted it into another text box (outside of the problem one).  Still in the new text box with the pasted text, the image file icon shows in the upper right corner. 
    I also removed all the drop shadow features from this main text box (there was one more, on some words typed in the main text box), but it is still showing as an image.
    I don't know how it became an image file, and I'm still stumped as to how to fix it (short of forgetting about trying to figure out how it became an image and just retyping all text into a new text box).
    The link you provided for "Web Safe Fonts" is returning this: "The server at www.ampsoft.net is taking too long to respond."  I'm using Arial and Georgia (Georgia only on the menu and header text) in the site, and I had verified before designing the site that these are web safe, so I had thought they were.
    If you or anyone have any further suggestions or suspicions on this matter, I'd be glad to hear them.
    Thank you.

  • On an iphone 4s, when I tap the phone number in my contacts list instead of calling the number it goes to a "Welcome to mail screen" how do I make it call the number instead?

    On an iphone 4s, when I tap the phone number in my contacts list instead of calling the number it goes to a "Welcome to mail" screen with icloud, Microsoft exchange, Gmail, Yahoo, Aol & Windows Live Hotmail listed beneath. How do I make it call the number instead?

    Never heard of that.  I suspect it thinks that's an email address and you're seeing that screen b/c you don't have an email account setup on your iPhone.
    Assuming the number is valid, try a reset by pressing the home and sleep buttons until you see the Apple logo, ignoring the slider. Takes about 5-15 secs of button holding and you won't lose any data or settings.

  • In my macbook pro when composing email it coping into thrash as well so how to stop this ?

    in my macbook pro when composing email it coping into thrash as well so how to stop this ?

    You may have a Bad fan. Make an appointment and take it to the genius bar for an evaluation. It's free, in warranty or out.

  • How to stop iTunes creating a new library on my hard drive when it can't find the one I have created and told it to use on an external drive?

    I have quite alot of music etc so to save hard drive space I have created my iTunes library on an external hard drive. If I ever accidentaly open iTunes when that external hard drive isn't attached iTunes makes a whole new library from scratch on my computers hard drive. I find this highly frustrating as I often open Itunes to find no music as it have changed librarys and I have to re-load my actual library: very frustraiting and time consuming.
    I would like to know if it is possible to lock iTunes some how to stop it from changing folders when it can'f find the library, or atleast give me a warning that it can't find the library before creating a whole new one????

    Tunes works through a database file which has a list of your tracks.  When you click on a track it looks up in the database which file it needs to play, then plays the file.  If something breaks this link then you get !  The two main ways to get ! are to move a file from where iTunes expects it to be, or to delete it altogether.  I don't know which has happened in your case.  You can try using Spotlight to find a file for the one referred to in a broken link.  If the files have been moved then they need to be moved back.  If they were deleted completely you will have to restore them from a backup or download them again from the iTunes Store and rebuild your library.

  • How to stop the Flex application when user clicks on Cancel button from JS-confirm message?

    Hi All,
    I use the next code when a user clicks on a link:
    private function clickHandler():void
          ExternalInterface.call('confirm', 'Of course you want to go to the Adobe forums!');
          navigateToURL(new URLRequest('http://forums.adobe.com'), '_self');
    This will show up the javascript confimation box. But when the cancel-button is clicked, the user goes straightly to http://forums.adobe.com...
    How to stop Flex performing the next code when a user clicks on the Cancel button?
    Or, how to catch which button is clicked by a user in Flex?
    Thanks!

    I agree with Mr. Hall that using mx.controls.Alert in Flex may be a better route.
    Show the Alert like this:
    // show an alert with a question and yes and no choices
    Alert.show( "Would you like to go to the Adobe Forums?", "Question",
         Alert.YES | Alert.NO, this, closeHandler, null, Alert.YES );
    Then handle the response in the closeHandler() function:
    protected function closeHandler( closeEvent:CloseEvent ):void
    if( event.detail == Alert.YES )
         navigateToURL( new URLRequest('http://forums.adobe.com'), '_self' );
    else if( event.detail == Alert.NO )
         // they chose no
    The following documentation on Alerts may be helpful:
    http://www.flexafterdark.com/docs/ActionScript-Alert
    Let me know if that helps...
    Ben Edwards

Maybe you are looking for

  • Ipod No Longer Syncs All Music

    I have a 160gig Classic that i purcahse about 8 months ago. Up until about 2 weeks ago it was working fine under the automatic sync setup. Recently i added 4 or 5 albums to my iTunes however when it started to sync it popped up with quite a few messa

  • How to remove family sharing on itunes

    how do you remove the Family Sharing on iTunes on my pc?

  • Problem with the standby database?

    i am working on 10gr2 on rhel4. i am creating a standby database on the same servr machine. i have taken a cold backup of the primary database and edited the parameter files for the primary as well as the standby database. the only problem is that i

  • Bridge CS4 / Snow Leopard - No Raw Preview

    I am shooting with a Nikon D200 - in raw my files show but I am not seeing the image previews only the .nef icon.  I have searched and searched for information on this and I am getting nowhere.  I have already downloaded the latest camera raw update

  • Where can I find Kerberos plugin for iDS 5.X?

    I use iDS 5.0 to replace NIS naming service in our Solaris 8 environment. I would like to get user authenticate through Kerberos but don't know what need to be done. Can someone please help. Thank You.