OP
hummymummy
Member
As well as what?@ hummymummy, do you do stand up as well?
As well as what?@ hummymummy, do you do stand up as well?
They are the highlights.Just the highlights would do.
Although the iPlayer software is downloaded on each use, the pointless sign-in requirement has never been added to the settop box iPlayer versions. Presumably it was thought to be too difficult to support when real keyboards aren't available....
1. Why didn't i need to sign in to iplayer?
2. Can I change the quality setting on iplayer as I do on my laptop device to stop it buffering?
...
You can schedule recordings from anywhere in the world,
Yes, we're a bit leaderless at the moment
As well as making a thread enjoyable! That's no mean feat.As well as what?
We have that covered – see here: https://wiki.hummy.tv/wiki/Firmware_Error_Codes (although I'm not sure where the list came from originally).Error : E-HC
I knew you guys would have. You are all just so thorough, and helpful.We have that covered – see here: https://wiki.hummy.tv/wiki/Firmware_Error_Codes (although I'm not sure where the list came from originally).
Sounds like your .hdf is corrupt.
Hear hear! Now we've got the measure, the banter is like the old days. With little in the way of new blood, it's all got a bit stale.As well as making a thread enjoyable! That's no mean feat.
That may be so, but its not fair to keep me by giving me corrupt files. That just aint playing the game.Hear hear! Now we've got the measure, the banter is like the old days. With little in the way of new blood, it's all got a bit stale.
Your time commitment is not yet even nursery slopes. If you want to sink several days on a light giggle, have a read through AvP.Time spent so far: 1hr 48 mins.(1 hour spent reading the quick start guide, 43 minutes spent finding a suitable USB drive, 2 minutes making tea, 5 minutes installing firmware)
Now you've been seduced by the dark side, that ain't gonna happen.So, looks like I have been corrupted. Can anyone help uncorrupt me please?
Hmmmm. Ok, and assuming that is easier done than said:If you want to sink several days on a light giggle, have a read through AvP.
Now you've been seduced by the dark side, that's ain't gonna happen.
I can't just jump to the conclusion that prpr's upload was corrupt, so we need to diagnose where and why the corruption has occured.
Meanwhile, is the box still running OK on 1.03.13? If not, you should be able to re-install 1.03.13.
- Read back the .hdf from the UPD and run a binary compare on it with the .hdf payload in the .zip
- Presuming that checks out, run an SHA1 hash on the .hdf and post the result (download a utility or use a web service – google "SHA1 hash").
Easiest to explain (presuming you are using Windows):I have no idea what a binary compare is
cmd.exe
to open a Windows command terminal. You should see a command prompt something like "C:\Users\<username>". Create a temporary folder:mkdir temp
cd temp
mkdir
= make directory, ie "folder"; cd
= change working directory)fc /b x.hdf y.hdf
fc
= file compare; fc /b
= binary file compare)del *.*
cd ..
rmdir temp
exit
del
= delete; *.*
= all files; ..
= parent directory; rmdir
= remove (delete) an empty directory; exit
= close session)Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Black Hole>mkdir temp
C:\Users\Black Hole>cd temp
C:\Users\Black Hole\temp>dir
Volume in drive C is OS
Volume Serial Number is 405D-3201
Directory of C:\Users\Black Hole\temp
24/11/2021 10:34 <DIR> .
24/11/2021 10:34 <DIR> ..
19/11/2021 19:22 18,984,024 x.hdf
19/11/2021 19:22 18,984,024 y.hdf
2 File(s) 37,968,048 bytes
2 Dir(s) 37,447,548,928 bytes free
C:\Users\Black Hole\temp>fc /b x.hdf y.hdf
Comparing files x.hdf and Y.HDF
FC: no differences encountered
C:\Users\Black Hole\temp>del *.*
C:\Users\Black Hole\temp\*.*, Are you sure (Y/N)? y
C:\Users\Black Hole\temp>cd ..
C:\Users\Black Hole>rmdir temp
C:\Users\Black Hole>exit
Hmm. Can I direct you to the assume v presume thread.You're distracting me!
Easiest to explain (presuming you are using Windows):
Here's my session:
- Press Win+R and type
cmd.exe
to open a Windows command terminal. You should see a command prompt something like "C:\Users\<username>". Create a temporary folder:
Code:mkdir temp cd temp
- Find the temporary folder in Explorer (My Computer). Copy the .hdf from the UPD into the folder and rename it x.hdf. Unzip the .zip into the folder and rename it y.hdf.
- Back in the command terminal again:
Code:fc /b x.hdf y.hdf
- Clean up:
Code:del *.* cd .. rmdir temp exit
Code:Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\Black Hole>mkdir temp C:\Users\Black Hole>cd temp C:\Users\Black Hole\temp>dir Volume in drive C is OS Volume Serial Number is 405D-3201 Directory of C:\Users\Black Hole\temp 24/11/2021 10:34 <DIR> . 24/11/2021 10:34 <DIR> .. 19/11/2021 19:22 18,984,024 x.hdf 19/11/2021 19:22 18,984,024 y.hdf 2 File(s) 37,968,048 bytes 2 Dir(s) 37,447,548,928 bytes free C:\Users\Black Hole\temp>fc /b x.hdf y.hdf Comparing files x.hdf and Y.HDF FC: no differences encountered C:\Users\Black Hole\temp>del *.* C:\Users\Black Hole\temp\*.*, Are you sure (Y/N)? y C:\Users\Black Hole\temp>cd .. C:\Users\Black Hole>rmdir temp C:\Users\Black Hole>exit
Alternatively, just run SHA1 on both the downloaded (and unzipped) .hdf and the .hdf from the UPD. Try here: https://emn178.github.io/online-tools/sha1_checksum.html
If the hashes are the same, the overwhelming likelihood is that the uploaded files are the same.
At the risk of stating the obvious; did you extract the upgrade from the zip file that you downloaded or just renamed it? It should be extracted.Hmmmm. Ok, and assuming that is easier done than said:
1. hdr_fox_t3_upgrade.hdf v hdr_10312_mod313a.zip
You're on your own.Er - you may need to repeat the instructions but for a Chromebook/Chromebox
Alternatively, just run SHA1 on both the downloaded (and unzipped) .hdf and the .hdf from the UPD. Try here: https://emn178.github.io/online-tools/sha1_checksum.html
If the hashes are the same, the overwhelming likelihood is that the uploaded files are the same.
That presumes I have access to an uncorrupt version. The best I could offer you is 3.13 + iplfix (nothing wrong in that), but I'm still trying to work out where the error has occurred so it doesn't happen again.As you have access to the file, you could download it, and see if its corrupt using the above binary Kompot method. Yes?
Yes, and if I didn't make that clear earlier it's my fault.At the risk of stating the obvious; did you extract the upgrade from the zip file that you downloaded or just renamed it? It should be extracted.
The downloaded file should behdr_fox_t2_upgrade.hdf
. If it is something.zip, you need to unzip it.