MYTVOnline Recording - Small remote controller.

There are 2 replies in this Thread which was already clicked 1,121 times. The last Post () by HelloShitty.


  • Learn how to record programs in MYTVOnline.

    world-of-satellite-banner.gif
    Official Sponsor of the OpenViX Team


    Official Distributor of Formuler, Edision, GiGaBlue, Mut@nt Technomate, VU+, and many more...


    Secure online ordering - Paypal and all major cards accepted - Order online 7 days a week!


    PRICE MATCH PROMISE - WE'LL TRY TO MATCH ANY UK PRICE*


    *SEEN ANY PRODUCT CHEAPER? CONTACT US AND WE’LL TRY TO MATCH LIKE FOR LIKE!

  • I have worked around the above problem. From Formuler site and specs, Formuler Z8 only supports recording onto NTFS an exFAT file systems. However I have tried both exFAT and NTFS filesystems and MyTvOnline2 keeps crashing when I ask it to record something.


    The method I used to format the drive into exFAT and later to NTFS was:


    Used 'dd' command to wipe the entire 16Gb pen drive:

    Code
     sudo dd if=/dev/zero of=/dev/sdd bs=16M count=16G


    Then I used fdisk to create GPT Label and new partition:

    Code
    fdisk /dev/sdd
    option: g  // Create new empty GPT partition table
    option: n  // Add new partition
    option: t  // Change partition type
    option: 11 // Partition type is Microsoft Basic Data, according to Wikipedia is the equivalent to exFAT/NTFS
    option: w  // Write changes and exit


    Lastly I used mkfs.ntfs to format the partition

    Code
    sudo mkfs.ntfs -f /dev/sdd1


    Is there a way of accessing any log files in this Formuler Z8 so that I can see what is the problem with this crashing when recording?

Participate now!

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