Connecting Tech Pros Worldwide Help | Site Map

Is it possible to reconfigure Windows Ce 5.0 Core?

PEB's Avatar
PEB PEB is offline
Expert
 
Join Date: Aug 2006
Location: Bulgaria
Posts: 1,380
#1: Jun 27 '08
Hello everybody,

I have GPS Nokia with Windows CE 5.0 Core. It has integrated navigation system and it's searching Route 66 by default as navigator.

The system gives the ability also to read photos and videos.

However, i want that the system can execute every program compatible with Windows CE 5.0 Core. Also other navigators, that are installed on the SD.

Any advice is appreciated

Thank YOU!
markmcgookin's Avatar
Moderator
 
Join Date: Dec 2006
Location: Northern Ireland / England
Posts: 546
#2: Jun 27 '08

re: Is it possible to reconfigure Windows Ce 5.0 Core?


Yes this is possible, basically, when the device boots it will be being forced to boot up your Navigation system using a registry key. You need to locate this key and remove it.

It will be similar to

[HKEY_LOCAL_MACHINE\init]
"Launch10"="shell.exe"
"Launch20"="device.exe"
"Depend20"=hex:0a,00
"Launch30"="gwes.exe"
"Depend30"=hex:14,00

So Launch30 will probably be your application, so just delete that one. A standard mobile registry editor should let you do this, but getting it connected to the PC is usually the issue. Most devices have weird soft buttons that can be held during a re-boot to pause boot and allow you to connect.

These is also another small application that you can get to show/hide the windows task bar on these devices to allow you to run your applications full screen (As Tom Tom won't and your taskbar will always be onscreen so when you tap the bottom you get windows interfearance)
RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,388
#3: Jul 2 '08

re: Is it possible to reconfigure Windows Ce 5.0 Core?


Quote:

Originally Posted by markmcgookin

Yes this is possible, basically, when the device boots it will be being forced to boot up your Navigation system using a registry key. You need to locate this key and remove it.

It will be similar to

[HKEY_LOCAL_MACHINE\init]
"Launch10"="shell.exe"
"Launch20"="device.exe"
"Depend20"=hex:0a,00
"Launch30"="gwes.exe"
"Depend30"=hex:14,00

So Launch30 will probably be your application, so just delete that one. A standard mobile registry editor should let you do this, but getting it connected to the PC is usually the issue. Most devices have weird soft buttons that can be held during a re-boot to pause boot and allow you to connect.

These is also another small application that you can get to show/hide the windows task bar on these devices to allow you to run your applications full screen (As Tom Tom won't and your taskbar will always be onscreen so when you tap the bottom you get windows interfearance)

Actually you need gwes.exe to run any windowed applications on your device. gwes is the graphical windows and events system. The init key just laynches whatever you have as init on boot. Thats all. What exactly are you trying to do because you post didn't make any sense to me?
Newbie
 
Join Date: Oct 2009
Posts: 1
#4: Oct 7 '09

re: Is it possible to reconfigure Windows Ce 5.0 Core?


Hi, I am trying to get into windows CE with this device. My main problem with this PND is that when you reboot the device all files and configuration made dissapear from it. If I change anything in registry it has no effect when you reboot it. For that, I am not able to install my own applications. Is there any solution possible?
Plater's Avatar
Moderator
 
Join Date: Apr 2007
Location: New England
Posts: 7,156
#5: Oct 7 '09

re: Is it possible to reconfigure Windows Ce 5.0 Core?


Yes. Get a copy of system builder and all the source files required. Compile your own copy of windowsCE and replace the image on there.
Its way more information then we can give in the scope of this forum though
RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,388
#6: Oct 7 '09

re: Is it possible to reconfigure Windows Ce 5.0 Core?


Quote:

Originally Posted by samuelInelcan View Post

Hi, I am trying to get into windows CE with this device. My main problem with this PND is that when you reboot the device all files and configuration made dissapear from it. If I change anything in registry it has no effect when you reboot it. For that, I am not able to install my own applications. Is there any solution possible?

It sounds like the file system is mounted in RAM and there is no persistence between boots. You have to mount NAND or NOR as read/write and then changes you make will be written to storage. Alternatively you can run an image from a SD or similar card if your platform supports it.

The image that comes on the device is probably just a very bare bones system and resets each time there is a power cycle. You should contact the manufacturer or reseller for support on these types of issues.
Reply