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

  • al8782
    replied
    Originally posted by noosk View Post

    Who's releases are these?

    Someone over on matricom's forum. Don't remember the username off hand.

    Leave a comment:


  • noosk
    replied
    Originally posted by al8782 View Post

    I have been using this build on my MX2. It has been running real good.



    http://www.mediafire.com/download/g9t59 ... 5.95.2.tar
    http://www.mediafire.com/download/ww4bl ... 5.95.2.zip
    Who's releases are these?

    Leave a comment:


  • JREED
    replied
    Hello,

    I bought 10 boxes of M8 and insert SD Card with three files from Post #1946 copy into my SD Card. Two M8 boxes flashed with OpenELEC code fine and works very well. Other box I try to perform same steps but all I get M8 Logo and stuck but OpenELEC flash never begin to flash. I power down M8 and start without SD Card and same M8 Logo appears and start MBOX menu and normal Android screen. I did perform few times to flash with SD Card with 3 OpenELEC three files but same result. Just M8 Logo and stuck but not an Android man lay on the floor message.

    Could anyone help what should I do next to flash my M8 with OpenELEC.

    Thanks in advance.
    JR

    Leave a comment:


  • Abhorsen
    replied
    Okay I'm almost there... This I'd the conf file I am using and I had to put it directly in .config folder for OpenELEC to read it for some reason.


    #************************************************* ************************************************** ******
    #this file is configuration for each factory remote device
    # work_mode 0 :software mode 1 :hardware mode
    # repeat_enable 0 :disable repeat 1 :enable repeat
    #
    # factory_code each device has it's unique factory code.
    # pattern:custom_code(16bit)+index_code(16bit)
    # examble: 0xff000001 = 0xff00(custom cod) 0001 (index)
    #
    # release_delay unit:ms.release will report from kernel to user layer after this period of time
    # from press or repeat triggered.
    #
    # debug_enable 0 :debug disable 1 :debug disable
    #
    # SW MODE:
    # bit_count how many bits in each frame
    # tw_leader_act time window for leader active
    # tw_bit0 time window for bit0 time.
    # tw_bit1 time window for bit1 time
    # tw_repeat_leader time window for repeat leader
    # REG
    # reg_base_gen set value for PREG_IR_DEC_BASE_GEN
    # reg_control set value for PREG_IR_DEC_CONTROL
    # reg_leader_act set value for PREG_IR_DEC_LEADER_ACTIVE
    # reg_leader_idle set value for PREG_IR_DEC_LEADER_IDLE
    # reg_repeat_leader set value for PREG_IR_DEC_REPEAT_IDLE
    # reg_bit0_time set value for PREG_IR_DEC_BIT0_TIME
    #************************************************* ************************************************** **********
    #amlogic NEC remote
    factory_code = 0xff000001
    work_mode = 0
    repeat_enable = 1
    repeat_delay = 40
    repeat_peroid = 39
    release_delay = 81
    debug_enable = 1

    fn_key_scancode = 0x27
    left_key_scancode = 0x41
    right_key_scancode = 0x49
    up_key_scancode = 0x46
    down_key_scancode = 0x44
    ok_key_scancode = 0x45
    pageup_key_scancode = 0x04
    pagedown_key_scancode = 0x1b

    key_begin
    0x43 116
    0x42 102
    0x4A 139
    0x41 105
    0x49 106
    0x46 103
    0x44 108
    0x45 97
    0x07 1
    0x03 109
    0x40 104
    0x05 200

    0x04 135
    0x26 113

    0x0d 2
    0x0e 3
    0x0f 4
    0x10 5
    0x11 6
    0x12 7
    0x13 8
    0x14 9
    0x15 10
    0x17 14
    0x0c 11

    key_end


    The only thing now is the OK button and the Vol- and Vol+ buttons don't work. The Vol buttons I couldn't care less about right now, I just need the OK button to mainly work. When I click OK the mouse cursor appears in the top left corner of my screen. Can that help anyone give me any ideas on what to map it to so I can get it to work?

    Leave a comment:


  • Abhorsen
    replied
    Originally posted by piperider View Post
    I think you can get the remote config file from the android file and add it to openelec through 192.168.xx.xx
    From what android file? Before I put OpenELEC on the new boxes that boot up with the Amlogic logo, that second remote.conf that I posted in my previous post is the one that I took directly from the box while it was on the stock ROM. I threw it into rc_keymaps after flashing OpenELEC and it did nothing, only the power button worked on the remote. Any other ideas??

    Leave a comment:


  • piperider
    replied
    I think you can get the remote config file from the android file and add it to openelec through 192.168.xx.xx

    Leave a comment:


  • Abhorsen
    replied
    Hey guys, I have had two versions of the MXQ and after installing OpenELEC the remotes stop working. The version that says MXQ when booting up works fine when replacing the remote.conf file with polys from codesnakes thread, but the one that says Amlogic S805 when booting up doesn't work even after swapping the remote.conf files. Here is polys that works on the other MXQs:


    # ZAP-A10 NEC remote
    factory_code = 0xfe010001
    work_mode = 0
    repeat_enable = 1
    release_delay = 121
    debug_enable = 1
    reg_control = 0xfbe40


    key_begin
    0x4e 2 ;NUM_1
    0x0d 3 ;NUM_2
    0x0c 4 ;NUM_3
    0x4a 5 ;NUM_4
    0x09 6 ;NUM_5
    0x08 7 ;NUM_6
    0x46 8 ;NUM_7
    0x05 9 ;NUM_8
    0x04 10 ;NUM_9
    0x01 11 ;NUM_0
    0x42 111 ;DEL
    0x51 105 ;LEFT
    0x16 103 ;UP
    0x50 106 ;RIGHT
    0x1a 108 ;DOWN
    0x13 28 ;OK
    0x10 74 ;VOL-
    0x41 66 ;MUTE
    0x11 1 ;HOME
    0x4c 46 ;MENU
    0x18 78 ;VOL+
    0x19 14 ;EXIT
    0x40 116 ;POWER
    key_end

    Now here is the new one that I pulled from the boxes that works before OpenELEC is installed but not after:

    #************************************************* ************************************************** ******
    #this file is configuration for each factory remote device
    # work_mode 0 :software mode 1 :hardware mode
    # repeat_enable 0 :disable repeat 1 :enable repeat
    #
    # factory_code each device has it's unique factory code.
    # pattern:custom_code(16bit)+index_code(16bit)
    # examble: 0xff000001 = 0xff00(custom cod) 0001 (index)
    #
    # release_delay unit:ms.release will report from kernel to user layer after this period of time
    # from press or repeat triggered.
    #
    # debug_enable 0 :debug disable 1 :debug disable
    #
    # SW MODE:
    # bit_count how many bits in each frame
    # tw_leader_act time window for leader active
    # tw_bit0 time window for bit0 time.
    # tw_bit1 time window for bit1 time
    # tw_repeat_leader time window for repeat leader
    # REG
    # reg_base_gen set value for PREG_IR_DEC_BASE_GEN
    # reg_control set value for PREG_IR_DEC_CONTROL
    # reg_leader_act set value for PREG_IR_DEC_LEADER_ACTIVE
    # reg_leader_idle set value for PREG_IR_DEC_LEADER_IDLE
    # reg_repeat_leader set value for PREG_IR_DEC_REPEAT_IDLE
    # reg_bit0_time set value for PREG_IR_DEC_BIT0_TIME
    #************************************************* ************************************************** **********
    #amlogic NEC remote
    factory_code = 0xff000001
    work_mode = 0
    repeat_enable = 1
    repeat_delay = 40
    repeat_peroid = 39
    release_delay = 121
    debug_enable = 1

    fn_key_scancode = 0x27
    left_key_scancode = 0x41
    right_key_scancode = 0x49
    up_key_scancode = 0x46
    down_key_scancode = 0x44
    ok_key_scancode = 0x45
    pageup_key_scancode = 0x04
    pagedown_key_scancode = 0x1b

    mouse_begin
    0 0x41
    1 0x49
    2 0x46
    3 0x44
    mouse_end

    key_begin
    0x43 116
    0x42 102
    0x4A 139
    0x41 105
    0x49 106
    0x46 103
    0x44 108
    0x45 97
    0x07 1
    0x03 109
    0x40 104
    0x05 200

    0x04 135
    0x26 113

    0x0d 2
    0x0e 3
    0x0f 4
    0x10 5
    0x11 6
    0x12 7
    0x13 8
    0x14 9
    0x15 10
    0x17 14
    0x0c 11
    key_end
    repeat_key_begin
    0x43 116
    0x42 102
    0x4A 139
    0x41 105
    0x49 106
    0x46 103
    0x44 108
    0x45 97
    0x07 1
    0x03 109
    0x40 104
    0x05 200

    0x04 135
    0x26 113

    0x0d 2
    0x0e 3
    0x0f 4
    0x10 5
    0x11 6
    0x12 7
    0x13 8
    0x14 9
    0x15 10
    0x17 14
    0x0c 11
    repeat_key_end

    Any idea on how I can get these new remote files working with OpenELEC? ? Any help would be GREATLY appreciated.

    Regards,

    Chris

    Leave a comment:


  • al8782
    replied
    I will continue to donate also.

    Leave a comment:


  • Tedly002
    replied
    Codesnake,

    Fantastic and great news! We were beginning to think that we lost you. It's good to see you back around again.

    Leave a comment:


  • codesnake
    replied
    Originally posted by Tedly002 View Post
    Codesnake,

    Good to see you are still around and checking in on your forum page here. Are you planning on releasing an updated new builds of OpenElec 6.0 and Kodi Isengard for the M8 2GB in the future (and maybe the MX2 as well)? I'll be donating to you again when you do.
    Sure, I'll continue to release builds for both MX2 and M8.

    Leave a comment:


  • Tedly002
    replied
    Codesnake,

    Good to see you are still around and checking in on your forum page here. Are you planning on releasing an updated new builds of OpenElec 6.0 and Kodi Isengard for the M8 2GB in the future (and maybe the MX2 as well)? I'll be donating to you again when you do.

    Leave a comment:


  • codesnake
    replied
    Originally posted by ASDned View Post
    The M8 version of the Linux is running great on my T8 (v1) from Zoomtak but... the infra red remote only switches on and off. A remote App doesn't do the job because Openelec isn't responding at all. Now I use the Yatse on my Phone.
    Maybe after a update this will be fixed? For the rest I am very pleased with the better working of the player.
    There's a project for T8 in my GitHub repository. I will post a build later. Meanwhile you can try to build it yourself.

    Leave a comment:


  • ASDned
    replied
    The M8 version of the Linux is running great on my T8 (v1) from Zoomtak but... the infra red remote only switches on and off. A remote App doesn't do the job because Openelec isn't responding at all. Now I use the Yatse on my Phone.
    Maybe after a update this will be fixed? For the rest I am very pleased with the better working of the player.

    Leave a comment:


  • Craigthered
    replied
    Hello first of all thanks for creating such an awesome image. I have the square remote and have managed to get it working by importing the remote.conf file from this thread. My only problem is I cannot power the box on from the remote I have to research cable. Has a ny one managed to fix it this? Thanks

    Leave a comment:


  • al8782
    replied
    Originally posted by Llama View Post
    I tried flashing my m8 box but it wouldn't enter the auto installer, but the menu as mentioned in post #1947 (found later when looking for a solution to my problem). At the time I tried a new sd card and a fresh copy of the rom which installed fine but after reboot it just gets stuck on the amlogic logo. I set a timer for a minute and tried to boot into recovery mode but no luck there. It connects to my router (lan ports lit up) but it doesn't seem to see it as its not giving it an ip address so I cant connect to it via putty

    Have I bricked it?

    What files did you actually put onto the sdcard. Did you unzip the downloaded zipfile and transfer the files in the folder to your sdcard.
    Last edited by al8782; 12 September 2015, 09:52.

    Leave a comment:

Working...
X