as i said: exposure time bracketing works, but focus and iso
bracketing not
Overriding is little bit different form bracketing

however it's strange your cam go in block...do cam switch off also in iso and focus
overriding?
is there anywhere some
deeper documentation available about the code other than
what is written in the wiki?
I don't think

I understand you, I'm porting my a550...but this forum and people in it are very helpful!

mhhh...you can see this hierachy function call (for iso bracketing):
shooting_iso_bracketing() -> shooting_set_iso_real(short iso, short is_now) -> shooting_set_sv96(short sv96, short is_now) -> shooting_set_iso_mode(int v)
all in /generic/shooting.c
this is an old trunk, i'm not sure is too equal...sorry!
see also property case in include/platform.h (PROPCASE_ISO_MODE)
...and ISOTable in a530/shooting.c
sorry...if I'm not be helpful

...you have to do much debug
good luck!