ian.anindya wrote:Hi sharp,
I'm not upload all language, organic and system , ie EN, MAL, IND and delete inside media folder. That only program to run without map. You can put your maps on "\\SDMMC\X5SE\Maps" folder. Find map link on1st page.
Here Hex address for Unlock, Change COM and Baud rate.
[color="red"][font="Courier New"]PapaGO X5SE (13 Mar 2010)
[I]Prepared to modified orig.exe file using ultra edit.
Using editor, change (original exe):
0x1f0h 64 61 74 61 --> 55 50 58 30 --------------------- UPX0
0x218h 64 61 74 61 --> 55 50 58 31 --------------------- UPX1
0x240h 64 61 74 61 --> 55 50 58 32 --------------------- UPX2
0x3e0h C3 55 01 97 --> 55 50 58 21 --------------------- UPX!
Then save the file as papago.exe.
[color="black"]Unpacked papago.exe using UPX 3.04[/color]
In command prompt: type: upx -d papago.exe?
[color="black"]Unlock,Change COM & BOUD (Using ultra edit)[/color]
Unlock : 0xD014h 00 --> 01
Change COM port : 0x65E28h ---> 01 20 A0 E3 (for COM1) and 02 20 A0 E3 (for COM2)
Change Baud rate : 0x65E44h--> 4B 2D A0 E3 for 4800. The rest see below :
4B 2D A0 E3 --> 4800
96 2D A0 E3 --> 9600
E1 2D A0 E3 --> 14400
4B 2C A0 E3 --> 19200
96 2C A0 E3 --> 38400
E1 2C A0 E3 --> 57600
[color="black"]Packed again using UPX[/color]
In command prompt, type : upx papago.exe[/font][/I][/color]
Here Happy file :
Happy file :
Thanks,
Ian
dear sir ! UPX only use for linux? if i want unpack and pack in xp , what solf i should to use? can this hex edit use for all version of papago?