How do I get voice control to work in iphn4s

cant get voice controlm to work inm 4s, mand also with bt headset

As far as the phone is concerned, Voice Control is always active unless you use Siri which will work instead.
As far as the Bluetooth is concerned, you need to check the user guide for the Bluetooth to see if it supports voice dialing, and if it does, then see what you have to do to activate your phone's voice dial.

Similar Messages

  • Cannot Get Voice Control to Work

    Just got the new ipod touch for xmas and i have to say it is absolutly amazing, so much better than i expected. However one major thing that is bugging me is the voice control won't work. I have the 32gb version and its the new generation (voice control is in the instructions manual so the ipod should have it on it). I hold down the home button and nothing comes up on the screen, only thing i've noticed is that the earphones disconnect with the slightest nudge of my arm on the wire so it may be a hardware problem. Also the voice memo app comes up with a message saying that no microphone is detected but i was led to believe when reading the instructions tht the earphones have a microphone built in.
    Anyways any help would be really appreciated, i know its only a small thing but for £230 I kind of want everything to work properly, cheers in advance.

    It sounds like perhaps you haven't fully inserted the headphone plug into the headphone jack. Sometime it takes just a little bit harder push.

  • How do you get Data Controls to work!

    I am having a very rough time with ADF Data controls.
    I have a bunch of code that works great. I can run it from the command line, my unit tests work, etc. I make a Data Control and hardly anything works. I tried to include my data control library (I exported it as an ADF Library Jar) into a web app and it never worked. I wasn't even sure if the Data Control itself was working so I made a simple swing app and it worked...kind of. I noticed that if I had 2 data controls and called a function in each from my swing app then it would fail. But, if I included the methods in one data control and only used that one, it worked (kind of).
    This looks like a bug.
    Anyway, is there a dependency problem with the ADF Library Jar I'm exporting to my web project? I included all the dependent libraries in the classpath section of the project properties. The web app sees the data controls in the data control panel. When I drag the data control method onto my JSFx page it creates the table just fine. The problem is when it runs, no data comes back even though I KNOW it is working because of the unit tests and I got it working with the swing app. The swing app was in the same project as my data control code however.
    Please help!

    BTW, if I hard code some simple data object with some values and return that, it works, just not when I do anything 'real'. Like I said, I use this data control in a swing app in the project itself for testing. My code has unit tests and works.
    I am importing the exported ADF Library Jar into my web app, click refresh on the data controls, and I can see the data controls. I drag the functions over to my jsfx page and it paints the table in the editor just fine.
    I import all the 3rd party jars in the classpath of the project. Then I get that 'cant find so and so DataControl'. But it CAN find the data control for simple, hard coded data.
    All I see in the logs is this from the default server log;
    [2009-03-06T08:30:02.104-05:00] [DefaultServer] [NOTIFICATION] [] [oracle.adf.share.config.ADFConfigFactory] [tid: 15] [APP: Application2] Cleaning up application state
    [2009-03-06T08:30:32.964-05:00] [DefaultServer] [WARNING] [ADF_FACES-30145] [oracle.adfinternal.view.faces.partition.FeatureUtils] [tid: 12] [APP: Application2] [arg: AdfDvtGraph] [arg: zip:D:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/Application2/57btp0/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml] [arg: 3] [arg: zip:D:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml] [arg: 3] A duplicate definition for the feature "AdfDvtGraph" has been found at zip:D:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/Application2/57btp0/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 3. A feature with the same name was originally defined at zip:D:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 3. This may indicate that multiple copies of the same jar file are present on the class path. Ignoring the new feature definition.
    [2009-03-06T08:30:32.979-05:00] [DefaultServer] [WARNING] [ADF_FACES-30145] [oracle.adfinternal.view.faces.partition.FeatureUtils] [tid: 12] [APP: Application2] [arg: AdfDvtGauge] [arg: zip:D:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/Application2/57btp0/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml] [arg: 7] [arg: zip:D:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml] [arg: 7] A duplicate definition for the feature "AdfDvtGauge" has been found at zip:D:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/Application2/57btp0/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 7. A feature with the same name was originally defined at zip:D:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 7. This may indicate that multiple copies of the same jar file are present on the class path. Ignoring the new feature definition.
    [2009-03-06T08:30:32.979-05:00] [DefaultServer] [WARNING] [ADF_FACES-30145] [oracle.adfinternal.view.faces.partition.FeatureUtils] [tid: 12] [APP: Application2] [arg: AdfRichPivotTable] [arg: zip:D:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/Application2/57btp0/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml] [arg: 11] [arg: zip:D:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml] [arg: 11] A duplicate definition for the feature "AdfRichPivotTable" has been found at zip:D:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/Application2/57btp0/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 11. A feature with the same name was originally defined at zip:D:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 11. This may indicate that multiple copies of the same jar file are present on the class path. Ignoring the new feature definition.
    [2009-03-06T08:30:42.948-05:00] [DefaultServer] [WARNING] [ADFC-54008] [oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImpl] [tid: 16] [APP: Application2] [arg: oracle.adfinternal.controller.application.model.JSFDataBindingLifecycleContextBuilder] ADFc: Replacing the ADF Page Lifecycle implementation with 'oracle.adfinternal.controller.application.model.JSFDataBindingLifecycleContextBuilder'.
    [2009-03-06T08:30:43.386-05:00] [DefaultServer] [NOTIFICATION] [J2EE JMX-46010] [oracle.as.jmx.framework.PortableMBeanFactory] [tid: 16] [APP: Application2] [arg: class oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl] JMX Portable Framework initialized with platform SPI "class oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl"
    [2009-03-06T08:30:43.417-05:00] [DefaultServer] [NOTIFICATION] [ADFC-60000] [oracle.adfinternal.controller.util.model.AdfmInterface] [tid: 16] [APP: Application2] ADFc: BindingContext is present, using ADFm APIs for DataControlFrames.
    [2009-03-06T08:30:43.448-05:00] [DefaultServer] [NOTIFICATION] [ADFC-50009] [oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider] [tid: 16] [APP: Application2] ADFc: Controller caching of MDS metadata resources ENABLED.
    [2009-03-06T08:30:43.542-05:00] [DefaultServer] [NOTIFICATION] [ADFC-52039] [oracle.adf.controller.internal.metadata.MetadataService] [tid: 16] [APP: Application2] [arg: /WEB-INF/adfc-config.xml] ADFc: Loading bootstrap metadata from '/WEB-INF/adfc-config.xml'.
    [2009-03-06T08:30:44.667-05:00] [DefaultServer] [ERROR] [] [oracle.adfm.adapter.bean] [tid: 16] [APP: Application2] Failed to load the provider: oracle.documaker.ids.IDSDataControl

  • 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 do you disable voice control on iphone 4

    Voice Control doesnt seem to work to create a text message on iphone 4 like it does on the 4S.  How do I disable Voice Control all together on a 4?

    capsjenwalker wrote:
    How do I disable Voice Control all together on a 4?
    Sorry, you can't. There is no setting to completely disable such.

  • The touch screen is not working when I am in the Music app of my iPod Touch.  How do I get it to begin working?  It just stopped today.

    The touch screen is not working when I am in the Music app of my iPod Touch.  How do I get it to begin working?  It just stopped today.
    Does anyone know what I can do?  I am unable to switch screens, and I can not see the track that is playing.  The only was I can switch between songs is to use the controls on my headphones.

    Try the stamdard fixes to rule out a software problem:
    - Reset. Nothing will be lost
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory defaults/new iPod.

  • How do i get air play to work from my macbook to apple tv

    How do i get air play to work from my macbook to apple tv? It does work with some programs like itunes but I can't get it to work with safari.

    apple tv does not work in safari. there is no web browsing capabilities on the apple tv..
    however what you are probably referring to is mirroring? iPad 2 and iPhone 4s have mirroring capabilities, so what you have on the screen is exactly what would appear in the apple tv..
    on ipad for example...ignore the settings page. Instead, go to the iPod controls. Double-press your home button to see the multitasking bar, showing all your recent apps. Swipe your finger from right to left for the mirroring icon; you'll see the AirPlay icon. Tap on that, select your Apple TV and toggle the mirror button to 'on'.

  • HT2490 the "X" to close tabs on my macbook is gone how do I get it back to work again

    the "X" to close tabs on my macbook is gone how do I get it back to work again

    If you lost sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds may have been muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the control center if you are running iOS 7. Swipe up from the bottom of the screen to get to control center . Tap on the bell icon and system sounds will return.
    If you are running iOS 5 or iOS 6, the system sound control is in the task bar at the bottom. Double tap the home button and swipe all the way to the right in the task bar to get to the speaker icon on the left side. Tap on that and the sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock can be accessed in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • How do I get my cam to work?

    My PC was serviced and the memory was erased.  How do I get the cam to work?

    1. Reinstall the drivers for the camera.
    2. Make sure it's allowed to be accessed in the Flash Player Global Settings (in your control panel)

  • Watching a video; how do I get the controls back up?

    When I am watching a video; how do I get the controls back up?
    I touch and touch the screen, sometimes hard, sometimes soft, sometimes sweeping etc; nothing happens.
    If it double-tap, the video expands and contracts, but no controls appear.
    If it hit the home button, it closes the video and goes to the home screen.

    A single tap when the video is running should bring up the controls. You may have to wait a few seconds. If this doesn't work, try resetting your iPhone 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.

  • HT3597 How do you exit voice control on iPhone 4, with iOS7.1.1?

    How do you exit voice control on iPhone 4, with iOS7.1.1?

    capsjenwalker wrote:
    How do I disable Voice Control all together on a 4?
    Sorry, you can't. There is no setting to completely disable such.

  • How do I get voice memos from an un-synced iPhone onto a MacBookPro?

    How do I get voice memos from an un-synced iPhone onto a MacBookPro?
    Problem: when I click Sync I get a warning stating "Are you sure you want to sync music? All existing songs and playlists on the iPhone “Jarrod Vassallo’s iPhone” will be replaced with songs and playlists from your iTunes library."
    I don't care if the iPhone syncs with the laptop (and the music is lost), I just cannot afford to lose the Voice Memos too as they are very important. Any suggestions?

    To follow this user tip using iTunes 11, fist go to View>Show Sidebar.  Also, Transfer Purchases (step 5) is now in File>Devices.
    If they're too large to email and you don't want to sync, the only other option is to use 3rd party software to transfer them using usb, such as PhoneView (Mac only) or Touch Copy (PC or Mac).

  • I have an Retina display MacBook Pro with HMDI out port. I also have an HDMI to Component cable with Audio Plugs. How can I get HDMI out to work with this cable when plugged into the Component and Audio ports on my TV?

    I have an Retina display MacBook Pro with HMDI out port. I also have an HDMI to Component cable with Audio Plugs. How can I get HDMI out to work with this cable when plugged into the MacBook Pro and connected to the TVs Component and Audio in ports.

    Will not work.  To my knowledge, dual converting like that isn't supported.  The Mac must detect the connected video output device and that sort of info cannot be done across an analog component uni-directional connection.

  • I am trying to setup my ipad 2 but I can't get back to the wi-fi connections section.  How do I get there, nothing is working.

    I am trying to setup my ipad 2 but I can't get back to the wi-fi connections section.  How do I get there, nothing is working.

    The Wi-Fi connections section is in Settings > Wi-Fi
    If the home screen is not visible tap the Home button, the button on the front of your iPad that has the rounded square in it. Once you reach the Home screen swipe through the screen of apps until you find the Settings app. Tap Settings and go to Wi-Fi.
    If your iPad is completely non responsive, try a restart.
    Press and hold the Home button and the Sleep button simultaneously ignoring the red slider. Keep holding until the Aple logo appears and your iPad will restart.
    The sleep button is on the side of your iPad on the side opposite from the Home button.

  • After installing the latest version of ITunes I get an error message that says this application has failed to start because MSVCR80.dll was not found.  how do I get Itunes to start working again?

    After installing the latest version of ITunes I get an error message that says this application has failed to start because MSVCR80.dll was not found.  how do I get Itunes to start working again?

    See... Unable to install or open > http://support.apple.com/kb/TS5376
    Also See this User Tip by turingtest2
    https://discussions.apple.com/docs/DOC-6562

