[For Chefs] Where and how is launched the OObe programm ? - Windows Mobile

Hello my friends,
I would like to know where and how is launched the OObe programm.
Is a reg entry ? Which reg entry ?
Is by runcc ? I don't find the entry
It's very important for me !
Thanks a lot in advance if you have informations about this !
regards,
Nixeus

OOops, i have found :
The reg entry :
Code:
[HKEY_LOCAL_MACHINE\init]
"Launch86"="htcOOBE.exe"
OObe is launched by service.
When OObe is ending, the reg entry is deleted !
So if anyone wants to launch a programm after the OObe programme, just create a little programme or a mortscript for example wich run the oobe programme and after, your programm.

Related

HOW can I TERMINATE runing missing *.exe file

Hi!
Someone know how can I terminate irtanting message:
"The file "PocketClock.exe" cannot be opened. One of its components cannot be found ..."
This message obtain in:
a) Eatch time when I soft reset my MDA Pro,
b) Sometime after 1 min.
I was deinstal PocketClock application: In PocketClock application i have enable Screen Saver antil 1 min.
Help.
Thanx in advantage!
divi said:
I was deinstal PocketClock application: In PocketClock application i have enable Screen Saver antil 1 min.
Click to expand...
Click to collapse
Have a look in the windows/autostart folder.
Maybe there is still a link left after de-installation
Andreas
"Have a look in the windows/autostart folder" :
I cannot found this folder ....
It is maybe in registry ?
Whitch and where in HKEY_....?
Someone maybe know that!
Thanks in advantage
The directory you are looking for is "/Windows/StartUp"
If you can't find it in there you can check through the registry for any reference to this application and remove it using any good registry editor (Resco File Explorer is my personal favourite).
PReDiToR said:
...you can check through the registry for any reference to this application and remove it using any good registry editor (Resco File Explorer is my personal favourite).
Click to expand...
Click to collapse
In \Windows\StartUp I have not PocketCalc.exe
I founded it in registry:
\HKEY_LOCAL_MACHINE\SOFTWARE\MEGASOFT2000\PocketClock\
and I deleted \PocketClock\ all.
Now all is good. TY

Kill program if registry value change (headset change state) ?

Hi !
Is there any solution for verify if headset is connected ?
I have tried MortScript but there is no functions ...
Who knoes ?
I have search where is located the "state" of headset :
[HKLM\System\State\Hardware], in the value "Headset"
Find in this topic : http://forum.xda-developers.com/showthread.php?t=264308&highlight=detect+headset
I want to kill a program if this value change.
So how can i create an application launched at Windows Startup and continu verifying always ?
Use a mortscript to monitor the registry setting every few seconds/minutes, and execute your kill app (I wrote one, on my website), although mortscript can probably kill apps itself.
V
If i write a script for execute by MortScript, this script will be executed ONE TIME ... when i "click on it" ... and after it close ...
Or, with an other MortScript, i start my program and i verify my registry ... and if the condition is ok, it will kill the program ... and if i wan't to restart this program, i must relaunch my script ...
Is it possible ? does the MortScript will be able to launch an EXE and continu waiting/monitor registry (my EXE is running) and when the reg change, it kill the apply and finish the script ?

[REQ] .exe to .cpl ? Possible ?

Hello everybody !!
I have to replace the backlight cpl of my rom, by an other backlight programm !
SO, there are 2 solutions :
Redirect the cpl, to the exe file !
OR
Convert .exe to .cpl, and replace the cpl files !
Have you issues about this ?
Great thanks !!
I am not sure if it is possible but i need the exactly opposite thing
cpl to exe
Yes you can actually add "Redirect"="\Windows\other.exe" to the controlpanel registry in Local Machine and Local User part.
And you can even add you own items from exe'if you search further.
Code:
[HKEY_LOCAL_MACHINE\ControlPanel\MyCPL\29]
"Name"="YourAppName"
"File"="YourApp.exe"
"Description"="YourAppName"
[HKEY_LOCAL_MACHINE\ControlPanel\29]
"Group"=dword:00000000
"Description"="YourAppName"
Thanks for your answer ! But colonel, i don't understand your code, why '29' ?
29 Represent to any Unique Number u may use
Ok, because whe i look in the registry in my HTC TOuch ( for example) i have no value "29" !

Registry software

Hi All,
I am looking for a registry edit software to my diamond in order to use the tweaks from the sticky.
what sw is mostly recommended?
Thanks.
I use PHM or Total Commander for registry changes.
Are they freeware?
can you give a link?
Thanks.
CeRegEditor:
http://ceregeditor.mdsoft.pl/
It's freeware and you can edit the registery from your desktop.
Before you can make any changes: in CeRegEditor connect to your device and go to TOOLS --> UNLOCK REGISTERY
Can I edit the registry w/o sw?
No, without a software you can't. My favourite is Resco' File Explorer which has Registry add-on..
Regards,
Carty..

Run programme at first boot

Hello my friends,
I would like to run automatically a programme at the first boot on WM6.5, and, if possible after the OObe config.
I have try to ad a line on my runcc.lua, but i doesn't function
Anyone have an simply idea in order to doing this ?
Thanks à lot,
regards,
Nixeus
Hi,
modifiy the config.txt
Code:
EXEC:\Windows\ExampleApp.exe
[CODE]
EXEC:<exe command>
CAB:<cab to install>
CPY1:<source file>
CPY2:<destination>
RST: Reset
[/CODE]
with friendly greet
starbase64
Thanks for your answer, but, are you sure ?
I cook from a leo rom, and on my leo rom, here is the config .txt :
Code:
LOCK:Enabled
LOCK:Disabled
RST: Reset
But, on the rom, the reset is nevers execute, so, is this config.txt used ? That's the question
Do you knwo how the OOBE programme is lauching ? By Runncc or by another tweak ?
Thanks a lot
How about at least pasting the line that you were trying to add? It's kind of hard for anyone to help if you don't do that. You may have a simple typo someone else will catch.
Hello,
I have tried.
My programme is execute, but in background, because of OObe programme is already launched...
I need to launch it after the OOBe programm, that's why i would like to know how the oobe program is launched.
OOops, i have found :
The reg entry :
Code:
[HKEY_LOCAL_MACHINE\init]
"Launch86"="htcOOBE.exe"
OObe is launched by service.
When OObe is ending, the reg entry is deleted !
So if anyone wants to launch a programm after the OObe programme, just create a little programme or a mortscript for example wich run the oobe programme and after, your programm.

Categories

Resources