Tested on a570is 1.00e.
REC/Play/Vid detection works, mode names are correct except for one: I get "mode: 256 nil" in the kids&pets mode dial position.
The reason is that in platform/a570/main.c
{ MODE_KIDS_PETS, 32764 },
Should be 32784 (that's what propcase debug OSD shows for prop #50).
After that modification I get "mode: 291 KIDS_PETS".