Need seperate plugins to enable 3G/LTE in next update

facing lot of problems due to this. i. an area with weak 3g signal we r unable to use edge signal.

The options on the device are the only available ones.

Similar Messages

  • Feature Request: a way to retrieve accurate plugin disable/enable state

    As it stands, LrEnablePlugin file is executed when plugin goes from disabled to enabled, and LrDisablePlugin is executed when plugin goes from enabled to disabled. Unfortunately its really hard to glean useful information because:
    plugin will go from enabled to disabled then back to enabled when new metadata is added and such stuff, and there is no way to tell whether plugin is enabled or disabled after a reload, since neither module is executed unless there is a change.
    It would be useful to me to be able to simply read an accurate status: enabled or disabled.
    Also, if Lr needs to disable for a moment to add metadata, I'd rather have the state not reflect the temporary disablement, unless reenabling fails and it becomes permanently disabled, or better still, have it reflect the temporary-ness of the disabled state, so maybe these states:
    disabled permanently
    disabled temporarily (e.g. to add metadata)
    enabled permanently
    enabled temporarily - for case when user attempts to enable but catalog neds updating, in which case if update fails it will be re-disabled.
    If this is too much, at least a minimal improvement could be had by simply having LrEnablePlugin and LrDisablePlugin not be called when Lightroom disables/enables for the sake of metadata / catalog updating, so they're only called when user clicks the buttons. This would not be as useful as accurate live status, but at least would eliminate disable / enable actions that assume the user did something he/she did not...

    HI Matt,
    Sorry - it was late...
    Anyway, I think you've got the jest of it. To help clarify further:
    There are two issues with the way things are enable/disable-wise:
    1.  there is no way for a plugin to tell if it is enabled or disabled.
    Here's a cut from the framework:
    --- Determine if plugin is enabled.
    --  @usage      Note: do not depend on this reporting correctly, since default value for 'enabled' is true
    --              even when plugin is disabled. Its only correct after plugin goes from enabled to disabled or vice versa after init...
    function App:isPluginEnabled()
        local ena = rawget( _G, 'enabled' )
        assert( ena ~= nil, "no ena" )
        return ena
    end
    2. The enabled / disabled modules are executed upon temporary disablement / reenablement as well as the more permanent flavor, so they cant really be used to prompt the user, or multiple confusing prompts get issued when the state is bouncing around...
    As usual, I'd like to see this improved in the next version, but I'm also open to suggestions for working around it in the mean time...
    PS - I just thought of a work-around for the first issue (which primarily arises in plugins that access plugin metadata) - just try and get a known-to-be-defined metadata item - iff successful, then the plugin is enabled.
    So, a possible solution:
    1. Have a readable (and preferrably writable too) enable/disable state that accurately reflects right-now enable / disable state - even if temporary.
    2. The ability to determine root cause of disablement, e.g. "temp-for-catalog-update", "permanent-since-catalog-update-failed", "user-initiated", ... I can imagine root cause for enablement to be useful too...
    *** UPDATE: Modified method:
    --- Determine if metadata-supporting plugin is enabled.
    --  @param      name (string, default dummy_) name of alternative plugin metadata item (property) to be used.
    --  @param      photo (lr-photo, default 1st photo of all) photo to use to check.
    --  @usage      This method presently only works when a metadata item is defined. Maybe one day it will also work even with no plugin metadata defined.
    --  @usage      Only works from an async task.
    --  @return     enabled (boolean) true iff enabled. Throws error if not called from async task.
    function App:isPluginEnabled( name, photo )
        assert( catalog, "No catalog." )
        name = name or 'dummy_' -- cant start with underscore.
        photo = photo or catalog:getAllPhotos()[1] -- getting all-photos takes ~16msec.
        assert( photo, "No photo." )
        local _dummy, msg = photo:getPropertyForPlugin( _PLUGIN, name, nil, true ) -- nil version, no-throw.
        if msg == nil then -- msg is nil if property defined and plugin enabled, even if property value is nil.
            return true
        else
            return false, msg
        end
        --local ena = rawget( _G, 'enabled' )
        --assert( ena ~= nil, "no ena" )
        --return ena
    end
    Rob

  • Plugins not Enabled

    In the Plugin Manger the list of plugins that are available are greyed out but they are enabled. See screenshot.      If i attempt to use an export or publish plugin, the enabled plugins do not show up as an option for that task.
    If i enable a plugin that is disbaled, i get the following error.
    No idea what the reference to the upper right section means either. 
    When i click OK, i get the following error:
    Anyone have any idea?

    This sounds like quite a complicated setup that you try to achieve.
    I don't know if there is someone around here that has the background and expertise to provide you with this information.
    Note that the correct name is extensions.autoDisableScopes (see bug Bug 666437 and Bug 693698) and that this pref only has effect for extensions and not for plugins.<br />
    Plugins are always found via a scan in known locations.
    *https://developer.mozilla.org/Gecko_Plugin_API_Reference/Plug-in_Basics#How_Gecko_Finds_Plug-ins
    To initialize prefs it is best to do this via a mozilla.cfg file or via means like distribution.ini.
    *http://mike.kaply.com/2012/03/26/customizing-firefox-distribution-ini/
    *http://mike.kaply.com/2012/03/16/customizing-firefox-autoconfig-files/
    http://mike.kaply.com/2012/02/09/integrating-add-ons-into-firefox/
    See also:
    *CCK2 Wizard: https://addons.mozilla.org/firefox/addon/cck2wizard/
    There is no need to include prefs like these that have an epoch time string as those will be created automatically when required (1273520281 is May 10 2010, so that is really old)
    This value also makes no sense as it should be a time in seconds (the default of 43200 would be twice a day 86400/2)
    *defaultPref("app.update.interval", 1273520281);
    The CAPS prefs (capability.policy.*) are probably no longer supported and won't have effect, so you may want to reconsider which prefs that you really want to initialize.

  • Plugins are enabled and still showing as disabled in the "troubleshooting information" page

    as explained in the question itself...all my plugins are enabled however in the "troubleshooting page" its showing as "false" under the "enabled" section of the "Extensions" topic.
    this in turn i believe is not allowing me to view any online streaming videos which require adobe flash or shockwave player.
    Also i am not able to install any of the versions of the adobe flash player.
    Whenever i try the installation shows timeout at 7% and interrupts!
    Please kindly help!!

    You only see extension on the Help > Troubleshooting Information page.
    *https://support.mozilla.org/kb/Using+the+Troubleshooting+Information+page
    Your system details list shows that you have an old Shockwave Flash 10.0 r45 version that you need to remove (uninstall).
    * http://kb.mozillazine.org/Issues_related_to_plugins#Identifying_installed_plugins
    See:
    * http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html
    You can find the 32 bit version of the Flash Player installer for a 32 bit Firefox version here (scroll down to Flash Player (32 bit)):
    * http://www.adobe.com/special/products/flashplayer/fp_distribution3.html

  • Can not view images of Patents (i.e., D/359,691) on USPTO.gov Patent search, it tells me I need a plugin (Quicktime 7.7.1.0) which I updated already.

    Can not view images of Patents (i.e., D/359,691) on USPTO.gov Patent search, it tells me I need a plugin (Quicktime) which I updated already.
    In the "Quick Search" I give terms & it compiles a list. I then go through to each doc and look to view the doc and associated drawings. I'm not sure what else to say at this juncture.
    Thanks.

    Wonderful, not only did I get the issue resolved, but I got some good tools in the process.
    Thank you so much for your insight and assistance.

  • I updated to Firefox 4.0.1 this morning. Norton 5.5 is now disabled and the message states that it is incompatible with 4.0.1. I need the Norton features enabled. Can I go back to 4.0 until this is rersolved?

    I updated to Firefox 4.0.1 this morning. Norton 5.5 is now disabled and the message states that it is incompatible with 4.0.1. I need the Norton features enabled. Can I go back to 4.0 until this is resolved?

    Please do a Live Update to the Norton product.
    They have provided an important update to Firefox 4.0.1.

  • I have multiple computers set up on homesharing under one itunes account. Can I use face time on all of them or do i need seperate accounts for each?

    I have multiple computers set up on homesharing under one itunes account. Can I use face time on all of them or do i need seperate accounts for each?

    I'd suggest you consider a cloud-based file sharing service such as Dropbox for this sort of use. iOS is not designed to be synched with more than one iTunes library at a time, so attempting to use it as you describe, connecting a single iPad to multiple computers, almost certainly won't work as you intend and is likely to cause nothing but headaches.
    Regads.

  • Need a JavaScript to enable/view Multi-line option for Text fields.

    Hello All,
    I need a JavaScript to enable/view Multi-line option for all the Text fields in PDF Form.
    Assume that I have a PDF form of Fields from F1 to F100 and it contains 25 Checkboxes, 25 Combo Box and 50 Text Fields. Now i need a javascript for which i need to enable Multiline for only Text Fields. So Is there any JS for which i can enable the Multiline option for only Text fields and not for ComboBox or Checkbox.

    Hi timo,
    Thanks for your help. iam trying to use the iteraor approch to do this. but i don't know how to fetch the data entered in the form that was built by the iterator. can you please tell me .
    thanks

  • HT201272 A few songs from my old purchase is not available for download. It shows as purchased but I can't download it. Please help me resolve this problem, what do I need to do to enable download for all my purchased songs/movies etc. - Avinash

    Hi,
    A few songs from my old purchase is not available for download. It shows as purchased but I can't download it. Please help me resolve this problem, what do I need to do to enable download for all my purchased songs/movies etc.
    - Avinash

    The purchases are probably hidden:
    http://support.apple.com/kb/ht4919

  • Need Info on RDA-enabled data source based on FM

    Hi,
    I need Info on RDA-enabled data source based on Function Module.
    How to implement it?
    Thanks & Regards,
    Rashmi.

    Hi Rashmi
    Check this link
    http://help.sap.com/saphelp_nw70/helpdata/EN/52/777e403566c65de10000000a155106/frameset.htm
    [under tab Tranferring Transaction Data from Source Systems (RDA)]
    http://help.sap.com/saphelp_nw70/helpdata/EN/3f/548c9ec754ee4d90188a4f108e0121/frameset.htm
    Regards
    Jagadish

  • Need a script to enable in-place hold on Office 365

    Hello, I need a script to enable in-place hold on Office 365 for my users.
    The options that I have found for this so far is to enable in-place hold for a DL or an individual user. Is there a way to use a CSV instead?
    This is what I have used before.....where "allstaff" is the name of a DL.
    New-MailboxSearch -name "3 Year In-Place Hold" -SourceMailboxes allstaff -InPlaceHoldEnabled $true -ItemHoldPeriod 1095

    That doesn't seem to work.........I think it's trying to create a new hold query for every user.
    PS C:\scripts> ./user_hold.ps1
    WARNING: The hold setting may take up to 60 minutes to take effect.
    Name                CreatedBy           InPlaceHoldEnabled  Status
    3 Year In-Place ... S-1-5-21-2495351... True                NotStarted
    Unable to execute the task. Reason: A mailbox search named <3 Year In-Place Hol
    d> already exists or is currently being deleted. Please choose a different name
        + CategoryInfo          : InvalidArgument: (Microsoft.Excha...DiscoverySea
       rch:MailboxDiscoverySearch) [], MailboxSearchTaskException
        + FullyQualifiedErrorId : [Server=BLUPR06MB097,RequestId=e8df9b95-2e00-428
       d-813f-da05ea8d09d4,TimeStamp=11/5/2013 9:38:05 PM] [FailureCategory=Cmdle
      t-MailboxSearchTaskException] 95CD9ECA
    So my next question...........how do I add users to an existing In-Place hold?

  • Does Nokia have plan to enable 4G LTE on Lumia 625...

    Hi,
    I am planning to buy Lumia 625 and I have come across a piece of information that 625 has necessary H/W to support 4G in India, however it is not enabled by default and need a s/w update to enable the same.
    Does any one know if Nokia has any plan to come up with s/w update to enable 4G on 625?
    Thanks

    hi mate its up to Nokia India to either enable this in a firmware update or not, but the only ones that will now are Nokia India, not us. you need to contact them

  • HT3775 I am using OS X Mountain Lion and I have this .avi file but not able to read. What is missing in my setup and what other file do I need to download to enable me to read?  I can read mp4 files though.

    I am using OS X Mountain Lion and I have this .avi file but not able to read. What is missing in my setup and what other file do I need to download to enable me to read?  I can read mp4 files though.

    Here is a link: https://itunes.apple.com/en/app/mplayerx/id421131143?mt=12
    I agree that VLC is also a good choice but MPlayerX is more user friendly.

  • Adobe Document Services Need Seperate Licence ?

    Dear All,
                To activate Adobe Document Services, do we need seperate licence and does that need to be installed seperately on ERP 6.0 ? , Do we need to order /download required components ?
    Please advice.
    N

    Hi Nick,
    I think dont need a licence for ADS if you dont use ssl. If you use ssl from your java system to abap system then you have to configure some settings.If you dont use ssl then no need of licence.Just upgrade to current ADS Support package and follow the document
    http://help.sap.com/saphelp_nw2004s/helpdata/en/37/504b8cbc2848a494facfdc09a359b1/frameset.htm
    Hope this helps you.
    Reward points if helpfull.
    Regards,
    Vamshi.

  • JRE 1.3.1 Plugin not enabled in Netscape 4.78 on Solaris 8

    I have a Sun Sparc running Solaris 8 Rel 1/01 with JRE 1.3.1 and Netscape 4.78. I set NPX_PLUGIN_PATH to /usr/j2se/jre/plugin/sparc/ns4:$MOZILLA_HOME/plugins. When I look at "about:plugins" in Netscape, I see the "Java (TM) Plug-in 1.3.1" but none of the plugins are Enabled. Any ideas???

    Hi,
    Was there any workarounds for this problem?
    I am facing the same with Netscape 4.78 & 4.79 on Solaris with Java plugin 1.3.1
    Any workarounds/soultions?
    I have a Sun Sparc running Solaris 8 Rel 1/01 with JRE
    1.3.1 and Netscape 4.78. I set NPX_PLUGIN_PATH to
    /usr/j2se/jre/plugin/sparc/ns4:$MOZILLA_HOME/plugins.
    When I look at "about:plugins" in Netscape, I see the
    "Java (TM) Plug-in 1.3.1" but none of the plugins are
    Enabled. Any ideas???

Maybe you are looking for

  • ITunes wants me to set up or restore my iPod Touch again-or eject it!

    I bought this iPod Touch only two months ago. And since this is my second iPod (the first was a 5 gen that I had had for a couple years), I only did the initial iTunes 8 update I had to do when I bought it. Since it had been working fine, I didn't do

  • When I start my Mac air I get a flashing folder with a question mark

    I am trying to start my Mac air and I get a flashing folder with a question mark. When I turn the power of it shuts down but wen starting it comes back

  • Quick Time sows up with Green Screen

    Green Screen pops up when I watch trailer or download movies from the apple store but the sound plays. please help. Windows xp. just downloaded quick time for christmas when I got a card for xmas, so should be latest version....

  • How to genrate EXE file

    Hi to all is it possible ..... I am working on a project ,and i have made its GUI in Lab-view 8.5 i don't want to install Lab-view on the system where the project about to install mean there is no need to install the complete lab-view software .. is

  • Help-trouble With Listener

    One class (class 1)implements mouse listener and responds to a mouse events. As part of that response it needs to call a variable set method in another class (class 2)and also have that setMethod call it's own ActionPerformed. Seems the problem is I