View Single Post
  #27 (permalink)  
Old 02-06-2010, 02:45 AM
kaede132's Avatar
kaede132
PPCGeeks Regular
Offline
 
Join Date: Nov 2007
Posts: 79
Reputation: 305
kaede132 is becoming a PPCGeeks regularkaede132 is becoming a PPCGeeks regularkaede132 is becoming a PPCGeeks regularkaede132 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: {{Auto rotate the Music Tab(coverflow) on 2.5.2011}}

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.
Reply With Quote
This post has been thanked 4 times.