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 2 > CDMA TP2 Development
Register Community Search

Notices


View Poll Results: Which Windows Mobile Version of BigMaxSense ROM Do You Use?
Windows Mobile 6.5 (21***) 88 26.99%
Windows Mobile 6.5.(x) (23***) 242 74.23%
Multiple Choice Poll. Voters: 326. You may not vote on this poll

Closed Thread
 
LinkBack Thread Tools Display Modes
  #541 (permalink)  
Old 05-31-2010, 06:14 PM
SLCMotor's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Verizon
Location: Salt Lake City, Utah
 
Join Date: Oct 2009
Posts: 156
Reputation: 565
SLCMotor knows their stuffSLCMotor knows their stuffSLCMotor knows their stuffSLCMotor knows their stuffSLCMotor knows their stuffSLCMotor knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to SLCMotor
Thumbs up How to backup maxsense

How to backup maxsense :



Open Task Manager and go to the Regedit (screen Task1) .
Go to HKCU or HKLM (screen Task1) .
Them go to one of the register key's mentioned in the code boxes (screen Task1) .
Now click and hold the key you want to backup till there come's a pop up screen (screen Task2) .
Then export the registry key (screen Task3)



To save your Quick Links that you use : ( Home\"*"] this is the number of the Quick link) there are 75 of them.

Code:

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Home\*]
"HomeServiceType"=dword:00000000
"IsReadOnly"=dword:00000000
"Index"=dword:00000000
"ContactFavorType"=dword:00000000
"ContactOid"=""
"ExePath"=""
"IconPath"=""
"DispName"=""
"IsSet"=dword:00000000
"IsNeedRefresh"=dword:00000000

To save the maxsense settings :

Code:
[HKEY_CURRENT_USER\Software\HTC\Manila]
"Max_CalendarPath"=""
"Max_CalendarArg"=""
"Max_BatteryArg"=""
"Max_BatteryPath"=""
"Max_MessagingPath"=""
"Max_MessagingArg"=""
"Max_EmailPath"=""
"Max_EmailArg"=""
"Max_BacklightPath"=""
"Max_BacklightArg"=""
"Max_TasksPath"=""
"Max_TasksArg"=""
"Max_TaskMgrPath"=""
"Max_TaskMgrArg"=""
"Max_WallMode"=dword:00000000
"Max_QuickLinksMode"=dword:00000002
"Max_HideIconFrames"=dword:00000000
"Max_HideEmptyShortcuts"=dword:00000000
"Max_DefaultShortcutPage"=dword:00000002
"Max_SelectorGrid"=dword:00000001
"Max_LSKPath"=""
"Max_LSKArg"=""
"Max_BT"=dword:00000000
"Max_CDMA"=dword:00000000

To save your Widgets :

Code:
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ DC] (Digital clock)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ AC] (Analog Clock)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ WT] (Weather)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ MP] (Music Player)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ FC] (Favorite Contacts)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ IS] (Internet Search)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ CA] (Call Appointments)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ CH]
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ SMS] (SMS)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ ML]
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ DP]
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ BLA] (Black Panel)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ SC] (Slide Clock)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ QLA] (Quick links on home screen)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ QLB] (Quick links on home screen)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ QLC] (Quick links on home screen)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ WF] (WiFi)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ BT] (Blue-tooth)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ RD] (Phone Radio)
@=""



FAQ.

1) Q: "Can you remove or hide placeholders"
A: yes you can , you have to edit the registry . [HKEY_CURRENT_USER\Software\HTC\Manila] to :

""Max_QuickLinksMode"=dword:00000002

"Max_HideIconFrames"=dword:00000001

"Max_HideEmptyShortcuts"=dword:00000001"

Courtesy of ceesheim
__________________
Safety is no accident!
This post has been thanked 2 times.
  #542 (permalink)  
