PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro > CDMA TP Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1311 (permalink)  
Old 07-07-2009, 07:45 PM
elephant007's Avatar
domo arigato mr roboto
Offline
Pocket PC: Samsung Moment
Carrier: Sprint since Feb 11, 2002
 
Join Date: Jan 2007
Posts: 1,248
Reputation: 3584
elephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: *ROM* *7/6* *SsS-ROMv0202* *WM6.5(23003.5.0.60)* *Rhodium Manila* *EzInput2.0* *U

Can someone tell me which manila holds the settings for the tabs when you change (rearrange them) using the Customize Tab option in the Settings Tab? What I am trying to do is have my tabs rearranged automatically using UC when Flashing. Thank you in advance! Great ROM too
Reply With Quote
  #1312 (permalink)  
Old 07-07-2009, 10:26 PM
elephant007's Avatar
domo arigato mr roboto
Offline
Pocket PC: Samsung Moment
Carrier: Sprint since Feb 11, 2002
 
Join Date: Jan 2007
Posts: 1,248
Reputation: 3584
elephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: *ROM* *7/6* *SsS-ROMv0202* *WM6.5(23003.5.0.60)* *Rhodium Manila* *EzInput2.0* *U

Okay, I figured it out on my own, it's not a manila file that keeps those settings, it's in the registry... here's an example
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\11]
"Enable"=dword:00000001
"Title"="[[IDS_PROGRAMS]]"
"PageName"="Manila://programs.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\10]
"Enable"=dword:00000001
"Title"="[[IDS_SETTINGSTITLE]]"
"PageName"="Manila://settings.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\9]
"Enable"=dword:00000001
"Title"="[[IDS_MUSICTITLE]]"
"PageName"="Manila://music.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\8]
"Enable"=dword:00000001
"Title"="[[IDS_PHOTOSANDVIDEOS]]"
"PageName"="Manila://album.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\7]
"Enable"=dword:00000000
"Title"="[[IDS_STOCK]]"
"PageName"="Manila://inforwidget.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\6]
"Enable"=dword:00000001
"Title"="[[IDS_FAVORITEPEOPLETITLE]]"
"PageName"="Manila://people.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\5]
"Enable"=dword:00000001
"Title"="[[IDS_INTERNETPORTALTITLE]]"
"PageName"="Manila://internet.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\4]
"Enable"=dword:00000001
"Title"="[[IDS_WEATHER]]"
"PageName"="Manila://weather.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\3]
"Enable"=dword:00000001
"Title"="[[IDS_CALENDAR]]"
"PageName"="Manila://calendar.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\2]
"Enable"=dword:00000001
"Title"="[[IDS_EMAILTITLE]]"
"PageName"="Manila://email.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\1]
"Enable"=dword:00000001
"Title"="[[IDS_MESSAGING]]"
"PageName"="Manila://messaging.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\0]
"Enable"=dword:00000001
"Title"="[[IDS_HOMETITLE]]"
"PageName"="Manila://home.page"
As you can see each tab is listed here, if you do not want one to show up just change ENABLE to 0 ("Enable"=dword:00000000). You list the order in absolute numerical order from left to right. I converted this registry entry into a cab so I can then run it in UC after flashing. It's rather satisfying when you can resolve an issue yourself

Just for kicks I changed HOMETITLE to 1 and MESSAGING to 0 and it worked!! My Home Tab is actually my second tab
Reply With Quote
  #1313 (permalink)  
Old 07-07-2009, 10:54 PM
djalbanian's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro (Sprint)
Carrier: Sprint
Location: Staten Island NY
 
Join Date: Feb 2009
Posts: 177
Reputation: 55
djalbanian is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to djalbanian
Re: *ROM* *7/6* *SsS-ROMv0202* *WM6.5(23003.5.0.60)* *Rhodium Manila* *EzInput2.0* *U

Quote:
Originally Posted by vesty16277 View Post
Ahhh thanks that's where I found it before! Not start >settings> g-sensor.
Where is the manila settings, im having a hard time finding it.
Reply With Quote
  #1314 (permalink)  
Old 07-07-2009, 11:00 PM
djalbanian's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro (Sprint)
Carrier: Sprint
Location: Staten Island NY
 
Join Date: Feb 2009
Posts: 177
Reputation: 55
djalbanian is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to djalbanian
Re: *ROM* *7/6* *SsS-ROMv0202* *WM6.5(23003.5.0.60)* *Rhodium Manila* *EzInput2.0* *U

Quote:
Originally Posted by Maxx134 View Post
I use this cab for getting old text message which I like better than manila version of text messaging
Thank alot maxx, really appreciate it.
Reply With Quote
  #1315 (permalink)  
Old 07-07-2009, 11:05 PM
deck's Avatar
ppc pimp. :D
Offline
Pocket PC: Apache/Mogul/Touch/TouchPro/TouchPro2/EVO!!!
Carrier: Sprint
Threadstarter
Location: kiLA kali -
 
