Enable enhanced dictation with a previously downloaded pkg (not using internet)

Hi!
Im trying to enable my enhance dictation but my connection to internet it's super slow and constantly fails, so its impossible for me to install via system preferences ...
so I just download SpeechRecognitionCoreLanguage_en_US.pgk and istall it, but my OS keeps connecting to download every time I try to activate it, its there any way to activate it from a regular pkg installation or a local server or via terminal commands?
Thanks!

I don't have a Mavericks machine handy right now (I am currently at home) but the following information should help you.
First the link I provided is for the UK language version, there will be different but presumably similar links for other locations, e.g. USA, Australia, etc. You will need to do the samething I did to find the right link for you I am afraid which is run a packet capture to spot the URL System Preferences starts to download, I would guess most or all will contain SpeechRecognitionCoreLanguage but searching for http://swcdn.apple.com would be another option.
Second, your right, after installing it you also need to set via defaults some preferences. Again not having access to a Mavericks machine right now I cannot tell you the exact settings, but I would look in both /Library/Preferences and ~/Library/Preferences for files relating to speech recognition. Perhaps have both these folders open in the Finder in list view.
I would then in System Preferences turn on the options for Enhanced recognition for your country, yes this will start a download which you would need to do anyway for the packet capture as described above. This will also put the correct settings in the appropriate plist file. You should then in the Finder be able to see which file just got modified, this will confirm which file contains the settings.
You can then run -
sudo defaults read /path/to/file/com.apple.whateveritiscalled
This will read and display all the settings in that file. You can then see which ones contain the settings you need. I think from memory there are two settings you need to look for.
You could stop the download which is done by turning off the settings in System Preferences. You can then manually download the file presumably having found the URL in the packet capture. You can then do
sudo defaults write /path/to/file/com.apple.whateveritiscalled whatevertheprefiscalled whateverthesettingis

