i posted some of this info over at xda and i'll post it here as well.
to get cover flow for the music tab, you only need this registry entry:
Code:
[HKEY_CURRENT_USER\Software\HTC\Manila]
"EnableFullScreen"=dword:1
for cover flow for the photos tab, there's a check in the luac file 1f06dc09_manila that needs to be removed.
Code:
EnableGSensor = function(l_21_0)
if HTCCameraAlbum_GetPlatform() ~= MANILA_PLATFORM_LEO then
return
end
...
end
TMartin did that and cabbed it up
here.