New K10D V1.10 Firmware
- Topic Locked - You will not be able to post to this topic.
Posted 19/01/2007 - 18:27
Link
Quote:
Oooh, I wonder what the k10D could achieve at ISO50?
I heared the monopolies and mergers commision made them leave it out because it would have eliminated the element of competition
Oooh, I wonder what the k10D could achieve at ISO50?
Posted 19/01/2007 - 18:28
Link
Hi Peter,
Matt,
this is your area of expertise, how likely is it that this would happen? Can they just cannibalise the chunk of code for wireless P-TTL and stick in the firmware for the other D cameras, or is it more complicated?
Cheers
Liam
Quote:
Good news indeed, but . . . there'll be a few unhappy bunnies who have shelled out for a second 360 or 540 to make wireless flash work.
As I found out the other day here (and tested) you can use wireless in M or A modes with the 360, and I'll assume the 540, with the entire D range. Use the popup flash as controller (this happens automatically), and set the 360 to Slave 2 (p49 of manual).. Good news indeed, but . . . there'll be a few unhappy bunnies who have shelled out for a second 360 or 540 to make wireless flash work.
Quote:
I'm just wondering if they'll retro-fit any of the K10D software refinements into the rest of the range, the *istD especially. They did it with the DS when the DS2 was released. Then again, Pentax will want joe public to be replacing D's with K10D's.
I didn't realise until this thread, that it is purely a firmware app.. I'm just wondering if they'll retro-fit any of the K10D software refinements into the rest of the range, the *istD especially. They did it with the DS when the DS2 was released. Then again, Pentax will want joe public to be replacing D's with K10D's.
Matt,
this is your area of expertise, how likely is it that this would happen? Can they just cannibalise the chunk of code for wireless P-TTL and stick in the firmware for the other D cameras, or is it more complicated?
Cheers
Liam
Liam
"Make your hands respond to what your mind demands." Jesse James
Best wide-angle lens? Two steps backward. Look for the 'ah-ha'. Ernst Haas
"Make your hands respond to what your mind demands." Jesse James
Best wide-angle lens? Two steps backward. Look for the 'ah-ha'. Ernst Haas
Posted 19/01/2007 - 18:33
Link
Hi Tim,
This being a language I'm not familiar with.. , I didn't understand the menu then, and couldn't change it back to English. Luckily the chaps here sorted me out.. mind you, I could have just risen to the challenge and taken evening classes in Cantonese, but I was lazy..
Cheers
Liam
Quote:
I suspect the large size of the file is due in part to having to support so many lanuages in the Menus.
It could be.. I got my DL, and within 5 minutes of going through the menu to set up bits and pieces, whilst having little idea of what I was actually doing, I set the language to Chinese. I suspect the large size of the file is due in part to having to support so many lanuages in the Menus.
This being a language I'm not familiar with.. , I didn't understand the menu then, and couldn't change it back to English. Luckily the chaps here sorted me out.. mind you, I could have just risen to the challenge and taken evening classes in Cantonese, but I was lazy..
Cheers
Liam
Liam
"Make your hands respond to what your mind demands." Jesse James
Best wide-angle lens? Two steps backward. Look for the 'ah-ha'. Ernst Haas
"Make your hands respond to what your mind demands." Jesse James
Best wide-angle lens? Two steps backward. Look for the 'ah-ha'. Ernst Haas
Posted 20/01/2007 - 14:34
Link
I found another link to it on another thread. I've installed it and it works fine. I'm just testing the revised functions. Verdict so far - awesome. I'll download and install the released version if the filename and/or size changes in the meantime.
Peter E Smith - flickr Photostream
Posted 20/01/2007 - 14:58
Link
I would have thought that firmware from a source that could be absolutely anyone anywhere would not be a wonderful thing to install in my new camera....
You might think I'm being over-cautious, but the whole thing could go pear shaped and there I would be with a brand new ruined piece of kit.
:
You might think I'm being over-cautious, but the whole thing could go pear shaped and there I would be with a brand new ruined piece of kit.
:
Best regards, John
Posted 20/01/2007 - 15:23
Link
John, caution is essential with these kind of upgrades as many have mentioned here. I did my research, assessed the risks, and made my decision to load it.
My recommendation however, is to wait until the officially released version is available. My decision may not be agreeable to everybody (anybody) but, it was my decision, and I'm happy with that.
These enhancements produce two notable results:-
1:- An already fantastic camera is now vastly improved , and
2:- An out of date manual , and I haven't even read it all yet.
Enjoy,
My recommendation however, is to wait until the officially released version is available. My decision may not be agreeable to everybody (anybody) but, it was my decision, and I'm happy with that.
These enhancements produce two notable results:-
1:- An already fantastic camera is now vastly improved , and
2:- An out of date manual , and I haven't even read it all yet.
Enjoy,
Peter E Smith - flickr Photostream
Posted 20/01/2007 - 17:29
Link
Hi,
I was wondering what Matt has used to open the .bin file? I tried to open it in wordpad and most of it was gibberish (probably binary code). I am a java developper (and I did C++, Cobol etc ...), so I am not afraid of code. I am curious about what Pentax code looks like for this update.
George said:
I was wondering what Matt has used to open the .bin file? I tried to open it in wordpad and most of it was gibberish (probably binary code). I am a java developper (and I did C++, Cobol etc ...), so I am not afraid of code. I am curious about what Pentax code looks like for this update.
George said:
Quote:
Perhaps the high ISO banding issue, though since I don't use high ISO I can't say it will make any difference to me
Also, banding is fixed according to documentation (from the list of corrections):Perhaps the high ISO banding issue, though since I don't use high ISO I can't say it will make any difference to me
Quote:
In rare case, vertical stripe at long time exposure
I agree with most of you though that it's not worth it to install an unofficial firmware like that (even though it seems a real pre release). It could be a virus from an evil canikonian to protect their market shares for all we know ! (no offense there, I do possess a Canon S2 IS, this is just a joke!)
In rare case, vertical stripe at long time exposure
Posted 20/01/2007 - 21:25
Link
It's compiled machine code - mostly 32-bit code (looks a bit like ARM processor, but haven't double checked). It'll look absolutely nothing like Java - even precompiled Java byte-code
Actually, one thing I can say is that it's not heavily optimised (I use the Greenhills Multi and INTEGRITY and that's astonishingly optimised!). There's plenty of room for squishing it, and perhaps increasing performance, but in using the camera I don't think there's much need for either - it's blindingly fast
Still, I generally use the excellent Ultraedit for all my code editing, including examining binary files. However, there are plenty of freeware hex-editors and hex-viewers out there
Matt
Actually, one thing I can say is that it's not heavily optimised (I use the Greenhills Multi and INTEGRITY and that's astonishingly optimised!). There's plenty of room for squishing it, and perhaps increasing performance, but in using the camera I don't think there's much need for either - it's blindingly fast
Still, I generally use the excellent Ultraedit for all my code editing, including examining binary files. However, there are plenty of freeware hex-editors and hex-viewers out there
Matt
Posted 21/01/2007 - 02:53
Link
Quote:
No, you're both forgetting that the native ISO of the sensor is 100. To get ISO 50, you'd have to put a resistor in the circuit to decrease the signal, possible introducing noise from the resistor.Ammonyte wrote:
Oooh, I wonder what the k10D could achieve at ISO50?
I heared the monopolies and mergers commision made them leave it out because it would have eliminated the element of competition Oooh, I wonder what the k10D could achieve at ISO50?
Higher ISO's are created by amplifying the signal, which induces noise as well.
Posted 22/01/2007 - 18:53
Link
I do hope this thread is real. Having wire-less fire from the built-in flash would make me sooooo happy!
I just bought the K10D over the weekend regardless of the shortcoming, since I have both a 360 and 540 flash anyway.
But being able to use both flashes again without the third dumb flash would be very exciting.
I just bought the K10D over the weekend regardless of the shortcoming, since I have both a 360 and 540 flash anyway.
But being able to use both flashes again without the third dumb flash would be very exciting.
Posted 23/01/2007 - 13:24
Link
it's now official on the Penatx Web site.
It's wonderful! ISO control in Av and Tv with the "other" dial, and wireless flash!
I also got the Katz Eye screen. After I screwed it up installing, I actually took it to them where Rachel kindly put the camera back together. Now I have a REAL SLR, just like the old days. I can actually focus without relying on some dodgy electronic thingey, just my eyes!!
My MX's are sitting there going "I told you so!".
It's wonderful! ISO control in Av and Tv with the "other" dial, and wireless flash!
I also got the Katz Eye screen. After I screwed it up installing, I actually took it to them where Rachel kindly put the camera back together. Now I have a REAL SLR, just like the old days. I can actually focus without relying on some dodgy electronic thingey, just my eyes!!
My MX's are sitting there going "I told you so!".
Posted 23/01/2007 - 13:49
Link
The Version 1.10 upgrade is now official
Download link is as follows:
http://www.pentax.co.uk/_uk/photo/products/index.php?cameras&gruppe=digital%...
This thread is now locked, and is continued in the following thread:
* K10D Version 1.10 Firmware Testing
Matt
Download link is as follows:
http://www.pentax.co.uk/_uk/photo/products/index.php?cameras&gruppe=digital%...
This thread is now locked, and is continued in the following thread:
* K10D Version 1.10 Firmware Testing
Matt



1221 posts
21 years
Buckinghamshire
I suspect the large size of the file is due in part to having to support so many lanuages in the Menus.
--------------
K10D & sundry toys
http://www.ammonyte.com/photos.html