Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

NEW - CX921B - wasser firmware 1.0.3 - Kikat Android 4.4.2

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

    #16
    Originally posted by wasser View Post
    Hi Walter,

    i don't have the stock ir remote so i cannot test it. It would be great if you could test the ir-remote if it works and let me know before i start to work on kernel for cx921a

    thanks

    wasser
    Sure Wasser!
    I can send you the user code and scan codes and kernel source for working stock remote (JB 4.2.2) too.
    Perhaps it's quite the same, never looked at KitKat source ;-)

    Thanks
    walter77
    Donations are welcome and will be shared with other devs:

    DONATIONS

    CX-921 TV-Box without Bluetooth (RK3188 / RTL8188 Wifi), CX-921b TV-Box (RK3188T / AP6210 Wifi), T428 TV Stick (RK3188 / AP6330 Wifi), CX919 TV Stick (RK3188 / AP6210 Wifi)

    Comment


      #17
      Originally posted by wasser View Post
      Hi Walter,

      i don't have the stock ir remote so i cannot test it. It would be great if you could test the ir-remote if it works and let me know before i start to work on kernel for cx921a

      thanks

      wasser
      Hey Wasser,
      just did a short test on my cx921b with your rom and your version of xbmc.
      Stock remote is recognized but the mapping is wrong, most keys without function.
      Streaming 1080p mkv/AVCHD/TS2 with 24p HDMI output over smb lan is perfect!!! Amazing!!
      Playing DVD Image (SD) is perfect.

      DTS Passthrough with your xbmc does not work!! Dolby Passthrough is fine!
      Did a short test with beyond xbmc. DTS passthrough works with beyond!
      Did a short test with xbmcz. DTS passthrough works with xbmcz!
      Perhaps there is something wrong in your AESinkAUDIOTRACK.cpp?

      Will report more later...

      walter77

      Here is my working rkxx-remotectl.kl from 4.2.2 system

      #$_FOR_ROCKCHIP_RBOX_$
      #$_rbox_$_modify_$_chenzhi_20120220: add for IR remote


      key 2 1
      key 3 2
      key 4 3
      key 5 4
      key 6 5
      key 7 6
      key 8 7
      key 9 8
      key 10 9
      key 11 0
      key 14 DEL
      key 57 SPACE
      key 28 ENTER
      key 116 POWER WAKE
      key 158 BACK WAKE_DROPPED
      key 139 MENU
      key 217 SEARCH
      key 232 DPAD_CENTER
      key 108 DPAD_DOWN
      key 103 DPAD_UP
      key 102 HOME
      key 105 DPAD_LEFT
      key 106 DPAD_RIGHT
      key 115 VOLUME_UP
      key 114 VOLUME_DOWN
      key 113 VOLUME_MUTE
      key 388 TV_KEYMOUSE_MODE_SWITCH
      key 398 MEDIA_PLAY
      key 399 MEDIA_PAUSE


      And here is my full working rkxx_remotectl.c from kernel source for cx921 V1.1 and V1.2 board revision.

      static struct rkxx_remote_key_table remote_key_table_cx921_v1_1[] = {
      {0x2a, KEY_1},
      {0x12, KEY_2},
      {0xe0, KEY_3},
      {0xa, KEY_4},
      {0x48, KEY_5},
      {0x88, KEY_6},
      {0x32, KEY_7},
      {0x70, KEY_8},
      {0xb0, KEY_9},
      {0x82, KEY_SPACE},
      {0x30, KEY_0},
      {0xd2, KEY_BACKSPACE},
      {0xaa, KEY_REPLY},//ok = DPAD CENTER
      {0x2, KEY_BACK},
      {0x62, KEY_UP},
      {0x68, KEY_DOWN},
      {0xe2, KEY_LEFT},
      {0xa8, KEY_RIGHT}, ////////
      {0x60, KEY_HOME}, //home
      {0x8, KEY_VOLUMEUP},
      {0x28, KEY_VOLUMEDOWN},
      {0x18, KEY_POWER}, //power off
      {0x10, KEY_MUTE}, //mute
      {0x20, KEY_MENU},


      //media ctrl
      {0x6a, KEY_RED},
      {0xea, KEY_GREEN},
      {0xb8, KEY_YELLOW},


      {0xda, KEY_SEARCH}, //blue
      {0xe8, 388},//mouse switch


      };


      static struct rkxx_remote_key_table remote_key_table_cx921_v1_2[] = {
      {0x88, KEY_1},
      {0x48, KEY_2},
      {0xc8, KEY_3},
      {0x28, KEY_4},
      {0xa8, KEY_5},
      {0x68, KEY_6},
      {0xe8, KEY_7},
      {0x18, KEY_8},
      {0x98, KEY_9},
      {0xb2, KEY_SPACE},
      {0x8, KEY_0},
      {0xd8, KEY_BACKSPACE},
      {0xf8, KEY_REPLY},//ok = DPAD CENTER
      {0xa0, KEY_BACK},
      {0x0, KEY_UP},
      {0x80, KEY_DOWN},
      {0xc0, KEY_LEFT},
      {0x40, KEY_RIGHT}, ////////
      {0x2, KEY_HOME}, //home
      {0x60, KEY_VOLUMEUP},
      {0xd0, KEY_VOLUMEDOWN},
      {0x50, KEY_POWER}, //power off
      {0x30, KEY_MUTE}, //mute
      {0x38, KEY_MENU},


      //media ctrl
      {0x70, KEY_RED},
      {0x78, KEY_GREEN},
      {0x32, KEY_YELLOW},


      {0x22, KEY_SEARCH}, //blue
      {0xe0, 388},//mouse switch
      };


      extern suspend_state_t get_suspend_state(void);




      static struct rkxx_remotectl_button remotectl_button[] =
      {
      {
      .usercode = 0xff,
      .nbuttons = 29,
      .key_table = &remote_key_table_cx921_v1_1[0],
      },
      {
      .usercode = 0x12ee,
      .nbuttons = 29,
      .key_table = &remote_key_table_cx921_v1_2[0],
      },

      For cx921b stock remote the settings should be the same as for cx921a V1.1 as stock remote with pureXbmc rom works on cx921b...du weißt schon was ich meine ;-)
      Last edited by walter77; 06-13-2014, 14:19.
      Donations are welcome and will be shared with other devs:

      DONATIONS

      CX-921 TV-Box without Bluetooth (RK3188 / RTL8188 Wifi), CX-921b TV-Box (RK3188T / AP6210 Wifi), T428 TV Stick (RK3188 / AP6330 Wifi), CX919 TV Stick (RK3188 / AP6210 Wifi)

      Comment


        #18
        Originally posted by walter77 View Post
        Hey Wasser,
        just did a short test on my cx921b with your rom and your version of xbmc.
        Stock remote is recognized but the mapping is wrong, most keys without function.
        Streaming 1080p mkv/AVCHD/TS2 with 24p HDMI output over smb lan is perfect!!! Amazing!!
        Playing DVD Image (SD) is perfect.

        DTS Passthrough with your xbmc does not work!! Dolby Passthrough is fine!
        Did a short test with beyond xbmc. DTS passthrough works with beyond!
        Did a short test with xbmcz. DTS passthrough works with xbmcz!
        Perhaps there is something wrong in your AESinkAUDIOTRACK.cpp?

        Will report more later...

        walter77

        Here is my working rkxx-remotectl.kl from 4.2.2 system

        #$_FOR_ROCKCHIP_RBOX_$
        #$_rbox_$_modify_$_chenzhi_20120220: add for IR remote


        key 2 1
        key 3 2
        key 4 3
        key 5 4
        key 6 5
        key 7 6
        key 8 7
        key 9 8
        key 10 9
        key 11 0
        key 14 DEL
        key 57 SPACE
        key 28 ENTER
        key 116 POWER WAKE
        key 158 BACK WAKE_DROPPED
        key 139 MENU
        key 217 SEARCH
        key 232 DPAD_CENTER
        key 108 DPAD_DOWN
        key 103 DPAD_UP
        key 102 HOME
        key 105 DPAD_LEFT
        key 106 DPAD_RIGHT
        key 115 VOLUME_UP
        key 114 VOLUME_DOWN
        key 113 VOLUME_MUTE
        key 388 TV_KEYMOUSE_MODE_SWITCH
        key 398 MEDIA_PLAY
        key 399 MEDIA_PAUSE


        And here is my full working rkxx_remotectl.c from kernel source for cx921 V1.1 and V1.2 board revision.

        static struct rkxx_remote_key_table remote_key_table_cx921_v1_1[] = {
        {0x2a, KEY_1},
        {0x12, KEY_2},
        {0xe0, KEY_3},
        {0xa, KEY_4},
        {0x48, KEY_5},
        {0x88, KEY_6},
        {0x32, KEY_7},
        {0x70, KEY_8},
        {0xb0, KEY_9},
        {0x82, KEY_SPACE},
        {0x30, KEY_0},
        {0xd2, KEY_BACKSPACE},
        {0xaa, KEY_REPLY},//ok = DPAD CENTER
        {0x2, KEY_BACK},
        {0x62, KEY_UP},
        {0x68, KEY_DOWN},
        {0xe2, KEY_LEFT},
        {0xa8, KEY_RIGHT}, ////////
        {0x60, KEY_HOME}, //home
        {0x8, KEY_VOLUMEUP},
        {0x28, KEY_VOLUMEDOWN},
        {0x18, KEY_POWER}, //power off
        {0x10, KEY_MUTE}, //mute
        {0x20, KEY_MENU},


        //media ctrl
        {0x6a, KEY_RED},
        {0xea, KEY_GREEN},
        {0xb8, KEY_YELLOW},


        {0xda, KEY_SEARCH}, //blue
        {0xe8, 388},//mouse switch


        };


        static struct rkxx_remote_key_table remote_key_table_cx921_v1_2[] = {
        {0x88, KEY_1},
        {0x48, KEY_2},
        {0xc8, KEY_3},
        {0x28, KEY_4},
        {0xa8, KEY_5},
        {0x68, KEY_6},
        {0xe8, KEY_7},
        {0x18, KEY_8},
        {0x98, KEY_9},
        {0xb2, KEY_SPACE},
        {0x8, KEY_0},
        {0xd8, KEY_BACKSPACE},
        {0xf8, KEY_REPLY},//ok = DPAD CENTER
        {0xa0, KEY_BACK},
        {0x0, KEY_UP},
        {0x80, KEY_DOWN},
        {0xc0, KEY_LEFT},
        {0x40, KEY_RIGHT}, ////////
        {0x2, KEY_HOME}, //home
        {0x60, KEY_VOLUMEUP},
        {0xd0, KEY_VOLUMEDOWN},
        {0x50, KEY_POWER}, //power off
        {0x30, KEY_MUTE}, //mute
        {0x38, KEY_MENU},


        //media ctrl
        {0x70, KEY_RED},
        {0x78, KEY_GREEN},
        {0x32, KEY_YELLOW},


        {0x22, KEY_SEARCH}, //blue
        {0xe0, 388},//mouse switch
        };


        extern suspend_state_t get_suspend_state(void);




        static struct rkxx_remotectl_button remotectl_button[] =
        {
        {
        .usercode = 0xff,
        .nbuttons = 29,
        .key_table = &remote_key_table_cx921_v1_1[0],
        },
        {
        .usercode = 0x12ee,
        .nbuttons = 29,
        .key_table = &remote_key_table_cx921_v1_2[0],
        },

        For cx921b stock remote the settings should be the same as for cx921a V1.1 as stock remote with pureXbmc rom works on cx921b...du weißt schon was ich meine ;-)
        Hi Walter,

        dts passthrough is disable in wasser xbmc by default, you have to enable it in Settings->System->Audio ouput->Enable passthrough

        Could you please check it again?

        i will take a look at the ir remote soon

        wasser
        http://www.freak-tab.de/wasser/btn_donate.gif

        You can make a donation if you find my work useful

        Comment


          #19
          Originally posted by wasser View Post
          Hi Walter,

          dts passthrough is disable in wasser xbmc by default, you have to enable it in Settings->System->Audio ouput->Enable passthrough

          Could you please check it again?

          i will take a look at the ir remote soon

          wasser
          I will check it again and report.
          And isn't it funny? Now we are back on the remote thing again ;-)

          walter77
          Donations are welcome and will be shared with other devs:

          DONATIONS

          CX-921 TV-Box without Bluetooth (RK3188 / RTL8188 Wifi), CX-921b TV-Box (RK3188T / AP6210 Wifi), T428 TV Stick (RK3188 / AP6330 Wifi), CX919 TV Stick (RK3188 / AP6210 Wifi)

          Comment


            #20
            Originally posted by walter77 View Post
            I will check it again and report.
            And isn't it funny? Now we are back on the remote thing again ;-)

            walter77
            it seems so

            Do you have the stock rom for CX921B where LED (power off) works?

            i need to figure out how to program the LEDs

            thanks.
            http://www.freak-tab.de/wasser/btn_donate.gif

            You can make a donation if you find my work useful

            Comment


              #21
              Originally posted by wasser View Post
              Hi Walter,

              dts passthrough is disable in wasser xbmc by default, you have to enable it in Settings->System->Audio ouput->Enable passthrough

              Could you please check it again?

              i will take a look at the ir remote soon

              wasser
              In XBMC there is no option for passthrough under Sytem/Settings/ Audio output.
              Donations are welcome and will be shared with other devs:

              DONATIONS

              CX-921 TV-Box without Bluetooth (RK3188 / RTL8188 Wifi), CX-921b TV-Box (RK3188T / AP6210 Wifi), T428 TV Stick (RK3188 / AP6330 Wifi), CX919 TV Stick (RK3188 / AP6210 Wifi)

              Comment


                #22
                Originally posted by wasser View Post
                it seems so

                Do you have the stock rom for CX921B where LED (power off) works?

                i need to figure out how to program the LEDs

                thanks.
                Yes i did a backup from the stock rom before. But wasser, with your rom led turns off on "Power off" at the moment.
                Donations are welcome and will be shared with other devs:

                DONATIONS

                CX-921 TV-Box without Bluetooth (RK3188 / RTL8188 Wifi), CX-921b TV-Box (RK3188T / AP6210 Wifi), T428 TV Stick (RK3188 / AP6330 Wifi), CX919 TV Stick (RK3188 / AP6210 Wifi)

                Comment


                  #23
                  Originally posted by walter77 View Post
                  In XBMC there is no option for passthrough under Sytem/Settings/ Audio output.
                  you have to set Setting level (Settings->system) to expert and set Outpur configuratiion to Best Match to get this option
                  http://www.freak-tab.de/wasser/btn_donate.gif

                  You can make a donation if you find my work useful

                  Comment


                    #24
                    Originally posted by walter77 View Post
                    Yes i did a backup from the stock rom before. But wasser, with your rom led turns off on "Power off" at the moment.
                    how is the led when it's in sleep mode by stock firmware and my frmware?
                    http://www.freak-tab.de/wasser/btn_donate.gif

                    You can make a donation if you find my work useful

                    Comment


                      #25
                      Originally posted by wasser View Post
                      you have to set Setting level (Settings->system) to expert and set Outpur configuratiion to Best Match to get this option
                      Nice! DTS is perfect now!!
                      What about DTS HD Master Passthrough ;-) ?
                      Donations are welcome and will be shared with other devs:

                      DONATIONS

                      CX-921 TV-Box without Bluetooth (RK3188 / RTL8188 Wifi), CX-921b TV-Box (RK3188T / AP6210 Wifi), T428 TV Stick (RK3188 / AP6330 Wifi), CX919 TV Stick (RK3188 / AP6210 Wifi)

                      Comment


                        #26
                        Originally posted by wasser View Post
                        how is the led when it's in sleep mode by stock firmware and my frmware?
                        On your firmware it doesn't change on sleep.
                        A little dimming, perhaps 50% would be cool.

                        I will flash the stock rom and have a look at led...wait...

                        At CX921a led turns of at sleep with stock rom.
                        Donations are welcome and will be shared with other devs:

                        DONATIONS

                        CX-921 TV-Box without Bluetooth (RK3188 / RTL8188 Wifi), CX-921b TV-Box (RK3188T / AP6210 Wifi), T428 TV Stick (RK3188 / AP6330 Wifi), CX919 TV Stick (RK3188 / AP6210 Wifi)

                        Comment


                          #27
                          Originally posted by walter77 View Post
                          On your firmware it doesn't change on sleep.
                          A little dimming, perhaps 50% would be cool.
                          how about the led in sleep mode by stock firmware? is it off ?
                          http://www.freak-tab.de/wasser/btn_donate.gif

                          You can make a donation if you find my work useful

                          Comment


                            #28
                            Originally posted by walter77 View Post
                            Nice! DTS is perfect now!!
                            What about DTS HD Master Passthrough ;-) ?
                            maybe in the future ;-)
                            http://www.freak-tab.de/wasser/btn_donate.gif

                            You can make a donation if you find my work useful

                            Comment


                              #29
                              Originally posted by wasser View Post
                              maybe in the future ;-)
                              Really? Do you think it is possible? In the source code i can read DTS HD Master very often.
                              Most of my films are in DTS-HD Master and XBMC only plays the "Backup" DTS track, that's frustrating ;-(
                              Donations are welcome and will be shared with other devs:

                              DONATIONS

                              CX-921 TV-Box without Bluetooth (RK3188 / RTL8188 Wifi), CX-921b TV-Box (RK3188T / AP6210 Wifi), T428 TV Stick (RK3188 / AP6330 Wifi), CX919 TV Stick (RK3188 / AP6210 Wifi)

                              Comment


                                #30
                                Originally posted by wasser View Post
                                how about the led in sleep mode by stock firmware? is it off ?
                                No option for sleep in stock rom, only Power off.
                                But with the power button on the stock remote i can set the device to sleep, led turns off!

                                And funny, at Power off the led stays on!
                                Donations are welcome and will be shared with other devs:

                                DONATIONS

                                CX-921 TV-Box without Bluetooth (RK3188 / RTL8188 Wifi), CX-921b TV-Box (RK3188T / AP6210 Wifi), T428 TV Stick (RK3188 / AP6330 Wifi), CX919 TV Stick (RK3188 / AP6210 Wifi)

                                Comment

                                Working...
                                X