futeko.com FORUM

Product Support => HiMedia Q10 Pro, Q5 Pro => Topic started by: futeko.com on July 06, 2017, 04:01:46 PM

Title: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: futeko.com 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
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: futeko.com 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
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: afss on July 11, 2017, 10:30:00 AM
Thank you !
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: jeps 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.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: futeko.com 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-->
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: frankie13 on July 11, 2017, 01:43:56 PM
when will it be available OTA
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: HereIsTom on July 11, 2017, 03:16:11 PM
No OTA, just install  as described above.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: jeps 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  :)
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: futeko.com 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.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: oxanna on July 11, 2017, 05:22:46 PM
Why are there no updates for android 5.1 ??
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: Mr Ed. 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?
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: HereIsTom 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 (http://www.futeko.com/newforum/index.php?topic=2011.0)
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: rroman 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.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: rollingrock 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.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: futeko.com 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.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: Eik on July 12, 2017, 03:36:10 PM
Quote from: jeps
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  :)

I'm pleasantly surprised, but .srt subs work flawlessly for me with .mkv's.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: Mr Ed. on July 12, 2017, 08:04:35 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 (http://www.futeko.com/newforum/index.php?topic=2011.0)

So you installed the shitty kodi version and the problem is solved? I really need kodi 17 because a lot off add-ons stopped working in Jarvis.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: futeko.com on July 13, 2017, 09:55:55 AM
So you installed the shitty kodi version and the problem is solved? I really need kodi 17 because a lot off add-ons stopped working in Jarvis.

'Shitty' Kodi version will pass 5.1 audio (DTS / AC3) using Kodi 17 native player.

Or install the pcristi custom firmware which enables 5.1 audio in ANY version of Kodi / SPMC.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: Mr Ed. on July 13, 2017, 06:53:49 PM
So you installed the shitty kodi version and the problem is solved? I really need kodi 17 because a lot off add-ons stopped working in Jarvis.

'Shitty' Kodi version will pass 5.1 audio (DTS / AC3) using Kodi 17 native player.

Or install the pcristi custom firmware which enables 5.1 audio in ANY version of Kodi / SPMC.
Ok thanks.
I'm more hoping on a proper FW update so kodi will pass DTS HD-MA and and 7.1, so i guess i have to wait .
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: dungtv on July 14, 2017, 05:03:05 PM
is this version based on Android TV ?

Any one have screen shot ??? ;D ;D ;D
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: Mount81 on July 14, 2017, 05:24:08 PM
is this version based on Android TV ?

Any one have screen shot ??? ;D ;D ;D

No.
And I guess there's no plan for this in the future.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: futeko.com on July 15, 2017, 08:48:08 PM
Ok thanks.
I'm more hoping on a proper FW update so kodi will pass DTS HD-MA and and 7.1, so i guess i have to wait .

This is a significant update in many ways. I am sorry not in the way you wanted.

In addition to my previous posts, the pcristi 2.0.4 firmwares now offer 5.1 passthrough in standard official Kodi 17 internal player.

So Q5/Q10 Pro now have full HD-Audio passthrough for local media with Kodi+wrapper and 5.1 passthrough using internal player for streams.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: trigeminus76 on July 17, 2017, 07:19:41 PM
I come from the firmware Q5Pro 2.01 and updated to Q5Pro 2.04.

Here the current bugs sorted by importance, which I had not in 2.01:

- The imprex engine is unfortunately no longer usable, as it comes to frequent flickering. This bright flicker also occurs when the dynamic contrast is disabled. This is really a pity, as with the activated imprex engine the contrast is significantly improved in bright areas.

- In the YouTube app, the first video is played in very low quality. No matter how good the internet bandwidth is.

- There is now unfortunately a downsampling of my HD FLAC files in the internal Hi Media music player, 96kHz to 48 kHz.
HD Video Music like in DTS-HD works fine.

Please send these bugs to the software developers of HiMedia.

Cheers
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: Mount81 on July 17, 2017, 07:55:23 PM
trigeminus76: -Facepalm emoticon here- :  It seams to be the devils circle, some previous bugs fixed, some improvements made, other bugs (re)appear with other new withdrawals as well... It goes just round and round with the updates, since the beginning...

And funny how one of Himedia's "main marketing feature" (Imprex) won't work correctly after more than 1 year...

And I'm not to jape, not to fume, just the facts, and expectations. And hope they really can make (someday) a finally decent (means: capable to reach and utilize the SOC's hardware potency ) fw in the near future... :( :)
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: Summy on July 19, 2017, 10:36:57 AM
Can anyone make any sense out of the following...

