UK BASED ∙ UK STOCK ∙ ESTABLISHED 2010
2 YEAR WARRANTY ∙ FAST DELIVERY
EXPERT TECHNICAL SUPPORT
09-FEB UGOOS AM6B+ BACK IN STOCK   30-JAN ZIDOO 8K FIRMWARE UPDATE 1.3.05   5-JAN ARYLIC LP10 ADDS QOBUZ CONNECT  
This forum was closed in October 2025 in response to sustained DDOS type attacks. It has been left up read-only to allow access to support information and downloads. Thanks to all the users who contributed over the years.

Visit futeko.com for new Audio and Video Media Players!

Author Topic: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07  (Read 92626 times)

futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
« on: July 06, 2017, 04:01:46 PM »
Instructions lost in forum webhost move!

2.0.3 to 2.0.4:

http://www.mediafire.com/file/9o6t1etuxkyftpn/Q5_PRO_FIRMWARE._ANDROID_7_v2.0.3_TO_ANDROID_7_v2.0.4._FUTEKO._HMD-2.0.4_2017-07-07.110752.zip/file

Android 5.1 to 2.0.4:

http://www.mediafire.com/file/un7hxxjah3uq063/Q5_PRO_FIRMWARE._ANDROID_5.1_TO_ANDROID_7_v2.0.4._FUTEKO._HMD-2.0.4_2017-07-07.142542.zip/file
« Last Edit: January 06, 2020, 03:01:20 PM by futeko.com »

futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
« Reply #1 on: July 11, 2017, 09:27:32 AM »
There is also a new version of HiMedia's Android remote app, compatible with Android 7 phones.

It requires firmware 2.0.3 or later installed on the Q5/Q10 Pro.

Download: http://www.mediafire.com/file/qj8hoh972digcga/HiControlAndroidN.apk

afss

  • Senior Member
  • ***
  • Posts: 130
Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
« Reply #2 on: July 11, 2017, 10:30:00 AM »
Thank you !

jeps

  • Newbie
  • *
  • Posts: 42
Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
« Reply #3 on: July 11, 2017, 10:44:41 AM »
I can confirm this problem:
    Via samba - same share - wrapper is default.
    Via NFS - same share- kodi player is default.
    What i'm doing wrong?

So the solution seems to be:
   Check your playercorefactory.xml.
   In the past release there was a stupid line forcing nfs to go to Kodi
   <rule protocols="nfs|http|rtmp|sop" player="VideoPlayer" /> <!--all nfs-->

   I remove it and I had no problems for the past 2 months. Maybe, for some unexplained reason, Himedia choose to keep it in the new release. With no   explanation of the reason, this looks just stupid from Himedia.

How do I get to edit "playercorefactory.xml" - maybe a noobie question, but I really don't want to mess with SSH anything similar.

futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
« Reply #4 on: July 11, 2017, 12:58:45 PM »
I can confirm this problem:
    Via samba - same share - wrapper is default.
    Via NFS - same share- kodi player is default.
    What i'm doing wrong?

So the solution seems to be:
   Check your playercorefactory.xml.
   In the past release there was a stupid line forcing nfs to go to Kodi
   <rule protocols="nfs|http|rtmp|sop" player="VideoPlayer" /> <!--all nfs-->

   I remove it and I had no problems for the past 2 months. Maybe, for some unexplained reason, Himedia choose to keep it in the new release. With no   explanation of the reason, this looks just stupid from Himedia.

How do I get to edit "playercorefactory.xml" - maybe a noobie question, but I really don't want to mess with SSH anything similar.

It's easy to edit playercorefactory and doesn't require SSH / ADB or anything like that.

Either:

Method 1 (using Q5/Q10 Pro)

- Install a file manager app like 'total commander' (my current favourite).
- Navigate to root/sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/
- Edit playercorefactory.xml (total commander has a built in file editor)

Method 2 (using a PC)

- Enable Samba sharing on Q5/Q10 Pro (Settings - More - SAMBA Service - Enable)
- Navigate to Q5/Q10 Pro on a PC and then to /sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/
- Edit playercorefactory.xml using PC file editor

For both methods, to stop NFS shares playing through Kodi internal player you should remove 'nfs|' from playercorefactory.

So:

