View Single Post
  #7 (permalink)  
Old 06-11-2010, 07:08 PM
Lat's Avatar
Lat
Halfway to VIP Status
Offline
Threadstarter
 
Join Date: Oct 2008
Posts: 530
Reputation: 645
Lat knows their stuffLat knows their stuffLat knows their stuffLat knows their stuffLat knows their stuffLat knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ROM][06-11] LatROM 23569 - Clean & Updated

Quote:
Originally Posted by Casabian View Post
I've been looking for a clean rom that didn't have all the junk so many others do. Went from Juicy to building my own with Calkulin's kitchen.

Flashed to this and it looks great, only problem is I can't find Activesync. Also was looking for information on people messaging ie how to remove it. Is there a cab to revert to normal HTC messaging. Anybody have a solutions to these problems?
Yup, that's how I started along the lines of a clean ROM too...being a former Juicy user


RE: the Activesync, my bad. I think I may have been a bit too thorough making everything clean...haha. You can just copy and paste to \Windows\sync.lnk to your start menu in the meantime.


As for the original HTC messaging, I'm not sure why you'd want it (it's pretty slow and if you have a significant number of messages, sometimes crashes). I tried throwing together a cab to revert back to HTC messaging for you, but it conflicts with the new messaging client cooked in.

Anyways, if it's just the text bubbles you dislike, you can play around with these registry keys:
Code:
[HKEY_CURRENT_USER\Software\HTC\Manila]
"People.Message.BitMode"=dword:0
"People.Message.ChatBoxMargin"=dword:50 ; hex
"People.Message.FontSize"=dword:2
"People.Message.ItemPerPage"=dword:a ; hex
"People.Message.ShowOldMsgTime"=dword:1
"People.Message.UseChatBoxUI"=dword:1
"People.Message.UseInputBoxSkin"=dword:1
"People.Message.UseNaviTitle"=dword:1
Quote:
People.Message.BitMode - bit encoding mode for characters. 0 for 7-bit (160/153 default), 1 for 8-bit (140/133), 2 for 16-bit (70/67).

People.Message.ChatBoxMargin - size of margin between edge and max speech bubble width, default is 80 (0x50h).

People.Message.FontSize - size of font used for text messages, range 0 - 8, default is 2.

People.Message.ItemPerPage - max number of text messages per page, default is 10 (0xAh).

People.Message.ShowOldMsgTime - 1 to show time stamps on old text messages, 0 to hide.

People.Message.UseChatBoxUI - 1 to use speech bubble ui, 0 to use classic list.

People.Message.UseInputBoxSkin - 1 to use messaging client skin, 0 to use classic skin.

People.Message.UseNaviTitle - 0 to use classic header, 1 to use navigation header, 2 to use compact navigation header.
__________________
HTC Touch Pro: raidzero 23569 kitchen custom rom [LatROM], sense 2.5.2016, 16mb pp

Replaced by an HTC Desire: DeFroST 5.x w/ HAVS kernel, 1113MHz ondemand

Last edited by Lat; 06-11-2010 at 07:45 PM.
Reply With Quote