"1. Extract update.zip (using an unzip program like 7zip, winzip etc) from Q5_PRO_FIRMWARE._FUTEKO._HMD-2.0.4_2017-07-07.110752._Q5_PRO_MUST_HAVE_ANDROID_7_VERSION_2.0.3_INSTALLED_BEFORE_INSTALLING_THIS_FIRMWARE.zip to the root of a FAT32 formatted USB pen drive. (the USB pen drive should contain a single file called 'update.zip')."

The downloaded file is a zip. If I extract it, there are millions of files. Once extracted I'm supposed to have a single file called update.zip even though there are also supposed to be the files I've extracted from the original zip on the root of the USB. Total bollocks.

My question is, do I simply copy the original zip file onto the root of the USB or do I extract the zip onto the USB because it's asking for both.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: maelor on July 19, 2017, 11:40:10 AM
My question is, do I simply copy the original zip file onto the root of the USB or do I extract the zip onto the USB because it's asking for both.

The "Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 ..." zip file only contains only TWO files "readme.txt" and "update.zip". These two files should be unzipped to the root of a memory stick which contains no other files.
When you then start the update process it will unzip the "update.zip" file itself.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: futeko.com on July 19, 2017, 11:52:17 AM
Can anyone make any sense out of the following...
Total bollocks.

Thousands of people have followed the instructions without a problem.

Do you ever wonder if, perhaps, the 'bollocks' might be coming from yourself?!
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: Eriol on July 20, 2017, 02:23:55 PM
Two keyboard related bug still present in 2.0.4:
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: Eik on July 22, 2017, 01:30:15 PM
Sadly I confirm the flickering imprex, when I finally thought the box was fixed.
It's mostly visible on dark blue/dark grey areas, tried turning off all the options inside imprex, but nothing. The entire engine have to be disabled in order to get the proper picture, but the image looks much worse without it.
Futeko - please report this issue to them, it's another big thing ruined.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: hanspampel on July 22, 2017, 06:47:53 PM
It doesnt look worst without IE. It looks more realisitic without black and white crush. If you want unrealistic pictures, use the dynamic contrast and other stuff of your tv. It has the same effect. :-X
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: HereIsTom on July 22, 2017, 08:08:44 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 (http://www.futeko.com/newforum/index.php?topic=2011.0)

So you installed the shitty kodi version and the problem is solved? I really need kodi 17 because a lot off add-ons stopped working in Jarvis.

As you can see in that topic I installed the shitty build Kodi 17.4 and get audio passthrough.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: Eik on July 23, 2017, 10:35:10 AM
It doesnt look worst without IE. It looks more realisitic without black and white crush. If you want unrealistic pictures, use the dynamic contrast and other stuff of your tv. It has the same effect. :-X

I bet it's a bit more complex than simple dynamic contrast used in tv settings (which looks bad).
Beside that, I have dynamic contrast turned off in imprex, same with the other stuff, I'm talking about pure IE that doesn't cause black/white crush for me (at least nothing noticable), yet image looks better. Got other Q5 picture settings adjusted accordingly, so the image isn't oversaturated or with messed up bright/dark details.

It's still one of the main features of the box, it should work.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: hanspampel on July 23, 2017, 08:29:57 PM
Believe me. There is no magic or voodoo from IE what your tv cant do. ;) Its only playing with gamma, contrast and brightness. Nothing else.

And btw. the IE doesnt work on 4k und 4k HDR material. Sharpness and HDR saturation still not work on 2k material. Never worked since they released the pro devices :-X. @futeko.com. Maybe you can report it to himedia.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: oxanna on July 24, 2017, 12:11:05 AM
but yr competitor Egreat remain the best.
this new firmware don'read the new film 4k uhd full rip 1.1 with menu  as  movie "Inferno.2016.COMPLETE.UHD.BLURAY-TERMiNAL".
why?????????
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: Mount81 on July 24, 2017, 06:48:30 AM
Hello!

So we still have a couple of bugs regarding subtitles, like this: http://www.futeko.com/newforum/index.php?topic=1967.msg16440;topicseen#msg16440 (http://www.futeko.com/newforum/index.php?topic=1967.msg16440;topicseen#msg16440).

