Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

(ROM) AndroidTV_Project S912 V2 By Team Poison

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #46
    Originally posted by Dmitri51 View Post
    I'm using the A3 control and the standard control (ir-control). The minix doesn't react on serval buttons.

    Ow.. By the way... Thanks for you quick reply.

    Verstuurd vanaf mijn WAS-LX1A met Tapatalk
    That's the control with the keyboard right. Make sure after you do your change on the remote file give a reboot to the box so he could work

    Comment


      #47
      You changed the file on the box itself?

      How did you do the initial setup?

      Verstuurd vanaf mijn WAS-LX1A met Tapatalk

      Comment


        #48
        Originally posted by Dmitri51 View Post
        I'm using the A3 control and the standard control (ir-control). The minix doesn't react on serval buttons.

        Ow.. By the way... Thanks for you quick reply.

        Verstuurd vanaf mijn WAS-LX1A met Tapatalk
        #************************************************* ************************************************** ******
        #this file is configuration for each factory remote device
        # work_mode 0 :software mode 1 :hardware mode
        # repeat_enable 0 :disable repeat 1 :enable repeat
        #
        # factory_code each device has it's unique factory code.
        # pattern:custom_code(16bit)+index_code(16bit)
        # examble: 0xff000001 = 0xff00(custom cod) 0001 (index)
        #
        # release_delay unit:ms.release will report from kernel to user layer after this period of time
        # from press or repeat triggered.
        #
        # debug_enable 0 :debug disable 1 :debug disable
        #
        # SW MODE:
        # bit_count how many bits in each frame
        # tw_leader_act time window for leader active
        # tw_bit0 time window for bit0 time.
        # tw_bit1 time window for bit1 time
        # tw_repeat_leader time window for repeat leader
        # REG
        # reg_base_gen set value for PREG_IR_DEC_BASE_GEN
        # reg_control set value for PREG_IR_DEC_CONTROL
        # reg_leader_act set value for PREG_IR_DEC_LEADER_ACTIVE
        # reg_leader_idle set value for PREG_IR_DEC_LEADER_IDLE
        # reg_repeat_leader set value for PREG_IR_DEC_REPEAT_IDLE
        # reg_bit0_time set value for PREG_IR_DEC_BIT0_TIME
        #************************************************* ************************************************** **********
        #amlogic NEC remote
        factory_code = 0x40400001
        work_mode = 0
        repeat_enable = 1
        repeat_delay = 130
        repeat_peroid = 120
        release_delay = 20
        debug_enable = 1

        fn_key_scancode = 0x47
        left_key_scancode = 0x10
        right_key_scancode = 0x11
        up_key_scancode = 0x0b
        down_key_scancode = 0x0e
        ok_key_scancode = 0x0d

        mouse_begin
        0 0x10
        1 0x11
        2 0x0b
        3 0x0e
        mouse_end

        key_begin
        0x43 113 #MUTE

        0x01 116
        0x02 115
        0x03 158
        0x04 181
        0x05 191
        0x06 168
        0x07 10
        0x08 18
        0x09 17
        0x00 26

        0x45 125 #MENU
        0x42 115 #BACK/EXIT

        0x0d 97 #ENTER/OK
        0x10 105 #LEFT
        0x0b 103 #UP
        0x0e 108 #DOWN
        0x11 106 #RIGHT

        0x18 116 #VOL+
        0x17 114 #VOL-

        0x0c 14 #DEL

        0x4d 116 #Power

        0x1a 102 #home
        0x53 119 #media_pause
        0x44 52 #period

        0x1e 123 #MEDIA_NEXT
        0x1f 122 #MEDIA_PREVIOUS
        0xf1 140 #F10/factory_test
        0x54 150 #setting
        0x57 151 #PROG_YELLOW/EXPLORER
        0x5b 152 #PROG_BLUE/MUSIC
        0x5c 153 #ALLAPP
        0x5d 154 #MEDIAPLAY
        0x5e 159 #KODI
        0x66 217 #SEARCHSEARCH
        key_end
        repeat_key_begin
        0x43 113 #MUTE

        0x01 2 #No.1
        0x02 3 #No.2
        0x03 4 #No.3
        0x04 5 #No.4
        0x05 6 #No.5
        0x06 7 #No.6
        0x07 8 #No.7
        0x08 9 #No.8
        0x09 10 #No.9
        0x00 11 #N0.0

        0x45 125 #MENU
        0x42 1 #BACK/EXIT

        0x0d 97 #ENTER/OK
        0x10 105 #LEFT
        0x0b 103 #UP
        0x0e 108 #DOWN
        0x11 106 #RIGHT

        0x18 116 #VOL+
        0x17 114 #VOL-

        0x0c 14 #DEL

        0x4d 116 #Power

        0x1a 102 #home
        0x44 52 #period

        0x1e 120 #MEDIA_FAST_FORWARD
        0x1f 121 #MEDIA_REWIND
        0x54 150 #setting
        0x57 151 #PROG_YELLOW/EXPLORER
        0x5b 152 #PROG_BLUE/MUSIC
        0x5c 153 #ALLAPP
        0x5d 154 #MEDIAPLAY
        0x5e 159 #KODI
        0x66 217 #SEARCHSEARCH
        repeat_key_end

        Comment


          #49
          If the first one did I send you it's not working try this one remote conf file both file is working for me.you are using the small remote control it's not going to work.

          Comment


            #50
            Originally posted by antonio6o6 View Post
            you are using the small remote control it's not going to work.
            Aha, that's what's wrong... Thanks for you help anyhow!

            Comment


              #51
              If you can buy a remote control. don't have to be Minix remote control. USB dongle remote and that's all I tried different remote control and it's working

              Comment


                #52
                I'm using a Logitech Harmony remote, so I need my minix to react to ir-commands.

                But nevertheless, thanks for your help!

                Verstuurd vanaf mijn WAS-LX1A met Tapatalk

                Comment


                  #53
                  I have this Harmony remote but it don't work. I have Minix remote control A3 keyboard. And I managed to turn on in off box and everything else work after you modify the remote conf

                  Comment


                    #54
                    Originally posted by minixfreak View Post
                    AndroidTV Project

                    ChangeLog
                    -Based Off My PoisonATV Versions
                    -Improved stability and performance
                    -Brand New Look
                    -New Tweaks
                    -Amazing Video Quality

                    -First Boot might be a bit sluggish due to my new tweaks but after apps update and tweaks are done running you can do a reboot and second boot will be fast and pleasant...
                    -Always Use force erase all or erase all option in Usb Burning tool
                    -also for people on 4pda i see your using my work at least give credits or maybe developers from there could consider joining us

                    Download links
                    https://mega.nz/#F!IlxQmYKb!j51RvSawPtKxhV5yKhWbNQ

                    Hello, is it possible to send some screenshots of what your new tv system looks like

                    Comment


                      #55
                      I?m new here and I have an h96 pro android box... however I don?t like the actual system that it?s running and I was wondering if anyone here can help with something faster and lighter just for IPTV.

                      Comment


                        #56
                        Nice version but still in "beta".
                        Does not store HDMI CEC setting. For example I set "HDMI CEC->One key power off" to "ON". After next start it is reset to "OFF"
                        Very long time before all scrips in /syste/etc/init.d ar done.
                        From time to time black screen for 1-3 seconds.
                        I hope it will be fixed in feature releases.

                        Comment


                          #57
                          Hello,

                          Great ROM, this is the first android tv rom for beelink gt1 that allows me to watch video with subtitles at 24fps under kodi 18.
                          But, i can't use blokada. I noticed that vpndialogs were missing. But even if i install vpndialogs.apk, blokada still does't work.
                          Also i have error 'position independent executable (PIE) are supported' with zipalign and openvpn. But i don't know if it is related.

                          Can someone help me ?

                          Update:
                          I found. This is due to ipv6 blocking.
                          blokada work if you delete /system/bin/Disable_IPv6.sh
                          Last edited by nic029; 05-11-2019, 12:39.

                          Comment


                            #58
                            Hi great rom, but Magisk still does not pass safenet and the hide funktion does not funktion either. Tried the two latest version of magisk. Worked before on 4.9.
                            There is also that on a remote keyboard the normal "enter" button does not sometimes work but the "enter" at the numeric works.

                            Comment


                              #59
                              Hi.
                              Rom seems great, thanks for that.
                              I flashed on Mecool BB2 pro but wifi is not working.

                              Is there a way to copy the driver somehow?
                              I don?t have the driver but if someone could point me in the right direction

                              Comment


                                #60
                                Originally posted by minixfreak View Post
                                Everything is fixed enjoy everyone
                                Did this fix the ram issues on the H96 Pro plus?

                                Comment

                                Working...
                                X