Quote:
Originally Posted by kaede132
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.
|
Thank you very much for clarifying that!
I will ask Bignadad to remove his cab or leave it posted as a auto rotate all tabs option. Thanks again for clearing that up! Nicely done!