Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Results 1 to 14 of 14

Thread: zap to channel

  1. #1

    Title
    Junior Member
    Join Date
    Jan 2018
    Posts
    6
    Thanks
    5
    Thanked 0 Times in 0 Posts

    zap to channel

    Hello this is my problem...with openvix 5.3 I can't zap a channel with more than three digits numbering ... for example I'm looking at channel number 1 and I would like to see channel number 17000 but digitization stops at the third digit and instead of going to channel 17000 I can only go to channel 170 because more than three digits cannot be entered. In the channel configuration I have not found any option to be able to type 5 digits instead of only 3.

  2. #2
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,339
    Thanks
    6,422
    Thanked 9,146 Times in 6,224 Posts
    Transfer the .py file to /usr/lib/enigma2/python/Screens
    Restart, an updated .pyo file will be created
    Delete the .py file after


    Change is on line 926
    Code:
            if len(self.numberString) >= 6:
    The file current says 4, not sure why it only allows 3 digits

    We may add this commit (it picks in without a problem), but I am not too keen on an extra menu/config when just increasing the number of digits does not adversely affect things.
    Code:
    https://github.com/openatv/enigma2/commit/de0d684f9e7fcf99f2731bc2de5c5d422f642b23
    Last edited by abu baniaz; 25-04-20 at 23:17. Reason: deleted attachment

  3. The Following User Says Thank You to abu baniaz For This Useful Post:

    vadinho (10-04-20)

  4. #3

    Title
    ViX Beta Tester
    Join Date
    Nov 2017
    Posts
    888
    Thanks
    103
    Thanked 480 Times in 285 Posts
    I wonder if it's possible to work out the max number of channels and use that rather than have to have an option

  5. #4
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,339
    Thanks
    6,422
    Thanked 9,146 Times in 6,224 Posts
    Increasing the number of digits did not actually make a difference during my test. The "pause" is after last key entry irrespective of number of digits. If you set maximum digits to =>10, entering, 11 behaves the same way as if the maximum digits => 3.

  6. The Following User Says Thank You to abu baniaz For This Useful Post:

    vadinho (10-04-20)

  7. #5

    Title
    Junior Member
    Join Date
    Jan 2018
    Posts
    6
    Thanks
    5
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by abu baniaz View Post
    Transfer the .py file to /usr/lib/enigma2/python/Screens
    Restart, an updated .pyo file will be created
    Delete the .py file after

    Change is on line 926
    Code:
            if len(self.numberString) >= 6:
    The file current says 4, not sure why it only allows 3 digits

    We may add this commit (it picks in without a problem), but I am not too keen on an extra menu/config when just increasing the number of digits does not adversely affect things.
    Code:
    https://github.com/openatv/enigma2/commit/de0d684f9e7fcf99f2731bc2de5c5d422f642b23
    Hi I followed your instructions but unfortunately the image crashes as soon as I type only one number ... I tried to put the number 4 back in line 926 of the .py file but it always crashes as soon as I type only one number
    Enigma2_crash_2020-04-10_17-17-39.log
    Last edited by vadinho; 10-04-20 at 16:44. Reason: attached file

  8. #6
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,339
    Thanks
    6,422
    Thanked 9,146 Times in 6,224 Posts
    I tested the file. Can you please upload the crashlog?

  9. The Following User Says Thank You to abu baniaz For This Useful Post:

    vadinho (10-04-20)

  10. #7
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,339
    Thanks
    6,422
    Thanked 9,146 Times in 6,224 Posts
    I modified the file for the current image 5.3 020, you are on 5.3 013 We added the number zap picon, that function is not in your image, this is why it crashed


    Remove the file
    Issue this command to update to 5.3 020

    Code:
    init 4 && opkg update && opkg upgrade && init 6
    Then transfer the file again

  11. The Following User Says Thank You to abu baniaz For This Useful Post:

    vadinho (10-04-20)

  12. #8

    Title
    Junior Member
    Join Date
    Jan 2018
    Posts
    6
    Thanks
    5
    Thanked 0 Times in 0 Posts
    Ok i restarted the dec
    Last edited by vadinho; 10-04-20 at 18:34.

  13. #9
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,339
    Thanks
    6,422
    Thanked 9,146 Times in 6,224 Posts
    You have edited your post. First version implied there was a problem. Is everything okay now?

  14. #10

    Title
    Junior Member
    Join Date
    Jan 2018
    Posts
    6
    Thanks
    5
    Thanked 0 Times in 0 Posts
    You are very kind and it would be useful if you did it with TeamViewer ... but I would like to be able to do it alone to learn.
    Now I have manually restarted the deoder and it restarted normally and the update was successful as per the attached photo. I can now repeat the operation of your post number 2?

    20200410_194005.jpg

  15. #11
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,339
    Thanks
    6,422
    Thanked 9,146 Times in 6,224 Posts
    Transfer the file I uploaded and try again.

  16. #12

    Title
    Junior Member
    Join Date
    Jan 2018
    Posts
    6
    Thanks
    5
    Thanked 0 Times in 0 Posts
    Ok I did it and now I can type more digits ... but if I have the channel list open this possibility is not there ... However, this is already much better ...Thanks!!!!

  17. #13

    Title
    Senior Member
    Join Date
    Jun 2015
    Posts
    337
    Thanks
    61
    Thanked 64 Times in 55 Posts
    System temperature 67°C! That cannot be right?

  18. #14
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,339
    Thanks
    6,422
    Thanked 9,146 Times in 6,224 Posts
    From the image after 5.3 026, we will have an option to configure the number of digits. Options will be 3, 4 and 5 digits

  19. The Following User Says Thank You to abu baniaz For This Useful Post:

    vadinho (20-06-20)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.