Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

[ROM] OpenELEC for Amlogic-based TV boxes (M8, MXQ, TV110, MX2/G18)

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Originally posted by handroid View Post
    I tried this but no luck.

    This is in my autostart.sh:

    Code:
    amremote_config /storage/.config/remote.conf
    I copied both this file and the remote.conf to the .conf directory. rebooted the M8 but the remote does not work properly.

    Did I miss something maybe?
    Are you sure you use correct remote.conf? Anyway I'll post an updated build shortly, which loads remote.conf from /storage./config if it is there.

    Comment


      Testing

      Okay... I am testing the rom my remote on the S802 M8 works fine. The issue I have is that I have a 32 gb sd card in the port and when I go to the system storage file it does not read the sd or usb on this rom. I have tried a factory reset and it still does not read my sd card or usb stick. Anyone else notice this and if so is there some tweaking I can do to fix this. I like this ROM>

      Comment


        Development builds: OpenELEC for M8 with XBMC 13.2 not seeing sd card or usb drive

        Development builds: OpenELEC for M8 with XBMC 13.2
        not seeing sd card or usb drive
        when trying to install my back up addons
        is there any thing ican do to make it see sd card or usb pen drive

        Comment


          Originally posted by Davidk02 View Post
          Development builds: OpenELEC for M8 with XBMC 13.2
          not seeing sd card or usb drive
          when trying to install my back up addons
          is there any thing ican do to make it see sd card or usb pen drive
          Yes, there's a problem with sdcard auto-mounting, but usb sticks should work. At least all usb sticks I tried work without problems.
          I'll post an updated build shortly that has the sdcard problem fixed.

          Comment


            Re: [ROM] OpenELEC for Amlogic-based TV boxes (M8, MXQ, TV110, MX2/G18)

            Originally posted by codesnake View Post
            Yes, there's a problem with sdcard auto-mounting, but usb sticks should work. At least all usb sticks I tried work without problems.
            I'll post an updated build shortly that has the sdcard problem fixed.
            Originally posted by codesnake View Post
            Are you sure you use correct remote.conf? Anyway I'll post an updated build shortly, which loads remote.conf from /storage./config if it is there.
            Is it possible to have both of these in the next build?

            Comment


              Originally posted by polys View Post
              Is it possible to have both of these in the next build?
              Yes the build will contain both these fixes and even more.

              Comment


                Just wanna say a big thanx you codesnake. its amazing

                Comment


                  Re: [ROM] OpenELEC for Amlogic-based TV boxes (M8, MXQ, TV110, MX2/G18)

                  Originally posted by codesnake View Post
                  Yes the build will contain both these fixes and even more.
                  Awesome. Can't wait

                  Comment


                    Thanks for the sd issue reply code snake. As I said great rom and looking forward to the next update. On this note when the sd card issue is fixed can someone let us know how to cache from the sd card on Openelec it would be great to use the external memory for this instead of the internal. A guide would be helpful.

                    Comment


                      [ROM] OpenELEC for Amlogic-based TV boxes (M8, MXQ, TV110, MX2/G18)

                      The internal should be fine. Even with a zero buffer set. You have 5gb to play with.
                      There is no need to cache to external storage.

                      Comment


                        [ROM] OpenELEC for Amlogic-based TV boxes (M8, MXQ, TV110, MX2/G18)

                        Originally posted by codesnake View Post
                        Yes the build will contain both these fixes and even more.
                        Do you have a section on the openelec dev update tool?

                        Comment


                          Originally posted by MetalKettle View Post
                          Do you have a section on the openelec dev update tool?
                          What is the openelec dev update tool?

                          Comment


                            [ROM] OpenELEC for Amlogic-based TV boxes (M8, MXQ, TV110, MX2/G18)

                            The addon by Leopold. Let's you install openelec updates. http://openelec.tv/forum/110-update-...lds-dev-update
                            I used to use it to get rasp pi nightlies.

                            Comment


                              Originally posted by MetalKettle View Post
                              The addon by Leopold. Let's you install openelec updates. http://openelec.tv/forum/110-update-...lds-dev-update
                              I used to use it to get rasp pi nightlies.
                              No, I don't have.

                              Comment


                                Hi all,

                                Concerning the IR remote, on my side, I have some news.
                                It's near to work ... partially in facts.

                                I've began to launch Putty and go in SSH on the box and type :
                                Code:
                                echo "#!/bin/sh" > /storage/.config/autostart.sh && chmod +x /storage/.config/autostart.sh
                                This line will create an autostart.sh file with a first line filled with "#!/bin/sh", and then perform a chmod on the file in order to render it executable.

                                From this moment, you can continue with Vi or Nano, but on my side, I has gone throught windows ON my Openelec box by typing \\192.168.1.xx\ in Execute prompt of the Start Menu, and then go to the folder "ConfigFiles".
                                You see your autostart.sh file and others.
                                Edit this file with notepad for exemple and add the following line :
                                Code:
                                amremote_config /storage/.config/remote.conf
                                Then copy in this same directory your correct remote.conf ...

                                From your putty session you could type "amremote_config /storage/.config/remote.conf" to load this new remote config (Or you can reboot your box, it's the same thing ... longer. ;-))

                                For my CSM8, i take the remote.conf file used with the Finless 2.0 ROM, but it's not fully operationnal.

                                The remote is this one, and from top left to bottom right I have the following buttons that are OK.



                                - Power button shut the box, but it's impossible to wake up after that.
                                - Mute is OK.
                                - Vol-/+ are OK.
                                - up/down/left/right are OK.
                                - [4] acts as "small_backward" (7 sec backward)
                                - and the last key (looks like "backspace"), act as BACKSPACE on a 105 keys keyboard, but on Finless this function was on the "Return" button.

                                As this keymapping was for a Full Android, I suppose I have to totally remap the remote.
                                For info, this is my putty output when I've launched "amremote_config ..."

                                Code:
                                curpara:factory_code  fd020001curpara:work_mode  00000000
                                curpara:repeat_enable  00000001
                                curpara:repeat_delay  00000028
                                curpara:repeat_peroid  00000027
                                curpara:release_delay  00000079
                                curpara:debug_enable  00000001
                                config file has not supported parameter:fn_key_scancode=0x0b
                                config file has not supported parameter:left_key_scancode=0x5d
                                config file has not supported parameter:right_key_scancode=0x5c
                                config file has not supported parameter:up_key_scancode=0x06
                                config file has not supported parameter:down_key_scancode=0x1f
                                config file has not supported parameter:ok_key_scancode=0x1e
                                config file has not supported parameter:repeat_key_begin=(null)
                                config file has not supported parameter:0x1a 116=(null)
                                config file has not supported parameter:0x43 113=(null)
                                config file has not supported parameter:0x53 223=(null)
                                config file has not supported parameter:0x5b 218=(null)
                                config file has not supported parameter:0x57 70=(null)
                                config file has not supported parameter:0x52 141=(null)
                                config file has not supported parameter:0x16 114=(null)
                                config file has not supported parameter:0x54 121=(null)
                                config file has not supported parameter:0x17 120=(null)
                                config file has not supported parameter:0x44 115=(null)
                                config file has not supported parameter:0x59 102=(null)
                                config file has not supported parameter:0x1b 15=(null)
                                config file has not supported parameter:0x5d 105=(null)
                                config file has not supported parameter:0x5c 106=(null)
                                config file has not supported parameter:0x06 103=(null)
                                config file has not supported parameter:0x1f 108=(null)
                                config file has not supported parameter:0x1e 97=(null)
                                config file has not supported parameter:0x58 139=(null)
                                config file has not supported parameter:0x01 2=(null)
                                config file has not supported parameter:0x02 3=(null)
                                config file has not supported parameter:0x03 4=(null)
                                config file has not supported parameter:0x04 5=(null)
                                config file has not supported parameter:0x05 6=(null)
                                config file has not supported parameter:0x13 7=(null)
                                config file has not supported parameter:0x07 8=(null)
                                config file has not supported parameter:0x08 9=(null)
                                config file has not supported parameter:0x09 10=(null)
                                config file has not supported parameter:0x00 11=(null)
                                config file has not supported parameter:0x55 119=(null)
                                config file has not supported parameter:0x0c 14=(null)
                                config file has not supported parameter:repeat_key_end=(null)
                                        repeat_delay = 40
                                       repeat_peroid = 39
                                           work_mode = 0
                                       repeat_enable = 1
                                        factory_code = 0xfd02
                                       release_delay = 121
                                        debug_enable = 1
                                But now, before doing this correct file, I'll try Finless on this box to see if the video quality is improved or not.

                                Comment

                                Working...
                                X