Join Date: Feb 2007
Posts: 914
Reputation: 7500
deck is a trusted member of the communitydeck is a trusted member of the communitydeck is a trusted member of the communitydeck is a trusted member of the communitydeck is a trusted member of the communitydeck is a trusted member of the communitydeck is a trusted member of the communitydeck is a trusted member of the communitydeck is a trusted member of the communitydeck is a trusted member of the communitydeck is a trusted member of the community
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to deck Send a message via MSN to deck Send a message via Yahoo to deck
Re: *ROM* *7/7* *SsS-ROMv0203* *WM6.5(23003.5.0.60)* *Rhodium Manila* *EzInput2.0* *U

v0203 standard and stuffed have been released. Please check post #1.

-deck
Reply With Quote
  #1316 (permalink)  
Old 07-07-2009, 11:26 PM
mizofizo's Avatar
PPCGeeks Regular
Offline
Pocket PC: Nexus S 4G
Carrier: Sprint
Location: Somerville, MA
 
Join Date: May 2009
Posts: 51
Reputation: 5
mizofizo is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to mizofizo
Re: *ROM* *7/7* *SsS-ROMv0203* *WM6.5(23003.5.0.60)* *Rhodium Manila* *EzInput2.0* *U

Quote:
Originally Posted by deck View Post
v0203 standard and stuffed have been released. Please check post #1.

-deck
Woo hoo! Though before I update, does this build have .NET 3.5 in it?
Reply With Quote
  #1317 (permalink)  
Old 07-07-2009, 11:49 PM
tgmuhammad's Avatar
Regular 'Geeker
Offline
Pocket PC: Sprint HTC EVO 4G
Carrier: Sprint - SimplyEverything
Location: Chicago's Southside
 
Join Date: Mar 2008
Posts: 479
Reputation: 350
tgmuhammad is becoming a PPCGeeks regulartgmuhammad is becoming a PPCGeeks regulartgmuhammad is becoming a PPCGeeks regulartgmuhammad is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to tgmuhammad Send a message via AIM to tgmuhammad Send a message via MSN to tgmuhammad Send a message via Yahoo to tgmuhammad
Re: *ROM* *7/7* *SsS-ROMv0203* *WM6.5(23003.5.0.60)* *Rhodium Manila* *EzInput2.0* *U

Hey, Deck!

I didn't see an update in the change logs regarding v202-Stuffed. What's the difference between v121-Stuffed and v202-Stuffed?

EDIT: Nevermind, I see you've posted v203-Stuffed and Standard.
__________________
~TamikoGenee'
My Device: Samsung Galaxy Note II; My Carrier: Verizon
Retired: HTC Mogul, HTC Touch Pro, HTC Touch Pro 2, HTC Evo 4G, Samsung Galaxy S
"If I've shared info that was helpful 2 U, it's always nice 2 get a Thank You!"

Last edited by tgmuhammad; 07-08-2009 at 12:16 AM.
Reply With Quote
  #1318 (permalink)  
Old 07-08-2009, 01:33 AM
djalbanian's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro (Sprint)
Carrier: Sprint
Location: Staten Island NY
 
Join Date: Feb 2009
Posts: 177
Reputation: 55
djalbanian is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to djalbanian
Re: *ROM* *7/6* *SsS-ROMv0202* *WM6.5(23003.5.0.60)* *Rhodium Manila* *EzInput2.0* *U

Quote:
Originally Posted by one0one951 View Post
Are you looking in the start menu settings or in the Manilla settings? I have the option to disable the rotation in the Manilla settings.
Where is the manilla settings? i cant find it anywhere
Reply With Quote
  #1319 (permalink)  
Old 07-08-2009, 01:38 AM
ucla107's Avatar
Lurker
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
 
Join Date: Apr 2007
Posts: 3
Reputation: 0
ucla107 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: *ROM* *7/7* *SsS-ROMv0203* *WM6.5(23003.5.0.60)* *Rhodium Manila* *EzInput2.0* *U

has anyone edited the contact card by clicking on someone's name and "Edit contact"... that screen doesn't seem to scroll, and i had to end up going back in to the winmo contact to edit something...

is there a fix for that?
Reply With Quote
  #1320 (permalink)  
Old 07-08-2009, 01:52 AM
psyki's Avatar
VIP Member
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Sprint
Location: Seattle
 
Join Date: Feb 2009
Posts: 1,346
Reputation: 9015
psyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the communitypsyki is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: *ROM* *7/7* *SsS-ROMv0203* *WM6.5(23003.5.0.60)* *Rhodium Manila* *EzInput2.0* *U

Quote:
Originally Posted by ucla107 View Post
has anyone edited the contact card by clicking on someone's name and "Edit contact"... that screen doesn't seem to scroll, and i had to end up going back in to the winmo contact to edit something...

is there a fix for that?
Unfortunately the only way to fix that is to use an older version of the contact card.
__________________


Like my work? Hit
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro > CDMA TP Development


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 03:50 AM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com