Re: How to speedup the boothing time of wince



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.


.



Relevant Pages

  • Re: update fails with 0x800703E3 error
    ... Which previous suggestions and which 'single entry in the registry' are you referring to, ... You should get a confirmation message that the .dlls successfully registerd. ... IF THEY WERE NOT successfully registered or the visit to WU fails to install the updates, ...
    (microsoft.public.windowsupdate)
  • Re: The haunting of the .bmps:
    ... Save Target As and Print Target ... > PSP7 behave when I want to edit a JPEG or a GIF? ... clicking the Edit button on the Windows Picture ... about modifying the registry. ...
    (microsoft.public.windowsxp.photos)
  • hive-based registry
    ... I need persistant registry on the target, ... I am not quite sure abt my settings so far. ... The target device is a ARMVI processor. ... the modified registry file as a part of the image. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: WM 5.0 PPC or CE 5.0 as target device produces different behaviour when using Bluetooth.
    ... What does "the registry is never persisted" mean? ... connection' checkbox in the new outgoing port setting. ... persisted and your pairing info getting saved. ... clue why this happens in WM 5.0 PPc device target and not in CE 5.0 ...
    (microsoft.public.pocketpc.developer)
  • Re: How to speedup the boothing time of wince
    ... So you can just download some required files from flash to RAM to speedup ... on target platform and boot target from hard disk. ... its booting time is very high. ...
    (microsoft.public.windowsce.embedded)