Old 05-31-2010, 06:30 PM
bignadad's Avatar
Cotton Pickin' Mod
Offline
Pocket PC: Droid X
Carrier: Verizon aka VZW aka BigRed
Threadstarter
Location: Bville, SC
 
Join Date: Jan 2009
Posts: 2,328
Reputation: 18810
bignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to bignadad Send a message via Yahoo to bignadad Send a message via Skype™ to bignadad
Re: How to backup maxsense

Quote:
Originally Posted by SLCMotor View Post
How to backup maxsense :



Open Task Manager and go to the Regedit (screen Task1) .
Go to HKCU or HKLM (screen Task1) .
Them go to one of the register key's mentioned in the code boxes (screen Task1) .
Now click and hold the key you want to backup till there come's a pop up screen (screen Task2) .
Then export the registry key (screen Task3)



To save your Quick Links that you use : ( Home\"*"] this is the number of the Quick link) there are 75 of them.

Code:

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Home\*]
"HomeServiceType"=dword:00000000
"IsReadOnly"=dword:00000000
"Index"=dword:00000000
"ContactFavorType"=dword:00000000
"ContactOid"=""
"ExePath"=""
"IconPath"=""
"DispName"=""
"IsSet"=dword:00000000
"IsNeedRefresh"=dword:00000000

To save the maxsense settings :

Code:
[HKEY_CURRENT_USER\Software\HTC\Manila]
"Max_CalendarPath"=""
"Max_CalendarArg"=""
"Max_BatteryArg"=""
"Max_BatteryPath"=""
"Max_MessagingPath"=""
"Max_MessagingArg"=""
"Max_EmailPath"=""
"Max_EmailArg"=""
"Max_BacklightPath"=""
"Max_BacklightArg"=""
"Max_TasksPath"=""
"Max_TasksArg"=""
"Max_TaskMgrPath"=""
"Max_TaskMgrArg"=""
"Max_WallMode"=dword:00000000
"Max_QuickLinksMode"=dword:00000002
"Max_HideIconFrames"=dword:00000000
"Max_HideEmptyShortcuts"=dword:00000000
"Max_DefaultShortcutPage"=dword:00000002
"Max_SelectorGrid"=dword:00000001
"Max_LSKPath"=""
"Max_LSKArg"=""
"Max_BT"=dword:00000000
"Max_CDMA"=dword:00000000

To save your Widgets :

Code:
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ DC] (Digital clock)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ AC] (Analog Clock)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ WT] (Weather)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ MP] (Music Player)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ FC] (Favorite Contacts)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ IS] (Internet Search)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ CA] (Call Appointments)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ CH]
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ SMS] (SMS)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ ML]
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ DP]
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ BLA] (Black Panel)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ SC] (Slide Clock)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ QLA] (Quick links on home screen)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ QLB] (Quick links on home screen)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ QLC] (Quick links on home screen)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ WF] (WiFi)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ BT] (Blue-tooth)
@=""

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Max\Widget_ RD] (Phone Radio)
@=""



FAQ.

1) Q: "Can you remove or hide placeholders"
A: yes you can , you have to edit the registry . [HKEY_CURRENT_USER\Software\HTC\Manila] to :

""Max_QuickLinksMode"=dword:00000002

"Max_HideIconFrames"=dword:00000001

"Max_HideEmptyShortcuts"=dword:00000001"

Courtesy of ceesheim
@SLC - Add this to your post on page 1
Thanks!
__________________


  #543 (permalink)  
Old 05-31-2010, 06:32 PM
bignadad's Avatar
Cotton Pickin' Mod
Offline
Pocket PC: Droid X
Carrier: Verizon aka VZW aka BigRed
Threadstarter
Location: Bville, SC
 
Join Date: Jan 2009
Posts: 2,328
Reputation: 18810
bignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to bignadad Send a message via Yahoo to bignadad Send a message via Skype™ to bignadad
Re: {BiGnAdAd ROM} ☼ BigMaxSense ROM ☼ The Quickest Most Cutomizable Manila Experienc

