Ok so I did some reg hacks a while ago... now that I flashed my phone.... I have to do them all over again.... can you just create a .reg like on a pc? im gonna set them and try to export...
Related
Hello professionals ;-)
i have to delete some registry keys during an softwareinstall with a cab file.
Can anybody tell me how to make an installationfile (like *.cab ore something else) deletes some keys in the registry!
whatfor?
i want to install some programs (like pocket plus) and make some configuration during cab file installation. so i looked into the registry what changes when i configurate pocket plus.
as i noticed there where som keys changed i can overwrite with the new values BUT there are some registry keys deleted also. How get them out???
is there any way ??
Have a look at creating a custom setup.dll file to include in the cab file.
You can certainly delete registry entries using it.
I don't know about deleting registry using cab files.
I think there is only options to allow or not to replace a registry key if exists during install.
Here a good link for .cab files Cab files
Apart that you can make your own install from PC to Pocket using RAPI. With that no problem to delete keys, copy files, add new keys ...
want to delete some keys bevore install
Thank's for your tips!
Have a look at creating a custom setup.dll file to include in the cab file. You can certainly delete registry entries using it.
Click to expand...
Click to collapse
is there more information about this ?
how it works?
how to do?
as i looked at the CABFiles Website this looks very complicated to me ;-(
i am an absolute beginner in developing software!
i need an easy way to delete some regkeys during installation.
I think you can use the excellent scripting utility called nScriptM to achieve your goal. Simply run a search on this in google and you will come across a number of resources including the download location.
k_kirk said:
I think you can use the excellent scripting utility called nScriptM to achieve your goal.
Click to expand...
Click to collapse
i will try this, Thanks!
Hi,
just wondering how do you make a Regedit file that you just click and it applies the registry edits you like, like for a normal pc (it has a blue cube icon on the pc). I would like to make one with the hacks I like, so I can just single click after a hardreset and be done with.
Thanks in advance !
this cant be done on the PPC..you will have to make a CAB file with the registery entries and then install it after hardreset
You can find some program to edit the registry. They can handle such files.
They are the same files than the one on your desktop I think.
Hey there,
Does anyone know how to make a registry file so that I can easily change settings in the registry by just executing it?
For example, I have 4 different registry edits that I do if I need to do a hard reset and it is a pain in the ass to do them everytime. I want it so that i have 4 different reg files that i can execute that will help me edit them.
Is this possible?
Thanks
hello fellow chefs
i am looking for a way to dump my phones register
i wanna make some changes in the rom when you flash it by default but i cant seem to find a way i can dump and then read the reg on my compuiter
when i start up my camera it isnt set to full screen and superfine mode
so i wanna dump the reg and storer it on my computer
then i wanna make the changes and dump the reg of the phone again and compare it with winmerge to see whats changed
have done alot of google yesterdya but couldnt manage to find it
i did try wince reg editor but without succes there:S
thanks in advance for any tips
miniterror said:
hello fellow chefs
i am looking for a way to dump my phones register
i wanna make some changes in the rom when you flash it by default but i cant seem to find a way i can dump and then read the reg on my compuiter
when i start up my camera it isnt set to full screen and superfine mode
so i wanna dump the reg and storer it on my computer
then i wanna make the changes and dump the reg of the phone again and compare it with winmerge to see whats changed
have done alot of google yesterdya but couldnt manage to find it
i did try wince reg editor but without succes there:S
thanks in advance for any tips
Click to expand...
Click to collapse
Have you tried with ceregeditor?
Search the forums for a tool called "Kheb" it can take full registery dumps and diffs if you want to track changes.
Stick the task manager in windows, then run the shortcut. You need this folder, otherwise the dump will go to my docs (-storage card-my backups-registry). The registry will be dumped as a text file. You can edit the path in the shortcut. The task manager has to have the correct name, or else it won't work.
48#\Windows\dF_TaskMgr.exe /regxpall \Storage Card\My Backups\Registry\Full Registry Export.txt
airxtreme said:
Have you tried with ceregeditor?
Click to expand...
Click to collapse
yep i have tried it
i wrote the name wince regeditor
thought it whas the same name
played half hour with it without succes
MusikMonk said:
Search the forums for a tool called "Kheb" it can take full registery dumps and diffs if you want to track changes.
Click to expand...
Click to collapse
thanks i will give it a shot
Farmer Ted said:
Stick the task manager in windows, then run the shortcut. You need this folder, otherwise the dump will go to my docs (-storage card-my backups-registry). The registry will be dumped as a text file. You can edit the path in the shortcut. The task manager has to have the correct name, or else it won't work.
48#\Windows\dF_TaskMgr.exe /regxpall \Storage Card\My Backups\Registry\Full Registry Export.txt
Click to expand...
Click to collapse
much appriciated
also gonna give it a try to see wich one is easier and faster to make the register dumps
Hi Miniterror,
I've dumped the full registry using Registry Workshop form the PC.
It's really easy to use and allow you to change the registry easily from the PC via Activesync.
ypsmav said:
Hi Miniterror,
I've dumped the full registry using Registry Workshop form the PC.
It's really easy to use and allow you to change the registry easily from the PC via Activesync.
Click to expand...
Click to collapse
thansk mate this one worked for me
the other i couldnt get working:s
Usefull tools/applications you need for cooking you can find in the stickies, including Registry Workshop plus Dotfred's Taskmanager.
Sous-Chef's Kitchen Utensils & Appliances Review
Hey Hi,
Well I have a little problem, I was just going through some stuff in my HD2 registry and accidently deleted the gsensor.dll file. Can u guyz please help me out on this how can I add the gsensor.dll file again, my auto rotation is disabled by it!!!
How did you manage to delete it by going through your registry?
Anyway: I haven't found this dll on my device!
Where do you think it should be?
Registry Entries
If you connect your HD2 to ActiveSync or WMDC you should be able to use a program called CeRegEditor to import a .reg file to the registry.
Create a file called temp.reg in notepad and add the following:
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\GSensor]
"Dll"="Gsensor.dll"
"Prefix"="ECS"
"Order"=dword:c
"Index"=dword:1
"PollingInterval"=dword:c8
"ShakingThreshold"=dword:3
"EnableShaking"=dword:0
"IClass"="{A32942B7-920C-486b-B0E6-92A702A99B35}"
"CalibrateMethod"=dword:e7
Hey dude,,
Well I have created the file, I cant find anyway to go through to my Registry through Active Sync?
hey oh I got how to import it, but somethings wrong, I created a notepad file temp.reg as u said, after clicking the import it does not show under .reg files but comes up when I select all files!
Hey well i Got it finally, added the registry but the gsensor.dll file does not show up, i restarted it also, but the rotation is not working!
After the phone is connected in ActiveSync. In CeRegEditor select the "Connection" and then "Connect" from the menu. Then go "Edit" and select "Import" (make sure it set to all registry files) and browse to the temp.reg file, select it and click "Open". A warning will appear saying it seems to be a PC reg file just click "Yes".
Sorry still writing this one when you posted again, if the file isn't there have you tried extracting gsensor.dll from the ruu_signed.nbh and placing it in the windows folder. What rom are you using?
hmm,,,, well my ROM is 1.66.707.1 and Radio is 2.12.50, and also can you tell me how can i extract ruu_signed.nbh by nbhextractor ?.......i'm opening the ruu_signed.nbh using the nbhextractor which extracts a file 00-OS.nb !!
hey Well can anyone just upload their gsensor.dll file, so I can just add it!!
hard reset?!?
and sorry, can't copy the file to zip it from my phone. Getting errors.
i doubt he needs the file, gsensor.dll is located in rom
hes more likley screwed his registry
@zainirs
restore your registry from a backup (you do make backups dont you?) or do a hard reset and start from scratch
Man,,,,the Hard reset worked.........Damn need to install everything again!!!