View Single Post
  #10855 (permalink)  
Old 11-09-2009, 09:37 PM
mwalt2's Avatar
mwalt2
VIP Member
Offline
 
Join Date: Apr 2007
Posts: 1,759
Reputation: 5415
mwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ 10-22 ][ v4.1 ][ 6.5.1 / 6.5 / 6.1 ] Calkulin's Visual HTC Kitchen & ROMs

Quote:
Originally Posted by omnicronx View Post
Will a CFC version really make that big of a difference? I think its going to need more than this alone. I've started to figure out what dependencies I can remove (all we got was a giant ext package zip and nobody really knows what is/is not needed), and so far I have 35M free with everything working. I also wonder if there is a way to remove footprints completely. It takes up almost 15M (including the engine, screen etc..) and the camera app for it only works with leo, so we can't make new entries anyways (ie its pretty much useless right now). With footprints removed that would be almost 50M, which is more than enough for a stable ROM.

I did try NRG's version, but he has around 4M remaining, which is obviously unusable.
You can remove footprints by doing the following.
1) make an app.reg and place it after all of the manila packages (ie in zTweaks folder) and put the following in it. You can see that I've removed ("Enable"=dword:000000000) Footprints and Twitter in my example. I am not sure if you have to have the order correct with disabled ones at the end...that's just what I did and it worked.
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration]

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\0]
"Enable"=dword:00000001
"PageName"="Manila://home.page"
"Title"="[[IDS_HOMETITLE]]"

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

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

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

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

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

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

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

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

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

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

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\11]
"Enable"=dword:00000000
"PageName"="Manila://twitter.page"
"Title"="[[IDS_TWITTER]]"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\12]
"Enable"=dword:00000000
"PageName"="Manila://footprints.page"
"Title"="[[IDS_FOOTPRINTS_TITLE]]"
2. Edit 26948339_manila with a text editor (think it's .xml file). Delete the footprints section and fix Page Order numbering. This is so manila does not search for the footprints tab from what I've read.

3. Don't cook in footprints
Reply With Quote
This post has been thanked 2 times.