Similar Messages

  • Can anyone help with Ibook previously downloaded on ipad now somehow sitting in icloud and unable to open in IBOOK. it is greyed out.

    Can anyone help with Ibook previously downloaded on ipad now somehow sitting in icloud and unable to open on ipad . it is greyed out.

    I Have this problem as well on my iPad using ios8. I found it only happened after I downloaded the some free books from the bookstore. I have tried to reset all settings but nothing seems to have worked. any ideas??

  • HT204088 i am having a problem with my previous payment, its not excepting it?

    i am having a problem with my previous payment, its not excepting it?

    Redemption Code Help
    http://helpx.adobe.com/x-productkb/global/redemption-code-help.html
    If you just purchased the software and the redemption codes are coming up as invalid then the seller needs to resolve that.  If you were able to acquire the serial number by redeeming the redemption code, then you should follow the seller's advice and contact Adobe support thru chat (when they are available).
    Chat support - For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Make sure you are logged in to the Adobe site, have cookies enabled, clear your cookie cache.  If it fails to connect try using a different browser.
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • Error: Previous downloads were not completely finished: Termination

    Hi,
    when replicating an condition adapter object i get a mapping error in SMW01 with detail text:
    Previous downloads were not completely finished: Termination
    Error when carrying out initial download
    The adapter object was definitly downloaded some month ago with a green light in R3AM1
    and not changed since then
    Now it gets stuck
    Someone can help what to do?
    Thanks

    Hello Norbert,
    Please see note 661881.There could be an incorrect entry in table "CND_MAPC_INF_DNL" for the object. Please delete the object from this table and reload again.
    Thanks,
    Rohit

  • TS4079 I hold down the home button with Siri enabled on my Iphone 4 but it will not open, internet is present.. help??

    I hold down the home button with Siri enabled on my Iphone 4 but it will not open, internet is present.. help??

    Make sure Siri isn't disabled in Settings > General > Restrictions.
    If that isn't it, did you try to restore as a new device?

  • I do not have an apple computer,  I have had Itunes  Previously but had not used it for some time.  when I try to use it now the following message keeps coming up no matter how many times  install Itunes.  "The Itunes library is locked on a locked disc ?

    I do not have an Apple computer,  I have had Itunes previously but had not used it for some time,  I have Itunes gift cards but can not get ,on to use them.  I have tried to download Itunes again but the following keeps poping up, "The Itunes library is locked on a locked disc, oryou do not have write permission for this file."  How can I overcome this?

    To solve this issue all I did was check to ensure that the file permissions were set as described by the earlier posts, followed by simply deleting the iTunes Library Genius.itdb file.  Once the file was deleted I was able to open iTunes without difficulty.  Note that I am running Windows 8.  Hope this helps!

  • How to install/enable Enhanced Dictation automatically?

    Mavericks has a new version of the Dictation feature previously available in Mountain Lion. In Mountain Lion it only worked by (like the iPhone) sending speech to Apple's servers to be processed and therefore required a live Internet connection. Mavericks supports this same mode still, but also now offers an 'Enhanced Dictation' mode where the processing is done locally on the Mac itself and therefore does not require a live Internet connection.
    The normal way to enable this Enhanced Dictation mode is to open System Preferences, click on Dictation & Speech and tick the options to turn on Dictation and Use Enhanced Dictation. This will trigger a download and installation of the required software. However as should be obvious this requires manually intervention to do this. If one is wanting to build a number of Macs with this feature enabled this rapidly becomes tedious in the extreme.
    Is there anyway to manually download an installer which can be run on Macs to do this? If not is there a way to write a preference e.g. defaults write which would trigger this automtically? Either approach could then be incorporated in an imaging process like DeployStudio.

    I don't have a Mavericks machine handy right now (I am currently at home) but the following information should help you.
    First the link I provided is for the UK language version, there will be different but presumably similar links for other locations, e.g. USA, Australia, etc. You will need to do the samething I did to find the right link for you I am afraid which is run a packet capture to spot the URL System Preferences starts to download, I would guess most or all will contain SpeechRecognitionCoreLanguage but searching for http://swcdn.apple.com would be another option.
    Second, your right, after installing it you also need to set via defaults some preferences. Again not having access to a Mavericks machine right now I cannot tell you the exact settings, but I would look in both /Library/Preferences and ~/Library/Preferences for files relating to speech recognition. Perhaps have both these folders open in the Finder in list view.
    I would then in System Preferences turn on the options for Enhanced recognition for your country, yes this will start a download which you would need to do anyway for the packet capture as described above. This will also put the correct settings in the appropriate plist file. You should then in the Finder be able to see which file just got modified, this will confirm which file contains the settings.
    You can then run -
    sudo defaults read /path/to/file/com.apple.whateveritiscalled
    This will read and display all the settings in that file. You can then see which ones contain the settings you need. I think from memory there are two settings you need to look for.
    You could stop the download which is done by turning off the settings in System Preferences. You can then manually download the file presumably having found the URL in the packet capture. You can then do
    sudo defaults write /path/to/file/com.apple.whateveritiscalled whatevertheprefiscalled whateverthesettingis

  • HT204053 Why does it say that there was a problem with a previous purchase and not let me download apps?

    Everytime I try to download a new app it says that there was a problem with a previous purchase and then it said that my card was declined

    These are user-to-user forums, nobody on here will know what the problem with the previous purchase might be.
    Does the name and address on your credit card match exactly the name and address on your iTunes account, and have you checked with your card issuer to see if they are ones who are declining it ?  You can contact iTunes support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Previously downloaded album not showing up

    I downloaded a album not to long ago, it has since vanished from my library and I can't re-download it. It also does not show up on my previous download tab. If I search for it in the store it says purchased, but it does not have the icloud function so I can get it. It only has the gift or share tabs next to it. There has got to be a way for me to get it. At this point I can't even purchase it again. Any help???

    Hi again tyonan,
    You should be able to access your past purchases in the Purchased section of the iTunes Store. 
    iTunes Store
    Open iTunes and go to the iTunes Store.
    Click Purchased in the Quick Links section.
    Select the content type that you want to download (Music, Movies, TV Shows, Apps, or Books).
    Select Not in My Library to view purchased content that isn't on your computer.
    Find the item that you want to download. You can browse using the menu to the left. If you have more than 2,000 songs, you'll see Recent Purchases instead of All Songs or Albums.
    Click the Download  icon next to the item you want to download.
    If an item is already in your library, the Download icon won't appear.
    -Griff W. 

  • I need help finding photos just downloaded to Lightroom...they only show up in "previous downloads" and not in a folder in my pictures

    I need help finding phots just downloaded to lightroom...they only show up in "prevoious downloads" and not in a folder in my pictures.  what can I do to correct this?

    Also, please be aware that Lightroom is not a file browser like your operating system Finder or Explorer is. If the photos are not in the folder you expected them to be in, it is because you (accidentally) imported them into a different folder.

  • Working with documents via BEx Analyzer not using the portal

    Hello,
    i read that we are able to create (work) with documents (comments) via
    BEx Analyzer. When i want to add a comment how it is described in the
    help we get connected to the portal. We dont want to use the portal for
    that. Therefore we searched a way to skip the portal. We read that in
    BW Versions before 7.0 the portal was not connected but since 7.0 we
    have the portal connectivity, but it should also possible to not use
    the portal and to access directly the BI Server. I searched for the
    Customizing to do so but i could not find it where to switch to the old
    logic.
    And another question is when we use the Portal with the knowledge base . The documents are stored in the document framework (SKWF). Is it the same as the Datawarehousing Workbench --> documents. This storage we want to use.
    Can anyone give me a hint?
    Kind regards,
    Murat

    Hi Murat,
       We are also facing the same issue of when trying to create/access the documents from BEx analyzer it is connecting portal , we need to bypass portal and directly access the document browser in BW server.
      In your thread you mentioned it is done. So can you please let me know how did you enable the old configuration?. It will be very much helpful to us.
    Awaiting for your reply.
    Thanks,
    V.Senthilkumar

  • New GPU Quadro k5200 installed and having problem with my AE, PPro CS6  not using the GPUs cuda.

    Hi guys, I recently bought a workstation from BOXX tech with a new GPU Quadro k5200 installed in it.
    I am having problem with my AE, PPro CS6 using the GPUs cuda.
    I went to Nvidia Settings and use the specific App to select it to use GPU n- Quadro k5200. But still not working.
    Please help

    If you edited the Cudatextfile in the Adobe Premiere CS6 directory correctly then the acceleration should be enabled. The only way it it's not is if you have the wrong driver for that version of Adobe or did not edit the text file with the exact name of the card. You can use the GPUsniffer in that same Premiere directoy with the command prompt to see the name the GPU should be listed as. The Ray Tracer file in AE has to be edited with the same listing.
    Eric
    ADK

  • I've discovered that I can't download files in yahoo only, Gmail works ok and I can download from yahoo using Internet Explorer.

    I've tried all the suggested solutions in: What to do if you can't download or save files.
    I can't download from Yahoo, but can from Gmail. I've tested using copies of the same file on both. Someone suggested checking malware, but I've run a scan and don't have a problem, and as I say, i can use Internet Explorer and Google Chrome. Someone asked for a screen shot, who knows why.

    Hi Patsy,
    Please continue with your question here:
    <br> https://support.mozilla.org/en-US/questions/971440
    That is where your request for help started. All the information about what you tried is there so you don't have to repeat yourself all over again here. Hopefully it will get solved. Thanks for your patience.

  • HT201412 I got i pad yesterday and i download facebook but i could not open facebook and i also can not use internet banking on ipad. what is the reason of it?

    I got ipad yesterday and i download facebook on it. But i cant login on it and i also cnt use internet banking on it. can you please tell me why?

    What happens when you try to do these things? Any error messages?
    Are you using the Facebook app or through Safari?
    Are you using your banks App, or through Safari?
    Are you able to connect to other websites successfully?

  • How to deal with the rule that do not use "object" class to declear a class

    I run my flex project in sonar. And there is a rule "Do not use Object class ".
    I just want to know how to deal with this problem.
    I mean, when I try to write a base class, I don't know which kind of class will be transfered in by reference, which type I can declear instead of "object"?

    Check out this example:
    The moment I put in the code >> box1.addItem("hello"); << and run the application, the BusNameListener is fired. Hope this makes sense.
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.ActionListener;
    import java.awt.event.ActionEvent;
    public class JFrameExample {
    private JComboBox box1;
    public JFrameExample() {
    box1 = new JComboBox();
    box1 .setMinimumSize(new Dimension(300, 24));
    box1 .setPreferredSize(new Dimension(300, 24));
    box1.addActionListener(new BusNameListener());
    box1.addItem("hello");
    JFrame f = new JFrame("This is a test");
    f.setSize(400, 150);
    Container content = f.getContentPane();
    // content.setBackground(Color.white);
    content.setLayout(new FlowLayout());
    content.add(box1);
    f.setVisible(true);
    class BusNameListener implements ActionListener {
    public void actionPerformed(ActionEvent e) {
    JComboBox cb = (JComboBox) e.getSource();
    String item = (String) cb.getSelectedItem();
    if (item != null) {
    JOptionPane.showInputDialog(null,
    "Specify...", "File Import",
    JOptionPane.OK_CANCEL_OPTION);
    }

Maybe you are looking for