My two questions: is automatic subtitle encodig recognition issue resolved (or at least eased) in 2.0.4? And is the issue with <i>italic character lines like this</i> still present in 2.0.4? Correction Edit: I mean that in the case of srt subtitles the italic lines doesn't appear as italic, rather just normal.
Could someone check, please?!

If these aren't fixed, than take these as a reminder, thank you!
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: jeps on July 24, 2017, 08:57:51 AM
Hello!

So we still have a couple of bugs regarding subtitles, like this: http://www.futeko.com/newforum/index.php?topic=1967.msg16440;topicseen#msg16440 (http://www.futeko.com/newforum/index.php?topic=1967.msg16440;topicseen#msg16440).

My two questions: is automatic subtitle encodig recognition issue resolved (or at least eased) in 2.0.4? And is the issue with <i>italic character lines like this</i> still present in 2.0.4?

Could someone check, please?!

If these aren't fixed, than take these as a reminder, thank you!

Hi

Automatic encoding of subtitles is not completely fixed.

The missing functionallity regarding tagging of subtitles still manage to surprise me.
I mean, how hard can it be?
They should at least remove "</i>" since they already remove "<i>".
I would of cause prefer the full functionallity.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: Eriol on July 24, 2017, 10:28:34 AM
Hello!

So we still have a couple of bugs regarding subtitles, like this: http://www.futeko.com/newforum/index.php?topic=1967.msg16440;topicseen#msg16440 (http://www.futeko.com/newforum/index.php?topic=1967.msg16440;topicseen#msg16440).

My two questions: is automatic subtitle encodig recognition issue resolved (or at least eased) in 2.0.4? And is the issue with <i>italic character lines like this</i> still present in 2.0.4?

Could someone check, please?!

If these aren't fixed, than take these as a reminder, thank you!

Checked:
Autorecognition still not working
Line spacing still poorly implemented
Line tags like italic and bold not working but at least the tags (like <i>) are not displayed now
Too short time difference bug is fixed

New bug:
In the case of overlapping subtitles the second subtitle only blink up for a few millisecond doesn't matter how much is the actual duration of the subtitle.


Edit:
Checks were done with ANSI encoded external srt.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: jeps on July 24, 2017, 04:20:03 PM

Checked:
Autorecognition still not working
Line spacing still poorly implemented
Line tags like italic and bold not working but at least the tags (like <i>) are not displayed now
Too short time difference bug is fixed


