enable the editor in album! - PDA2, XDA IIi, 2020i Software Upgrading

if u wanna have an editor in album....niffty...do this registry edit...
HKLM \ software\ HTC \ Album \ DisableEditor...
change the value from 1 to 0 and u got an editor in album...!
anybody use this....?

Great trick, it works perfectly

Related

After Reboot my hidden sim contacts appears again

Hi to all
To hide my Sim Contacts from Addressbook I used the PHM Registry Editor (0.70) and modified the Valuename ShowSIM to 0. It works great no SIM Contacts in Addressbook, until i reboot (turn off, tunr on) my Device. After the Reboot the ShowSIM Value is changed automatically to 1 and all my SIM Contacts appears again
Does anybody know how to constant modify this registry Key?
Kind Regards Daniel
I have found a solution...
Download dotfred's excellent TaskManager/Registry Editor from: http://www.dotfred.net/TaskMgr.htm
Copy the exe to wherever you want on your device,
Use the registry editor in there to set the ShowSIM value to 0.
Export that registry value... to \My Documents\HideSIMContacts.reg (for example)
Create a shortcut to the task manager exe in Windows\StartUp.
Edit the properties of that shortcut (I use Resco Explorer) and set the Target as follows:
"<path to task manager>" \My Documents\HideSIMContacts.reg /silent
Make sure you have "'s around the Task Manager path BUT NOT around the path for the reg file.
Reboot...
Bob's your uncle.

Exe file for change the value os a registry entry?

Is it possible to create an exe file, that when run on the PPC (Blackstone with WM6.1), change the value of a registry entry?
Is for change the value HKCU\Software\Microsoft\Activesync\KeepAlive from 1 to 0
Thanks.
You can create a cab file for this.
Byrkoff said:
Is it possible to create an exe file, that when run on the PPC (Blackstone with WM6.1), change the value of a registry entry?
Is for change the value HKCU\Software\Microsoft\Activesync\KeepAlive from 1 to 0
Thanks.
Click to expand...
Click to collapse
dotfred's taskmanager for importing reg files (containing a set of registry keys
registrysetstring for setting just a single registry key
mortscript
egoist6 said:
dotfred's taskmanager for importing reg files (containing a set of registry keys
registrysetstring for setting just a single registry key
mortscript
Click to expand...
Click to collapse
RegistrySetString is perfect to change any string-value, but I want to change an integer-value (Base decimal). Help, please.
come on. show more enthusiasm and check the other websites...
if you use taskmgr:
create a reg-file "myvalue.reg":
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Activesync]
"KeepAlive"=dword:00000000
and import the reg file:
Code:
taskmgr.exe myvalue.reg
if you use morstscript:
Code:
RegWriteDWord("HKCU", "Software\Microsoft\Activesync", "KeepAlive", "0")
Here is a code i published while ago.. its in C#
you can change it to your needs :
http://forum.xda-developers.com/showpost.php?p=3304680&postcount=11
Thanks. MortScript is the best.

[MOD] Extended Comm Manager Release 1.1 (with some work still to do)