Code: [Select]
<rule protocols="nfs|http|rtmp|sop" player="VideoPlayer" /> <!--all nfs-->
Becomes..

Code: [Select]
<rule protocols="http|rtmp|sop" player="VideoPlayer" /> <!--all nfs-->

frankie13

  • Newbie
  • *
  • Posts: 49
Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
« Reply #5 on: July 11, 2017, 01:43:56 PM »
when will it be available OTA

HereIsTom

  • Senior Member
  • ***
  • Posts: 281
  • Sony 55A89 Android TV
    • Cybershot Photo Website!
Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
« Reply #6 on: July 11, 2017, 03:16:11 PM »
No OTA, just install  as described above.

jeps

  • Newbie
  • *
  • Posts: 42
Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
« Reply #7 on: July 11, 2017, 03:35:50 PM »
Method 1 (using Q5/Q10 Pro)

- Install a file manager app like 'total commander' (my current favourite).
- Navigate to root/sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/
- Edit playercorefactory.xml (total commander has a built in file editor)

For both methods, to stop NFS shares playing through Kodi internal player you should remove 'nfs|' from playercorefactory.

So:

Code: [Select]
<rule protocols="nfs|http|rtmp|sop" player="VideoPlayer" /> <!--all nfs-->
Becomes..

Code: [Select]
<rule protocols="http|rtmp|sop" player="VideoPlayer" /> <!--all nfs-->

Thanks, it worked!

I have observed a strange problem with .SRT subtitles, maybe not on all mediatypes..
Now, we don't have the old problem, with subtitles that have problematic timing not being shown.
The issue that I have observed is more like the opposite, the subtitle line is being shown until the next line is due.
It looks somewhat distracting  :)

futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
« Reply #8 on: July 11, 2017, 04:41:38 PM »
when will it be available OTA

There will be an OTA update but I can't say exactly when.

I would advise doing a fresh install using a USB stick and the restore/upgrade button method.

oxanna

  • Guest
Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
« Reply #9 on: July 11, 2017, 05:22:46 PM »
Why are there no updates for android 5.1 ??

Mr Ed.

  • Guest
Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
« Reply #10 on: July 11, 2017, 07:51:39 PM »
Will this update fix the audio pass-through problem with the Kodi 17 player due to the added IEC61937 Audio standard within Kodi? And how about the issue with the custom homescreen and a screensaver?

HereIsTom

  • Senior Member
  • ***
  • Posts: 281
  • Sony 55A89 Android TV
    • Cybershot Photo Website!
Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
« Reply #11 on: July 11, 2017, 08:15:39 PM »
Will this update fix the audio pass-through problem with the Kodi 17 player due to the added IEC61937 Audio standard within Kodi? And how about the issue with the custom homescreen and a screensaver?

No it don't, but it can if you read this topic;
http://www.futeko.com/newforum/index.php?topic=2011.0

rroman

  • Newbie
  • *
  • Posts: 7
Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
« Reply #12 on: July 11, 2017, 08:45:28 PM »
I really like to use the update 2.04 on my Q5Pro, but I have the same problems like when I bought this player in January.
The software (Both HiMedia MediaCenter and Kodi) is not capable to open my NFS NAS permissions.

Its quite frustating spending so much time with Q5pro and network permissions, whereas every other device in my household can handle my NFS permissions easily.

rollingrock

  • Full Member
  • **
  • Posts: 53
Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
« Reply #13 on: July 12, 2017, 04:40:54 AM »
Exactly what is OTA doing on these devices? It seems to be a useless waste of space on these android media boxes.

futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
« Reply #14 on: July 12, 2017, 09:57:56 AM »
I really like to use the update 2.04 on my Q5Pro, but I have the same problems like when I bought this player in January.
The software (Both HiMedia MediaCenter and Kodi) is not capable to open my NFS NAS permissions.

Its quite frustating spending so much time with Q5pro and network permissions, whereas every other device in my household can handle my NFS permissions easily.

If neither Himedia mediacentre or Kodi can read the NFS shares I think it's a problem with the share.

Kodi particularly is usually very reliable at reading different types of shares.

 

DELIVERY ∙ PAYMENT ∙ WARRANTY+RETURNS ∙ INTERNATIONAL TAX ∙ ABOUT ∙ PRIVACY ∙ NEWS ∙ CONTACT
© SDHDIGITAL LTD 2026
SITEMAP