They are on my Q5  :(
Not the "tags on" part  <i> but only the "Tags off" part </i> is visible.

Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: Eriol on July 24, 2017, 05:16:36 PM
Line tags like italic and bold not working but at least the tags (like <i>) are not displayed now
They are on my Q5  :(
Not the "tags on" part  <i> but only the "Tags off" part </i> is visible.

What is the encoding of the srt and what is the encoding setting on the himedia player?

Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: jeps on July 25, 2017, 10:25:16 AM
.SRT encoding is ANSI
Normally I keep subtitles to "Auto" in the settings.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: Eriol on July 25, 2017, 11:17:28 AM
.SRT encoding is ANSI
Normally I keep subtitles to "Auto" in the settings.

Could you try to change "Auto" for the correct encoding manually to see if the tags are still there?
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: Icarium20 on July 26, 2017, 08:27:06 AM
Can anyone make any sense out of the following...
Total bollocks.

Thousands of people have followed the instructions without a problem.

Do you ever wonder if, perhaps, the 'bollocks' might be coming from yourself?!

I also believe the instructions could be made a lot clearer. Perhaps thousands of people have encourtered the PROBLEM and worked it through (the word 'copy to ' comes to mind ) and have not reported it, as other problems became more important once  whatever FW is finally installed.

You seem to beleive everyone on this forum is a tech genius. Believe me many are not,and have found the forum having bought the device and discovered it doesn't just work with a plug and play for KODI especially, but also for many other features to a greater degree than should be.

So fix, patch, workaround, extract and copy to,  etc are having to  become common vocabulary for these individuals which never was the case.

IMO some "Q10/5 PRO instructions for dummies" wouldn't go amiss and may be helpful. Perhaps a full time sticky thread so all  new members/ veiwers  know  where to go initially and probably find their solution there.

This post is here due to original thread post, not because of the subject topic,,
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: futeko.com on July 26, 2017, 09:27:17 AM
I also believe the instructions could be made a lot clearer. Perhaps thousands of people have encourtered the PROBLEM and worked it through (the word 'copy to ' comes to mind ) and have not reported it, as other problems became more important once  whatever FW is finally installed.

You seem to beleive everyone on this forum is a tech genius. Believe me many are not,and have found the forum having bought the device and discovered it doesn't just work with a plug and play for KODI especially, but also for many other features to a greater degree than should be.

So fix, patch, workaround, extract and copy to,  etc are having to  become common vocabulary for these individuals which never was the case.

IMO some "Q10/5 PRO instructions for dummies" wouldn't go amiss and may be helpful. Perhaps a full time sticky thread so all  new members/ veiwers  know  where to go initially and probably find their solution there.

This post is here due to original thread post, not because of the subject topic,,

We do our best to make something that is intrinsically difficult as easy as possible.

In an ideal world the updates from HiMedia would be much easier to handle. I think we've done well to avoid any mass bricking events bearing in mind the material we've had to work with.

The installation process and update path for 2.0.4 is complicated. If we over-simplified, it would encourage cavalier attempts at updating and potential product damage.

'copy to' isn't relevant for this update process. If we said 'extract update.zip to a local download location and then copy it to a USB flash drive' is that really simpler than 'Extract update.zip to the root of a FAT32 formatted USB pen drive'?
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: Standard on August 01, 2017, 04:50:00 AM
I've recently updated from 1.0.8 to 2.0.4, it's *the* patch I've been waiting for.

My videos that used to play with a black border, now fixed.
My 5.1 AAC videos that used to have no sound, now fixed.

Only 1 small issue, the player now seems to forget my resolution settings on restart. I set it at 2160p50, but when I restart the player it reverts to 1080i50.

Any ideas?

Also 1 quick question, back when I had 1.0.8 Kodi, the back button let me go up the directory structure. Now with 2.0.4 Krypton, the back button exits me to the top menu. I had a look at input configuration but couldn't figure it out.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: hanspampel on August 15, 2017, 11:12:10 PM
Only 1 small issue, the player now seems to forget my resolution settings on restart. I set it at 2160p50, but when I restart the player it reverts to 1080i50.
This is a known issue since we had 2.0.0 or so. Still not fixxed.

Also 1 quick question, back when I had 1.0.8 Kodi, the back button let me go up the directory structure. Now with 2.0.4 Krypton, the back button exits me to the top menu. I had a look at input configuration but couldn't figure it out.
You have to disable joystick support in kodi. Goto Addons-->User-Addons-->Peripheral Library(or something else, dont know teh excactly word)-->Joystick Support and deactivate it.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: cocacola5373 on August 25, 2017, 07:39:26 AM
Hi Guys! I'm currently on Custom Firmware 2.0.4 and wanted to give this official firmware a try. Can I just reflash the official 2.0.4 firmware on top of Custom Firmware 2.0.4 or do I need to downgrade to an older firmware first before applying the Offical 2.0.4 firmware?  I like the look and features of the custom firmware but the alert sound on startup surprises me all the time especially when I have the volume turned up. Cheers!!
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: futeko.com on August 25, 2017, 09:48:43 AM
Hi Guys! I'm currently on Custom Firmware 2.0.4 and wanted to give this official firmware a try. Can I just reflash the official 2.0.4 firmware on top of Custom Firmware 2.0.4 or do I need to downgrade to an older firmware first before applying the Offical 2.0.4 firmware?  I like the look and features of the custom firmware but the alert sound on startup surprises me all the time especially when I have the volume turned up. Cheers!!

If you have 2.0.4 installed (either official or custom) then yes you can reflash other 2.0.4. No need to downgrade. Use the restore button method.
Title: Re: Q5 PRO FIRMWARE. ANDROID 7. FUTEKO. HMD-2.0.4 2017-07-07.110752
Post by: cocacola5373 on August 25, 2017, 10:18:14 AM
Thank you! Much appreciated!

Hi Guys! I'm currently on Custom Firmware 2.0.4 and wanted to give this official firmware a try. Can I just reflash the official 2.0.4 firmware on top of Custom Firmware 2.0.4 or do I need to downgrade to an older firmware first before applying the Offical 2.0.4 firmware?  I like the look and features of the custom firmware but the alert sound on startup surprises me all the time especially when I have the volume turned up. Cheers!!

If you have 2.0.4 installed (either official or custom) then yes you can reflash other 2.0.4. No need to downgrade. Use the restore button method.
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: futeko.com on August 25, 2017, 11:47:48 AM
The opening post of this thread has been updated to reflect new HiMedia's new Android 5.1 to Android 7 update files.

The new downloads make it much easier to upgrade an Android 5.1 Q5 Pro to Android 7 (firmware version 2.0.4).

Although the build numbers are different for the two downloads, the firmwares are identical. The new Android 7 > Android 7 download contains exactly the same firmware as the previous version, only the instructions are changed.

Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: daksider on August 29, 2017, 06:20:40 PM
Hello Futeko, I have 2.0.4 and the return and menu keys do not work in Kodi, and also I can not login in Play store, can anyone help me? Thank you
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: futeko.com on August 30, 2017, 09:33:03 AM
Hello Futeko, I have 2.0.4 and the return and menu keys do not work in Kodi, and also I can not login in Play store, can anyone help me? Thank you

From FAQ: * Stop Kodi 17 new remote message and disabled back / menu buttons? In Kodi, go Add-ons / My add-ons / Peripheral libraries / Joystick Support / Disable

We had another user report that he couldn't log into Play Store yesterday but I see no problems here. What country are you in? What exactly do you see on screen when login fails?
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: daksider on August 30, 2017, 10:16:06 AM
Hi Futeko, I already connected in Play store, but it took a long time, but about the keys, I mentioned still cant resolve, already installed key map and did not result maybe I do not know how to do this, I am a little lay in this, sorry my English, I am Portuguese
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: futeko.com on August 30, 2017, 10:45:34 AM
Hi Futeko, I already connected in Play store, but it took a long time, but about the keys, I mentioned still cant resolve, already installed key map and did not result maybe I do not know how to do this, I am a little lay in this, sorry my English, I am Portuguese

Run Kodi.

From main menu: Select My add-ons, then Peripheral libraries, then Joystick Support. Disable it.
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: daksider on August 30, 2017, 11:13:23 AM
Hi futeko, problem solved, thanks futeko for the help
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: daksider on August 30, 2017, 02:56:20 PM
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: netguru on August 30, 2017, 03:37:30 PM
that is normal, because of using a external Player (not the kodi Player)
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: daksider on August 30, 2017, 04:55:46 PM
that is normal, because of using a external Player (not the kodi Player)

thank you netguru
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: daksider on September 03, 2017, 10:50:27 AM
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: stl on September 03, 2017, 12:39:02 PM
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: Mount81 on September 03, 2017, 01:28:03 PM
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: daksider on September 03, 2017, 02:16:54 PM
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: Mount81 on September 03, 2017, 03:01:12 PM
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: daksider on September 03, 2017, 04:02:05 PM
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: stl on September 03, 2017, 05:22:26 PM
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: daksider on September 03, 2017, 06:29:43 PM
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: daksider on September 05, 2017, 11:17:24 AM
Hi guys, sometimes when
I turn off the box and i turn on again the wallpaper dont keep set, i have a Q5 PRO
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: daksider on September 05, 2017, 05:09:01 PM
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: daksider on September 06, 2017, 10:46:11 PM
Hi Futeko, in my Q5 PRO device info says that the Flash Memory is 8GB but actually it is 4GB, how do you explain this?
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: futeko.com on September 07, 2017, 08:44:12 AM
Hi Futeko, in my Q5 PRO device info says that the Flash Memory is 8GB but actually it is 4GB, how do you explain this?

A portion of flash storage is taken by the Android system.
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: tomathew on September 07, 2017, 10:49:09 AM

Hi ,

While using Kodi wrapper player how do you enable chapter selection and jump to a specific chapter? Please help
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: futeko.com on September 07, 2017, 11:24:04 AM

Hi ,

While using Kodi wrapper player how do you enable chapter selection and jump to a specific chapter? Please help

What type of file?

For example BD-ISO, press menu button on remote - Bluray menu - Chapter
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: daksider on September 08, 2017, 12:43:32 PM
hi, sometimes when I play a music video, the video stops and the screen goes dark and does not save the progress, this only happens with music videos, concerts. Please help
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: tomathew on September 10, 2017, 06:00:55 PM

Hi ,

While using Kodi wrapper player how do you enable chapter selection and jump to a specific chapter? Please help

What type of file?

For example BD-ISO, press menu button on remote - Bluray menu - Chapter



What about mkv files with chapters?
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: daksider on September 14, 2017, 01:02:56 PM
Title: Re: OFFICIAL Q5 PRO FIRMWARE. FUTEKO. HMD-2.0.4 2017-07-07
Post by: rqs on January 27, 2025, 11:03:58 AM
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

Hello. I need update from Android 5.1 to 2.0.4 link above is not working. Can anyone help?