Hi all
First off, I think that this may only work on a WWE ROM. If you do try it on any other ROM, please make sure you back up the two registry keys listed in point 2) of the instructions below.
I've been fiddling around with the CommManager registry entries and image files and I've managed to successfully add two additional functions to the CommManager. It's working as follows:
Airplane Mode: Working as default settings.
Phone: Working as default settings.
Bluetooth: Working as default settings.
Wi-Fi: Working as default settings.
Microsoft Direct Push: Working as default settings.
Data Disconnection: Working as default settings.
3G: Switch fully working. Row Area Mapped to "\CMBandSwitching.exe".
Internet Sharing: Switch opens Microsoft Internet Sharing UI. Row area mapped to "\Windows\CMInternetSharing.exe". Switch changes to indicate HTC Internet Sharing connected.
Problems/To do:
Although I can enable more functinos using:
[HKLM\Software\HTC\CommManager]SupportedFunctions dword=0x0000000a(10)
For some reason you can not select the bottom two functions in portrait mode, only in landscape.
I can enable the Vibrate option with REG_SZ=Vibrate in a number key but I can't get the Vibrate Icon to display in normal or silent modes.
I can't map the ringer row area to the manila sounds page or the HTC Volume Control function (\Windows\Volumecontrol.dll I think)
If you think you can help with these problems, please update the thread.
Instructions:
In the .zip file attached there are two registy entry files as well as four image files.
1) Close Comm Manager
2) Back up the following registry Keys and all their containing vaules: [HKLM\Software\HTC\CommManager] & [HKLM\Software\OEM\UTMS]
3) Import the registry entries into your phone's registry from CommManager.reg and UTMS.reg in the .zip file attached.
4) Copy the four image files into the \Windows\ folder of your device. N.B it is not recommended to copy them directly from your computer to the windows directory, but to your storage card first.
Edit: Original registry entries for HKLM\Software\HTC\CommManager uploaded.
Cheers
andrew-in-woking
You can add more buttons trhough Registry:
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager]
"SupportedFunctions"=dword:6
Here you can extend it to 8 buttons, what fills the whole screen! After increasing the possible buttons, just add the following (example):
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\6]
@="AUTD" [I](That's ActiveSync)[/I]
"Execute"="\\Windows\\repllog.exe" [I](Path to executable or any other file)[/I]
"ExecuteCommand"="//remote" [I](only needed if you want to start the application with commands)[/I]
Please note: the numbering begins with 0, so if you want 8 buttons, you need at least [HKEY_LOCAL_MACHINE\Software\HTC\CommManager\7]!
List of supported functions
animelover said:
You can add more buttons trhough Registry:
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager]
"SupportedFunctions"=dword:6
Here you can extend it to 8 buttons, what fills the whole screen! After increasing the possible buttons, just add the following (example):
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\6]
@="AUTD" [I](That's ActiveSync)[/I]
"Execute"="\\Windows\\repllog.exe" [I](Path to executable or any other file)[/I]
"ExecuteCommand"="//remote" [I](only needed if you want to start the application with commands)[/I]
Please note: the numbering begins with 0, so if you want 8 buttons, you need at least [HKEY_LOCAL_MACHINE\Software\HTC\CommManager\7]!
Click to expand...
Click to collapse
Hi animelover
Do you know where there is a list of supported functions, such as "@=:autd""?
Thanks
andrew-in-woking
I think @= is the default string
Yes, the "@" is the Default name of any new entry!
As far as I know, you can use these posibilities with "@":
Code:
3G [I](3G switch from Auto to GSM and vice versa)[/I]
Phone
Bluetooth
WLAN
AUTD [I](ActiveSync)[/I]
Ir [I](OBEX service, I think)[/I]
DataDisconnection
FlightMode
Please note: the Default entry "@" must be a "String" value!
Here my reg file to extend comm to 8:
Icons: http://forum.xda-developers.com/showthread.php?t=536466
Update (90% Complete)
Hi all
I've been fiddling around with the registry entries and image files and I've got it to nearly the stage I want to. Check out the screen shot attached. Summary of Progress:
Airplane Mode: Working as default settings.
Phone: Working as default settings.
Bluetooth: Working as default settings.
Wi-Fi: Working as default settings.
Microsoft Direct Push: Working as default settings.
Ringer: Switch Working fully but does not update when the volume setting is changed; toggles between current state and Vibrate or Vibrate and sound on. Row area mapped to "\Windows\Mute_sound.exe" which works. Ringer icon is only displayed when sound is on Vibrate but not on Mute or On.
3G: Switch fully working. Row Area Mapped to "\CMBandSwitching.exe".
Internet Sharing: Switch opens Microsoft Internet Sharing UI. Row area mapped to "\Windows\CMInternetSharing.exe". Switch changes to indicate HTC Internet Sharing connected.
Problems/To do:
Have Ringer/Vibrate icon (Or other representative icons) displayed when sound is on or mute/silent.
Map Ringer/Vibrate row area to the Manila Sounds Settings Page or HTC Volume Control Function.
Enable the Vibrate Switch to change on selection.
If you think you can help with these problems, please update the thread.
Instructions (Attachment is on Post #1):
In the .zip file attached there are two registy entry files as well as four image files.
1) Close Comm Manager
2) Back up the following registry Keys and all their containing vaules: [HKLM\Software\HTC\CommManager] & [HKLM\Software\OEM\UTMS]
3) Import the registry entries into your phone's registry from CommManager.reg and UTMS.reg in the .zip file attached.
4) Copy the four image files into the \Windows\ folder of your device. N.B it is not recommended to copy them directly from your computer to the windows directory, but to your storage card first.
Cheers
andrew-in-woking
Orignal Reg keys Required
I have applied the Reg keys without backing up my orignal and having problem with Comm manager now. I would appreciate if some one can upload the orignal Reg keys so i don't have to hard reset. Thanks.
What problem are you having?
aqeelhaider said:
I have applied the Reg keys without backing up my orignal and having problem with Comm manager now. I would appreciate if some one can upload the orignal Reg keys so i don't have to hard reset. Thanks.
Click to expand...
Click to collapse
Hi ageelhaider
What problem are you having specifically? I must admit I don't have a backup myself, hence the instructions to do so.
Cheers
andrew-in-woking
Hi andrew-in-woking,
I was able to fix my comm manager by deleting the existing reg entries and then importing the reg keys you have provided and its working fine now Thanks for your hard work. Looking forward for the Vibration key to fully function.
Hello Andrew
I tried your changes comm. extended works well in my rom AxLor in Italian, enclosed screen
Let me put in my kitchen this change
but I can not find the package to add the string:
[HKEY_LOCAL_MACHINE \ Software \ OEM \ UMTS]
"OpMode" = dword: 00000000
"PrefDomain" = dword: 00000002
"PrefRAT" = dword: 00000001
[HKEY_LOCAL_MACHINE \ Software \ OEM \ UMTS \ BandSelection]
"BandSettingRetryCount" = dword: 00000003
"Band" = dword: 00000000
Can you help?
I'm not sure I can help.
alesscam said:
Hello Andrew
I tried your changes comm. extended works well in my rom AxLor in Italian, enclosed screen
Let me put in my kitchen this change
but I can not find the package to add the string:
[HKEY_LOCAL_MACHINE \ Software \ OEM \ UMTS]
"OpMode" = dword: 00000000
"PrefDomain" = dword: 00000002
"PrefRAT" = dword: 00000001
[HKEY_LOCAL_MACHINE \ Software \ OEM \ UMTS \ BandSelection]
"BandSettingRetryCount" = dword: 00000003
"Band" = dword: 00000000
Can you help?
Click to expand...
Click to collapse
Hi alesscam
I'm really sorry but I don't actually know much about ROM Kitchens. Are you looking for an .rgu file? I understand that you can rename a .reg file but you may need to edit the file. Hlopefully one of the forum ROM Cookers could help. I was thinking of making a .cab file and if I can do this that might help you.
Cheers
andrew-in-woking
thank's Andrew...
i have sloved with rgu file
But i have another problem;
in v.1.1 the bloothoot switch not work...
have you any idea???
No idea
alesscam said:
thank's Andrew...
i have sloved with rgu file
But i have another problem;
in v.1.1 the bloothoot switch not work...
have you any idea???
Click to expand...
Click to collapse
Hi alesscam
I'm sorry, I don't know. It's working in my device. You should only need the default (unnamed) value "Bluetooth" in the relevant registry Key.
What problem are you having specifically?
Sorry
andrew-in-woking
the problem is alone in the key "on-of", when tap tells me there "impossible to activate bluethoot...this however it didn't happen with the version 1.0
Can you give me the version 1.0 so control which is the difference?
??
alesscam said:
the problem is alone in the key "on-of", when tap tells me there "impossible to activate bluethoot...this however it didn't happen with the version 1.0
Can you give me the version 1.0 so control which is the difference?
Click to expand...
Click to collapse
Hi alesscam
I didn't edit the registry with regards to the Bluetooth Switch. They are the default registry entries.
Unfortunately I've just had to Hard Reset my device so have no registry editor loaded on there to test the device.
Before I re-load the extended Comm Manager I will export my CommManager registry key to compare them.
This will be tomorrow.
Cheers
andrew-in-woking
Andrew
if this change is specific to the commanager of rhodium
maybe I will not work because I use that of topaz
andrew-in-woking said:
Hi alesscam
I didn't edit the registry with regards to the Bluetooth Switch. They are the default registry entries.
Unfortunately I've just had to Hard Reset my device so have no registry editor loaded on there to test the device.
Before I re-load the extended Comm Manager I will export my CommManager registry key to compare them.
This will be tomorrow.
Cheers
andrew-in-woking
Click to expand...
Click to collapse
Ok Andrew
I have sloved with modified your file .reg
this is my rgu modified into my rom AxLor(ITA)
with OEM packages Topaz Commanager (attachement at end post)
i have delete this string in your .reg:
"BluetoothPlatformType"=dword:00000001
Specific to Rhodium
This mod is specific to the HTC Rhodium Comm Manager. I don't know what the effect will be on other devices/Comm Managers.
Cheers
andrew-in-woking
Andrew
read my post above your ...
I resolved

