Is it possible to reconfigure Windows Ce 5.0 Core? 
June 27th, 2008, 02:39 PM
|  | Expert | | Join Date: Aug 2006 Location: Bulgaria
Posts: 1,380
| | |
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!
| 
June 27th, 2008, 02:58 PM
|  | Moderator | | Join Date: Dec 2006 Location: Northern Ireland / England
Posts: 543
Provided Answers: 2 | | | 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)
| 
July 2nd, 2008, 04:15 PM
|  | Site Moderator | | Join Date: Jan 2007 Location: America
Posts: 3,363
| | | 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?
| 
October 7th, 2009, 10:06 AM
| | Newbie | | Join Date: Oct 2009
Posts: 1
| | | 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?
| 
October 7th, 2009, 03:20 PM
|  | Moderator | | Join Date: Apr 2007 Location: New England
Posts: 7,101
Provided Answers: 3 | | | 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
| 
October 7th, 2009, 06:52 PM
|  | Site Moderator | | Join Date: Jan 2007 Location: America
Posts: 3,363
| | | re: Is it possible to reconfigure Windows Ce 5.0 Core? Quote:
Originally Posted by samuelInelcan 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.
|  | | | | /bytes/about
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 225,702 network members.
|