Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

X96 Mini TV Box Amlogic S905W + Android 7.1.2 + Quad-core Cortex-A53 + 4K VP9 H.265

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    @Jami, Stop wasting your time unless you find the firmware from the original supplier of your H/W of X96 mini, i have tried on three different models of X96mini form different factories with Same PCB Board Printed Q6X V2.2 17355 and all with Samsung ROM, but not a single firmware available over net or on ChinaGadget working on any of the three boxes i have, all the chinese manufacturer of X96mini are now producing their Boxes with secured Boot with the firmware. so it will only work with their hardware only & will not work universally on any X96mini, So wait till someone hacks their Bootloader.
    Last edited by tiku; 12-21-2018, 14:52.

    Comment


      Hi. Greetings from Spain. Hope you can help me. I have a problem with my X96 mini remote. The Stop buttom doesn't work properly, works like Play/Pause buttom. This is the original remote.conf:
      Code:
      #************************************************* ************************************************** ******
      #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
      work_mode = 0
      repeat_enable = 1
      repeat_delay = 130
      repeat_peroid = 120
      release_delay = 20
      debug_enable = 1
      
      fn_key_scancode = 0x00
      left_key_scancode = 0x51
      right_key_scancode = 0x50
      up_key_scancode = 0x16
      down_key_scancode = 0x1a
      ok_key_scancode = 0x13
      #pageup_key_scancode = 0x04
      #pagedown_key_scancode = 0x1b
      
      custom_begin
      factory_infcode = 0
      factory_code = 0xfe010001
      
      mouse_begin
      0 0x51 //mouse key left
      1 0x50 //mouse key right
      2 0x16 //mouse key up
      3 0x1a //mouse key down
      mouse_end
      key_begin
      0x11 102 #HOME
      0x19 158 #EXIT
      0x4c 125 #MENU
      0x40 116 #ON/OFF
      0x18 115 #VOL+
      0x10 114 #VOL-
      0x16 103 #UP
      0x51 105 #LEFT
      0x13 97 #DPAD_CENTER
      0x50 106 #RIGHT
      0x1a 108 #DOWN
      0x41 113 #MUTE
      0x5a 119 #PLAY_PAUSE
      0x52 124 #MEDIA_PAUSE
      0x0a 257 #MUSIC
      # 0x49 261 #PICTURE PLAYER
      0x4d 263 #SHORTCUT_VIDEOPLAYER
      # 0x48 262 #SHORTCUT_FILEBROWSER
      0x03 217 #SEARCH
      0x0e 70 #267->WEBSITE #70-->EXPLORE
      0x43 255 #SETTINGS
      0x54 120 #FAST_FORWARD
      0x55 121 #REWIND
      0x59 122 #PREV
      0x58 123 #NEXT
      0x4e 2 #1
      0x0d 3 #2
      0x0c 4 #3
      0x4a 5 #4
      0x09 6 #5
      0x08 7 #6
      0x46 8 #7
      0x05 9 #8
      0x04 10 #9
      0x01 11 #0
      0x42 14 #DEL
      # 0x52 128 #MEDIA_STOP
      # 0x45 264 #ONEKEY_ZOOM
      0x06 265 #SHORTCUT_SUBTITLE
      0x44 266 #KODI
      0x0f 233 #MAIN_MENU
      # 0x12 269 # F9
      0x47 112 #@ AT
      0x0a 111 #MUSIC
      0x4d 101 # (F3)VIDEO
      0x49 66 #(F1)PHOTO
      0x48 77 #(F2)FILE
      0x12 88 #(F9)CLEAN
      0xf2 140 #F10 oritation
      0x4b 140 #F10 oritation
      0x45 99 #(F6)ZOOM
      
      key_end
      repeat_key_begin
      0x11 102 #HOME
      0x19 158 #EXIT
      0x4c 125 #MENU
      0x40 116 #ON/OFF
      0x18 115 #VOL+
      0x10 114 #VOL-
      0x16 103 #UP
      0x51 105 #LEFT
      0x13 97 #DPAD_CENTER
      0x50 106 #RIGHT
      0x1a 108 #DOWN
      0x41 113 #MUTE
      0x5a 119 #PLAY_PAUSE
      0x52 124 #MEDIA_PAUSE
      0x0a 257 #MUSIC
      # 0x49 261 #PICTURE PLAYER
      0x4d 263 #SHORTCUT_VIDEOPLAYER
      # 0x48 262 #SHORTCUT_FILEBROWSER
      0x03 217 #SEARCH
      0x0e 70 #267->WEBSITE #70-->EXPLORE
      0x43 255 #SETTINGS
      0x54 120 #FAST_FORWARD
      0x55 121 #REWIND
      0x59 122 #PREV
      0x58 123 #NEXT
      0x4e 2 #1
      0x0d 3 #2
      0x0c 4 #3
      0x4a 5 #4
      0x09 6 #5
      0x08 7 #6
      0x46 8 #7
      0x05 9 #8
      0x04 10 #9
      0x01 11 #0
      0x42 14 #DEL
      # 0x52 128 #MEDIA_STOP
      # 0x45 264 #ONEKEY_ZOOM
      0x06 265 #SHORTCUT_SUBTITLE
      0x44 266 #KODI
      0x0f 233 #MAIN_MENU
      # 0x12 269 # F9
      0x47 112 #@ AT
      0x0a 111 #MUSIC
      0x4d 101 # (F3)VIDEO
      0x49 66 #(F1)PHOTO
      0x48 77 #(F2)FILE
      0x12 88 #(F9)CLEAN
      0xf2 140 #F10 oritation
      0x4b 140 #F10 oritation
      0x45 99 #(F6)ZOOM
      repeat_key_end
      custom_end
      
      custom_begin
      factory_infcode = 1
      factory_code = 0xbd020001
      key_begin
      0xca 103
      0xd2 108
      0x99 105
      0xc1 106
      0xce 97
      0x45 116
      0xc5 133
      0x80 113
      0xd0 15
      0xd6 125
      0x95 102
      0xdd 104
      0x8c 109
      0x89 131
      0x9c 130
      0x9a 120
      0xcd 121
      key_end
      custom_end
      I guess the problem is in 0x52 124 #MEDIA_PAUSE and # 0x52 128 #MEDIA_STOP. I edit the file with Notepad++. The new edited file:
      Code:
      #************************************************* ************************************************** ******
      #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
      work_mode = 0
      repeat_enable = 1
      repeat_delay = 130
      repeat_peroid = 120
      release_delay = 20
      debug_enable = 1
      
      fn_key_scancode = 0x00
      left_key_scancode = 0x51
      right_key_scancode = 0x50
      up_key_scancode = 0x16
      down_key_scancode = 0x1a
      ok_key_scancode = 0x13
      #pageup_key_scancode = 0x04
      #pagedown_key_scancode = 0x1b
      
      custom_begin
      factory_infcode = 0
      factory_code = 0xfe010001
      
      mouse_begin
      0 0x51 //mouse key left
      1 0x50 //mouse key right
      2 0x16 //mouse key up
      3 0x1a //mouse key down
      mouse_end
      key_begin
      0x11 102 #HOME
      0x19 158 #EXIT
      0x4c 125 #MENU
      0x40 116 #ON/OFF
      0x18 115 #VOL+
      0x10 114 #VOL-
      0x16 103 #UP
      0x51 105 #LEFT
      0x13 97 #DPAD_CENTER
      0x50 106 #RIGHT
      0x1a 108 #DOWN
      0x41 113 #MUTE
      0x5a 119 #PLAY_PAUSE
      0x52 128 #MEDIA_STOP
      0x0a 257 #MUSIC
      # 0x49 261 #PICTURE PLAYER
      0x4d 263 #SHORTCUT_VIDEOPLAYER
      # 0x48 262 #SHORTCUT_FILEBROWSER
      0x03 217 #SEARCH
      0x0e 70 #267->WEBSITE #70-->EXPLORE
      0x43 255 #SETTINGS
      0x54 120 #FAST_FORWARD
      0x55 121 #REWIND
      0x59 122 #PREV
      0x58 123 #NEXT
      0x4e 2 #1
      0x0d 3 #2
      0x0c 4 #3
      0x4a 5 #4
      0x09 6 #5
      0x08 7 #6
      0x46 8 #7
      0x05 9 #8
      0x04 10 #9
      0x01 11 #0
      0x42 14 #DEL
      # 0x45 264 #ONEKEY_ZOOM
      0x06 265 #SHORTCUT_SUBTITLE
      0x44 266 #KODI
      0x0f 233 #MAIN_MENU
      # 0x12 269 # F9
      0x47 112 #@ AT
      0x0a 111 #MUSIC
      0x4d 101 # (F3)VIDEO
      0x49 66 #(F1)PHOTO
      0x48 77 #(F2)FILE
      0x12 88 #(F9)CLEAN
      0xf2 140 #F10 oritation
      0x4b 140 #F10 oritation
      0x45 99 #(F6)ZOOM
      
      key_end
      custom_end
      Delete the original file and copy the new one with ES File Explorer via USB, but the problem remains. Stop buttom is Play/Pause buttom. Any suggestion? Thanks in advance.

      Comment


        i also had this device which is dead now after flashing incompatible atvxperience.. 1gb ram (showed up 2gb in CPU Z), s905w processor with p282 board.. anyone here have stock firmware for my device? has been trying bunch of fw on the net with no luck (stuck at 7% DiskInitial Error). thanks.
        You may only view thumbnails in this gallery. This gallery has 1 photos.
        Last edited by netrix; 12-22-2018, 08:57.

        Comment


          I had a device which was dead too and stuck at 7% as well.

          I guess it is due too defective chip as even stock rom could not be flashed

          Comment


            soldiaz what's the message in the BurnTool Showing?can you upload the pic of your Device let me see the ROM and DDR.

            Comment


              I ll try again and Post. It is vorke z6

              Comment


                the ddrams is DDR3L variant but maybe the device need another uboot.

                Comment


                  I received yesterday a X96 mini 2Gb with board v2.3
                  I will try to install TWRP and make a backup. If done I will upload it. After that I will flash Atvxperience v2ff with usb burning tool and report sucess or fail.
                  Last edited by Sun_Storm; 01-08-2019, 16:03.

                  Comment


                    Originally posted by Sun_Storm View Post
                    I received yesterday a X96 mini 2Gb with board v2.3
                    I will try to install TWRP and make a backup. If done I will upload it. After that I will flash Atvxperience v2ff with usb burning tool and report sucess or fail.
                    Hi
                    Unable to lunch TWRP with native rom, the recovery.img (twrp.p212-3.1.1-0-signed) not visible in SD card into native recovery. But no issue for flashing Atvxperience V2FF with USB Burning tool (boad PCB v2.3)
                    Last edited by Sun_Storm; 01-09-2019, 13:54.

                    Comment


                      tiku I have an X96 mini 4k Amlogic S905W 2GB 16GB. I bricked my box after supposedly successfully flashing a firmware from Atv experience. I have a solid red light. I've tried flashing a number of firmwares without success via sd card and Amlogic tool. The tool always shows a connection but I get that 1% with ]--[0x10103005]Romcode/Initialize DDR/Download buffer/Read item data failed error Jami mentioned in an earlier post. The vendor gave me a link to the (supposedly) stock firmware but I can't flash that either. When unzipped the file says mxq-4k-6051-nv2-1114. Of course, the ?mxq? makes me wonder if it?s even the correct firmware. I wrote to the company in China a week ago but no reply yet. Is the locked bootloader business you mention likely the reason I can?t flash it? I do have access to an identical box but the way people write instructions on copying a ROM are confusing to say the least, and one poster said you could easily brick the good box by trying. Would you advise trying to copy the ROM from the good box and flashing it to the brick? If so, can you recommend a good tutorial? Thanks in advance!

                      Comment


                        Thanks for those responses. If you have a working box that is identical to the bricked box, would you expect that copying the ROM from the one and flashing it to the other would work? If so, can you recommend a method?

                        Comment


                          Hi again. Sorry for not being more clear. I have two boxes. What I'm wondering is if there is a way to copy the ROM from the working box (even if the box is fake) and load it onto the bricked box. I've read that you can brick a box trying to copy the ROM and would like to know if you have a preferred way of doing this so as to avoid bricking the good box while trying to copy its ROM.)

                          Comment


                            Originally posted by Quinte View Post
                            Hi again. Sorry for not being more clear. I have two boxes. What I'm wondering is if there is a way to copy the ROM from the working box (even if the box is fake) and load it onto the bricked box. I've read that you can brick a box trying to copy the ROM and would like to know if you have a preferred way of doing this so as to avoid bricking the good box while trying to copy its ROM.)
                            Upload H/W pics of Both the boxes then only i can say its possible to copy one rom onto another or not.

                            Comment


                              has anyone ever ported an ATVx rom to the china clone version of these x96 minis?

                              Comment


                                Is this the info you mean? It's from the working box. There is no signal from the bricked one, but they were delivered at the same time so I assume everything is the same.
                                You may only view thumbnails in this gallery. This gallery has 1 photos.

                                Comment

                                Working...
                                X