Related
Hi,
I was just wondering if it's possible to create shortcuts to the different applications/services located in the settings section of the Tytn?? I'm trying to add some shortcuts to cLauncher, but the only applications I'm able to locate are those residing in the program section of the phone. Am I doing something wrong, or does this have be done programtically?
Thanks in advance!!
Mogg
You must connect your PDA to the PC with Activesync and then:
- in the desktop of the PC open a New Text Object
- write in the document one of the following string
- save the file as shortcut.lnk (where shortcut is the nome you want give to shortcut)
- copy the file on your PDA (for example in windows\start menu)
and you have the shortcut.
This are the strings (they are for wm2003 but many works also in wm2005)
Settings>Personal>Password>Password = 20#ctlpnl cplmain.cpl,1
Settings>Personal>Password>Hint = 22#ctlpnl cplmain.cpl,1,1
Settings>Personal>Owner Information>Identification = 20#ctlpnl cplmain.cpl,2
Settings>Personal>Owner Information>Notes = 22#ctlpnl cplmain.cpl,2,1
Settings>Personal>Owner Information>Options = 22#ctlpnl cplmain.cpl,2,2
Settings>System>Power>Main = 20#ctlpnl cplmain.cpl,3
Settings>System>Memory>Main = 20#ctlpnl cplmain.cpl,4
Settings>System>Memory>Storage Card = 22#ctlpnl cplmain.cpl,4,1
Settings>System>Memory>Running Programs = 22#ctlpnl cplmain.cpl,4,2 (usato come esempio più sopra)
Settings>System>About>Version = 20#ctlpnl cplmain.cpl,5
Settings>System>About>Device ID = 22#ctlpnl cplmain.cpl,5,1
Settings>System>About>Copyrights = 22#ctlpnl cplmain.cpl,5,2
Settings>System>Screen>General = 20#ctlpnl cplmain.cpl,7
Settings>System>Screen>Clear Type = 22#ctlpnl cplmain.cpl,7,1
Settings>System>Screen>Text Size = 22#ctlpnl cplmain.cpl,7,2
Settings>Personal>Input>Input Method = 20#ctlpnl cplmain.cpl,8
Settings>Personal>Input>Word Completion = 22#ctlpnl cplmain.cpl,8,1
Settings>Personal>Input>Options = 22#ctlpnl cplmain.cpl,8,2
Settings>Personal>Sounds & Notifications>Sounds = 20#ctlpnl cplmain.cpl,9
Settings>Personal>Sounds & Notifications>Notifications = 22#ctlpnl cplmain.cpl,9,1
Settings>System>Remove Programs = 21#ctlpnl cplmain.cpl,10
Settings>Personal>Menus>Start Menu = 21#ctlpnl cplmain.cpl,11
Settings>Personal>Menus>New Menu = 23#ctlpnl cplmain.cpl,11,1
Settings>Personal>Buttons>Program Buttons = 21#ctlpnl cplmain.cpl,12
Settings>Personal>Buttons>Up/Down Controls = 23#ctlpnl cplmain.cpl,12,1
Settings>Personal>Today>Appearance = 21#ctlpnl cplmain.cpl,13
Settings>Personal>Today>Items = 23#ctlpnl cplmain.cpl,13,1
Settings>Connections>Beam = 21#ctlpnl cplmain.cpl,15
Settings>System>Clock & Alarms>Time = 21#ctlpnl cplmain.cpl,16
Settings>System>Clock & Alarms>Alarms = 23#ctlpnl cplmain.cpl,16,2
Settings>Connections>Network Cards = 21#ctlpnl cplmain.cpl,17
Settings>System>Regional Settings>Region = 21#ctlpnl cplmain.cpl,18
Settings>System>Regional Settings>Number = 23#ctlpnl cplmain.cpl,18,1
Settings>System>Regional Settings>Currency = 23#ctlpnl cplmain.cpl,18,2
Settings>System>Regional Settings>Time = 23#ctlpnl cplmain.cpl,18,3
Settings>System>Regional Settings>Date = 23#ctlpnl cplmain.cpl,18,4
Settings>Connections>Connections>Task = 21#ctlpnl cplmain.cpl,19
Settings>Connections>Connection>Advanced = 23#ctlpnl cplmain.cpl,19,1
Settings>Personal>Phone>Phone = 21#ctlpnl cplmain.cpl,20
Settings>Personal>Phone>Services = 23#ctlpnl cplmain.cpl,20,1
Settings>Personal>Phone>Network = 23#ctlpnl cplmain.cpl,20,2
Settings>Personal>Phone>More = 23#ctlpnl cplmain.cpl,20,3
Settings>System>Certificates>Personal = 21#ctlpnl cplmain.cpl,22
Settings>System>Certificates>Root = 23#ctlpnl cplmain.cpl,22,1
Settings>Connections>Bluetooth>Mode = 21#ctlpnl cplmain.cpl,23
Settings>Connections>Bluetooth>Devices = 23#ctlpnl cplmain.cpl,23,1
If you have Total Commander in your PPC.
Duplicate any LNK file (eg copy 1 from folder A to folder B). Rename the extension from LNK to TXT. Open it (the Word software should open it) edit is as massi959 mentioned in the post before. Save. Rename it back to LNK. Done.
Thanks guys the *.lnk files did the trick
Mogg
Hi again,
I have a follow up question:
How can I extract the icons for the control panel applets? Now all my links are working fine in cLaunch, but I'm not able to locate the icons (default icons for the settings I've created shortcuts for)?
Thanks!
Mogg
If you want also to associate an icon to the created connection must download a set of icone, like this
http://www.gpcarreon.com/?p=14
Download the file, unzip and copy it into a folder named "icons" (for example) and then copy the folder in \Memory card\My documents (so you will have \Memory card\My Ducoments\icons)
Now you must add at the created command as mentioned above the following string "?\Memory Card\My Ducuments\icons\gpc.icons.exe,-9" (where -9 is the number of the icon you have chosen).
For example, a complete command will be therefore
22#ctlpnl cplmain.cpl,4,2?\Memory Card\My Documents\icons\gpc.icons.exe,-9
massi959 said:
If you want also to associate an icon to the created connection must download a set of icone, like this
http://www.gpcarreon.com/?p=14
Download the file, unzip and copy it into a folder named "icons" (for example) and then copy the folder in \Memory card\My documents (so you will have \Memory card\My Ducoments\icons)
Now you must add at the created command as mentioned above the following string "?\Memory Card\My Ducuments\icons\gpc.icons.exe,-9" (where -9 is the number of the icon you have chosen).
For example, a complete command will be therefore
22#ctlpnl cplmain.cpl,4,2?\Memory Card\My Documents\icons\gpc.icons.exe,-9
Click to expand...
Click to collapse
Thanks for this information!!! But what I really wanted to know is if it's possible to use the information (resources/icons) which I guess is already in the cplmain.cpl file, is this possible, or is my only option to use a set of icons which isn't already located on the device? (or just use the icons I can see while browsing the files on the device?)
Thanks agian
Mogg
massi959 said:
If you want also to associate an icon to the created connection must download a set of icone, like this
http://www.gpcarreon.com/?p=14
Download the file, unzip and copy it into a folder named "icons" (for example) and then copy the folder in \Memory card\My documents (so you will have \Memory card\My Ducoments\icons)
Now you must add at the created command as mentioned above the following string "?\Memory Card\My Ducuments\icons\gpc.icons.exe,-9" (where -9 is the number of the icon you have chosen).
For example, a complete command will be therefore
22#ctlpnl cplmain.cpl,4,2?\Memory Card\My Documents\icons\gpc.icons.exe,-9
Click to expand...
Click to collapse
Finally, Thanks!
mogg said:
Thanks for this information!!! But what I really wanted to know is if it's possible to use the information (resources/icons) which I guess is already in the cplmain.cpl file, is this possible, or is my only option to use a set of icons which isn't already located on the device? (or just use the icons I can see while browsing the files on the device?)
Thanks agian
Mogg
Click to expand...
Click to collapse
I know only these pointers for the icons in .cpl, but they do not work on TyTN (I suppose they are for wm2003 and wm2005 are different).
?\Windows\cplmain.cpl,-5001 (Warning)
?\Windows\cplmain.cpl,-5012 (HPC to desktop serial)
?\Windows\cplmain.cpl,-5013 (PPC to phone)
?\Windows\cplmain.cpl,-5014 (PPC to desktop)
?\Windows\cplmain.cpl,-5015 (PPC to cloud)
?\Windows\cplmain.cpl,-5020 Clock
?\Windows\cplmain.cpl,-5040 Owner Information
?\Windows\cplmain.cpl,-5050 Power
?\Windows\cplmain.cpl,-5060 (Windows logo over PPC)
?\Windows\cplmain.cpl,-5065 About
?\Windows\cplmain.cpl,-5067 Memory
?\Windows\cplmain.cpl,-5068 Regional Settings
?\Windows\cplmain.cpl,-5070 Backlight
?\Windows\cplmain.cpl,-5075 Contrast
?\Windows\cplmain.cpl,-5080 Screen
?\Windows\cplmain.cpl,-5095 Beam
?\Windows\cplmain.cpl,-5110 Sounds & Notifications
?\Windows\cplmain.cpl,-5131 (Generic Application window)
?\Windows\cplmain.cpl,-5132 (Blank)
?\Windows\cplmain.cpl,-5140 Input
?\Windows\cplmain.cpl,-5150 Menus
?\Windows\cplmain.cpl,-6000 Password
?\Windows\cplmain.cpl,-6100 Remove Programs
?\Windows\cplmain.cpl,-6200 Buttons
?\Windows\cplmain.cpl,-6300 Today
?\Windows\cplmain.cpl,-6400 (Phone handset)
?\Windows\cplmain.cpl,-6500 (Password again)
?\Windows\cplmain.cpl,-7024 (PPC to phone again)
?\Windows\cplmain.cpl,-7025 (PPC to cloud again)
?\Windows\cplmain.cpl,-7026 (PPC disconnected from cloud, with red zig-zag)
?\Windows\cplmain.cpl,-7030 (PPC connected to sqaure suzzle piece)
?\Windows\cplmain.cpl,-7071 (PPC connected to world)
?\Windows\cplmain.cpl,-7140 Connections
Hi,
These are great shortcuts. Is is possible to write a command line string that will link to the main control panel 'personal' tab? I don't want to open a specific applet, but just want to browse the control panel.
Thanks
Jake
Shortcut for password function
Hi massi959,
Is there a way to make a shortcut for the password function (as opposed to password settings)? I just want the password screen to come up when I tap on the link. Using the password settings link does lock the screen on demand but it also brings up the settings window each time the screen is unlocked (some people may actually find this functionality useful). I just want to activate the password lock on demand.
Thanks!
Hey anybody know how i can create shortcut to open start menu.
can somebody tell how to make a shortcut in system tray?
massi959 said:
Settings>Personal>Sounds & Notifications>Notifications = 22#ctlpnl cplmain.cpl,9,1
Click to expand...
Click to collapse
How can I achieve that AND also focus on a specific notification, like "New IM" or "Phone ring" or whatever?
anyone know how to create internet connection shortcut?
Hello
anyone know how to turn on bluetooth stereo shortcut?
thankx
Thanks a lot, very helpful posting!
So long, -ULISSES-
I Phone Theme for Windows mobile 5
I have followed the steps given in pdf document http://www.mediafire.com/?etah1xinxpy
but i am not getting ook and feel of I phd i mean i am not getting the interface what is shown please help
Rayan
the programs in extended memory an what they do?
I had some features under WM5 on my VPACII which i liked and would like to reinstall under WM6. So is there description of what which program does?
Thx in Advance.
If there isn't, i will make a list and we can guess, what the programs do
/edit
Got the list fropm the file 'Config.txt'. Other than that there is only an autorun.exe, an autorun.exe.0401.mui an the mentioned config.txt.
Here is the list:
Code:
LOCK:Enabled
CAB: \Extended_ROM\Signed_Version.sa.CAB
CAB: \Extended_ROM\Customize_Voda_DE.CAB
CAB: \Extended_ROM\Signed_DiscoButton_8.sa.CAB
CAB: \Extended_ROM\Signed_pIE_About.CAB
CAB: \Extended_ROM\Signed_PIE_DefaultEncode_UTF8.sa.CAB
CAB: \Extended_ROM\Signed_SMS_NoUnicode.sa.CAB
CAB: \Extended_ROM\Signed_Voda_Accoustic.sa.CAB
CAB: \Extended_ROM\Signed_Voda_Connection.sa.CAB
CAB: \Extended_ROM\Signed_Voda_Favorites.sa.CAB
CAB: \Extended_ROM\Signed_Voda_RemovePocketMSN.sa.CAB
CAB: \Extended_ROM\Signed_Voda_SecurityPolicy.sa.CAB
CAB: \Extended_ROM\P_Voda_SuspendResume.cab
CAB: \Extended_ROM\P_UA_Voda_Wizard.cab
CAB: \Extended_ROM\Signed_VMail_Voda_Wizard_Jan11.CAB
CAB: \Extended_ROM\P_Edge-Icon_Jan24_Wizard.cab
CAB: \Extended_ROM\P_DeviceName_VPAcompactII_Wizard.cab
CAB: \Extended_ROM\P_Call_unobtainable_Message_VFDE.sa.CAB
CAB: \Extended_ROM\P_Sound_NewEmail_NewSMS_VFDE.sa.CAB
CAB: \Extended_ROM\DisTimeStamp.CAB
CAB: \Extended_ROM\UXC_Theme_Vodafone.CAB
CAB: \Extended_ROM\UXC_Myinfo_Vodafone.CAB
CAB: \Extended_ROM\MP_Customization_VodaDE_Wizard(AKU2.0)_060303.CAB
CAB: \Extended_ROM\MP_CVSDcpl_20060220.cab
CAB: \Extended_ROM\MP-Shortcut-MMS1-JAVA5XX-CV-VOICE(T)-Voda-GER-060110.CAB
CAB: \Extended_ROM\MP_Ringtone_GER_050728.CAB
CAB: \Extended_ROM\MP_SmartDialing_enable_050915_signed.CAB
CAB: \Extended_ROM\MP_LocalizedVSDAPPButton_VODA_GER_060110.CAB
CAB: \Extended_ROM\MT_Contactpicker_SmartDialing_2_2_22954_20060310.CAB
CAB: \Extended_ROM\Signed_SL_Policies.sa.CAB
CAB: \Extended_ROM\T_284_332_CodePage_UTF8.sa.CAB
CAB: \Extended_ROM\T_ViewMode_Standard.sa.CAB
LOCK:Disabled
RST: Reset
To be precise: Under WM5, when sending a message, a confirm notification would pop up. I would like to have that feature back. Also, i was able to play midi files as ringtones. I found another way to enable it but it sounds horrifying. Network settings is not a problem since NBD has the Network Wizard.
/edit2
Found something, but in german: http://www.ppc-welt.info/community/showthread.php?t=80160
Ghostzapper
Hi Guys,
What do you think are the best registry edits on the TD2 and what do they do?
I have been looking through the old ones for the TD1 and i have been changing thinks like the GPS enable on the camera ETC.
Any good suggestions you might have to improve the TD2 experience would be gratefully appreciated
yah.like a compilation of regedits would be great along with its description
the only one I know if PHM regedit, it works fine with the D2
sk tools
sk tools...the best! cleanes , optimises,...the whole lot
i think he don't mean the best registry editor. He means the hack to do with the reg editor.
\\Yoshi
You're absolutely right
My bad
here i got some that i use. (credits go to the people who found them NOT ME)
Automatically lock your Diamond 2 (from way back in the daimond days)
HKEY_CURRENT_USER\ControlPanel\BackLight\AutoDevic eLockEnable from 0 to 1 and everytime your backlight goes off the device is locked
To basically use Manila in landscape mode, there are 3 registry mods needed:
1) Add string value to HKCU\Software\HTC\Manila
String: EnableLandscape Value: true
2. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\ModuleName
String: TF3D Value: \Windows\manila.exe
3. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
String: TF3D Value: Manila
To use Windows Explorer in landscape mode, there are 2 registry mods needed.
1. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\ModuleName
String: File Explorer Value: \Windows\fexplore.exe
(in dutch the string is called verkenner, value is the same)
2. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
String: File Explorer Value: FEXPLORE
(in dutch the string is called verkenner, value is the same)
To use Navigon MN|7 in landscape mode, there are 2 registry mods needed:
(works for tomtom to, watch that you use the correct path/.exe and name of tomtom----audio-FIX
1. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\ModuleName
String: Mobile Navigator Value: \Storage Card\Navigon\MobileNavigator.exe
2. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
String: Mobile Navigator Value: MobileNavigator
To use Excel Mobile in landscape mode, there are 2 registry mods needed.
1. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\ModuleName
String: Excel Mobile Value: \Windows\pxl.exe
2. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
String: Excel Mobile Value: pxl
To use Word Mobile in landscape mode, there are 2 registry mods needed.
1. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\ModuleName
String: Word Mobile Value: \Windows\pword.exe
2. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
String: Word Mobile Value: pword
Dear All,
How to remove or delete the new key from PHM Registry Editor? Thank you.
Autolock
"Automatically lock your Diamond 2 (from way back in the daimond days)
HKEY_CURRENT_USER\ControlPanel\BackLight\AutoDevic eLockEnable from 0 to 1 and everytime your backlight goes off the device is locked"
When I do this my device locks itself automatically after few secons even though I've set the backlight to go off after 30 seconds. Does anybody have a solution that can handle this problem?
thanks!
Code:
Manila Home softkeys:
HKLM\Software\HTC\Manila
String HomeLSKArguments //app argument, optional
String HomeLSKPath //app path
String HomeLSKText //left softkey text
String HomeRSKArguments //same, but for key on right side
String HomeRSKPath
String HomeRSKText
koehl said:
Dear All,
How to remove or delete the new key from PHM Registry Editor? Thank you.
Click to expand...
Click to collapse
Just hold the stylus on the string and the menu will appear.
real187 said:
To basically use Manila in landscape mode, there are 3 registry mods needed:
1) Add string value to HKCU\Software\HTC\Manila
String: EnableLandscape Value: true
2. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\ModuleName
String: TF3D Value: \Windows\manila.exe
3. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
String: TF3D Value: Manila
Click to expand...
Click to collapse
You mean that after this hack Manilla will auto-rotate according to its orientation, or will it PERMANENTLY be in landscape mode?
Joopvan said:
"Automatically lock your Diamond 2 (from way back in the daimond days)
HKEY_CURRENT_USER\ControlPanel\BackLight\AutoDevic eLockEnable from 0 to 1 and everytime your backlight goes off the device is locked"
When I do this my device locks itself automatically after few secons even though I've set the backlight to go off after 30 seconds. Does anybody have a solution that can handle this problem?
thanks!
Click to expand...
Click to collapse
please correct your times one more at the battery settings (advanced).
jcan said:
You mean that after this hack Manilla will auto-rotate according to its orientation, or will it PERMANENTLY be in landscape mode?
Click to expand...
Click to collapse
it wil rotate according to the orientation, only one side (270deg. i think) !!
real187 said:
To use Navigon MN|7 in landscape mode, there are 2 registry mods needed:
(works for tomtom to, watch that you use the correct path/.exe and name of tomtom----audio-FIX
1. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\ModuleName
String: Mobile Navigator Value: \Storage Card\Navigon\MobileNavigator.exe
2. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
String: Mobile Navigator Value: MobileNavigator
Click to expand...
Click to collapse
I can't get this to work for TomTom, basically I have :
1. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\ModuleName
String: Mobile Navigator Value: \Program Files\Navigator\TomTom Audio Fix.exe
2. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
String: Mobile Navigator Value: TomTom Audio Fix
Not sure what is wrong here.
I think you have to add tomtom itself instead of the audio fix, because the audio fix loads the tomtom app.
[Edit] Just read the previous post, apparently I'm wrong.
swinster said:
I can't get this to work for TomTom, basically I have :
1. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\ModuleName
String: Mobile Navigator Value: \Program Files\Navigator\TomTom Audio Fix.exe
2. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
String: Mobile Navigator Value: TomTom Audio Fix
Not sure what is wrong here.
Click to expand...
Click to collapse
I use a program called changescreen, it auto rotates by default but you can specifiy which apps you don't want to rotate. This works for TomTom + everything else. I didn't want to have to use an app to rotate, I'd rather have the phone take care of it but the rotate implementation on the D2 is pretty half-arsed. The reason I have to use this is because I'm left handed and tilt clockwise, htc in their infinite wisdom only tilts anticlockwise, for right handed people.
real187 said:
please correct your times one more at the battery settings (advanced).
it wil rotate according to the orientation, only one side (270deg. i think) !!
Click to expand...
Click to collapse
Tried it, but doesn't seem to work... :-(
swinster said:
I can't get this to work for TomTom, basically I have :
1. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\ModuleName
String: Mobile Navigator Value: \Program Files\Navigator\TomTom Audio Fix.exe
2. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
String: Mobile Navigator Value: TomTom Audio Fix
Not sure what is wrong here.
Click to expand...
Click to collapse
For TomTom 7, take a look here : http://forum.xda-developers.com/showthread.php?t=524473
That's works with or without tomtom audio fix ;-) !
But if you don't install audio fix... audio... will not be good !!!
Enjoy...
jcan said:
Tried it, but doesn't seem to work... :-(
Click to expand...
Click to collapse
works for me perfectly, when i change the settings is uses that settings.
do you have any third-party apps installed?
swinster said:
I can't get this to work for TomTom, basically I have :
1. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\ModuleName
String: TomTom Navigator Value: \Program Files\Navigator\TomTom Navigator.exe
2. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
String: TomTom Navigator Value: use name of process of the post above.
Not sure what is wrong here.
Click to expand...
Click to collapse
sorry i never tested this, i use G-sensor works for almost everything.
use settings above, this wil work i tried it.
infoman68 said:
For TomTom 7, take a look here : http://forum.xda-developers.com/showthread.php?t=524473
That's works with or without tomtom audio fix ;-) !
But if you don't install audio fix... audio... will not be good !!!
Enjoy...
Click to expand...
Click to collapse
Dear Real187, you could put directly process name for tom tom 7... but... thanks !!!
So, the right process name in WhiteList is : MunichWinClass
Main reason for this thread (hope it will get sticky):
I want to get a overview (content and dependencies in manila 2.5 for cooks).
some pkgs are self-explaining but some aren't.
Please share your knowledge in this thread. I will update it.
added some very useful registry tweaks too (below).
AdobePDF - adobe pdf reader (needed for manila with doc-tab)
AdvancedNetwork - advanced network?
aGPS_Confirmation - agps confirmation?
Album - htc album (could find a better image viewer (Resco's) and substitute Album.exe with VJBrisk)
AppointmentEditor - appointment editor (removable?)
App_Service - application service (needed by messaging?)
Audio_Booster - audiobooster (removable)
Audio_Manager_Engine (not removable)
BCR_WWE - world card mobile (removable)
Bing - bing search engine (removable)
BluetoothSetting - bluetooth settings?
Boot_Launcher - boot launcher?
BrowserSnapshot - browser snapshot (manila internet-tab preview screenshot?)
Calculator - calculator (removable)
Camera - camera (not removable)
ClearStorage - clear storage (device-hard-reset) removable?
CMBandSwitching - advanced settings page (removable?)
CMCallBarring - advanced settings page (removable?)
CMCallerID - advanced settings page (removable?)
CMCallForwarding - advanced settings page (removable?)
CMCallWaiting - advanced settings page (removable?)
CMInternetSharing - advanced settings page (removable?)
CMPhoneVMSetting - advanced settings page (removable?)
CMPhone - advanced settings page (removable?)
CMPin - advanced settings page (removable?)
CommManager - commmanager (removable?)
Concurrence_Mgr - concurrence-manager (removable?)
ConnectionSetup - data-connection-setup (can be replaced by adc windows connection setup)
Contact_Picker - contact picker (facebook-contact-link?)
Contact_Utility_Engine - contact utility engine (removable?)
DataDisconnect - data disconnect (not removable)
DelWMPTempFolder - delete wmp temp folder removes microsoft sample pics/movies (removable)
DeviceInfo - device-info (not removable, used by manila)
DigitalCompass - digital compass (needs HTC Sense + GoogleMaps to work unless substituted with surrogates: djet made 2 OEM Packages
DiscretixDRM - discretix drm (digital rights management, not removable)
DRM_Middleware - digital rights management middleware (not removable)
Dshow - direct show drivers (not removable, used for media playback)
Email_Setup_Wizard
ExtNewPhoneSetting
Facebook_Engine
Field_T_e_s_t
FlashLiteShareDLL - needed for a working IME_Tutorial
FM_Radio
Footcam
FootprintsThumbViewer
FootPrintsVE
Footprints_Engine
FormatSD
Full_Screen_Player
GoogleLocationService
GPS_Copilot - removable (copilot demo)
GPS_GMM - removable (needed for Compass to set location unless substituted djet's pkg)
GroupEditor
G_Sensor_Calibrator
HTCAnimation
HTCApplication
HTCBirthday
HTCBookmark
HTCFDN
HTCFont_Link
HTCFramework - needed for manila style interface options
HTCGeoService
HTCMessage
HTCMessaging_Client - removable, but needed for MMS to work (maybe a workaround is present).
HTCNaviMgr
HTCScroll
HTCSettings
HTCStartUp
HTCUtil
IE6Enhancement
IME_Engine_Western - main keybord engine
IME_EzInput_Western - main keybord package
IME_Tutorial - tutorial on how to use the keyboard (needed for a full working OOBE)
InvokeSIMMgr
Java_JblendPackage - jblend/java (removable)
JETCET_Print - print tool (removable)
LEO_ConnectionSetup_WVGA
LEO_Java_JblendPackage_2_1_WVGA
LEO_LockScreenAppLauncher_Default_Skin
LEO_SimContactImport_WVGA
LockScreenAppLauncher
Long_Press_End_Key
Manila_Calendar - Manila Calendar-tab
Manila_Core - Manila core components (manila.exe and mode9.dll adjustments needed when cfc-compressing all manila-pkgs)
Manila_Documents - Only usable with according manila-core
Manila_Footprints - Manila footprints-tab
Manila_Home - Manila graphics (use according manila-core)
Manila_Internet - Manila internet-tab
Manila_Mail - Manila mail-tab
Manila_Message - Manila message-tab
Manila_Music - Manila music-tab
Manila_People - Manila people-tab
Manila_Photo - Manila photo-tab
Manila_Settings - Manila settings-tab
Manila_Stock - Manila stock-tab
Manila_Twitter - Manila twitter-tab
Manila_Weather - Manila weather-tab
Media_Tool_kit
Menu_Enhancement - enables large custom HTC context menus; removable; depends on Sense unless a setting applied:
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\HTCMenus]
"EnableManilaCheck"=dword:00000000
Message_Enhancement - adds finger-friendly experience to standard Windows Messaging app (removable)
mHub_VO
Microsoft_My_Phone - obsolete build, removable
MP3_Trimmer - MP3-trimming tool to create rings from songs (removable)
MS_Facebook - obsolete build, removable
Mute
MyCPL
NaviPanel - Navigation Panel (car-kit) - removable
NewMailAccount
New_Contact_Card
Notification_Enhancement - notifications + upper menubar enhancer; removable (ntconfig.dll has to be a file)
OOBE - First installation wizard/guide
Opera_Browser - removable
PhoneSetting
Phone_Canvas_Enhancement - (manila-call-links wont work once removed)
Picture_Enhancement
PKG
PowerOffWarning
Power
Quick_GPS - quickgps
Random_Access
Redial
Resource_Proxy
Ringtone_Plugin
RSSHub
RunCC - Inst. procedure background and progress-bar
Sensor_SDK - g-sensor whitelist (needed)
Settings_Improvement
SharedResource - needed for a full working IME_EzInput
Shared_Modules - needed for a full working IME_EzInput
SignatureReplace
SimContactImport
SimLock
SIM_Mgr - sim-manager
Social_Networks_Engine - twitter and youtube engine (maybe need facebook engine too)
StartIconLoader - package according to manila-version needed
STK_Service - sim-manager-service
STK_UIPPC
StorageLow - storage low warning
Streaming_Media
Streaming_SDK
TaskBarIconMgr - taskbar icon manager
Teeter - teeter (game) not needed
Text_Selection
TimeZoneAutoFix - sync date and time
USB_To_PC_Pop_Up - usb to pc pop up
USSD_Service
VBookmarkMgr - IE6 finger-friendly bookmark manager
Voice_Recorder - voice recorder (not needed)
Volume_Control - volume control (not needed)
Wi-FiWizard - wifi setup wizard
WiFiSettings
WLANSettings
YouTube - youtube-client (not needed)
zlibce - zlib binaries (needed)
Reserved2.....
reserved 2....
Reg-Tweaks:
keep audio-booster running :
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\AudioManager_Eng\Config]
"enter_suspend"=dword:00000000
e-mail and attachments to storage card instead of phone-memory:
Code:
[HKEY_LOCAL_MACHINE\System\Inbox\Settings]
"PropertyPath"="Storage Card\E-Mails"
"AttachPath"="Storage Card\E-Mails\Attachments"
change boot-sound and boot-gif:
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\HTCAnimation]
"StartupGif"="\\Windows\\LEO_animated.gif"
"StartupWav"="\\Windows\\HTC-QuietlyBrilliantBoot.wav"
enable "disable data connection" (only usable if you exclude notification enhancement:
Code:
[HKEY_LOCAL_MACHINE\ControlPanel\Phone]
"Flags2"=dword:00000010
enable gprs-edge icon:
Code:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\RIL]
"EnableDifferGprsEdgeIcon"=dword:00000001
enable cleartype in landscape (not needed for hd2 since it uses greyscale-fonts):
Code:
[HKEY_LOCAL_MACHINE\System\GDI\ClearTypeSettings]
"OffOnRotation"=dword:00000000
disable SQM:
Code:
[HKEY_LOCAL_MACHINE\System\SQM]
"Enable"=dword:00000000
"EnableUI"=dword:00000000
disable customer feedback:
Code:
[HKEY_LOCAL_MACHINE\ControlPanel\Customer Feedback]
"Redirect"="ceipui.exe"
"Group"=dword:00000001
"Hide"=dword:00000001
disable error report:
Code:
[HKEY_LOCAL_MACHINE\System\ErrorReporting\DumpSettings]
"DumpEnabled"=dword:00000000
[HKEY_LOCAL_MACHINE\ControlPanel\ErrorReporting]
"Hide"=dword:00000001
hide sim-contacts:
Code:
[HKEY_CURRENT_USER\ControlPanel\Phone]
"ShowSIM"=dword:00000000
disable sms-wakeup-device:
Code:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\RIL]
"DisableSMSWakeUpEvent"=dword:00000000
end active call without delay:
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\Phone\PhoneExtendSetting]
"EndCallTime"=dword:00000000
enable magnifier:
Code:
[HKEY_LOCAL_MACHINE\System\GWE\MAGNIFIER]
"Enable"=dword:00000001
sound alarm always:
Code:
[HKEY_LOCAL_MACHINE\Microsoft\Clock]
"SoundAlarmAlways"=dword:00000001
Opera Tweaks:
Code:
[HKEY_LOCAL_MACHINE\Software\Opera\Prefs\Disk Cache]
"Size"=dword:00002710 (Cache 10MB, was 4MB)
[HKEY_LOCAL_MACHINE\Software\Opera\Prefs\Adaptive Zoom]
"Default Zoom"=dword:00000064 (Zoom 100%, was 175%)
"Virtual Screen Width"=dword:00000400 (1024px, was 800px)
[HKEY_LOCAL_MACHINE\Software\Opera\Info]
"ZoomFPS"=dword:00000032 (50fps, was 25fps)
"PanFPS"=dword:0000001E (30fps, was 25fps)
[HKEY_LOCAL_MACHINE\Software\Opera\Prefs\User Prefs]
"Maximum Allowed Tabs"=dword:00000009 (was 3)
[HKEY_LOCAL_MACHINE\Software\Opera\MemoryLimits]
"HeapLimit"=dword:04600000 (was half value)
"AllocLimit"=dword:04300000 (was half value)
"mmap_reserve_size"=dword:01400000 (was half value)
"sbrk_reserve_size"=dword:02F00000 (was half value)
"memory_heap_threshold_size"=dword:00020000 (was half value)
[HKEY_LOCAL_MACHINE\Software\Opera\Preload]
"RealExit"=dword:00000001 (close opera on exit)
Deps:
Digital Compass needs HTC Sense + GoogleMaps to work unless substituted with surrogates: I've made 2 OEM Packages
Packages:
Album - htc album (not removable)
Click to expand...
Click to collapse
Why not? One could find a better image viewer (Resco's) and substitute Album.exe with VJBrisk.
HTCMessaging_Client - removable, but needed for MMS to work (maybe a workaround is present).
PS: Maybe a second thread for registry tweaks? It's a completely different topic.
GDI/Font Cache to 32MB:
[HKEY_LOCAL_MACHINE\System\GDI\GLYPHCACHE]
"limit0"=dword:00080000
"limit"=dword:00080000
Click to expand...
Click to collapse
Click to expand...
Click to collapse
File-system Cache to 4MB:
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"CacheSize"=dword:00001000
"EnableCache"=dword:00000001
Click to expand...
Click to collapse
Increase FileSystem filter cache
[HKEY_LOCAL_MACHINE\System\StorageManager\Filters\fsreplxfilt]
"ReplStoreCacheSize"=dword:00020000
Click to expand...
Click to collapse
Permanently removing HTC shortcuts from Startmenu:
[HKEY_CURRENT_USER\Software\HTC\Manila]
"IsShortcutEnable"=dword:00000000
Click to expand...
Click to collapse
Permanent link "All settings" in Startmenu:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo]
"HideSettings"=dword:00000000
Click to expand...
Click to collapse
Speed up scrolling speed:
[HKEY_LOCAL_MACHINE\Software\HTC\HTCScroll]
"velocity_factor"=dword:00004e20
Click to expand...
Click to collapse
Speed-up web-page loading with enabling Wlan Draft N mode:
[HKEY_LOCAL_MACHINE\Comm\BCMSDDHD1\Parms]
"11nModeDisable"=dword:00000000
Click to expand...
Click to collapse
Increase Pollintervall from Battery
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Battery]
"PollInterval"=dword:00004E20
Click to expand...
Click to collapse
Enable Power Management for high capacity SD-Cards
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Class\SDMemory_Class\High_Capacity]
"DisablePowerManagement"=dword:00000000
Click to expand...
Click to collapse
Changing left Home-Key i.e. to Camera
[HKEY_LOCAL_MACHINE\Software\HTC\Manila]
"HomeLSKPath"="\Windows\Camera.exe"
"HomeLSKText"="Camera"
Click to expand...
Click to collapse
Increase Sense scrolling (from 10000 to 20000)
[HKEY_LOCAL_MACHINE\Software\HTC\HTCScroll]
"velocity_factor"=dword:00004E20
Click to expand...
Click to collapse
This turns off VSync in sense
[HKEY_LOCAL_MACHINE\Software\HTC\HTCMenus]
"EnableVSync"=dword:00000000
Click to expand...
Click to collapse
This changes the VideoMemory max heap from 16k to 32k
[HKEY_LOCAL_MACHINE\Drivers\Display]
"VMMaxHeapSize"=dword:02000000
Click to expand...
Click to collapse
Faster Keyboard Responsivness when Typing
[HKEY_CURRENT_USER\ControlPanel\Keybd]
"InitialDelay"=dword:00000064
Click to expand...
Click to collapse
These are mixed tweaks I found on XDA. Credits goes to i.e.
g.lewarne thread here http://forum.xda-developers.com/showthread.php?t=629388
tboy2000 thread here http://forum.xda-developers.com/showthread.php?t=583638
Thanks very much
This post is very useful。Thank you!!!!
Keybord dependencies
Very nice thread!
Here is the Keybord dependencies:
FlashLiteShareDLL (needed for a working IME_Tutorial)
HTCFramework (needed for manila style interface options)
IME_Engine_Western (main keybord package)
IME_EzInput_Western (main keybord package)
IME_Tutorial (tutorial on how to use the keyboard, needed for a full working OOBE)
Shared_Modules (needed for a full working IME_EzInput)
SharedResource (needed for a full working IME_EzInput)
OOBE Fist installation guide
Social_Networks_Engine - twitter and youtube engine (maybe need facebook engine too)
TimeZoneAutoFix sync date and time (need OOBE)
Fab985 said:
TimeZoneAutoFix sync date and time (need OOBE)
Click to expand...
Click to collapse
TimeZoneAutoFix work without OOBE in my Custom Rom!
No changes needed.
with friendly greet
starbase64
starbase64 said:
TimeZoneAutoFix work without OOBE in my Custom Rom!
No changes needed.
with friendly greet
starbase64
Click to expand...
Click to collapse
It worked stable w/o OOBE with my 1.61 ROM, but on 1.66 time/operator autodetect work only after second boot, sometimes it won't update time at all. Do you have some special settings?
GPS_Copilot - removable
GPS_GMM - removable (needed for Compass to set location unless substituted with my pkg)
Menu_Enhancement - enables large custom HTC context menus; removable; depends on Sense unless a setting applied:
[HKEY_LOCAL_MACHINE\Software\HTC\HTCMenus]
"EnableManilaCheck"=dword:00000000
Click to expand...
Click to collapse
Message_Enhancement - adds finger-friendly experience to standard Windows Messaging app; removable
Microsoft_My_Phone - obsolete build, removable
MP3_Trimmer - removable
MS_Facebook - obsolete build, removable
NaviPanel - removable
Notification_Enhancement - notifications + upper menubar enhancer; removable
Opera_Browser - removable
VBookmarkMgr - IE6 finger-friendly bookmark manager
Very useful thread should be a sticky.
thread updated.... share your knowledge for all xda-cooks please..
updated again.
please share your knowledge.
please also mention if a dll-module needs to be a file...
CMInternetSharing: Make your device a Wi-Fi access point. this works for Wi-Fi router
Updated some tweaks in my post above which might be useful.
OMG, missed this thread. Would have made things much easier... Thanks for this overview.
wow~~~ very good thread. thanks much
I am trying to remove parts of Manila and I managed to remove:
- Manila Internet
- Manila Mail
- Manila Messaging
- Manila Photo
- Manila Stock
- Manila Footprints
- Footcam
- Footprints Engine
- Footprints ThumbViewer
- Footprints VE
- Manila Twitter
- Facebook Engine
- Social_Networks_Engine
- GoogleLocationService
My steps are these:
1. Editited Manila file in Core-folder (26948339_manila, attached, remove txt)
removed Manila Tabs and edited the numbers
2. Editing/removing packages in initflashfiles.dat
3. removing Manila packages in the Kitchen
4. cooking
Big Thanks to Mr. Vandalay and g.lewarne !!
I want to use iContact as default contact manager on my hd2, but I can not map the key "Contacts".
I guess you have to edit the registry, but I'm not sure that change
I would appreciate some help.
I've found the solution!
Code:
HKLM/Software/HTC/Manila
HomeLSKPath = !"\Archivos de programa\iContact\iContact.exe"
HomeLSKText = Contactos
thx
works brilliant