Camera crashes if "Battery Temperature" should be displayed in OSD.
Activating "show battery temperature" or "show all" in OSD and switch to
record mode brings the camera to stop (think so).
OSD --> get_battery_temp() --> _GetBatteryTemperature()
GetBatteryTemperature is correctly declared in stubs_entry.S and the
corresponding function in fw dump seems to be "normal" (like in
SX10 or
SX110).
If I change get_battery_temp() to avoid _GetBatteryTemperature() and to
return immediately with a constant (return 123) then 123 will be displayed
and everything is fine.
I don't think that Battery Temperature Support is broken in SX110. But who knows.
No clue...