Page 2 of 31 FirstFirst 123456712 ... LastLast
Results 11 to 20 of 310
  1. Collapse Details
    #11
    Join Date
    Feb 2012
    Posts
    7,247
    Post Thanks / Like
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site
    Pale-Rider thanks for your comments.

    Any possibility of you contacting Huevos and requesting the directory locations and file names of the modules that would have to be modified for use in NA? I wouldn't mind spending some time to see if I could get them to work.
    Reply With Quote
     

  2. Collapse Details
    #12
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,188
    Post Thanks / Like
    You can start a thread at the PLi forum and see what they have to say. That is how the Channel Selection issue got fixed.
    Reply With Quote
     

  3. Collapse Details
    #13
    Join Date
    Feb 2012
    Posts
    7,247
    Post Thanks / Like
    I did just that in December of 2014 and the response was not very encouraging.
    Reply With Quote
     

  4. Collapse Details
    #14
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,188
    Post Thanks / Like
    A quick fix may be to find where Reception Settings are stored, then change universal from 10600 to 10750. I do not have a commercial decompiler so I am not able to decompile all python files in the receiver.
    Reply With Quote
     

  5. Collapse Details
    #15
    Join Date
    Feb 2012
    Posts
    7,247
    Post Thanks / Like
    Like I mentioned earlier, I did play with the blind scan file a few months ago and tried changing many parameters without any positive progress. The bs file works with other modules which it calls in order to work. Would be nice if we could find the order in which they are called and where they are located in order to make the necessary mods. Getting a commercial decompiler is no big thing.
    Reply With Quote
     

  6. Collapse Details
    #16
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,188
    Post Thanks / Like
    Where is a good place to get a commercial compiler? or at least one that works on the latest version of e2?

    A clue of the order is listed at the top of the blindscan plugin.
    # for localized messages
    from . import _

    from Plugins.Plugin import PluginDescriptor

    from Screens.Screen import Screen
    from Screens.ServiceScan import ServiceScan
    from Screens.MessageBox import MessageBox
    from Screens.Console import Console
    from Components.Label import Label
    from Components.TuneTest import Tuner
    from Components.ConfigList import ConfigListScreen
    from Components.Sources.StaticText import StaticText
    from Components.ActionMap import NumberActionMap, ActionMap
    from Components.NimManager import nimmanager, getConfigSatlist
    from Components.config import config, ConfigSubsection, ConfigSelection, ConfigYesNo, ConfigInteger, getConfigListEntry
    from enigma import eTimer, eDVBFrontendParametersSatellite, eComponentScan, eConsoleAppContainer, eDVBResourceManager, getBoxType, eDVBSatelliteEquipmentControl
    from Components.About import about
    import os
    I suggest not looking in or working with the blindscn plugin. Instead, find where universal lnb is defined for the antenna setup and change the frequency for it.
    Reply With Quote
     

  7. Collapse Details
    #17
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,188
    Post Thanks / Like
    if currLnb.lof.value == "universal_lnb":
    sec.setLNBLOFL(9750000)
    sec.setLNBLOFH(10600000)
    sec.setLNBThreshold(11700000)
    /usr/lib/enigma2/python/Components/NimManager.pyo (Line#304)
    Reply With Quote
     

  8. Collapse Details
    #18
    Join Date
    Feb 2012
    Posts
    7,247
    Post Thanks / Like
    Those are the components (modules) that I mentioned earlier.... if I had the itch and time I would back track and see how they were inter-related in the calls.

    The easy decompiler I posted a few days ago claims that it decompiles Python version 1.0 to 3.4.

    Also, more info at sourceforge.net/projects/easypythondecompiler/
    Reply With Quote
     

  9. Collapse Details
    #19
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,188
    Post Thanks / Like
    The easy decompiler will not work on a lot of the Python files in E2.
    I spent some time this morning defining a Standard lnb As seen in the screenshot.
    It looks looks like no matter what you do, the Vu+ binary is set to blindscan using Universal settings.
    So another definition will need to be added in the blindscan plugin similar to c band.

    [Only registered and activated users can see links. ]
    Reply With Quote
     

  10. Collapse Details
    #20
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,188
    Post Thanks / Like
    Circular LNB in Reception Settings is set to 10750MHz. So you might try changing the LOF to circular and see if that setting works for you as opposed to User Defined.
    Reply With Quote
     

Page 2 of 31 FirstFirst 123456712 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •