I think this unit consists of 2 modules: DVD player - controled by hardwarestrados said:@ gomelkiev, post #5:
is manager.exe that software, which runs when starting up the unit and shows the first startscreen, menue, radio, bluetooth screen etc ? I thought, that software run directly on the MCU and not under control of WinCE, didn't it ?
Hi,Note: for everybody trying to install any additional drivers to \windows - pay attention, that after reboot ( power/off-power/on) all your DLL will be gone, but registry stays . this is done to protect HU from un-authorize installation.
Solution:
(theoretical) - didn't do it yet, but probably will:
1. rename manager.exe to manager_old.exe
2. create windowsCE apps , call it manager.exe
new manager.exe will:
a. copy DLL to \windows from sdcard/usb or from \other
b. start manager_old.exe
I was able to store DLL for my USB wifi stick ( don't have 3g modem) in nand store\other\ and after off/on, popup dialog ask me for driver location, I specified \nand store\other\dllname.dll and now I don't need to enter it anymore. look like registry part where drivers location are specified - is kept between reboots.strados said:@ gomelkiev:
in Post: #13 your wrote:
Solution:
(theoretical) - didn't do it yet, but probably will:
1. rename manager.exe to manager_old.exe
2. create windowsCE apps , call it manager.exe
new manager.exe will:
a. copy DLL to \windows from sdcard/usb or from \other
b. start manager_old.exe
o.k. but the new manager.exe also has to be stored in \windows so that it can be startet automatically. When power off/on it has gone away and nothing happens, or not ?