How in heck do you import reg keys?
I thought, just transport them over and execute them.
I keep getting an error. "The specified file is not a Registry script"
And i somewhat did a search....brought up to many threads, none with a specific title as this issue.
Is there a reg hack to enable reg importing??
Mikey1022 said:
How in heck do you import reg keys?
I thought, just transport them over and execute them.
I keep getting an error. "The specified file is not a Registry script"
And i somewhat did a search....brought up to many threads, none with a specific title as this issue.
Click to expand...
Click to collapse
You just copy and execute them.
Incase they are not working, before you copy to your phone - right clik reg key and click edit type this in the first line of the registry key (in other words, it should be the first line):
REGEDIT4
save it, copy it to your phone and execute them. See if that works.
If it still does not work, open Resco Explorer and execute the file and hopefully that should work.
Good Luck !
All the above has been tried.
Mikey1022 said:
All the above has been tried.
Click to expand...
Click to collapse
Wierd.
What are you trying to do? Can you ellaborate, please?
I've never had a problem in importing registry keys.
It depends on the format of the registry key. You can't use normal Windows desktop format if I recall. The file must have a .reg extension (sure you checked that). Can you post a snippet of what your key format looks like?
The key must look something like this (exported from Reg Editor):
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Shell\StartMenu]
"Order"=hex(7):41,00,63,00,63,00,65,00,73,00,73,00,6F,00,72,00,69,00,65,00,73,00,00,\
00,42,00,6C,00,75,00,65,00,74,00,6F,00,6F,00,74,00,68,00,20,00,4F,00,70,00,\
74,00,69,00,6F,00,6E,00,73,00,00,00,47,00,61,00,6D,00,65,00,73,00,00,00,4F,\
00,66,00,66,00,69,00,63,00,65,00,20,00,4D,00,6F,00,62,00,69,00,6C,00,65,00,\
00,00,00
"Command"=":MSMRULauncher"
"Hide_Labels"=dword:00000000
"GridView"=dword:00000001
"SelectY"=dword:00000000
"SelectX"=dword:00000000
Import my old reg keys for links.
I used the CHome config to reorder the pages and fuked them up.
i updated the program today, so i am trying to import the keys back.
Instead of doing all those changes manually
Mikey1022 said:
Import my old reg keys for links.
I used the CHome config to reorder the pages and fuked them up.
i updated the program today, so i am trying to import the keys back.
Instead of doing all those changes manually
Click to expand...
Click to collapse
Can you post a snippet or two of what the old .reg files look like that you are trying to import?
Here you go.
REGEDIT4
[HKEY_LOCAL_MACHINE\Security\CHome\DefaultSettings]
"DisabledPlugins"="CMessage;CMusic;CMyPhotos"
"Plugins"="CClock;CTestUIPlugin;CHome;CAppointments;CLinks;CMyApplication;CWelcomeCenter;Settings;CMyFaves;CWindowsLive"
[HKEY_LOCAL_MACHINE\Security\CHome\DefaultSettings\CAppointments]
"ICONPATHS"="\windows\cal_s.png;\windows\cal_s.png"
"LocName"="Appointments"
[HKEY_LOCAL_MACHINE\Security\CHome\DefaultSettings\CAppointments\Images]
"chCalendar_allday_oof_conflict"="2257"
"chCalendar_allday_busy_conflict"="2257"
"chCalendar_allday_tentative_conflict"="2256"
"chCalendar_allday_free_conflict"="2257"
"chCalendar_appt_oof_conflict"="2257"
"chCalendar_appt_busy_conflict"="2257"
"chCalendar_appt_tentative_conflict"="2256"
"chCalendar_appt_free_conflict"="2257"
"chCalendar_allday_oof"="2255"
"chCalendar_allday_busy"="2255"
"chCalendar_allday_tentative"="2254"
"chCalendar_allday_free"="2255"
"chCalendar_appt_oof"="2255"
"chCalendar_appt_busy"="2255"
"chCalendar_appt_tentative"="2254"
"chCalendar_appt_free"="2255"
"chCalendar_addnewappointment"="2253"
"chCalendar_noappointments"="2252"
Click to expand...
Click to collapse
check with resco explorer if the file have ext (name).reg
Mikey1022 said:
How in heck do you import reg keys?
I thought, just transport them over and execute them.
I keep getting an error. "The specified file is not a Registry script"
And i somewhat did a search....brought up to many threads, none with a specific title as this issue.
Is there a reg hack to enable reg importing??
Click to expand...
Click to collapse
it does
Here check it out
Mikey1022 said:
Here check it out
Click to expand...
Click to collapse
mikey rename your .reg file to .ccs then execute them
Holy Cow, that worked
do you know why i wont import them the other way, though?
Mikey1022 said:
Holy Cow, that worked
do you know why i wont import them the other way, though?
Click to expand...
Click to collapse
no but some times this happons to me to
lol, i just recently got finished messing with my reg files because they weren't importing correctly. from what i can see from your registry snippet, and what fixed it for me was that i used mobileregistryeditor to export my keys, and it didn't add double \\, so it would import WindowsExplorer.exe instead of windows\explorer.exe. It was only once i exported with resco and compared the two that i noticed the missing extra \ in the exported files.
[HKEY_LOCAL_MACHINE\Security\CHome\DefaultSettings\ CAppointments]
"ICONPATHS"="\windows\cal_s.png;\windows\cal_s.png "
"LocName"="Appointments"
vs.
[HKEY_LOCAL_MACHINE\Security\CHome\DefaultSettings\ CAppointments]
"ICONPATHS"="\\windows\\cal_s.png;\\windows\\cal_s.png "
"LocName"="Appointments"
I used the same program.
I think i will be using resco to export them from now on.
Thanks, had the same problem, this works well
Solved my problem, thanks to both of you.
bigteribletexas said:
lol, i just recently got finished messing with my reg files because they weren't importing correctly. from what i can see from your registry snippet, and what fixed it for me was that i used mobileregistryeditor to export my keys, and it didn't add double \\, so it would import WindowsExplorer.exe instead of windows\explorer.exe. It was only once i exported with resco and compared the two that i noticed the missing extra \ in the exported files.
[HKEY_LOCAL_MACHINE\Security\CHome\DefaultSettings\ CAppointments]
"ICONPATHS"="\windows\cal_s.png;\windows\cal_s.png "
"LocName"="Appointments"
vs.
[HKEY_LOCAL_MACHINE\Security\CHome\DefaultSettings\ CAppointments]
"ICONPATHS"="\\windows\\cal_s.png;\\windows\\cal_s.png "
"LocName"="Appointments"
Click to expand...
Click to collapse
rickwyatt said:
mikey rename your .reg file to .ccs then execute them
Click to expand...
Click to collapse
Try to put this string in the first line instead of REGEDIT 4
Windows Registry Editor Version 5.00
All my .reg files have this and I have no problem importing
Hope it was helpful
Cheers
germansak said:
Try to put this string in the first line instead of REGEDIT 4
Windows Registry Editor Version 5.00
All my .reg files have this and I have no problem importing
Hope it was helpful
Cheers
Click to expand...
Click to collapse
this was the same thing i was going to suggest. I was having the same issues as mikey and when i changed from REGEDIT4 to Windows Registry Editor Version 5.00 the keys i was trying to import worked!
thats really weird
Hi guys,
i believe all genius(es) on WM are here... wow...
i NEED a "Tab" key for making bullets... for me it's a major reason to continue upgrading a keyboard WM device..
Please help.. how can i do a "Tab" on Onenote and Word...
my outlines and thoughts are all tabbed out!!!
Thanks in advance...
Try remapping a key you don't use.
much easier solution: http://www.madhacker.org/HTCTouchPro2.htm
AlCapone said:
much easier solution: http://www.madhacker.org/HTCTouchPro2.htm
Click to expand...
Click to collapse
It will, however, not give you the full TAB funcionality. If you're used to using the TAB key for jumping from one field to another this doesn't work.
aldvmaster said:
Hi guys,
i believe all genius(es) on WM are here... wow...
i NEED a "Tab" key for making bullets... for me it's a major reason to continue upgrading a keyboard WM device..
Please help.. how can i do a "Tab" on Onenote and Word...
my outlines and thoughts are all tabbed out!!!
Thanks in advance...
Click to expand...
Click to collapse
If you are using the english keyboard layout, you can edit the file eT9.Rhodium.wwe.kmap.txt in the windows directory to map one of the keys to TAB.
I have attached a copy that maps "fn + T" to "Tab" if that's all you are looking for. Just copy it to a folder in your TP2 and use resco/total commander to copy it to your windows directory.
P.S: If you are going to edit it further, remember to save it as unicode or else your keyboard will not function correctly. To revert back to the original keyboard settings, just delete the file from the windows directory and it'll revert back to the original file that came with the ROM.
The up/down arrow keys send you from one field to the next
I use PQzII (http://www.nicque.com/PQz/PQzII.htm) to map "Ctrl + Q" to "Tab", I also installed HookMgr from (http://www.mobiion.com/)
stunno said:
The up/down arrow keys send you from one field to the next
Click to expand...
Click to collapse
That's correct - no hacking required.
stunno said:
The up/down arrow keys send you from one field to the next
Click to expand...
Click to collapse
Ahum...indeed! I guess I was so used to the tab key that I didn't look any further. Thanks!
wouldn't work on a CHT ROM
i have a CHT machine... Chinese Traditional ROM...
tried copy the eT9.Rhodium.wwe.kmap.txt to /windows
or renaming it th eT9.Rhodium.cht.kmap.txt
neither worked... should i have added a registry entry?
please help!
thanks for helping out
aldvmaster said:
i have a CHT machine... Chinese Traditional ROM...
tried copy the eT9.Rhodium.wwe.kmap.txt to /windows
or renaming it th eT9.Rhodium.cht.kmap.txt
neither worked... should i have added a registry entry?
please help!
thanks for helping out
Click to expand...
Click to collapse
Go to HKLM\Software\Tegic\eT9\Ime\KeyboardLayouFiles and look at what file is registry key "07FF" is pointing to. That's the file that is currently being used to define the mapping rules. Copy it out to your pc and amend it using notepad and save it as a unicode txt file.
There are instructions in the txt file itself - you can amend the mapping of other keys if you desire.
[Updated 21.02.10] New version 0.5.5 with rgu support !!!
WinCE Registry Editor (mRegEdit), v.0.5.5
Description:
An application to work with registry files with MDI graphic interface.
- supported files: .hv, .rgu
- not supported yet: .reg, .provxml, .fdf
Release history:
---------------------
V. 0.5.5
+ Support .rgu files
V. 0.5.4
+ Added search function
V. 0.4.0 (Beta)
Thanks will try
New version 0.5.4 with search function !!!
New version 0.5.4 with search function.
AnDim
Nice App Work with it right Now it's really nice
Thanks
Hi AnDim,
Nice tool to use in combination with the htcRIE tool. Thank you for that! Anyway you could make it possible to import reg- or rgu-files? That would make this even better!
Cheers,
/Cacti
Support .rgu files
Very nice utility, thank you for this.
I am using it on Windows 7 and one thing I did notice is that when browsing for a file to open it did not show any of the .rgu files. I had to go to the Files and Folders options on my computer and uncheck the option to Hide Protected Operating System Files. Using Ervius Visual Kitchen, I do not have to do this so maybe there is a option somewhere that can be set in the code to show all of the files? Would be great to include this as an option somehow.
Thanks for the new relase
Whats up with some keys being in red color?
And what does the program do when inside the file exist two value names with the same value data in the same key?
It keeps the last one?
Like this:
[HKEY_CURRENT_USER\ControlPanel\Sounds\VTCallWaiting]
"Category"="InCall"
"Category"="Ring"
Thanks.
Edited...
It seems that the keys in red are the keys that will be deleted.
And the last one is kept.
Could you add an option to ask the user which value to keep?
I'm not getting how to use this. How do I connect to my device? I assumed I had to find the default or user.hv files, but I cannot find them.
Thraka said:
I'm not getting how to use this. How do I connect to my device? I assumed I had to find the default or user.hv files, but I cannot find them.
Click to expand...
Click to collapse
Copy them to your desktop (out of \windows).
When should we expect a newer version? Any thoughts on my suggestion on my previous post?
Please add import rgu option it would be very useful anyway thanks for this great app
thank you .............
Hello,
This tool is fantastic. It's the only program that allowed me to change my .hv files without problems (I tried CeRegEditor and manual RGUcomp but all these methods failed in my case).
The only thing I miss is the possibility to import data from rgu/reg or even txt. Pleeeease
Regards
Skrobel