Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

New RKM Rom

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

    #2
    Have burn this to sd card and booting on my tronsmart draco aw80.

    Is there anyway to get the tronsmart remote to work on this.

    I can't get into settings to put wifi on so can't use the google remote app,or bluetooth to pair my keyboard with it.
    Tronsmart Draco Telos AW80 (4/32gb) - FW v2.0rc3
    Minix Neo X8-H (003 FW)

    Comment


      #3
      Originally posted by CMJ View Post
      Have burn this to sd card and booting on my tronsmart draco aw80.

      Is there anyway to get the tronsmart remote to work on this.

      I can't get into settings to put wifi on so can't use the google remote app,or bluetooth to pair my keyboard with it.
      i will post a fix for you later today.

      Comment


        #4
        Originally posted by Boxx View Post
        i will post a fix for you later today.
        Thanks think i got it sorted.

        I copied the sunxi-ir.kl file from the tronsmart system/usr/keylayout and pasted it into the same folder in the mk80 rom.

        Remote now works apart from the mouse pointer,i can enable it but it won't move up/down or left/right.

        So must have to change something else.
        Tronsmart Draco Telos AW80 (4/32gb) - FW v2.0rc3
        Minix Neo X8-H (003 FW)

        Comment


          #5
          Originally posted by CMJ View Post
          Thanks think i got it sorted.

          I copied the sunxi-ir.kl file from the tronsmart system/usr/keylayout and pasted it into the same folder in the mk80 rom.

          Remote now works apart from the mouse pointer,i can enable it but it won't move up/down or left/right.

          So must have to change something else.
          to make the mouse pointer work on the draco, edit build.prop.
          search for:
          Code:
          ro.softmouse.left.code=7
          ro.softmouse.right.code=1
          ro.softmouse.top.code=69
          ro.softmouse.bottom.code=85
          ro.softmouse.leftbtn.code=65
          and modify to:
          Code:
          ro.softmouse.left.code=71
          ro.softmouse.right.code=21
          ro.softmouse.top.code=70
          ro.softmouse.bottom.code=22
          ro.softmouse.leftbtn.code=85
          for beeing able to switch on with the remote control, script.bin has to be modified/replaced.
          i´ll add that later today...
          Last edited by Boxx; 03-25-2015, 12:30.

          Comment


            #6
            Originally posted by Boxx View Post
            to make the mouse pointer work on the draco, edit build.prop.
            search for:
            Code:
            ro.softmouse.left.code=7
            ro.softmouse.right.code=1
            ro.softmouse.top.code=69
            ro.softmouse.bottom.code=85
            ro.softmouse.leftbtn.code=65
            and modify to:
            Code:
            ro.softmouse.left.code=71
            ro.softmouse.right.code=21
            ro.softmouse.top.code=70
            ro.softmouse.bottom.code=22
            ro.softmouse.leftbtn.code=85
            for beeing able to switch on with the remote control, script.bin has to be modified/replaced.
            i´ll add that later today...
            Ok thanks i'll edit the build prop shortly,and where will i find the script.bin file.

            Also while I'm thinking about it,is there a way i can back this rom up once i have edited this stuff,so i can use it to restore or reinstall so i don't have to edit it all over again.

            Edit

            Remote working as it should now apart from not being able to power it on.

            Thanks for your help it's much appreciated.
            Last edited by CMJ; 03-25-2015, 13:48.
            Tronsmart Draco Telos AW80 (4/32gb) - FW v2.0rc3
            Minix Neo X8-H (003 FW)

            Comment


              #7
              Originally posted by CMJ View Post
              Also while I'm thinking about it,is there a way i can back this rom up once i have edited this stuff,so i can use it to restore or reinstall so i don't have to edit it all over again.
              yes, there is a pretty good way to this (but maybe you prefer to just clone your card as described below).
              1.download dragonface.
              2.run DragonFace.exe
              3.click on firmware in the upper left corner and select the img file you want to modify. it will take some time to load. ignore the message that pops up after loading is complete.
              4.now you can select different tasks(add bootlogo/animation/sound, insert or remove apk´s, change sysconfig, keymapping build.prop...).
              5.click on advanced settings>build.prop file, make your changes as shown above, click close and save.
              6.for fixing the power on by remote control, click on system configuration and search for: ir rx --- infra remote configuration.
              7.scroll down a bit and replace this whole block:
              Code:
              ir_power_key_code   = 0x5d
              ir_addr_code        = 0xef10
              ;ir_power_key_code   = 0x18
              ;ir_addr_code        = 0xef10
              ir_power_key_code0   = 0x5d
              ir_addr_code0        = 0xef10
              ir_power_key_code1   = 0x5d
              ir_addr_code1        = 0x7F80
              ir_power_key_code2   = 0x5d
              ir_addr_code2        = 0x7F80
              ir_power_key_code3   = 0x5d
              ir_addr_code3        = 0x7F80
              ir_power_key_code4   = 0x5d
              ir_addr_code4        = 0x7F80
              ir_power_key_code5   = 0x5d
              ir_addr_code5        = 0x7F80
              ir_power_key_code6   = 0x5d
              ir_addr_code6        = 0x9F00
              ir_power_key_code7   = 0x5d
              ir_addr_code7        = 0x9F00
              with this:
              Code:
              ir_power_key_code   = 0x18
              ir_addr_code        = 0xff00
              ;ir_power_key_code   = 0x18
              ;ir_addr_code        = 0xff00
              ir_power_key_code0   = 0x18
              ir_addr_code0        = 0xff00
              ir_power_key_code1   = 0x18
              ir_addr_code1        = 0x7F80
              ir_power_key_code2   = 0x18
              ir_addr_code2        = 0x7F80
              ir_power_key_code3   = 0x18
              ir_addr_code3        = 0x7F80
              ir_power_key_code4   = 0x18
              ir_addr_code4        = 0x7F80
              ir_power_key_code5   = 0x18
              ir_addr_code5        = 0x7F80
              ir_power_key_code6   = 0x18
              ir_addr_code6        = 0x9F00
              ir_power_key_code7   = 0x18
              ir_addr_code7        = 0x9F00
              8.save the text. this file will generate the script.bin(located on the bootloader partition).
              9.when you are finished modding the firmware, hit save at the bottom of dragonface.
              10.your modified rom is ready to burn. if it doesn´t burn as "startup", run it through imgrepacker as described here.

              You could also backup with twrp but only the internal memory. you can not backup the sdcard or restore to sdcard.
              so i think the method above is the best way to go, especially when you want to install to sd-card.

              another way would be to install the rom once to sdcard, insert the card into your computer and then make an image of the whole card with win32 disk imager for example, or dd if you are using linux. this will backup everything, including all your android/app settings.

              in the next days, i will add some more information about getting/editing script.bin to my previous post, for people that dont want to go through the whole process and don´t want to reinstall the rom only for replacing the script.bin.

              Comment


                #8
                thanks for that i have a bash at it later...
                Tronsmart Draco Telos AW80 (4/32gb) - FW v2.0rc3
                Minix Neo X8-H (003 FW)

                Comment


                  #9
                  Ricomagic another fail for firmware. Hopefully they come to these forums and start getting user feed back and Dev support.

                  Ok google apps here's what I know does not work.

                  Google plus not supported. File manager can't be Uninstalled .update software 3 types and 2 over Lap same type.
                  Blur line still one inch from bottom and side right side also same. Both in kodi and spmc haven't checked the player.
                  Connection error for albapp Doesn't work .

                  Ubuntu? That sucks period no support or way to install apps broken ppa file lists. They really need to start asking Freak tab for assistance from Devs here. I know they talk with Bob from time to time so can't figger out why they are so reluctant? ?
                  Many devices now mk902ii/Shield/Mk68 /Ugoos/neox5/minix5 (yes they still work lol) mk80 no it doesnt work lol.

                  Comment


                    #10
                    Since the fw is rooted, you can uninstall anything you want, incl. File manager. Just delete the apk or use an app like titanium backup to uninstall or freeze systemapps..

                    Comment


                      #11
                      Remote fully working thanks,although i still have to move the sunxi-ir.kl file over manually,but maybe I'm just not done something quite right.

                      Anyway thanks for your help.
                      Tronsmart Draco Telos AW80 (4/32gb) - FW v2.0rc3
                      Minix Neo X8-H (003 FW)

                      Comment


                        #12
                        Originally posted by CMJ View Post
                        Remote fully working thanks,although i still have to move the sunxi-ir.kl file over manually,but maybe I'm just not done something quite right.

                        Anyway thanks for your help.
                        yes, it is necessary to also Change the sunxi-ir.kl as it contains the button mappings.
                        sunxi-ir.kl = Buttons
                        build.prop = mouse pointer
                        script.bin = power on

                        Comment


                          #13
                          Originally posted by Boxx View Post
                          yes, it is necessary to also Change the sunxi-ir.kl as it contains the button mappings.
                          sunxi-ir.kl = Buttons
                          build.prop = mouse pointer
                          script.bin = power on
                          Is there anything i can change so i don't have to move the sunxi-ir.kl manually,or is it the only way.

                          Thanks.
                          Tronsmart Draco Telos AW80 (4/32gb) - FW v2.0rc3
                          Minix Neo X8-H (003 FW)

                          Comment


                            #14
                            Originally posted by CMJ View Post
                            Is there anything i can change so i don't have to move the sunxi-ir.kl manually,or is it the only way.

                            Thanks.
                            you mean when making a modified Rom?
                            an easy way would be to unpack with imgrepacker, replace the file in the Output Folder and pack again.

                            Comment


                              #15
                              boxx i cant remove the file manager. the es file manager yes stock one wont allow the uninstall. anyways tronsmart firmware much better release the video fixed that was my main bitch but still alot of little issue with this release from ricomagic.
                              Many devices now mk902ii/Shield/Mk68 /Ugoos/neox5/minix5 (yes they still work lol) mk80 no it doesnt work lol.

                              Comment

                              Working...
                              X