Switch to full style
Post a reply

[HELP] Papago X3

Fri Jul 09, 2010 12:47 am

Need someone to help me how to change the com
The exe works on com1 but I dont know how to change it to com 7 (couldnt find the address)

Pls help..

Fri Jul 09, 2010 1:31 am

penanghazard wrote:Need someone to help me how to change the com
The exe works on com1 but I dont know how to change it to com 7 (couldnt find the address)

Pls help..


Unlocking PaPaGO! X3SE

1. Prepared to modified orig.exe file using ultra edit.
Using editor, change (original exe):
0x1f0h 64 61 74 61 --> 55 50 58 30 --------------------- UPX0
0x219h 64 61 74 61 --> 55 50 58 31 --------------------- UPX1
0x240h 64 61 74 61 --> 55 50 58 32 --------------------- UPX2
0x3e0h F8 7A 11 8B --> 55 50 58 21 --------------------- UPX!

Then save the file as : X3SE.exe

2. Unpacked anyfilename.exe using UPX 3.04
In command prompt: type : upx -d X3SE.exe

3. Unlocked! + Change COM & BOUD (Using ultra edit)
unlock 0x00c43ch : 00 --> 01 00 50 E3
com port 0x584c9h : 07 20 A0 E1 -->02 20 A0 E3 for com 2
baud rate 0x584e5h : 08 20 A0 E1 --> 4B 2D A0 E3 for 4800
Others Baud Rate 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

4. Packed again after Unlocked using UPX
In command prompt: type ‘upx X5SE.exe’



Unlocking PaPaGO! X3Gold
:
> Unlock 0xC3d8h : 00 00 50 E3 --> 01 00 50 E3
> Com port 0x57b00h : 04 20 10 e1 -- 02 20 A0 E3 ------- (COM2)
> Baud Rate 0x57b1ch : 08 20 a0 e1 -- 4B 2D A0 E3 -------- (4800 )


Unlocking PaPaGO! X3 Holux

> Unlock 0xC3d8h : 00 00 50 E3 --> 01 00 50 E3
> Com port 0x57b00h : 04 20 10 e1 -- 02 20 A0 E3 ------- (COM2)
> Baud Rate 0x57b24h : 08 20 a0 e1 -- 4B 2D A0 E3 -------- (4800 )

Fri Jul 09, 2010 1:52 am

penanghazard wrote:Need someone to help me how to change the com
The exe works on com1 but I dont know how to change it to com 7 (couldnt find the address)

Pls help..


Can I know what version is this papago?

Decompress using upx
0x57c74h --> Com
0x057c90h --> Baud

Fri Jul 09, 2010 4:33 am

raynos wrote:Can I know what version is this papago?

Decompress using upx
0x57c74h --> Com
0x057c90h --> Baud


I dun which version but i manage to change it by the quoted address

thanks

Fri Jul 09, 2010 4:34 am

torsten.schmitz wrote:Unlocking PaPaGO! X3SE

1. Prepared to modified orig.exe file using ultra edit.
Using editor, change (original exe):
0x1f0h 64 61 74 61 --> 55 50 58 30 --------------------- UPX0
0x219h 64 61 74 61 --> 55 50 58 31 --------------------- UPX1
0x240h 64 61 74 61 --> 55 50 58 32 --------------------- UPX2
0x3e0h F8 7A 11 8B --> 55 50 58 21 --------------------- UPX!

Then save the file as : X3SE.exe

2. Unpacked anyfilename.exe using UPX 3.04
In command prompt: type : upx -d X3SE.exe

3. Unlocked! + Change COM & BOUD (Using ultra edit)
unlock 0x00c43ch : 00 --> 01 00 50 E3
com port 0x584c9h : 07 20 A0 E1 -->02 20 A0 E3 for com 2
baud rate 0x584e5h : 08 20 A0 E1 --> 4B 2D A0 E3 for 4800
Others Baud Rate 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

4. Packed again after Unlocked using UPX
In command prompt: type ‘upx X5SE.exe’



Unlocking PaPaGO! X3Gold
:
> Unlock 0xC3d8h : 00 00 50 E3 --> 01 00 50 E3
> Com port 0x57b00h : 04 20 10 e1 -- 02 20 A0 E3 ------- (COM2)
> Baud Rate 0x57b1ch : 08 20 a0 e1 -- 4B 2D A0 E3 -------- (4800 )


Unlocking PaPaGO! X3 Holux

> Unlock 0xC3d8h : 00 00 50 E3 --> 01 00 50 E3
> Com port 0x57b00h : 04 20 10 e1 -- 02 20 A0 E3 ------- (COM2)
> Baud Rate 0x57b24h : 08 20 a0 e1 -- 4B 2D A0 E3 -------- (4800 )


i never heard about X3Gold/SE

Mind to share bro torsten.schmitz

Thu Jul 29, 2010 8:05 am

Papago X3 was extracted from Goozee. I dun know which version. Ive tried to upx but no success..
Kindly help...TQ

Thu Jul 29, 2010 9:45 am

penanghazard wrote:Papago X3 was extracted from Goozee. I dun know which version. Ive tried to upx but no success..
Kindly help...TQ


Just try it........

Unlocking PaPaGO! X3SE

1. Prepared to modified orig.exe file using ultra edit.
Using editor, change (original exe):
0x1f0h 64 61 74 61 --> 55 50 58 30 --------------------- UPX0
0x219h 64 61 74 61 --> 55 50 58 31 --------------------- UPX1
0x240h 64 61 74 61 --> 55 50 58 32 --------------------- UPX2
0x3e0h F8 7A 11 8B --> 55 50 58 21 --------------------- UPX!