disable manilla auto rotation

i m using auto rotation on all apps ,i dont want rotation in manilla home screen and all tabs ,i tried to delete manila from white list of gsensor but didnt find manilla entry there
so how can i disable manilla from auto rotating
plz help
You need to look in the registry for a key called TF3D with a value that has the word Manila in it.
Look under
HKLM \ Software \ HTC \ HTCSENSOR \ GSensor \ ModuleName &
HKLM \ Software \ HTC \ HTCSENSOR \ GSensor \ Whitelist
The keyname could be something else other than TF3D, but the value will definitely have Manila in it.
Delete it and it should work just fine.
leepriestenator said:
You need to look in the registry for a key called TF3D with a value that has the word Manila in it.
Look under
HKLM \ Software \ HTC \ HTCSENSOR \ GSensor \ ModuleName &
HKLM \ Software \ HTC \ HTCSENSOR \ GSensor \ Whitelist
The keyname could be something else other than TF3D, but the value will definitely have Manila in it.
Delete it and it should work just fine.
Click to expand...
Click to collapse
thnks for reply
but didnt find manila in whitelist it is in module name ,,
my main motive is to restore the rotation behaviour of album tab and music tab any way to do that ,,bro
leepriestenator said:
You need to look in the registry for a key called TF3D with a value that has the word Manila in it.
Look under
HKLM \ Software \ HTC \ HTCSENSOR \ GSensor \ ModuleName &
HKLM \ Software \ HTC \ HTCSENSOR \ GSensor \ Whitelist
The keyname could be something else other than TF3D, but the value will definitely have Manila in it.
Delete it and it should work just fine.
Click to expand...
Click to collapse
I think you mean HKCU instead of HKLM. Correct me if I'm wrong.

Can't see MUI in HKEY_LOCAL_MACHINE

I'm trying to at a language to my Omnia 7 (7004) but i cant see the MUI map in HKEY_LOCAL_MACHINE with the registry editor. Any ideas?

Categories

Resources