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

  • gotpaste
    replied
    Originally posted by murre View Post

    Here is a link fto Tanix TX8 (ap6255) stock firmware
    https://mega.nz/#!cp8EESgS!NtY1yxTB4...kX-0zG2fxTR4EU
    Don't know where you found this but thank you. I have been searching for hours trying to find it.

    Leave a comment:


  • maurits82
    replied
    Hmm, something going wrong again, it worked for a while, Â*but android keeps restarting.
    any others with this problem?

    hmm, tried to reset with pinlock - Â*microsub method, now the gt1 is dead... Â*Hmm, doctor coat "on"

    and now alive again.... Perhaps power supply? (i use a Blitzwolf 2,4a as power... Â*Sgould be better than original)

    stupid machine. I'm going back to v7

    *edit, in S912 topic it seems i'm not the only one.
    He too thinks it started with opening FTMC. (was with me too), but even after re-flash, the loop remains.
    Back to V7

    *edit, seems that puting CEC off, and put on cec-fix on boot, fixed the problem. (still on v8) 
    Last edited by maurits82; 09 February 2017, 18:29.

    Leave a comment:


  • murre
    replied
    Originally posted by gotpaste View Post

    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.
    Here is a link fto Tanix TX8 (ap6255) stock firmware

    Leave a comment:


  • gotpaste
    replied
    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.

    Leave a comment:


  • murre
    replied
    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

    Leave a comment:


  • Sleep
    replied
    can't help you here. i used stock kernel from 109 ap6255 because wifi and bt will not work with sc kernel

    Leave a comment:


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

    Leave a comment:


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

    Leave a comment:


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

    Leave a comment:


  • bluesmanuk
    replied
    Forget any thoughts about fully functioning Kodi 17.

    Unless AMLogic change the way that they design firmware then nothing is going to change.

    Leave a comment:


  • KAA
    replied
    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

    Leave a comment:


  • gotpaste
    replied
    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.

    Leave a comment:


  • hccic
    replied
    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.

    Leave a comment:


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

    Leave a comment:


  • kwet
    replied
    Thanks Guest

    Leave a comment:

Working...
X