4S phonetic works only sometimes

Added a phonetic spelling to a contact.
When using Siri, it uses the phonetic sometimes, not for others.
As an example...
Name - Robbie
Phonetic first name - Wobbie
Incorrect pronunciation
Me - "Text Robbie"
Siri - "What do you want to say to Robbie?"
Correct pronunciation
Me - "What is Robbie's phone number?"
Siri - "Wobbie's phone numer is 555-1212"
Granted, it's still in "beta"...

Hi,
Thanks for answering.
The Browser allways has a different Local.
The Browser ist installed with en for all users.
We change between de,fr,it,es.
So the resulting local we get after the save
is allways different from the local of the browser.
This also applys if the change works correctly.
Any further ideas ?
Tnx Johannes

Similar Messages

  • Speech recognition working only sometimes

    I've got an iPhone 4S. I use the speech recognition regularly in order to dictate a text message (in German, mostly).
    This has worked pretty well.
    Usually, I dictate a sentence, then wait for the iPhone to transcribe it, then dictate the next sentence (i.e., click microphone button, dictate, cick "done").
    But some time ago (can't remember when) it started to work only ever so often.
    The first sentence usually works fine. The next ones don't work any more - it doesn't come back with a transcription :-(
    When I dictate a few hours later another sentence(s), some procedure.
    Sometimes, I get a few sentences in a row, but eventually, it stops working.
    Does anyone have any idea what might be causing this?
    What could I do to improve the speech recognition performance?
    Best,
    Gabriel.

    I couldn't have asked that any better - I have been wondering the same thing since Thursday. I have looked around and can't figure it out either. Anyone with advice - I'd love some direction.

  • Excel Copy Method Works Only Sometimes

    Hi,
    The copy method only works sometimes for me.  If you run my attached VI and press the Run button a few times you'll see that it sometimes says "It works" in Table 2.
    Thanks,
    Albert
    Attachments:
    SpreadsheetsCopy.vi ‏17 KB

    Hello Albert,
    What version of LabVIEW are you using?  In LabVIEW 8.5 I see 'it works' every time I run the VI.
    On a side note, if anyone is looking for the Microsoft Office Spreadsheet 11.0 control you can get it from Microsoft here:
    http://www.microsoft.com/downloads/details.aspx?fa​milyid=7287252C-402E-4F72-97A5-E0FD290D4B76&displa​...
    -Bob
    -Bob

  • Flash CS3 Debugger works only sometimes

    I have an ActionScript 3.0 Flash file (.FLA) that simply does
    not seem to want to stop at any breakpoints or otherwise show up in
    the debugger.
    If I take the code on its one single layer of script, copy it
    into a new AS3 Flash file, and debug it, the debugger works
    correctly. However, even if I strip every single symbol and object
    from the original file, and leave it with just trivial placeholder
    code (attached), the file will not stop at a breakpoint or run any
    of the other Flash CS3 debugger functions. Instead, I see the code
    in the debugger, and the program running as if the debugger weren't
    even present. Sometimes I get an X button on the debug console that
    allows me to terminate the program, sometimes not even that.
    The Output window shows the standard lines:
    Attemping to launch and connect to Player using URL <path
    to my SWF>
    [SWF] <my SWF's location> - 792 bytes after
    decompression
    15 [ <--- result of the attached placeholder code ]
    The Publish settings for the faulty document are - as far as
    I can tell - identical to the new file:
    Flash is the only format being exported
    Version is set to Flash Player 9
    Load order is Bottom up
    AS version is 3.0 with all items checked, no export class,
    and frame 1 export
    Compress movie is checked
    At some point I also checked Permit debugging, but it doesn't
    seem to make any difference
    All other options are default
    I manually downloaded and installed the Debug version of
    Flash Player 9.0.124.0 earlier, but since the "clean" file debugs
    correctly, I don't think this is the problem.
    I've also tried a number of other steps, including Save and
    Compact and just about everything else I could think of.
    I have several files like this in my project. Are they doomed
    never to work with the debugger? Is something wrong with my Flash
    installation?
    Cheesy placeholder code attached below:

    if you're wanting to look at the contents of variables,
    unlike the AS2 debugger, the movie needs to be paused, for example
    at a breakpoint. Once the movie's paused variables will appear in
    the 'Variables' window.

  • MediaPlayback works only sometimes

    I am trying to create a stand-alone video presentation with a
    video on almost every slide. After the file got way too big when I
    used embedded video, I now started to use the MediaPlayback
    component. It works on some slides now, but on some it just
    doesn't, or it starts working after 20 sec, but already progressing
    in the timelinebar of the MediaPlayback.
    Is there a way to add a preloader to the MediaPlayback
    component so it starts only when it is finished loading?
    Is there a way to loop the MediaPlayback component?
    Thanks alot.
    I am pretty new to Flash so please be a little more explicit
    in your answers.

    not sure about looping, but there is a tutorial for preloader
    on components located here: www.gotoandlearn.com its the one called
    advanced preloader something or other.

  • Since updating to 7.0.3 on iphone 4s i can no longer send pic messages and my imessage works only sometimes....please help!!

    I have tried everything, restoring the phone, turning the phone off then on, turning imessage and facetime both on then off and nothing is working!!! I could always send pics before and never had a problem with imessage, what can I do to fix this?

    The ipad cannot send SMS or MMS messages because it is not a cellular phone.
    You can send such messages from your iPad through your iPhone if you have FaceTime activated and Settings > Messages > Text Message Forwarding turned on for your iPad.
    See here: Send messages with your iPhone, iPad, or iPod touch - Apple Support

  • Email Alert Sound working only sometimes...

    I just got my iPhone on Friday. I have the new mail alert switched to ON, but when the phone is in "sleep" mode, it doesn't make the sound, it just vibrates. I don't know if this is supposed to be normal, but I cant figure it out. All the other alerts seem to work fine. doesn't anyone know what is going on?
    Thanks,
    Bryan

    I couldn't have asked that any better - I have been wondering the same thing since Thursday. I have looked around and can't figure it out either. Anyone with advice - I'd love some direction.

  • Roll over hit button works only sometimes

    OKay, I have a drop down menu. Around the menu I have a button surrounding the outside, so when I roll away from the drop down menu and roll over the outline button, it is coded with action script to make the drop down menu fade away. HOWEVER.....sometimes....when i roll over the button fast it doesnt seem to catch it...Is there anyway to fix this?

    Have you tried increasing the size of the text box? Sometimes with filters, you're actually increasing the size of the font, like you would with bold text etc, try making the text box slightly larger area than currently see if that fixes it.

  • Change Language works only sometimes

    Hi
    I try to change the Local of the user programatically like this:
            Locale newLocale = Locale.FRENCH;
            IUser me = request.getUser();
            IUserFactory userFact = UMFactory.getUserFactory();
            IUserMaint modUser = userFact.getMutableUser(me.getUniqueID());
            modUser.setLocale(newLocale);
            modUser.save();
            modUser.commit();
            // check the changes
            IUser u = userFact.getUser(me.getUniqueID());
            if (!u.getLocale().equals(newLocale)) {
                // in 30 - 50 % of the calls we end up here...
    If we check the user in useradmin - application the change is reflected correctly all the times.
    The UME Datasource is ABAP and we applyed SAP Note 1408111.
    Anyone a tip ?
    Tnx
    Johannes

    Hi,
    Thanks for answering.
    The Browser allways has a different Local.
    The Browser ist installed with en for all users.
    We change between de,fr,it,es.
    So the resulting local we get after the save
    is allways different from the local of the browser.
    This also applys if the change works correctly.
    Any further ideas ?
    Tnx Johannes

  • 3000 N200 Integral Camera working only sometimes.​..

    I adjust my router settings and next time I log on I can access the camera with Yawcam and Skype. Then, next time I log in, the light next to the camera flashes but it won't work properly, i.e. neither I nor the person I'm calling can see my video screen. I can't detect any pattern to it working or not. Could it be something to do with dynamic routing?
    Any ideas will be gratefully receieved.
    Don
    empathy

    NoMoreNoise,
    I checked with a technical lead on this product, and the camera included with the 0769 type of N200, Lenovo 3000 Notebook has drivers which are native in both XP and Vista.  There are no separate Lenovo provided drivers for this camera.
    I note you say it doesn't show up in device manager.   If somehow those drivers have been deleted out of your OS install, I'm personally unsure how you would recover them, especially if they were lost prior to your last restore point.  You could reload the OS, but that's certainly a drastic measure.
    Another possibility is that the camera hardware has failed.  Is your system still under warranty?
    Mark
    ThinkPads: S30, T43, X60t, X1, W700ds, IdeaPad Y710, IdeaCentre: A300, IdeaPad K1
    Mark Hopkins
    Program Manager, Lenovo Social Media (Services)
    twitter @lenovoforums
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • My Touch ID has stopped working after I updated to 7.1! I restored it using iTunes even then the Touch ID works only sometimes ?? What to do?

    I updated to 7.1. And since then the Touch ID has not been functioning, I restored it by using iTunes even that has not helped. Please suggest what should be done?

    Same Problem....
    Heeeeeeeelllllp!!

  • Can anyone tell me why my various Mice seem to work only part of the time..

    Hello All...
    I'm having some trouble with my new MacBook(s). I have two different Mice (one wired... one wireless) all via USB and they work only "sometimes"...
    When they do work (about 1 in 12 times) they stop after the computer goes to sleep... when I wake everything up... the mice do not respond...
    Strange...
    Hopefully this is simple to fix/modify...
    Thanks...
    mls
    [email protected]
    www.av123.com
    MacBook   Mac OS X (10.4.7)  

    Welcome to
    the discussions!
    Which mice are you having trouble with?
    Hi Eric... thanks for your reply...
    I have a SONY Vaio mouse PCGA-UMS3 and a Logitech Wireless mouse... (sorry no model number here with me at the moment)...
    Both of these work perfectly with ALL of my PowerBook G4's... (I have 5 of these in various locations...)...
    I'm really baffled by this... They just do not work --- or work for short intervals only... very odd...
    I'd love to hear any ideas here...
    With humble thanks...
    mls

  • Google Services/Sites only sometimes work on Firefox

    I also have been experiencing the same problem as the OP. Google services including Google Search, GMail, and YouTube are all intermittently inaccessible through the most recent version of firefox on my MacBook Pro running OS X 10.6.8. Additionally, sites that use Google APIs also hang (sometimes) when they try to load.
    This is frustrating to me because I depend on these services for much of what I do on the web. It is especially frustrating because Firefox has been a dependable and useful browser for me for years. I have had to start using chrome as a workaround but would really prefer to stick with Firefox.
    I have identified this problem as specific to firefox, as I have no issues with the Google services in Chrome or Safari. I am also always able to get normal pings to https://www.google.com and https://www.gmail.com through Network Utility on my Mac.
    I have tried all of the above solutions including - clearing the cache and cookies (like a zillion times by now) - disabling and deleting all add-ons - starting firefox in safe mode - deleting firefox and reinstalling from a freshly downloaded dmg - manually deleting the user profile for firefox from Library - Changing the manual proxy setting to NO PROXY in firefox preferences - removing all trusted add-ons from firefox preferences - Pushing RESET in the about:config dialog - Resetting my modem/router
    I tried to adjust the keyword setting in about:config but when i searched for it it was not present. I wonder if this is part of the problem.
    Additionally I have removed the Auto-update files that google software like google earth use to call home to check for updates.
    None of these have resolved the issue. I still can only sometimes access Google services using firefox. If I am logged in to GMail using Firefox, i will at some point lose connection and be unable to reestablish the connection for an indeterminate period of time.
    This problem has been going on longer than a week or two, maybe a month. I don't know what to do to resolve the issue.
    I believe there must be something broken in the way Firefox handles requests for google sites that I have not yet been able to reset or change.
    Please, if anyone has found an actual, permanent solution, respond to this thread.
    Thanks!
    (this seems to be similar to the problem described in another Mozilla support thread: https://support.mozilla.org/en-US/questions/963648 )

    as an update, I wanted to add that when firefox gets stuck, in the status bar at the bottom, it will usually say that it is trying to load ajax.googleapis.com (or something like that).
    I have also started opening the console in firefox (cmd+opt+k) to watch the behavior of sites when they load. Under the network tab in console, google type sites will take 76000+ ms to load. i am only beginning to use the console and don't know exactly what to do with it yet, so i will be experimenting and updating as i learn more.
    if i experience a loading hang with a google site in firefox, clearing the cache/history does not work. however, it seems like if i quit and restart firefox, the google site will then load. i am unsure whether this "clears" something in the browser or just gives the connection enough time to fix whatever is causing the hang.
    other possibilities: in console it seemed like one of the delayed site attributes was a javascript from google (a .js file) - it took 70000+ ms to load. perhaps there is a problem with javascript?

  • This regards Adobe Reader XI 11.0.07 and Adobe Acrobat Pro XI 11.0.07 running on Win 7. Copying text in a text callout (to paste into a text callout in another pdf document (3 instances of Adobe open) sometimes (only sometimes) causes the program to crash

    This regards Adobe Reader XI 11.0.07 and Adobe Acrobat Pro XI 11.0.07 running on Win 7. Copying text in a text callout (to paste into a text callout in another pdf document (3 instances of Adobe open) sometimes (only sometimes) causes the program to crash, losing unsaved work. Windows Task Manager shows only a small percentage of cpu used and plenty of memory available. What is causing this?

    scholtzkie wrote:
    "Please wait...If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document.   You can upgrade ...  For more assistance....    Windows is either a registered trademark...."
    This usually occurs if you use a browser that uses its own PDF viewer, not the Adobe Reader plugin; see http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html

  • HT200109 Why only sometimes does movies on Apple Tv show the buy option, I need it there all the time?

    Why only sometimes does movies on Apple Tv show the buy option, I need it there all the time?

    Two reasons:
    The movie companies control what Apple can sell/rent - sometimes they simply change it to purchase only or rental only.
    Secondly, if your Settings for Itunes store are set to HD sometimes you won't see an option to purchase or even teh movie at all if it's only available in SD.
    There are also sometimes discrepancies between iTunes on computer and AppleTV implying the stores work slightly differently or have different connections.  Check if it's available in iTunes.
    AC

Maybe you are looking for