Posts by Lululla

    What is it?

    What did you do?

    How was the configuration set up?

    Does it create bouquets automatically?

    No, I don't understand. If you don't give me more details, everything's fine with me.

    What system do you have, box, image...

    if you don't take the test, I won't apply the Atv modification!

    from plugin you have active genres ??
    otherwise no crash..

    Why did it crash before? Because you had the options enabled.

    Enable them and see if it crashes.

    As I have mentioned and apologized for before, I cannot support Dreambox devices because I do not own the hardware. Only Open Source images are currently supported. However, there is no harm in trying it on other images; if it works, great, but if it doesn't, please accept my apologies.
    Fixed the slow channel switching issue; performance is faster now due to optimized logic. The language bug has also been resolved.
    Download from attachments

    The language file attached is also arabic.so nothing changed.also tried to config the py file without success

    arabic.so???

    proxu not active, restart box
    go to plugin,

    wait for message PROXY ACTIVE"

    With OpenATV 7.6 and Octagon SF 8008
    No matter how many times I restart the box, I always get the message "Proxy Unknown".

    With Pure E2 and Octagon SF 8008, the proxy server is always OK.

    What could be the cause?

    If you followed the instructions letter by letter, line by line, you shouldn't have any problems.

    You don't provide details, so I won't respond.

    folder movie? in to box?

    from telnet


    # Show attached storage devices and mount point

    df -h | grep /dev/sd

    # Show available partitions

    fdisk -l

    # Check mount details for /media/hdd

    mount | grep /media/hdd


    next actions


    Step Action Description

    1 Unmount the disk umount /media/hdd (if mounted). Make sure there are no active processes (recording, playback).

    2 Remove the rmdir /media/hdd folder (if empty). rm -rf /media/hdd/movie (if full and you want to force it). Warning: it deletes all data inside.

    3 Recreate the mkdir /media/hdd/movie folder. This restores an empty directory.

    4 Format the disk (if necessary). Do this from the GUI (Settings > System > Disk Management). Use a file system such as ext4 (recommended) or ext3.

    5 Remount the disk. From the GUI, in Disk Management, select the disk and set the mount point to /media/hdd. A restart of the GUI or the decoder is often necessary for the changes to take effect.


    The Telnet commands df -h and mount | grep hdd show the disk mounted correctly at /media/hdd.

    To remount the hdd disk,

    # first create the folder

    mkdir media/hdd

    # then Find all connected disks and partitions

    fdisk -l

    The output will look like this:


    sda 8:0 0 1.8T 0 disk

    └─sda1 8:1 0 1.8T 0 part

    In this case, the device to mount is /dev/sda1

    mount /dev/sda1 /media/hdd


    Check

    # You should see your partition listed

    df -h | grep /media/hdd

    # Show mount details

    mount | grep /media/hdd

    But first, issue this command

    mount | grep /dev/sd

    here. .read please ;)


    Maybe it's a permissions issue.

    Run some telnet commands to check the folder's permissions.


    Or delete the folder and restart the box.

    Then reinstall it; it does everything.