Then save the file as : X3SE.exe

2. Unpacked anyfilename.exe using UPX 3.04
In command prompt: type : upx -d X3SE.exe

3. Unlocked! + Change COM & BOUD (Using ultra edit)
unlock 0x00c43ch : 00 --> 01 00 50 E3
com port 0x584c9h : 07 20 A0 E1 -->02 20 A0 E3 for com 2
baud rate 0x584e5h : 08 20 A0 E1 --> 4B 2D A0 E3 for 4800
Others Baud Rate 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

4. Packed again after Unlocked using UPX
In command prompt: type ‘upx X5SE.exe’

PaPaGO! X3
Decompress using upx
0x57c74h --> Com
0x057c90h --> Baud

Unlocking PaPaGO! X3Gold
:
> Unlock 0xC3d8h : 00 00 50 E3 --> 01 00 50 E3
> Com port 0x57b00h : 04 20 10 e1 -- 02 20 A0 E3 ------- (COM2)
> Baud Rate 0x57b1ch : 08 20 a0 e1 -- 4B 2D A0 E3 -------- (4800 )


Unlocking PaPaGO! X3 Holux

> Unlock 0xC3d8h : 00 00 50 E3 --> 01 00 50 E3
> Com port 0x57b00h : 04 20 10 e1 -- 02 20 A0 E3 ------- (COM2)
> Baud Rate 0x57b24h : 08 20 a0 e1 -- 4B 2D A0 E3 -------- (4800 )

Thu Jul 29, 2010 9:49 am

Monters GPS wrote:Just try it........

Unlocking PaPaGO! X3SE

1. Prepared to modified orig.exe file using ultra edit.
Using editor, change (original exe):
0x1f0h 64 61 74 61 --> 55 50 58 30 --------------------- UPX0
0x219h 64 61 74 61 --> 55 50 58 31 --------------------- UPX1
0x240h 64 61 74 61 --> 55 50 58 32 --------------------- UPX2
0x3e0h F8 7A 11 8B --> 55 50 58 21 --------------------- UPX!

Then save the file as : X3SE.exe

2. Unpacked anyfilename.exe using UPX 3.04
In command prompt: type : upx -d X3SE.exe

3. Unlocked! + Change COM & BOUD (Using ultra edit)
unlock 0x00c43ch : 00 --> 01 00 50 E3
com port 0x584c9h : 07 20 A0 E1 -->02 20 A0 E3 for com 2
baud rate 0x584e5h : 08 20 A0 E1 --> 4B 2D A0 E3 for 4800
Others Baud Rate 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

4. Packed again after Unlocked using UPX
In command prompt: type ‘upx X5SE.exe’

PaPaGO! X3
Decompress using upx
0x57c74h --> Com
0x057c90h --> Baud

Unlocking PaPaGO! X3Gold
:
> Unlock 0xC3d8h : 00 00 50 E3 --> 01 00 50 E3
> Com port 0x57b00h : 04 20 10 e1 -- 02 20 A0 E3 ------- (COM2)
> Baud Rate 0x57b1ch : 08 20 a0 e1 -- 4B 2D A0 E3 -------- (4800 )


Unlocking PaPaGO! X3 Holux

> Unlock 0xC3d8h : 00 00 50 E3 --> 01 00 50 E3
> Com port 0x57b00h : 04 20 10 e1 -- 02 20 A0 E3 ------- (COM2)
> Baud Rate 0x57b24h : 08 20 a0 e1 -- 4B 2D A0 E3 -------- (4800 )


Already tried before posting. It didnt work

Thu Jul 29, 2010 12:24 pm

penanghazard wrote:Already tried before posting. It didnt work


Hi Penanghazard,

That exe file Unpack already.....
COM :0x57DE0
Baud :0x57DFC

When you run that program using MFM R21_ maps, what you seen?
Can run program until menu?
Got satellite signal?
Any issue on offset problem?

I don't have map header to run......can you upload please...

please shared...

Thanks,
CRV

Fri Jul 30, 2010 12:44 am

torsten.schmitz wrote:Hi Penanghazard,

That exe file Unpack already.....
COM :0x57DE0
Baud :0x57DFC

When you run that program using MFM R21_ maps, what you seen?
Can run program until menu?
Got satellite signal?
Any issue on offset problem?

I don't have map header to run.....can you upload please...

please shared...

Thanks,
CRV


Bro crv,
aFTER changing com port/baudrate... Goozee runs in a split second and shut off..
Map has been installed..

Anything wrong?

Fri Jul 30, 2010 5:22 am

torsten.schmitz wrote:Hi Penanghazard,

That exe file Unpack already.....
COM :0x57DE0
Baud :0x57DFC

When you run that program using MFM R21_ maps, what you seen?
Can run program until menu?
Got satellite signal?
Any issue on offset problem?

I don't have map header to run.....can you upload please...

please shared...

Thanks,
CRV


Bro, your id must KIV la.

Fri Jul 30, 2010 1:29 pm

skysbo wrote:Bro, your id must KIV la.


What is KIV Bro? Now is CRV lah........ohh run again........kabuuuuuurrrr......
We need your "touch" on VietX3D ( http://www.navitotal.com/forums/showthread.php?2221-VietMapX3D-Support-MFM-R5-Maps....) like what you did last time in X5PPC.....

Fri Jul 30, 2010 2:21 pm

torsten.schmitz wrote:What is KIV Bro?
We need your "touch" on VietX3D ( http://www.navitotal.com/forums/showthread.php?2221-VietMapX3D-Support-MFM-R5-Maps....) like what you did last time in X5PPC.....


Hahaha look properly at the message quoted by skysbo........
Post a reply