Re: How to speedup the boothing time of wince
- From: "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com>
- Date: Fri, 4 Apr 2008 08:26:56 -0700
We are all assuming that you have a means to persist the registry. Are you
sure that you don't? Who built the OS you're running? If it was you, then
make the registry persist to the hard disk. Even if you don't want to do
that, surely you know that you can change the registry that's inside nk.bin?
Change it to run your application...
Paul T.
"Abhijit D. Babar" <abhijitit94@xxxxxxxxx> wrote in message
news:9f41ea50-4494-48c5-a312-fc2d0369301a@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Apr 2, 7:36 pm, JochenD <Joch...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Hi,
the bootprocess in Windows CE is highly configurable, you can do whatever
you want as long as you implement it. Using mulitple XIPs like Blake
sugessed
might be a possibility for you, but there are many more.
To start your own application you can place it in the registy key:
[HKEY_LOCAL_MACHINE\Init]
e.g:
[HKEY_LOCAL_MACHINE\Init]
Launchxx = "MyShell.EXE"
Dependsxx = hex:14, 00, 1e, 00
You might want to consult the PlatformBuilder help for example:
"Installing a Custom Shell" or "How to Customize the Shell"
Best regards
-Jochen
"Blake" wrote:
Hi,
Maybe you can try multi-xip files.
With this method, you can divide your nk.bin into several .bin files
depends
on your design.
So you can just download some required files from flash to RAM to
speedup
the booting time.
Hope it's help!!!
Blake
"Abhijit D. Babar" wrote:
Hi,
I have a appliction runing on win ce 6.0. I already deploy a nk.bin
on target platform and boot target from hard disk. When i start target
device, its booting time is very high. Device take a much time to boot
and load the image. How can i speed up the booting process. I want to
boot device within few of seconds.
Also when i start the target device, the application start
automatically. How can i do this.
Please help.....- Hide quoted text -
- Show quoted text -
as you say to make changes as follows:-
[HKEY_LOCAL_MACHINE\Init]
Launchxx = "MyShell.EXE"
Dependsxx = hex:14, 00, 1e, 00
but problem i given below.
i have hard disk with primary partition 32mb. I have 3 files
boot.ini, splash.bmx and eboot.bix. and also nk.bin on active
partition. when i start the device, image is loaded from hard disk
to ram. then how to edit the registry, because it is loaded on ram. I
place the application exe on \windows\startup folder, but these foeder
are created on ram, when i restart the target device, this file are
removed. Then how to start aplllication at startup of booting.
.
- References:
- How to speedup the boothing time of wince
- From: Abhijit D. Babar
- RE: How to speedup the boothing time of wince
- From: Blake
- RE: How to speedup the boothing time of wince
- From: JochenD
- Re: How to speedup the boothing time of wince
- From: Abhijit D. Babar
- How to speedup the boothing time of wince
- Prev by Date: Re: Running a batch file on CE 5.0.
- Next by Date: Re: How to get SD card/IPSM name ??
- Previous by thread: Re: How to speedup the boothing time of wince
- Next by thread: Re: Running a batch file on CE 5.0.
- Index(es):
Relevant Pages
|
|