|
|||||||||||||||
|
Inside a MappyUlti E508ND GPS portable navigation device
Inside a MappyIti 405ND GPS portable navigation device
Bottom
Inside the unit
LCD Screen ref
5" inch 480x272 TFT LCD Display + Touch Panel, Standard 40 PIN
AT050TN33 LCD MODULE SPECIFICATION
LCD Screen ribbon
Motherboard + battery (1/2)
Battery Li-ion P603258N / 1200 mAh 3.7 v / 55 mm*30 mm*5 mm
Motherboard + battery (2/2)
Motherboard (bottom) + Antenna
CPU Block
(Archive password : "atlas")
CPU: SiRF (now Qualcomm) Atlas V - AT551 (664 MHz ARM11 ARM1136JF-S CPU + 332 MHz DSP)
RAM: NANYA NT5TU32M16DG-AC -> DDR2 DRAM, 32MX16 (64 MiB RAM size), 0.4ns, CMOS, PBGA84
FLASH: Samsung K9GAG08U0F -> 16Gb F-die NAND Flash (2 GiB FLASH size)
GPS Receiver
Skyworks SE4150L - GPS Receiver IC
Unpopulated function
Unpopulated function
cegcc used to build the program used to start explorer.exe : https://cegcc.sourceforge.net/
cegcc_mingw32ce_cygwin1.7_r1375.tar.bz2
Program code :
#include <windows.h>
Backup and replace the PublicTransport.exe executable with the new one. Once done restart the GPS and click on the transportation icon to launch the explorer.
void main()
{
PROCESS_INFORMATION pinfo;
CreateProcessW(L"explorer.exe", NULL,NULL,NULL,0,CREATE_NEW_CONSOLE,NULL,NULL,NULL,&pinfo);
MessageBox(NULL, L"Done!",L"Launch",MB_OK);
}
(archive password : hxc2001)
Bottom
Inside the unit
LCD Screen ref
LCD Screen ribbon
Motherboard
CPU Block + Antenna
(Archive password : "atlas")
CPU: SiRF (now Qualcomm) Atlas V - AT550 (500 MHz ARM11 ARM1136JF-S CPU + 250 MHz DSP)
RAM: Kynix H5PS5162FFR -> DDR2 DRAM, 32MX16 (64 MiB RAM size), PBGA84
FLASH: Kynix H27UBG8T2ATR -> 32Gb (4096M x 8bit) NAND Flash (4 GiB FLASH size)
GPS Receiver
Skyworks SE4150L - GPS Receiver IC
cegcc used to build the program used to start explorer.exe : https://cegcc.sourceforge.net/
cegcc_mingw32ce_cygwin1.7_r1375.tar.bz2
Program code :
#include <windows.h>
Backup and replace the Public_Transport.exe executable with the new one. Once done restart the GPS and click on the transportation icon to launch the explorer.
void main()
{
PROCESS_INFORMATION pinfo;
CreateProcessW(L"explorer.exe", NULL,NULL,NULL,0,CREATE_NEW_CONSOLE,NULL,NULL,NULL,&pinfo);
MessageBox(NULL, L"Done!",L"Launch",MB_OK);
}
(archive password : hxc2001)
(C) HxC2001 / Jean-François DEL NERO