openAtv 7.4 devel Images

There are 734 replies in this Thread which was already clicked 110,911 times. The last Post () by Mahmoud Hussein.

  • Captain


    I have hdd connected to network router through direct USB connection and another hdd connected to router through network wire cable.


    I can access both through ftp or samba or curlftpfs using mobile or windows but I never success to access it through openatv!



    I tried a lot of edits and commands to


    /etc/auto.network

    /etc/enigma2/automount.xml


    No success at all, even change two routers, flash disk, anything you can imagine, regular way through network browser show my hdd only without any success to connect.


    The only way to access it through curlftpfs ftp but It has a lot of limitations for files transfers, playing media, deals with names with Arabic letters and different videos formats,


    Now, is it possible to help me with clear step by step guide or direct settings string to insert manually in the above mentioned files?


    More info.


    IP 192.168.1.1 or 192.168.1.6


    User octagon

    Pass root


    Image openatv 7.5 Devel

    Device octagon sf8008 4k twin or Dreambox 520 HD with same image


    Your support much appreciated

  • 7.5 Devel


    Connecting a shared directory with children's movies from my QNAP server.


    auto.network :

    # automounter configuration

    Server -fstype=cifs,user=xxx,pass=xxx,rw,iocharset=utf8,vers=2.0 ://192.168.10.3/Public


    automounts.xml :

    <?xml version="1.0" ?>

    <mountmanager>

    <autofs>

    <cifs>

    <mount>

    <active>True</active>

    <hdd_replacement>False</hdd_replacement>

    <ip>192.168.10.3</ip>

    <sharename>Server</sharename>

    <sharedir>Public</sharedir>

    <options>rw,utf8,vers=2.0</options>

    <username>xxx</username>

    <password>xxx</password>

    </mount>

    </cifs>

    </autofs>

    </mountmanager>



    1.jpg


    2.jpg


    3.jpg

    Nosce te ipsum.

  • the opkg update problem, what was the status do you still have the problem, had someone already tested with e2 log and opkg log on this, have not read anything here, otherwise please send again with log, I can not recreate it here

  • The last version of build 7.4 from 21.1.2024 on Octagon 8008 and after applying the command:

    Code
    wget -O - -q https://feeds2.mynonpublic.com/devel-feed | bash

    opkg update reports an error:

    Code
    Downloading https://feeds2.mynonpublic.com/7.4/devel/devel-sf8008/Packages.gz.
    * opkg_download_backend: Failed to download https://feeds2.mynonpublic.com/7.4/devel/devel-sf8008/Packages.gz, wget returned 8.


    Edit 13:20

    So I received the following info on the OpenATV forum:

    Code
    Yes, because the devel was suspended during the new building. Just try again in a week or two.

    Nosce te ipsum.

  • issue?? same error

    have error on 7.4 to devel image



    1_0_19_BBC_3A2_110_EEEE0000_0_0_0_20240121130229.jpg


    1_0_19_BBC_3A2_110_EEEE0000_0_0_0_20240121130303.jpg

    Do not take even a minute away from the affection of those who love you: you would not have time to recover it!


    Have a Good Trip


    GOOD VPN



    DMU


    logo_corvo.png


  • @Captain

    MultiBooT Manager Not Work Test in Novaler 4kPRO


    you cane change to anthor image or recovery or Android


    please use "like" button if you are satisfied thanks


    firework.gif

  • hi can you tell me frinds , how to install openatv-7.4-dm800se-20240123_flash.zip ??

    Quote

    First ,this is the menu for openatv-developer: "openAtv 7.4 devel Images"

    2nd, your box has a weak cpu, low amount of memory, and will be very, very slow, but here is an option on how to flash this image on DM800se:

    openATV 7.rtf

    I used (years ago), to run the last openpli image (2019), on my dm800se from here:

    opli-dm800se

    It is a very light image for your box.

    Good luck !

    NIHIL SINE DEO !

    Edited once, last by lme ().

  • Update 7.3 and 7.4


    all update include from devel update 30.12.2023 RE: openAtv 7.4 devel Images


    and new


    [NetworkSetup]



    * refactor NetworkInadynSetup, NetworkuShareSetup and NetworkMiniDLNASetup


    * remove MiniDLNASelection


    [MediaPlayer]


    * small fix for pause key


    [OscamInfo]


    * better error handling


    * cleanups


    [StartWizard/VideoWizard]


    * use 720p as default because some TV sends wrong edid info


    [HardDisk]


    * fix UnmountTask


    [StartWizard]


    * improve swap creation


    * activate yellow key to run format


    [DNS]


    * add new dnsservers.xml


    [UsageConfig]


    * get dns servers from new dnsservers.xml


    * prepare new config.usage.dnsMode



    [DNSSettings]


    * get dns servers from new dnsservers.xml




    [NetworkSetup]


    * small cleanups and improvements


    * use f-strings


    * improve services refresh after start/stop


    * refactor actionmaps


    [TryQuitMainloop]


    * fix Summary Screen


    [EpgSelection]


    * temporary fix to support the old ChoiceBox




    [Network]


    * initial ipv6 DNS support


    * add new DNS suffix setting


    [UsageConfig]


    * add missing config.usage.dnsSuffix


    [SystemInfo]


    * remove direct write to SystemInfo dictionary


    * use f-strings


    * add setMutableItem function to BoxInfo


    [CI]


    * use BoxInfo instead of SystemInfo


    * use f-strings


    [Standby, FCC, InfoBar]


    * use BoxInfo setMutableItem


    [InitOsd]


    * improve BoxInfo.setItem




    [UsageConfig]


    * use BoxInfo.setMutableItem


    [Network]


    * add config.usage.dnsRotate setting


    * read DNS suffix from resolve.conf


    [ClockToText.py] Use floor division to avoid getting a float


    This clears up a deprecation warning from Python "builtins.DeprecationWarning: Plural value must be an integer, got float".


    [SystemInfo.py] More refinements


    - Remove SystemInfo dictionary and replace it with the "SystemInformation()" class and "SystemInfo" instantiation that matches the data into the BoxInfo data.


    - Remove the "processValue()" method and replace it with the "literal_eval()" function. This is a data type only evaluation. Code is NOT permitted.


    - Make "BoxInfo.setItem()" and immutable creation by default. Use "BoxInfo.setMutableItem()" to create mutable variables.


    - Use consistent quotation marks.


    - Small code improvements.


    [eModelInformation]


    * add missing close


    [SystemInfo]


    * fix new SystemInformation wrapper class


    [ChoiceBox]


    * re-add self.list to support old skins and plugins




    [SystemInfo.py] Replace "pathjoin" with "join" (#3229)


    * [SystemInfo.py] Replace "pathjoin" with "join"




    [ChannelSelection]


    * add missing f-string


    [HistoryZapSelector]


    * prevent crash if historyItem is invalid


    [VirtualKeyBoard]


    * prevent crash on close/save because of next key timer


    [Hotkey]


    * add MountManager




    [TranslationHelper]


    * add f-strings workaround


    [NumericalTextInput.py] Optimize code (#3231)



    * [NumericalTextInput.py] Optimize code



    [NumericalTextInput.py] Optimize code


    - Move global space variables into the class variable space.


    - Ensure that the "nextFunc" argument is a callable method.


    - Add a method to stop the internal timer. This eliminates a crash if NumericalTextInput is exited before the timer fires when the internal timer is active.


    - User f-strings



    [MovieSelection.py] Update the NumericalTextInput import



    * [VirtualKeyBoard.py] Update to latest standards



    - Use the new NumericalTextInput method to stop the timer. This eliminates a crash if NumericalTextInput is exited before the timer fires when the internal timer is active.


    - Move global space variables into the class variable space.


    - Improve many variable names to improve the meaning and use of the variables.


    - Simplify the "self.locales" dictionary and processing. This reduces the amount of duplicated data. It also makes this code match the data in the international module.


    - Rename "persian()" to "farsi()" to match the international module.


    - Remove some unused "self" variables.


    - Use f-strings.


    [tools] (#3230)


    * improve some imports


    * use f-string




    [Profile]


    * move Tools.Profile code to c


    [ConfigList.py] Small code improvements



    - Reduce the scope of some callback code.


    - Update the calling arguments for the ChoiceBox call.


    [ChoiceBox.py] Correct interface code (#3234)



    [ChoiceBox.py] Correct interface code


    - Correct the logic of the ChoiceBox interface class to correctly and better match the legacy arguments.


    - improve ChoiceBoxSummary item index


    - Close #3233


    [profile]


    * improve proc handling



    [StartEnigma]


    * remove write profile data after main loop


    [Navigation]


    * add 2 seconds delay for the fist service after startup if streamrelay


    [L10n] Update International.py: "ราชอาณาจักรไทย" -> "ประเทศไทย"



    The translation of "Thailand" should be "ประเทศไทย".


    This is a common form of the country name.



    The current translation "ราชอาณาจักรไทย" is only use for the official full form "Kingdom of Thailand".


    [menu.xml]


    * move network menu


    [ChannelSelection]


    * improve stream wrapper zap


    * fix stream wrapper zap for alternative groups


    Update OScamInfo.py


    Listbackground transparent


    [DiseqcTester]


    * fix some crashes


    [eProfile]


    * move profile file location to /var/local


    [grc]


    * fix ellipsis for c++20


    [MultiBootManager]


    * fix kexec MessageBox callback


    [dvb]


    * fix isPreferred frontend


    [fileReadXML]


    * Testing the truth value of an Element is deprecated and will raise an exception in future versions.


    [UsageConfig]


    * use with for writing to a file


    [epgcache]


    * don't read config.epg.saveepg on close



    [VolumeAdjust.py] Use f-strings


    FSBLUpdater.py replace from distutils import spawn with from shutil mport which


    [Epgcache]



    * use eSimpleConfig instead of eConfigManager


    * add functions to set debug and save flag



    [UsageConfig]


    * add notifier for config.epg.saveepg and config.crash.debugEPG


    * call EpgSettingsChanged only once on init

OpenATV Team Images Support Forum ~ based on OE-Alliance

OpenATV Supported Models ~ Airdigital, Amiko, Anadol, Atemio, Atto, AX Technology, Axas, Beyonwiz, Dinobot, Dreambox, Edision, EVO, Ferguson, Formuler, Galaxy Innovations, Gigablue, Golden Interstar, HDBox, Hitube, James Donkey, IQON, Izibox, Jepssen, Maxdigital, Medialink, MaXytec, MediaArt, Megaset, Miraclebox, MK-Digital, Mut@nt, Novaler, Octagon, Odin, Optibox, Protek, PULSe, Qviart, Red-Eagle, Relook, Roxxs, SAB, Sezam, Sogno, Space, Spycat, Technomate, Telestar, Tiviar, T-Rex, Uclan, Venton Unibox, Vimastec, VisionNet, VU+, VUplus, World Vision, Vizyon, WWio, Xsarius, and Xtrend.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!