i saw someone posted that they successfully installed Opera 10 on this ROM.. could you upload that? Thanks
  #544 (permalink)  
Old 05-31-2010, 06:37 PM
bignadad's Avatar
Cotton Pickin' Mod
Offline
Pocket PC: Droid X
Carrier: Verizon aka VZW aka BigRed
Threadstarter
Location: Bville, SC
 
Join Date: Jan 2009
Posts: 2,328
Reputation: 18810
bignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to bignadad Send a message via Yahoo to bignadad Send a message via Skype™ to bignadad
Re: {BiGnAdAd ROM} ☼ BigMaxSense ROM ☼ The Quickest Most Cutomizable Manila Experienc

Uploading the rest of the BigMaxSense Stock ROMs now...

This theme is what MaxSense looks like "out of the box"
The ROM is based on my Color ROM

I know page one is a little confusing, plan on fixing tomorrow

ALSO

Cooking a WinMo 6.5 (21901) RIGHT NOW!!
Speed might be even better!! We will see..

Going to release to beta testers tonight or tomorrow AM.. will post in next few days, IF ALL GOES WELL...
This post has been thanked 2 times.
  #545 (permalink)  
Old 05-31-2010, 06:40 PM
pavanmaverick's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
 
Join Date: Aug 2008
Posts: 125
Reputation: 410
pavanmaverick is becoming a PPCGeeks regularpavanmaverick is becoming a PPCGeeks regularpavanmaverick is becoming a PPCGeeks regularpavanmaverick is becoming a PPCGeeks regularpavanmaverick is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: {BiGnAdAd ROM} ☼ BigMaxSense ROM ☼ The Quickest Most Cutomizable Manila Experienc

And a WinMo 6.1 too? Please?
  #546 (permalink)  
Old 05-31-2010, 06:48 PM
bignadad's Avatar
Cotton Pickin' Mod
Offline
Pocket PC: Droid X
Carrier: Verizon aka VZW aka BigRed
Threadstarter
Location: Bville, SC
 
Join Date: Jan 2009
Posts: 2,328
Reputation: 18810
bignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation levelbignadad can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to bignadad Send a message via Yahoo to bignadad Send a message via Skype™ to bignadad
Re: {BiGnAdAd ROM} ☼ BigMaxSense ROM ☼ The Quickest Most Cutomizable Manila Experienc

Quote:
Originally Posted by pavanmaverick View Post
And a WinMo 6.1 too? Please?
Can you, or anyone else, recommenced a particular build?
  #547 (permalink)  
Old 05-31-2010, 07:04 PM
aamon17's Avatar
Regular 'Geeker
Offline
Pocket PC: Droid X
Carrier: Verizon
Location: Glen Allen, VA
 
Join Date: Nov 2006
Posts: 368
Reputation: 505
aamon17 knows their stuffaamon17 knows their stuffaamon17 knows their stuffaamon17 knows their stuffaamon17 knows their stuffaamon17 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to aamon17
Re: {BiGnAdAd ROM} ☼ BigMaxSense ROM ☼ The Quickest Most Cutomizable Manila Experienc

Big, 1st let me say this ROM is incredible. I'm not seeing most of the "issues" that are being reported, save a couple. Thank you. A donation is on the way.

I do have a question about "Windows Default" missing from the Today Items choices. I like to run TFDetacher with Titanium loaded @ boot to give me more free ram, allowing my TTS voices to run in iGo8. . . . I see the option in the registry under HKLM->Software->Microsoft->Today->Items->"Windows Default"->and changed the "enable" D-word from 0 to 1 . . . But, it does nothing after reset, never showing up on the tab. There are also no other values listed there for the option.

Can "Windows Default"/Titanium be added back in the ROM? Maybe with a cab?
__________________
Current: Verizon Droid X
- Former Verizon Touch Pro 2
-- Former Verizon Samsung Omnia I910
---- Former Verizon XV6700
This post has been thanked 1 times.
  #548 (permalink)  