Maybe you are looking for

  • Audio tracks stop working

    This issue has been discussed before in these forums, but since it's happening more frequently, I thought I would see if anyone found a solution.  The issue is that in Premiere 7, when a narration is recorded, any other audio tracks that existed in t

  • Validation too tight to mention. How to allow CRLF in a retricted textfield

    Hi Folks. Here's a brain teaser for you. I have a text field that I have a validation on to only allow the following characters... abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789/-:().,'+ and a whitespace. I would also like to allow a

  • SmartView Error "Cannot Connect to the Provider. Make Sure It Is Running...

    Hi All Our user are getting below error when they try to connect from SmartView Cannot Connect to the Provider. Make Sure It Is Running in the Specified Host/Port.Error(12031). We are on 9.3.3 planning.our web server is WebSphere Please suggest Thank

  • Unable to uninstall Adobe Photoshop CS5 12.1.1 via Control Panel (Win7)

    I was wondering if anyone can help me we currently have at least 100 users of Adobe Photoshop CS5 12.1 and it is deployed via SCCM 2007. I was able to patch Adobe Photoshop CS5 to v 12.1.1 using AAMEE and we are on the process of having it scripted s

  • Ale - bapi interface

    WE need to create applicant for hr recruitement from external data via idoc and ale bapi . <b>first</b> we generate the ale interface                                                                                 Checking message type