Need a favor from anybody who has a Dopod577w with Wm6 Perfect English Edition ROM - HTC Tornado

Guys i need ur help, could any of u paste the default Registry, STRING Values of the SMSToolsPack located in:
HKCU\Software\dopod\SMSPack\
I think there are 5 or 6 String Values under SMSPack.
SMSToolsPack(shows as SMS Pack in the text messages popupmenu), BkGenius(shows as SMSBackup), SMSFilterSet(SMSFilter), and SmsSearch(SMSSearch). I was just renaming them but somehow i must have done something wrong and i dnt know how to revert it back w/out having to do a hardreset i forgot their default values i should have wrote the down first but i didnt. i would very appreciate it if any of you guys could copy and paste the default value....tnx guys.

Here you are:
Code:
REGEDIT4
[HKEY_CURRENT_USER\Software\dopod\SMSPack]
@="\Windows\SMSToolsPack.exe"
"Backup"="\Windows\BkGenius.exe -131"
"Filter"="\Windows\SMSFilter.exe -129"
"Group"="\Windows\SMSGroup.exe -130"
"Search"="\Windows\SMSSearch.exe -132"

Related

function in config.txt

Hi Folks,
testing with my config.txt on my XDAIII i found some settings i dont understand!
1.) SHOW:\Extended_ROM\TMO_WallPaper.bmp
i think it should show the bitmap during config.txt is running
tried to use some background pictures (320 x 240) but get an error message at Hardreset that the bmp file is not a valit install file for device.
i dont have the original .BMP file so i cant see what format it has to have!
can anybody tell me the format the picture must have and how to run this feature??
2.) CFG: \Storage\config.txt
watfor is this setting?
this entry is found normally at last line of config.txt.
But i find it useless because the path to config has to be set BEVORE run the hardreset.
Does anybody know more about this setting?
maybe there is a list and description of all functions config.txt has ??
Pauli,
I think you're on the right track with config.txt. But how did you manage to change the ext-rom content? I guess that's what everyone over here likes to know.
M
I have changed to a bigstore Rom and let automatic install all software from the "storage"!
Autorun is able to do this when you change some things!
Any further details about my question ?

I Need a Favor for those using a Dopod577w with andots Wm6 Perfect English Edition

Guys need ur help, cud any of u paste the default Registry STRING Values of the SMSToolsPack located in:
HKCU\Software\dopod\SMSPack\?????
I think there are 5 or 6 of them which i also think are all string values.
SMSToolsPack(SMS Pack in the text messages popupmenu), BkGenius(SMSBackup), SMSFilterSet(SMSFilter), and the SmsSearch(SMSSearch). I was just renaming them but somehow i must have done something wrong and i dnt know how to revert it back w/out having to do a hardreset i forgot their default values i should have wrote the down first but i didnt... i would very appreciate it if any of you guys could copy and paste the default value....tnx

Whats wrong with this rgu file?

Hey there!
Iam relatively new to this cooking world so i have a question.. I want to make some registry entries that changes the colour of the selection in enlarge start menu and the taskmanger.. but for some reason it doesn't work..
I have made a OEM package containing some few regtweaks.. Some of those reg tweaks simply doesn't work! If i check the registry afterwards i have flashed the rom, they just haven't been created, while some of the reg tweaks from the same oem package has.. Iam talking specifically about these 2:
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\HTC\EnlargeMenu]
"ManilaCustomHLUp"=dword:66
"ManilaCustomHLDown"=dword:CC
[HKEY_CURRENT_USER\Software\HTC\TaskManager]
"ManilaCustomHLUp"=dword:66
"ManilaCustomHLDown"=dword:CC
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
"0000101a"=dword:00000001
The file here is saved as Unicode .. The last reg tweak works but the others doesn't .. I have no idea why.. They simply doesn't exist if i check afterwards i flashed the rom .. Any ideas?
~D
Your values just aren't right, you need to find the correct decimal value for the color you want. For example black would be FFFFFF in hex, orit would be 16777215 in decimal value .
You need to see the log file,.
Then see, which line give you the error,.
Beside saving as a UNICODE, then you need to add one empty space in the bottom,.
Hope this help,.
-G- said:
You need to see the log file,.
Then see, which line give you the error,.
Beside saving as a UNICODE, then you need to add one empty space in the bottom,.
Hope this help,.
Click to expand...
Click to collapse
The documents does allready have an empty line at the buttom..
But do i have to enter the values in decimal? As i have entered them in HEX.. ?
Thanks for your help untill further..
~D
If your cooked ROM flashes OK, and cooked properly for that matter to begin with, then there might not be anything wrong in this RGU file.
What might be happening is somewhere else in another RGU file these reg entries are being deleted.
(i.e., might be in a subsequently processed RGU other reg entries of the same key but starting with [-HKEY ... vs. [HKEY ...take note of the minus sign '-' at the beginning of the reg key entry)
What are you building the OS with? Are you using HyperCore Kitchen with BuildOS program? If so watch the bottom and look at all folders/packages that get processed after the one you made that contains these REG entries. Then check all RGU packages that you note are progeccesd afterwards.
Thread Moved to Q&A Forum
Other Member's Please DO NOT answer to question in the Dev&Hack Forum!

Use a reg File to change Manila Language

if someone could help me...
I want to use a reg file to change the following registry value:
[HKEY_CURRENT_USER\MUI]
"CurLang"=dword:409
Want to change to 816
I know that I can manually change this value using a Registry editor like Total Commander, but what I want to do is, with single click in the reg file in attach located somewhere im my device change this value.
I am trying to this with no luck, the device ask me if I want to import, I say yes but nothing happens and the value is the same as it was (409).
I am doing something wrong?
dotcompt said:
if someone could help me...
I want to use a reg file to change the following registry value:
[HKEY_CURRENT_USER\MUI]
"CurLang"=dword:409
Want to change to 816
I know that I can manually change this value using a Registry editor like Total Commander, but what I want to do is, with single click in the reg file in attach located somewhere im my device change this value.
I am trying to this with no luck, the device ask me if I want to import, I say yes but nothing happens and the value is the same as it was (409).
I am doing something wrong?
Click to expand...
Click to collapse
Hi I'm not 100% sure but your reg-file says:
Code:
REGEDIT4
[HKEY_CURRENT_USER\MUI]
"CurLang"=dword:816
I do it with an regfile to (fully automated with sashimi) and works so fine
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\MUI]
"CurLang"=dword:00000407
Hope this helps!

How to change languange

Hi all, I need some advice on how to change back the languange to english. FYI, i've installed a programme that requires me to copy and past the fonts( chinese) for the prog to work. Now when i copied " Tahoma " as my last font copied, it won't change back to english which it normally does. I've copied and paste all the fonts in c/windows/fonts .
Some one please help me as i dont know what else to do......
thank you in advance
Make a backup and hard reset.

Categories

Resources