Old 05-31-2010, 09:08 PM
pavanmaverick's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
 
Join Date: Aug 2008
Posts: 125
Reputation: 410
pavanmaverick is becoming a PPCGeeks regularpavanmaverick is becoming a PPCGeeks regularpavanmaverick is becoming a PPCGeeks regularpavanmaverick is becoming a PPCGeeks regularpavanmaverick is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: {BiGnAdAd ROM} ☼ BigMaxSense ROM ☼ The Quickest Most Cutomizable Manila Experienc

Quote:
Originally Posted by bignadad View Post
Can you, or anyone else, recommenced a particular build?
I built a ROM with 21057 + Manila 2.5 + GTX, and it was performing like a champ. Very quick, no hangups, no resets and boots up with 105 Mb free RAM. I've been running it for a couple of weeks now, with no problems at all. Perhaps that would be a good one to build with MaxSense. In addition (per my previous thread comparing speeds) it was faster than an equivalent ROM with 23563.

Thanks again for indulging us. You, Max and the rest of the team absolutely rock

If you would like, I can build a 6.1 relatively barebones ROM with Calk's VK (which is what I've been using) and see how that works out? That might take some of the strain off you? On the other hand, I don't want to be stepping on any one's toes by suggesting that. So, if you think that might help (since it seems like 6.1 + MaxSense might have only a limited audience), please let me know.
  #549 (permalink)  
Old 05-31-2010, 09:44 PM
Young DC's Avatar
VIP Member
Offline
Pocket PC: DROID BIONIC / DROID RAZR
Carrier: VZW
 
Join Date: Aug 2008
Posts: 1,034
Reputation: 5135
Young DC is a trusted member of the communityYoung DC is a trusted member of the communityYoung DC is a trusted member of the communityYoung DC is a trusted member of the communityYoung DC is a trusted member of the communityYoung DC is a trusted member of the communityYoung DC is a trusted member of the communityYoung DC is a trusted member of the communityYoung DC is a trusted member of the communityYoung DC is a trusted member of the communityYoung DC is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: {BiGnAdAd ROM} ☼ BigMaxSense ROM ☼ The Quickest Most Cutomizable Manila Experienc

Quote:
Originally Posted by amw1972 View Post
I also would like to see a kitchen package for this...MaxSense...doesn't make sense for me to go back on a couple of programs of choice...and also...my preference of a keyboards. Being older...I like what I like. MaxSense is awesome...but seems to function and feel like Mobile Shell (so far). I actually liked the version that was on the first videos before the "complete" revamp.
+1 on the version that was on the first videos before the "complete" revamp

Quote:
Originally Posted by mbjr View Post
+1, mobile shell on steroids (not a fan of mobile shell myself). Would really like to see the original version come back to life. At least if the widjets would slide in from the sides we could use more than one. If you use multiples on a home screen, when you expand they over lap and are useless, to separate all of them on separate home screens, requires way to many finger swipes and pushes to be practical or efficient. I mean CHT is just smart, I think MaxSense has potential to be much more and if the beta group was not so limited to the praise everything you do group, public feedback could have helped steer this in the right direction? I AM NOT BASHING the chief or creator...just my opinion. I am completely aware of the hard work and intelligence involved with the project....just saying..
+1
the thing i was waiting on was the slide out widgets....
  #550 (permalink)  
Old 05-31-2010, 11:10 PM
Fioness's Avatar
Lurker
Offline
Pocket PC: htc touch pro 2
Carrier: Verizon
 
Join Date: May 2010
Posts: 4
Reputation: 0
Fioness is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: {BiGnAdAd ROM} ☼ BigMaxSense ROM ☼ The Quickest Most Cutomizable Manila Experienc

is there any way to have to today screen landscape? and to have the batt show the % of life left instead of the 4 bars
Closed Thread

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > CDMA TP2 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 11:20 AM.


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