Discussion:
[BitPim-devel] RE: [BitPim-user] Problems Sending PhoneBook data to VX9800
Simon C
2006-05-12 06:47:01 UTC
Permalink
Simon, the USTRING field does not work in this case, need to
come up with an option.
I have seen three reports of this so far, seems to be related to writing
pbentry.dat.
I'll take a look at the code, I am hoping to get a protocol log so I can see
what data is causing this.

Simon
Simon C
2006-05-12 17:58:06 UTC
Permalink
Simon, the USTRING field does not work in this case, need to come up with
an option.
Joe,

I think this is the problem (line 413 comlgvx9800.py)

_path_str=_filename+'\x00'+'\xff'*\
(
self.protocolclass.WALLPAPER_ID_PATH_MAX_LEN-len(_filename)-1)

If the protocol for this field was defined using the 'pad' keyword instead
the problem should go away.

PACKET wallpaper_id:
80 USTRING { 'terminator': None, 'pad': 0xFF } +path

If you agree I can check in a change.

Simon
sod/sgt-d
2006-05-16 21:16:35 UTC
Permalink
i sent it to ***@bitpim.org

-----Original Message-----
From: bitpim-devel-***@lists.sourceforge.net
[mailto:bitpim-devel-***@lists.sourceforge.net] On Behalf Of Simon C
Sent: Friday, May 12, 2006 1:47 AM
To: Bitpim-Devel
Subject: [BitPim-devel] RE: [BitPim-user] Problems Sending PhoneBook data to
VX9800
Simon, the USTRING field does not work in this case, need to
come up with an option.
I have seen three reports of this so far, seems to be related to writing
pbentry.dat.
I'll take a look at the code, I am hoping to get a protocol log so I can see
what data is causing this.

Simon



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
sod/sgt-d
2006-05-16 21:16:09 UTC
Permalink
i sent an email to you simon with the logs you needed a week or two ago when
i first reported this problem, did you not receive it?

i am sending it again now.

-----Original Message-----
From: bitpim-devel-***@lists.sourceforge.net
[mailto:bitpim-devel-***@lists.sourceforge.net] On Behalf Of Simon C
Sent: Friday, May 12, 2006 1:47 AM
To: Bitpim-Devel
Subject: [BitPim-devel] RE: [BitPim-user] Problems Sending PhoneBook data to
VX9800
Simon, the USTRING field does not work in this case, need to
come up with an option.
I have seen three reports of this so far, seems to be related to writing
pbentry.dat.
I'll take a look at the code, I am hoping to get a protocol log so I can see
what data is causing this.

Simon



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Simon C
2006-05-16 21:28:00 UTC
Permalink
Post by sod/sgt-d
i sent an email to you simon with the logs you needed a week
or two ago when i first reported this problem, did you not receive it?
i am sending it again now.
I don't recall getting anything from you, did you try version 0.9.00? I
think I have an e-mail problem with the bitpim.org mail server so it is
probably at my end.
I made a change that fixed it in one instance.

Simon

Loading...