I just noticed in the Energy ROM thread that Energy posted a patch for disabling
the Document Indexer to get back some resources.
His cab to do it is at
http://digs.by/16vw
I created a registry script and stuck it in my XDA_UC folder to disable a bunch of these HTC manila services I don't use.
Note I just appended an underscore to kill the service in case I want it back. Energy renamed .dll to .bak in his cab for just the document indexer.
I don't know how much difference this really makes if the manila tabs for these corresponding manila services are disabled. You would think HTC wouldn't load these if the tab is disabled.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila\HTCService]
"DocIndexerService"="DocIndexerService.dll_"
"FootprintsService"="FootprintsService.dll_"
"TwitterService"="TwitterService.dll_"
"YgosrvService"="YgosrvService.dll"
"WorldClockService"="WorldClockService.dll"
"WeatherService"="WeatherService.dll"
"SettingService"="SettingService.dll"
"messaging"="manila_messaging.dll"
"LauncherService"="LauncherService.dll"
"InternetPushService"="InternetPushService.dll _"
"HomeService"="HomeService.dll"
"contacts"="contacts.dll"
"CameraAlbumService"="CameraAlbumService.dll"
"AudioManagerService"="AudioManagerService.dll "
"AppointmentService"="AppointmentService.dll"