Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

A912 Mod of Super Celeron Firmware

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

    Hmm, my android keeps rebooting, after about 15sec in Android. Tried quick reset. But reset does not fix it.Â*
    perhaps flash again?Â*
    after 5th reset, all is fine!
    Last edited by maurits82; 08 February 2017, 08:19.

    Comment


      don't have that problem, did you flash with usb cable, or sd card?
      Want to buy me a BEEEEER?

      Comment


        again

        Comment


          Thanks Guest

          Comment


            Originally posted by Sleep View Post
            Here you go... v8fixed.
            Many thanks ... aka muchas gracias amigo...

            Comment


              RGB fix doesn't work in this version (v8), brightness and saturation do work. I had the same problem (it was permission problem) with one of previous versions.

              Comment


                I have tried this rom on a Tanix TX8 android box. Everything seems to work as well as the stock version accept for the remote. I was hoping that the DTS passthrough in Kodi 17 would be working with this rom. Does this work with other GT1 devices? Wondering if anyone can validate that the DTS passthrough works with this rom. I can get around the remote issue.

                Comment


                  Originally posted by gotpaste View Post
                  I have tried this rom on a Tanix TX8 android box. Everything seems to work as well as the stock version accept for the remote. I was hoping that the DTS passthrough in Kodi 17 would be working with this rom. Does this work with other GT1 devices? Wondering if anyone can validate that the DTS passthrough works with this rom. I can get around the remote issue.
                  Pass through only work on SPMC
                  MINIX U1, MINI MXIII, MINI MXIII II, GT1, SEA I

                  Comment


                    Forget any thoughts about fully functioning Kodi 17.

                    Unless AMLogic change the way that they design firmware then nothing is going to change.
                    R-TV BOX S10, Beebox N3150, Chuwi Hibox, Nvidia Shield, A95X Max

                    Comment


                      Anybody know if this will work on an s96 from tronsmart? Same hardware I believe

                      Comment


                        Originally posted by Sleep View Post
                        Here you go... v8fixed.
                        Thank you!

                        Comment


                          Please, somebody... How to fix RGB fix, it's broken in this version of v8. They say that Superceleron's version works.

                          Comment


                            can't help you here. i used stock kernel from 109 ap6255 because wifi and bt will not work with sc kernel
                            Want to buy me a BEEEEER?

                            Comment


                              Originally posted by gotpaste View Post
                              I have tried this rom on a Tanix TX8 android box. Everything seems to work as well as the stock version accept for the remote. I was hoping that the DTS passthrough in Kodi 17 would be working with this rom. Does this work with other GT1 devices? Wondering if anyone can validate that the DTS passthrough works with this rom. I can get around the remote issue.
                              I also have a tanix tx8 and it is easy to fix the remote. Add this code to remote.conf and sc_remote.conf in /system/etc.
                              Code:
                              custom_begin
                                factory_infcode = 3
                                factory_code = 0x40400001
                                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 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 115 #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
                               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 115 #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
                              repeat_key_end
                              custom_end

                              Comment


                                Originally posted by murre View Post

                                I also have a tanix tx8 and it is easy to fix the remote. Add this code to remote.conf and sc_remote.conf in /system/etc.
                                Code:
                                custom_begin
                                factory_infcode = 3
                                factory_code = 0x40400001
                                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 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 115 #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
                                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 115 #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
                                repeat_key_end
                                custom_end
                                Thanks I will give it a shot. As a warning to anyone with a TX8, this rom changes what the device sees itself as from a q201 to a q212. I am not sure how to change this back but it is keeping me from restoring my firmware as all I have is the OTA and not the img file to reflash the system. I do not want to hijack this thread but if anyone has any help on what I may need to do I would be very greatful.

                                Comment

                                Working...
                                X