Discussion:
[Bitpim-devel] Re: [vx4400support] New vx4500 yahoo forum http://groups.yahoo.com/group/LGVX4500/
Roger Binns
2004-02-10 04:51:30 UTC
Permalink
We are still looking for help with the file structure on the vx4500
phones so we can get bitpim to work with it. Any help with this
would be greatly appreciated
Please post the info on the bitpim-devel mailing list. George Grippo
has sent me a backup of the filesystem and will be testing out some
of my best guesses at code. (I also just posted more detailed instructions
on how to work with the developer source for BitPim - check the archive).

I don't see any reason why the 4500 support won't be more than 10 lines of
code or so.

To make this posting relevant to the members of this forum, here is
what I have been able to deduce about the 4500 based on the filesystem
from the 4500.

- The filesystem is yet another set of minor tweaks from the VX4400
and vx6000. Astonishingly they seem to have kept almost everything
in the same locations as on the VX6000

- Most features are in the same locations and formats as the 4400/6000
(eg alarm, brew, eri, nvm, pim, sch, sms, t9udb, VoiceDB)

- It has a new gps directory with one file in it very similar to the
the eri.bin file (ie it has Verizon WirelessA, Verizon WirelessB,
Extended NetworkC etc in it). Maybe it is some sort of eri for
the GPS service, which sort of makes sense.

- There are OWS and ART directories but I think George put these on
otherwise they are somewhat interesting (look like half implemented
features).

Roger
George Grippo
2004-02-10 19:34:53 UTC
Permalink
Roger

The OWS and ART do directories where there before I changed anything

I will do another backup so you can see the dir.dat structure on the images
(I signed up for picturethis, coudnt wait) as for the ringtones, I was able
to write those files to the phone through the file structure.

Also I was able to get the devel code working. Thanks for the step by step
instructions

George

-----Original Message-----
From: bitpim-devel-***@lists.sourceforge.net
[mailto:bitpim-devel-***@lists.sourceforge.net] On Behalf Of Roger Binns
Sent: Monday, February 09, 2004 11:52 PM
To: ***@yahoogroups.com
Cc: bitpim-***@lists.sourceforge.net
Subject: [Bitpim-devel] Re: [vx4400support] New vx4500 yahoo forum
http://groups.yahoo.com/group/LGVX4500/
We are still looking for help with the file structure on the vx4500
phones so we can get bitpim to work with it. Any help with this would
be greatly appreciated
Please post the info on the bitpim-devel mailing list. George Grippo has
sent me a backup of the filesystem and will be testing out some of my best
guesses at code. (I also just posted more detailed instructions on how to
work with the developer source for BitPim - check the archive).

I don't see any reason why the 4500 support won't be more than 10 lines of
code or so.

To make this posting relevant to the members of this forum, here is what I
have been able to deduce about the 4500 based on the filesystem from the
4500.

- The filesystem is yet another set of minor tweaks from the VX4400
and vx6000. Astonishingly they seem to have kept almost everything
in the same locations as on the VX6000

- Most features are in the same locations and formats as the 4400/6000
(eg alarm, brew, eri, nvm, pim, sch, sms, t9udb, VoiceDB)

- It has a new gps directory with one file in it very similar to the
the eri.bin file (ie it has Verizon WirelessA, Verizon WirelessB,
Extended NetworkC etc in it). Maybe it is some sort of eri for
the GPS service, which sort of makes sense.

- There are OWS and ART directories but I think George put these on
otherwise they are somewhat interesting (look like half implemented
features).

Roger


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open
Tools Development and Integration See the breadth of Eclipse activity.
February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
Roger Binns
2004-02-13 01:14:12 UTC
Permalink
Post by George Grippo
Also I was able to get the devel code working. Thanks for the step by step
instructions
I have added the initial implementation for the 4500. Let me know how it goes.

Roger
George Grippo
2004-02-13 03:49:21 UTC
Permalink
Roger,

I dont see a selction in settings for the 4500. What should be used for
testing?

George

-----Original Message-----
From: bitpim-devel-***@lists.sourceforge.net
[mailto:bitpim-devel-***@lists.sourceforge.net]On Behalf Of Roger
Binns
Sent: Thursday, February 12, 2004 8:14 PM
To: bitpim-***@lists.sourceforge.net
Subject: Re: [Bitpim-devel] Re: [vx4400support] New vx4500 yahoo forum
http://groups.yahoo.com/group/LGVX4500/
Post by George Grippo
Also I was able to get the devel code working. Thanks for the step by
step
Post by George Grippo
instructions
I have added the initial implementation for the 4500. Let me know how it
goes.

Roger


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
Roger Binns
2004-02-13 05:13:08 UTC
Permalink
Post by George Grippo
I dont see a selction in settings for the 4500. What should be used for
testing?
Do a CVS update and you will see it.

Roger
George Grippo
2004-02-13 04:07:01 UTC
Permalink
Roger,

What error logs (exceptions and log) do you want reported back and in what
form (embedded in email or zipped)

I tried retrieving Phone book datausing the 6000 setting and received this
exception.

An unexpected exception has occurred.
Please see the help for details on what to do.

Traceback (most recent call last):
File "C:\Projects\Bitpim\bitpim\gui.py", line 150, in run
res=call()
File "C:\Projects\Bitpim\bitpim\gui.py", line 91, in __call__
return apply(self.method, self.args+args, d)
File "C:\Projects\Bitpim\bitpim\gui.py", line 1040, in getdata
results=self.getfundamentals()
File "C:\Projects\Bitpim\bitpim\gui.py", line 1034, in getfundamentals
self.commphone.getfundamentals(results)
File "C:\Projects\Bitpim\bitpim\com_lgvx4400.py", line 101, in
getfundamentals
self.getwallpaperindices(results)
File "C:\Projects\Bitpim\bitpim\com_lgvx4400.py", line 141, in
getwallpaperindices
return self.getmediaindex(self.builtinimages, self.imagelocations,
results, 'wallpaper-index')
File "C:\Projects\Bitpim\bitpim\com_lgvx4400.py", line 133, in
getmediaindex
index=self.getcameraindex()
File "C:\Projects\Bitpim\bitpim\com_lgvx6000.py", line 76, in
getcameraindex
buf=prototypes.buffer(self.getfilecontents("cam/pics.dat"))
File "C:\Projects\Bitpim\bitpim\com_brew.py", line 201, in getfilecontents
res=self.sendbrewcommand(req, p_brew.readfileresponse)
File "C:\Projects\Bitpim\bitpim\com_brew.py", line 338, in sendbrewcommand
raise BrewNoSuchFileException()
BrewNoSuchFileException: No such file

Variables by last 8 frames, innermost last

Frame getdata in C:\Projects\Bitpim\bitpim\gui.py at line 1040
self = <WorkerThread(BitPim helper, started daemon)>
req = <guiwidgets.GetPhoneDialog instance; proxy of C++
wxDialog i

Frame getfundamentals in C:\Projects\Bitpim\bitpim\gui.py at line 1034
self = <WorkerThread(BitPim helper, started daemon)>
results = {'uniqueserial':
'3de73491ed04f9867320ba458751eba3912e91b4',

Frame getfundamentals in C:\Projects\Bitpim\bitpim\com_lgvx4400.py at line
101
g = <p_lgvx4400.pbgroups object at 0x01B06E70>
i = 5
self = <com_lgvx6000.Phone instance at 0x01B2DB70>
results = {'uniqueserial':
'3de73491ed04f9867320ba458751eba3912e91b4',
groups = {0: {'name': 'No Group', 'icon': 0}, 1: {'name':
'Family', '
buf = <prototypes.buffer instance at 0x01B2DC10>

Frame getwallpaperindices in C:\Projects\Bitpim\bitpim\com_lgvx4400.py at
line 141
self = <com_lgvx6000.Phone instance at 0x01B2DB70>
results = {'uniqueserial':
'3de73491ed04f9867320ba458751eba3912e91b4',

Frame getmediaindex in C:\Projects\Bitpim\bitpim\com_lgvx4400.py at line 133
maxentries = 20
index = {}
c = 8
builtins = ('Beach Ball', 'Towerbridge', 'Sunflower', 'Beach',
'Fish',
name = 'Snowman'
i = 2
media = {1: {'origin': 'builtin', 'name': 'Beach Ball'}, 2:
{'origin
self = <com_lgvx6000.Phone instance at 0x01B2DB70>
offset = 130
results = {'uniqueserial':
'3de73491ed04f9867320ba458751eba3912e91b4',
maps = ((10, 'download/dloadindex/brewImageIndex.map',
'brew/shared
location = None
key = 'wallpaper-index'
indexfile = None
type = 'camera'

Frame getcameraindex in C:\Projects\Bitpim\bitpim\com_lgvx6000.py at line 76
self = <com_lgvx6000.Phone instance at 0x01B2DB70>

Frame getfilecontents in C:\Projects\Bitpim\bitpim\com_brew.py at line 201
self = <com_lgvx6000.Phone instance at 0x01B2DB70>
req = <p_brew.readfilerequest object at 0x01B06F50>
start = 1076645173.8570001
file = 'cam/pics.dat'
data = <cStringIO.StringO object at 0x01B06DC0>
desc = 'Reading cam/pics.dat'

Frame sendbrewcommand in C:\Projects\Bitpim\bitpim\com_brew.py at line 338
responseclass = <class 'p_brew.readfileresponse'>
origdata =
'Y\x04\x06\x00\x00\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x
d = 0
err = 6
buffer = <prototypes.buffer instance at 0x019B1C60>
request = <p_brew.readfilerequest object at 0x01B06F50>
callsetmode = True
firsttwo = 'Y\x04'
crc = '\xba\x16'
data =
'Y\x04\x06\x00\x00\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x
self = <com_lgvx6000.Phone instance at 0x01B2DB70>
I tried retrieving Phone book data using the 4400 setting and received this
exception.

n unexpected exception has occurred.
Please see the help for details on what to do.

Traceback (most recent call last):
File "C:\Projects\4500 test\bitpim\gui.py", line 150, in run
res=call()
File "C:\Projects\4500 test\bitpim\gui.py", line 91, in __call__
return apply(self.method, self.args+args, d)
File "C:\Projects\4500 test\bitpim\gui.py", line 1061, in getdata
i[1](results)
File "C:\Projects\4500 test\bitpim\com_lgvx4400.py", line 163, in
getphonebook
res=self.sendpbcommand(req, self.protocolclass.pbreadentryresponse)
File "C:\Projects\4500 test\bitpim\com_lg.py", line 125, in sendpbcommand
res.readfrombuffer(buffer)
File "C:\Projects\4500 test\bitpim\p_lgvx4400.py", line 67, in
readfrombuffer
self.__field_entry.readfrombuffer(buf)
File "C:\Projects\4500 test\bitpim\p_lgvx4400.py", line 471, in
readfrombuffer
self.__field_entrysize.readfrombuffer(buf)
File "C:\Projects\4500 test\bitpim\prototypes.py", line 186, in
readfrombuffer
raise ValueError("The value read should be a constant of %d, but was %d
instead" % (self._constant, self._value))
ValueError: The value read should be a constant of 514, but was 546 instead

Variables by last 8 frames, innermost last

Frame run in C:\Projects\4500 test\bitpim\gui.py at line 154
e = <prototypes.ValueError instance at 0x01456170>
res = None
self = <WorkerThread(BitPim helper, started daemon)>
item = (<gui.Request instance at 0x013CBF08>, <gui.Callback
instanc
call = <gui.Request instance at 0x013CBF08>
ex = <prototypes.ValueError instance at 0x01456170>
resultcb = <gui.Callback instance at 0x01456148>
first = 0

-----Original Message-----
From: bitpim-devel-***@lists.sourceforge.net
[mailto:bitpim-devel-***@lists.sourceforge.net]On Behalf Of Roger
Binns
Sent: Thursday, February 12, 2004 8:14 PM
To: bitpim-***@lists.sourceforge.net
Subject: Re: [Bitpim-devel] Re: [vx4400support] New vx4500 yahoo forum
http://groups.yahoo.com/group/LGVX4500/
Post by George Grippo
Also I was able to get the devel code working. Thanks for the step by
step
Post by George Grippo
instructions
I have added the initial implementation for the 4500. Let me know how it
goes.

Roger


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
Roger Binns
2004-02-13 05:13:57 UTC
Permalink
Post by George Grippo
I tried retrieving Phone book datausing the 6000 setting and received this
exception.
buf=prototypes.buffer(self.getfilecontents("cam/pics.dat"))
BrewNoSuchFileException: No such file
The 4500 doesn't have a camera (the 6000 does). You need to do a CVS
update and pick the 4500.

Roger
George Grippo
2004-02-13 13:48:46 UTC
Permalink
Roger

I was able to get wallpaper, ringtones and calendar info from phone. I will
be able to test over the weekend but wanted to give you some quick feedback

George

-----Original Message-----
From: bitpim-devel-***@lists.sourceforge.net
[mailto:bitpim-devel-***@lists.sourceforge.net]On Behalf Of Roger
Binns
Sent: Friday, February 13, 2004 12:14 AM
To: bitpim-***@lists.sourceforge.net
Subject: Re: [Bitpim-devel] Re: [vx4400support] New vx4500 yahoo forum
http://groups.yahoo.com/group/LGVX4500/
Post by George Grippo
I tried retrieving Phone book datausing the 6000 setting and received this
exception.
buf=prototypes.buffer(self.getfilecontents("cam/pics.dat"))
BrewNoSuchFileException: No such file
The 4500 doesn't have a camera (the 6000 does). You need to do a CVS
update and pick the 4500.

Roger


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
Roger Binns
2004-02-14 00:20:57 UTC
Permalink
Post by George Grippo
I was able to get wallpaper, ringtones and calendar info from phone. I will
be able to test over the weekend but wanted to give you some quick feedback
That implies problems with the phonebook. Please turn on protocol logging
and send me a trace.

Roger
George Grippo
2004-02-13 13:45:12 UTC
Permalink
OK i selected the 4500 and received this error when trying to get phone book
data

An unexpected exception has occurred.
Please see the help for details on what to do.

Traceback (most recent call last):
File "C:\Projects\Bitpim\bitpim\gui.py", line 150, in run
res=call()
File "C:\Projects\Bitpim\bitpim\gui.py", line 91, in __call__
return apply(self.method, self.args+args, d)
File "C:\Projects\Bitpim\bitpim\gui.py", line 1061, in getdata
i[1](results)
File "C:\Projects\Bitpim\bitpim\com_lgvx4400.py", line 163, in
getphonebook
res=self.sendpbcommand(req, self.protocolclass.pbreadentryresponse)
File "C:\Projects\Bitpim\bitpim\com_lg.py", line 125, in sendpbcommand
res.readfrombuffer(buffer)
File "C:\Projects\Bitpim\bitpim\p_lgvx4400.py", line 67, in readfrombuffer
self.__field_entry.readfrombuffer(buf)
File "C:\Projects\Bitpim\bitpim\p_lgvx4400.py", line 471, in
readfrombuffer
self.__field_entrysize.readfrombuffer(buf)
File "C:\Projects\Bitpim\bitpim\prototypes.py", line 186, in
readfrombuffer
raise ValueError("The value read should be a constant of %d, but was %d
instead" % (self._constant, self._value))
ValueError: The value read should be a constant of 514, but was 546 instead

Variables by last 8 frames, innermost last

Frame run in C:\Projects\Bitpim\bitpim\gui.py at line 143
e = <prototypes.ValueError instance at 0x01B2B2B0>
res = None
self = <WorkerThread(BitPim helper, started daemon)>
item = (<gui.Request instance at 0x019B2C38>, <gui.Callback
instanc
call = <gui.Request instance at 0x019B2C38>
ex = <prototypes.ValueError instance at 0x01B2B2B0>
resultcb = <gui.Callback instance at 0x019B2AF8>
first = 0

Frame __call__ in C:\Projects\Bitpim\bitpim\gui.py at line 91
self = <gui.Request instance at 0x019B2C38>
args = ()
d = {}
kwargs = {}

Frame getdata in C:\Projects\Bitpim\bitpim\gui.py at line 1061
count = 1
i = (<bound method GetPhoneDialog.GetPhoneBookSetting of
<guiwid
self = <WorkerThread(BitPim helper, started daemon)>
req = <guiwidgets.GetPhoneDialog instance; proxy of C++
wxDialog i
willcall = [(<bound method GetPhoneDialog.GetPhoneBookSetting of
<guiwi
results = {'sync': {'phonebook': 'OVERWRITE'}, 'wallpaper-index':
{1:
sync = {'phonebook': 'OVERWRITE'}
st = 0

Frame getphonebook in C:\Projects\Bitpim\bitpim\com_lgvx4400.py at line 163
pbook = {}
i = 0
res = <p_lg.pbinforesponse object at 0x01B0D0F0>
numentries = 46
req = <p_lg.pbreadentryrequest object at 0x01B0D310>
result = {'sync': {'phonebook': 'OVERWRITE'}, 'wallpaper-index':
{1:
self = <com_lgvx4500.Phone instance at 0x01AEED78>

Frame sendpbcommand in C:\Projects\Bitpim\bitpim\com_lg.py at line 125
origdata =
'\xff\x13\x02\xf0\x01\x00\x00\x00"\x02\x01\x00\x00\x00\x00\x
d = 0
responseclass = <class 'p_lgvx4400.pbreadentryresponse'>
buffer = <prototypes.buffer instance at 0x01B19AF8>
res = <p_lgvx4400.pbreadentryresponse object at 0x01B0D270>
callsetmode = True
firsttwo = '\xff\x13'
request = <p_lg.pbreadentryrequest object at 0x01B0D310>
crc = '\xdb\xc1'
data =
'\xff\x13\x02\xf0\x01\x00\x00\x00"\x02\x01\x00\x00\x00\x00\x
self = <com_lgvx4500.Phone instance at 0x01AEED78>

Frame readfrombuffer in C:\Projects\Bitpim\bitpim\p_lgvx4400.py at line 67
buf = <prototypes.buffer instance at 0x01B19AF8>
self = <p_lgvx4400.pbreadentryresponse object at 0x01B0D270>
dict = {}

Frame readfrombuffer in C:\Projects\Bitpim\bitpim\p_lgvx4400.py at line 471
buf = <prototypes.buffer instance at 0x01B19AF8>
self = <p_lgvx4400.pbentry object at 0x01B0D670>
dict = {'sizeinbytes': 2, 'constant': 514}

Frame readfrombuffer in C:\Projects\Bitpim\bitpim\prototypes.py at line 186
shift = 16
self = <prototypes.UINTlsb object at 0x01B0D710>
dummy = 1
buf = <prototypes.buffer instance at 0x01B19AF8>
res = 546

-----Original Message-----
From: bitpim-devel-***@lists.sourceforge.net
[mailto:bitpim-devel-***@lists.sourceforge.net]On Behalf Of Roger
Binns
Sent: Friday, February 13, 2004 12:14 AM
To: bitpim-***@lists.sourceforge.net
Subject: Re: [Bitpim-devel] Re: [vx4400support] New vx4500 yahoo forum
http://groups.yahoo.com/group/LGVX4500/
Post by George Grippo
I tried retrieving Phone book datausing the 6000 setting and received this
exception.
buf=prototypes.buffer(self.getfilecontents("cam/pics.dat"))
BrewNoSuchFileException: No such file
The 4500 doesn't have a camera (the 6000 does). You need to do a CVS
update and pick the 4500.

Roger


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
George Grippo
2004-02-14 02:45:07 UTC
Permalink
Roger her is the exception log for the phone book errors

An unexpected exception has occurred.
Please see the help for details on what to do.

Traceback (most recent call last):
File "C:\Projects\Bitpim\bitpim\gui.py", line 150, in run
res=call()
File "C:\Projects\Bitpim\bitpim\gui.py", line 91, in __call__
return apply(self.method, self.args+args, d)
File "C:\Projects\Bitpim\bitpim\gui.py", line 1061, in getdata
i[1](results)
File "C:\Projects\Bitpim\bitpim\com_lgvx4400.py", line 163, in
getphonebook
res=self.sendpbcommand(req, self.protocolclass.pbreadentryresponse)
File "C:\Projects\Bitpim\bitpim\com_lg.py", line 125, in sendpbcommand
res.readfrombuffer(buffer)
File "C:\Projects\Bitpim\bitpim\p_lgvx4400.py", line 67, in readfrombuffer
self.__field_entry.readfrombuffer(buf)
File "C:\Projects\Bitpim\bitpim\p_lgvx4400.py", line 471, in
readfrombuffer
self.__field_entrysize.readfrombuffer(buf)
File "C:\Projects\Bitpim\bitpim\prototypes.py", line 186, in
readfrombuffer
raise ValueError("The value read should be a constant of %d, but was %d
instead" % (self._constant, self._value))
ValueError: The value read should be a constant of 514, but was 546 instead

Variables by last 8 frames, innermost last

Frame run in C:\Projects\Bitpim\bitpim\gui.py at line 143
e = <prototypes.ValueError instance at 0x01B2C5D0>
res = None
self = <WorkerThread(BitPim helper, started daemon)>
item = (<gui.Request instance at 0x01B2C418>, <gui.Callback
instanc
call = <gui.Request instance at 0x01B2C418>
ex = <prototypes.ValueError instance at 0x01B2C5D0>
resultcb = <gui.Callback instance at 0x01B2C3A0>
first = 0

Frame __call__ in C:\Projects\Bitpim\bitpim\gui.py at line 91
self = <gui.Request instance at 0x01B2C418>
args = ()
d = {}
kwargs = {}

Frame getdata in C:\Projects\Bitpim\bitpim\gui.py at line 1061
count = 1
i = (<bound method GetPhoneDialog.GetPhoneBookSetting of
<guiwid
self = <WorkerThread(BitPim helper, started daemon)>
req = <guiwidgets.GetPhoneDialog instance; proxy of C++
wxDialog i
willcall = [(<bound method GetPhoneDialog.GetPhoneBookSetting of
<guiwi
results = {'sync': {'phonebook': 'OVERWRITE'}, 'wallpaper-index':
{1:
sync = {'phonebook': 'OVERWRITE'}
st = 0

Frame getphonebook in C:\Projects\Bitpim\bitpim\com_lgvx4400.py at line 163
pbook = {}
i = 0
res = <p_lg.pbinforesponse object at 0x01B04E90>
numentries = 46
req = <p_lg.pbreadentryrequest object at 0x01B0D5D0>
result = {'sync': {'phonebook': 'OVERWRITE'}, 'wallpaper-index':
{1:
self = <com_lgvx4500.Phone instance at 0x01B1AEE0>

Frame sendpbcommand in C:\Projects\Bitpim\bitpim\com_lg.py at line 125
origdata =
'\xff\x13\x02\xf0\x01\x00\x00\x00"\x02\x01\x00\x00\x00\x00\x
d = 0
responseclass = <class 'p_lgvx4400.pbreadentryresponse'>
buffer = <prototypes.buffer instance at 0x01B2C940>
res = <p_lgvx4400.pbreadentryresponse object at 0x01B04FD0>
callsetmode = True
firsttwo = '\xff\x13'
request = <p_lg.pbreadentryrequest object at 0x01B0D5D0>
crc = '\xdb\xc1'
data =
'\xff\x13\x02\xf0\x01\x00\x00\x00"\x02\x01\x00\x00\x00\x00\x
self = <com_lgvx4500.Phone instance at 0x01B1AEE0>

Frame readfrombuffer in C:\Projects\Bitpim\bitpim\p_lgvx4400.py at line 67
buf = <prototypes.buffer instance at 0x01B2C940>
self = <p_lgvx4400.pbreadentryresponse object at 0x01B04FD0>
dict = {}

Frame readfrombuffer in C:\Projects\Bitpim\bitpim\p_lgvx4400.py at line 471
buf = <prototypes.buffer instance at 0x01B2C940>
self = <p_lgvx4400.pbentry object at 0x01B0DB70>
dict = {'sizeinbytes': 2, 'constant': 514}

Frame readfrombuffer in C:\Projects\Bitpim\bitpim\prototypes.py at line 186
shift = 16
self = <prototypes.UINTlsb object at 0x01B0DC10>
dummy = 1
buf = <prototypes.buffer instance at 0x01B2C940>
res = 546

-----Original Message-----
From: bitpim-devel-***@lists.sourceforge.net
[mailto:bitpim-devel-***@lists.sourceforge.net]On Behalf Of Roger
Binns
Sent: Friday, February 13, 2004 7:21 PM
To: bitpim-***@lists.sourceforge.net
Subject: Re: [Bitpim-devel] Re: [vx4400support] New vx4500 yahoo forum
http://groups.yahoo.com/group/LGVX4500/
Post by George Grippo
I was able to get wallpaper, ringtones and calendar info from phone. I
will
Post by George Grippo
be able to test over the weekend but wanted to give you some quick
feedback

That implies problems with the phonebook. Please turn on protocol logging
and send me a trace.

Roger


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
George Grippo
2004-02-14 02:45:08 UTC
Permalink
Roger here is the protocol log for the phone book errors


21:41:01.302 LG-VX4500: brew response Data - 7 bytes
<#! p_brew.memoryconfigresponse !#>
00000000 59 0c 00 f0 8c 40 00 ***@.

21:41:01.322 LG-VX4500: Now in brew mode
21:41:01.322 LG-VX4500: brew request Data - 17 bytes
<#! p_brew.readfilerequest !#>
00000000 59 04 00 0d 6e 76 6d 2f 24 53 59 53 2e 45 53 4e
Y...nvm/$SYS.ESN
00000010 00 .

21:41:01.441 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileresponse !#>
00000000 59 04 00 00 00 61 00 00 00 61 00 ff ff ff ff ff
Y....a...a......
00000010 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
................
00000020 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
................
00000030 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
................
00000040 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
................
00000050 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
................
00000060 f0 af 1d 27 c0 87 93 05 0a a2 d4 19 00 00 00 00
...'............
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

21:41:01.441 LG-VX4500: Read 97 bytes at 26 bytes/second
21:41:01.451 LG-VX4500: Reading group information
21:41:01.451 LG-VX4500: Getting file contents 'pim/pbgroup.dat'
21:41:01.461 LG-VX4500: brew request Data - 20 bytes
<#! p_brew.readfilerequest !#>
00000000 59 04 00 10 70 69 6d 2f 70 62 67 72 6f 75 70 2e
Y...pim/pbgroup.
00000010 64 61 74 00 dat.

21:41:01.592 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileresponse !#>
00000000 59 04 00 00 00 90 00 00 00 90 00 00 4e 6f 20 47 Y...........No
G
00000010 72 6f 75 70 00 00 00 00 00 00 00 00 00 00 00 00
roup............
00000020 00 00 00 01 46 61 6d 69 6c 79 00 00 00 00 00 00
....Family......
00000030 00 00 00 00 00 00 00 00 00 00 00 02 46 72 69 65
............Frie
00000040 6e 64 73 00 00 00 00 00 00 00 00 00 00 00 00 00
nds.............
00000050 00 00 00 03 43 6f 6c 6c 65 61 67 75 65 73 00 00
....Colleagues..
00000060 00 00 00 00 00 00 00 00 00 00 00 04 42 75 73 69
............Busi
00000070 6e 65 73 73 00 00 00 00 00 00 00 00 00 00 00 00
ness............
00000080 00 00 00 05 53 63 68 6f 6f 6c 00 00 00 00 00 00
....School......
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

21:41:01.602 LG-VX4500: Groups read Data - 144 bytes
<#! p_lgvx4400.pbgroups !#>
00000000 00 4e 6f 20 47 72 6f 75 70 00 00 00 00 00 00 00 .No
Group.......
00000010 00 00 00 00 00 00 00 00 01 46 61 6d 69 6c 79 00
.........Family.
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 02 46 72 69 65 6e 64 73 00 00 00 00 00 00 00 00
.Friends........
00000040 00 00 00 00 00 00 00 00 03 43 6f 6c 6c 65 61 67
.........Colleag
00000050 75 65 73 00 00 00 00 00 00 00 00 00 00 00 00 00
ues.............
00000060 04 42 75 73 69 6e 65 73 73 00 00 00 00 00 00 00
.Business.......
00000070 00 00 00 00 00 00 00 00 05 53 63 68 6f 6f 6c 00
.........School.
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090

21:41:01.612 LG-VX4500: Reading wallpaper-index
21:41:01.612 LG-VX4500: Getting file contents
'download/dloadindex/brewImageIndex.map'
21:41:01.632 LG-VX4500: brew request Data - 43 bytes
<#! p_brew.readfilerequest !#>
00000000 59 04 00 27 64 6f 77 6e 6c 6f 61 64 2f 64 6c 6f
Y..'download/dlo
00000010 61 64 69 6e 64 65 78 2f 62 72 65 77 49 6d 61 67
adindex/brewImag
00000020 65 49 6e 64 65 78 2e 6d 61 70 00 eIndex.map.

21:41:01.832 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileresponse !#>
00000000 59 04 00 00 01 1a 06 00 00 00 01 03 00 00 00 73
Y..............s
00000010 6b 69 6e 73 2e 62 6d 70 00 00 00 00 00 00 00 00
kins.bmp........
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 01 00 73 6b 69 6e 73 32 2e 62 6d 70 00 00 00
...skins2.bmp...
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 02 00 72 61 6e 67 65 72 73 2e 62
.......rangers.b
00000080 6d 70 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mp..............
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

21:41:01.832 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 01 Y..

21:41:01.852 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 01 01 00 01 00 00 00 00 00 00 ff ff 00
Y...............
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

21:41:01.852 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 02 Y..

21:41:01.953 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 02 01 00 01 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

21:41:02.042 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 03 Y..

21:41:02.132 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 03 01 00 01 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

21:41:02.142 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 04 Y..

21:41:02.233 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 04 01 00 01 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

21:41:02.243 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 05 Y..

21:41:02.394 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 05 01 00 01 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000050 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

21:41:02.404 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 06 Y..

21:41:02.414 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 06 00 1a 00 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000050 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

21:41:02.573 LG-VX4500: Index file download/dloadindex/brewImageIndex.map
read with 3 entries Data - 1562 bytes
<#! p_lgvx4500.indexfile !#>
00000000 03 00 00 00 73 6b 69 6e 73 2e 62 6d 70 00 00 00
....skins.bmp...
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 01 00 73 6b 69 6e 73 32 2e 62
........skins2.b
00000040 6d 70 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mp..............
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 02 00 72 61 6e 67
............rang
00000070 65 72 73 2e 62 6d 70 00 00 00 00 00 00 00 00 00
ers.bmp.........
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
00000110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000130 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00
................
00000140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001a0 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001d0 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000200 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00
................
00000210 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000230 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
00000240 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000250 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000270 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
00000280 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000290 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000002a0 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
000002b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000002c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000002d0 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00
................
000002e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000002f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
00000310 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000320 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000330 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000340 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
00000350 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000360 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000370 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
00000380 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000390 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000003a0 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00
................
000003b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000003c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000003d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
000003e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000003f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000400 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000410 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
00000420 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000430 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000440 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
00000450 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000460 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000470 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00
................
00000480 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000490 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000004a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
000004b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000004c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000004d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000004e0 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
000004f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000500 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000510 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
00000520 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000530 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000540 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00
................
00000550 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000560 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000570 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
00000580 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000590 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000005a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000005b0 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
000005c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000005d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000005e0 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
000005f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000600 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000610 00 00 00 00 00 00 00 00 00 00 ..........

21:41:02.573 LG-VX4500: Reading ringtone-index
21:41:02.584 LG-VX4500: Getting file contents
'download/dloadindex/brewRingerIndex.map'
21:41:02.674 LG-VX4500: brew request Data - 44 bytes
<#! p_brew.readfilerequest !#>
00000000 59 04 00 28 64 6f 77 6e 6c 6f 61 64 2f 64 6c 6f
Y..(download/dlo
00000010 61 64 69 6e 64 65 78 2f 62 72 65 77 52 69 6e 67
adindex/brewRing
00000020 65 72 49 6e 64 65 78 2e 6d 61 70 00 erIndex.map.

21:41:02.773 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileresponse !#>
00000000 59 04 00 00 01 1a 06 00 00 00 01 13 00 00 00 41
Y..............A
00000010 64 64 61 6d 73 20 46 61 6d 69 6c 79 2e 6d 69 64 ddams
Family.mid
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 01 00 42 61 74 6d 61 6e 2e 6d 69 64 00 00 00
...Batman.mid...
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 02 00 42 72 6f 77 6e 20 45 79 65 .......Brown
Eye
00000080 64 20 47 69 72 6c 2e 6d 69 64 00 00 00 00 00 00 d
Girl.mid......
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 03 00 48 65 72 65 20 ...........Here
000000b0 43 6f 6d 65 73 20 54 68 65 20 53 75 6e 2e 6d 69 Comes The
Sun.mi
000000c0 64 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d...............
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 04 00 4a
...............J
000000e0 65 74 73 6f 6e 73 2e 6d 69 64 00 00 00 00 00 00
etsons.mid......
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

21:41:02.773 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 01 Y..

21:41:02.874 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 01 01 00 01 00 00 00 00 00 00 05 00 4b
Y..............K
00000010 20 42 65 61 74 6c 65 73 20 47 65 74 20 42 61 63 Beatles Get
Bac
00000020 6b 2e 6d 69 64 00 00 00 00 00 00 00 00 00 00 00
k.mid...........
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 06 00 4d 49 53 53 49 4f 4e 2e 6d 69 64 00 00
...MISSION.mid..
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 07 00 4e 69 72 76 61 6e 61 20 2d
.......Nirvana -
00000080 20 54 65 65 6e 20 53 70 69 72 69 74 2e 6d 69 64 Teen
Spirit.mid
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 08 00 53 75 70 65 72
...........Super
000000b0 4d 61 72 69 6f 42 72 6f 74 68 65 72 73 33 2e 6d
MarioBrothers3.m
000000c0 69 64 00 00 00 00 00 00 00 00 00 00 00 00 00 00
id..............
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 09 00 54
...............T
000000e0 56 20 2d 20 54 68 65 20 53 69 6d 70 73 6f 6e 73 V - The
Simpsons
000000f0 2e 6d 69 64 00 00 00 00 00 00 00 00 00 00 00 00
.mid............
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

21:41:02.963 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 02 Y..

21:41:02.984 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 02 01 00 01 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 0a 00 62 61 73 6b 65 74 2d 63 61 73 65 2d 2d
...basket-case--
00000020 2d 67 2e 6d 69 64 00 00 00 00 00 00 00 00 00
-g.mid..........
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 0b 00 63 73 6e 79 20 62 6c 75 65 .......csny
blue
00000050 20 65 79 65 73 2e 6d 69 64 00 00 00 00 00 00 00
eyes.mid.......
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 0c 00 64 65 61 6e 20 ...........dean
00000080 6d 61 72 74 69 6e 2e 6d 69 64 00 00 00 00 00 00
martin.mid......
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 0d 00 6d
...............m
000000b0 61 67 69 63 20 63 61 72 70 65 74 2e 6d 69 64 00 agic
carpet.mid.
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 0e 00 6d 6f 6f 6e 64 61 6e 63 65 2e 6d 69 64
...moondance.mid
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

21:41:03.075 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 03 Y..

21:41:03.224 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 03 01 00 01 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 00 00 00 00 0f 00 70 61 63 6d 61 6e 2e 6d 69
.......pacman.mi
00000020 64 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d...............
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 00 00 00 00 10 00 72 65 64 73 6b
...........redsk
00000050 69 6e 73 20 66 69 67 68 74 20 73 6f 6e 67 2e 6d ins fight
song.m
00000060 69 64 00 00 00 00 00 00 00 00 00 00 00 00 00 00
id..............
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 11 00 73
...............s
00000080 70 69 72 69 74 20 69 6e 20 74 68 65 20 73 6b 79 pirit in the
sky
00000090 2e 6d 69 64 00 00 00 00 00 00 00 00 00 00 00 00
.mid............
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 12 00 75 6e 63 6c 65 20 6a 6f 68 6e 73 20 62 ...uncle johns
b
000000c0 61 6e 64 2e 6d 69 64 00 00 00 00 00 00 00 00 00
and.mid.........
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

21:41:03.224 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 04 Y..

21:41:03.234 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 04 01 00 01 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

21:41:03.244 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 05 Y..

21:41:03.255 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 05 01 00 01 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000050 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

21:41:03.255 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 06 Y..

21:41:03.275 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 06 00 1a 00 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000050 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

21:41:03.345 LG-VX4500: Index file download/dloadindex/brewRingerIndex.map
read with 19 entries Data - 1562 bytes
<#! p_lgvx4500.indexfile !#>
00000000 13 00 00 00 41 64 64 61 6d 73 20 46 61 6d 69 6c ....Addams
Famil
00000010 79 2e 6d 69 64 00 00 00 00 00 00 00 00 00 00 00
y.mid...........
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 01 00 42 61 74 6d 61 6e 2e 6d
........Batman.m
00000040 69 64 00 00 00 00 00 00 00 00 00 00 00 00 00 00
id..............
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 02 00 42 72 6f 77
............Brow
00000070 6e 20 45 79 65 64 20 47 69 72 6c 2e 6d 69 64 00 n Eyed
Girl.mid.
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 00
................
000000a0 48 65 72 65 20 43 6f 6d 65 73 20 54 68 65 20 53 Here Comes The
S
000000b0 75 6e 2e 6d 69 64 00 00 00 00 00 00 00 00 00 00
un.mid..........
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 04 00 4a 65 74 73 6f 6e 73 2e 6d 69 64 00
....Jetsons.mid.
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 05 00 4b 20 42 65 61 74 6c 65 ........K
Beatle
00000110 73 20 47 65 74 20 42 61 63 6b 2e 6d 69 64 00 00 s Get
Back.mid..
00000120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000130 00 00 00 00 00 00 00 00 00 00 06 00 4d 49 53 53
............MISS
00000140 49 4f 4e 2e 6d 69 64 00 00 00 00 00 00 00 00 00
ION.mid.........
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 07 00
................
00000170 4e 69 72 76 61 6e 61 20 2d 20 54 65 65 6e 20 53 Nirvana - Teen
S
00000180 70 69 72 69 74 2e 6d 69 64 00 00 00 00 00 00 00
pirit.mid.......
00000190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001a0 00 00 08 00 53 75 70 65 72 4d 61 72 69 6f 42 72
....SuperMarioBr
000001b0 6f 74 68 65 72 73 33 2e 6d 69 64 00 00 00 00 00
others3.mid.....
000001c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001d0 00 00 00 00 00 00 09 00 54 56 20 2d 20 54 68 65 ........TV -
The
000001e0 20 53 69 6d 70 73 6f 6e 73 2e 6d 69 64 00 00 00
Simpsons.mid...
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000200 00 00 00 00 00 00 00 00 00 00 0a 00 62 61 73 6b
............bask
00000210 65 74 2d 63 61 73 65 2d 2d 2d 67 2e 6d 69 64 00
et-case---g.mid.
00000220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000230 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0b 00
................
00000240 63 73 6e 79 20 62 6c 75 65 20 65 79 65 73 2e 6d csny blue
eyes.m
00000250 69 64 00 00 00 00 00 00 00 00 00 00 00 00 00 00
id..............
00000260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000270 00 00 0c 00 64 65 61 6e 20 6d 61 72 74 69 6e 2e ....dean
martin.
00000280 6d 69 64 00 00 00 00 00 00 00 00 00 00 00 00 00
mid.............
00000290 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000002a0 00 00 00 00 00 00 0d 00 6d 61 67 69 63 20 63 61 ........magic
ca
000002b0 72 70 65 74 2e 6d 69 64 00 00 00 00 00 00 00 00
rpet.mid........
000002c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000002d0 00 00 00 00 00 00 00 00 00 00 0e 00 6d 6f 6f 6e
............moon
000002e0 64 61 6e 63 65 2e 6d 69 64 00 00 00 00 00 00 00
dance.mid.......
000002f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0f 00
................
00000310 70 61 63 6d 61 6e 2e 6d 69 64 00 00 00 00 00 00
pacman.mid......
00000320 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000330 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000340 00 00 10 00 72 65 64 73 6b 69 6e 73 20 66 69 67 ....redskins
fig
00000350 68 74 20 73 6f 6e 67 2e 6d 69 64 00 00 00 00 00 ht
song.mid.....
00000360 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000370 00 00 00 00 00 00 11 00 73 70 69 72 69 74 20 69 ........spirit
i
00000380 6e 20 74 68 65 20 73 6b 79 2e 6d 69 64 00 00 00 n the
sky.mid...
00000390 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000003a0 00 00 00 00 00 00 00 00 00 00 12 00 75 6e 63 6c
............uncl
000003b0 65 20 6a 6f 68 6e 73 20 62 61 6e 64 2e 6d 69 64 e johns
band.mid
000003c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000003d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
000003e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000003f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000400 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000410 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
00000420 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000430 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000440 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
00000450 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000460 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000470 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00
................
00000480 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000490 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000004a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
000004b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000004c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000004d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000004e0 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
000004f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000500 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000510 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
00000520 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000530 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000540 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00
................
00000550 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000560 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000570 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
00000580 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000590 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000005a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000005b0 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
000005c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000005d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000005e0 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
000005f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000600 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000610 00 00 00 00 00 00 00 00 00 00 ..........

21:41:03.345 LG-VX4500: Fundamentals retrieved
21:41:03.444 LG-VX4500: brew request Data - 2 bytes
<#! p_brew.memoryconfigrequest !#>
00000000 59 0c Y.

21:41:03.665 LG-VX4500: brew response Data - 7 bytes
<#! p_brew.memoryconfigresponse !#>
00000000 59 0c 00 f0 8c 40 00 ***@.

21:41:03.665 LG-VX4500: Now in brew mode
21:41:03.665 LG-VX4500: Reading number of phonebook entries
21:41:03.665 LG-VX4500: lg phonebook request Data - 10 bytes
<#! p_lg.pbinitrequest !#>
00000000 ff 15 00 01 00 00 00 00 00 00 ..........

21:41:03.686 LG-VX4500: lg phonebook response Data - 563 bytes
<#! p_lg.pbinitresponse !#>
00000000 ff 15 00 f0 00 00 00 00 58 00 01 00 00 00 00 00
........X.......
00000010 00 00 2e 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 f4 01 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f0 af
................
00000040 1d 27 4c 47 2d 56 58 34 35 30 30 43 6f 6e 6e 65
.'LG-VX4500Conne
00000050 63 74 6f 72 00 00 00 00 00 00 00 00 00 00 00 00
ctor............
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ad de 00 00 00
................
00000110 d0 1e 00 00 ff ff 00 00 00 00 00 00 00 00 00 00
................
00000120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000210 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000230 00 67 00 .g.

21:41:03.726 LG-VX4500: Now in phonebook mode
21:41:03.726 LG-VX4500: lg phonebook request Data - 10 bytes
<#! p_lg.pbinforequest !#>
00000000 ff 11 01 01 00 00 00 00 00 00 ..........

21:41:04.115 LG-VX4500: lg phonebook response Data - 563 bytes
<#! p_lg.pbinforesponse !#>
00000000 ff 11 01 f0 01 00 00 00 04 00 db 72 6e 2d 00 00
...........rn-..
00000010 00 00 2e 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 f4 01 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f0 af
................
00000040 1d 27 4c 47 2d 56 58 34 35 30 30 43 6f 6e 6e 65
.'LG-VX4500Conne
00000050 63 74 6f 72 00 00 00 00 00 00 00 00 00 00 00 00
ctor............
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ad de 00 00 00
................
00000110 d0 1e 00 00 ff ff 00 00 00 00 00 00 00 00 00 00
................
00000120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000210 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000230 00 13 00 ...

21:41:04.115 LG-VX4500: There are 46 entries
21:41:04.115 LG-VX4500: lg phonebook request Data - 10 bytes
<#! p_lg.pbreadentryrequest !#>
00000000 ff 13 02 01 00 00 00 00 00 00 ..........

21:41:04.145 LG-VX4500: lg phonebook response Data - 563 bytes
<#! p_lgvx4400.pbreadentryresponse !#>
00000000 ff 13 02 f0 01 00 00 00 22 02 01 00 00 00 00 00
........".......
00000010 41 6e 64 72 65 77 20 53 61 6d 61 61 6e 00 00 00 Andrew
Samaan...
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000130 00 00 04 02 00 00 00 35 31 36 37 36 38 33 35 30
.......516768350
00000140 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0...............
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000160 00 00 00 00 00 00 00 00 32 31 32 32 34 33 32 35
........21224325
00000170 34 35 00 00 00 00 00 00 00 00 00 00 00 00 00 00
45..............
00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000190 00 00 00 00 00 00 00 00 00 32 31 32 37 36 35 39
.........2127659
000001a0 38 33 31 00 00 00 00 00 00 00 00 00 00 00 00 00
831.............
000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000210 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000230 00 31 02 .1.

21:41:04.355 Exception: An unexpected exception has occurred.
Please see the help for details on what to do.

Traceback (most recent call last):
File "C:\Projects\Bitpim\bitpim\gui.py", line 150, in run
res=call()
File "C:\Projects\Bitpim\bitpim\gui.py", line 91, in __call__
return apply(self.method, self.args+args, d)
File "C:\Projects\Bitpim\bitpim\gui.py", line 1061, in getdata
i[1](results)
File "C:\Projects\Bitpim\bitpim\com_lgvx4400.py", line 163, in
getphonebook
res=self.sendpbcommand(req, self.protocolclass.pbreadentryresponse)
File "C:\Projects\Bitpim\bitpim\com_lg.py", line 125, in sendpbcommand
res.readfrombuffer(buffer)
File "C:\Projects\Bitpim\bitpim\p_lgvx4400.py", line 67, in readfrombuffer
self.__field_entry.readfrombuffer(buf)
File "C:\Projects\Bitpim\bitpim\p_lgvx4400.py", line 471, in
readfrombuffer
self.__field_entrysize.readfrombuffer(buf)
File "C:\Projects\Bitpim\bitpim\prototypes.py", line 186, in
readfrombuffer
raise ValueError("The value read should be a constant of %d, but was %d
instead" % (self._constant, self._value))
ValueError: The value read should be a constant of 514, but was 546 instead

Variables by last 8 frames, innermost last

Frame run in C:\Projects\Bitpim\bitpim\gui.py at line 143
e = <prototypes.ValueError instance at 0x01B2C5D0>
res = None
self = <WorkerThread(BitPim helper, started daemon)>
item = (<gui.Request instance at 0x01B2C418>, <gui.Callback
instanc
call = <gui.Request instance at 0x01B2C418>
ex = <prototypes.ValueError instance at 0x01B2C5D0>
resultcb = <gui.Callback instance at 0x01B2C3A0>
first = 0

Frame __call__ in C:\Projects\Bitpim\bitpim\gui.py at line 91
self = <gui.Request instance at 0x01B2C418>
args = ()
d = {}
kwargs = {}

Frame getdata in C:\Projects\Bitpim\bitpim\gui.py at line 1061
count = 1
i = (<bound method GetPhoneDialog.GetPhoneBookSetting of
<guiwid
self = <WorkerThread(BitPim helper, started daemon)>
req = <guiwidgets.GetPhoneDialog instance; proxy of C++
wxDialog i
willcall = [(<bound method GetPhoneDialog.GetPhoneBookSetting of
<guiwi
results = {'sync': {'phonebook': 'OVERWRITE'}, 'wallpaper-index':
{1:
sync = {'phonebook': 'OVERWRITE'}
st = 0

Frame getphonebook in C:\Projects\Bitpim\bitpim\com_lgvx4400.py at line 163
pbook = {}
i = 0
res = <p_lg.pbinforesponse object at 0x01B04E90>
numentries = 46
req = <p_lg.pbreadentryrequest object at 0x01B0D5D0>
result = {'sync': {'phonebook': 'OVERWRITE'}, 'wallpaper-index':
{1:
self = <com_lgvx4500.Phone instance at 0x01B1AEE0>

Frame sendpbcommand in C:\Projects\Bitpim\bitpim\com_lg.py at line 125
origdata =
'\xff\x13\x02\xf0\x01\x00\x00\x00"\x02\x01\x00\x00\x00\x00\x
d = 0
responseclass = <class 'p_lgvx4400.pbreadentryresponse'>
buffer = <prototypes.buffer instance at 0x01B2C940>
res = <p_lgvx4400.pbreadentryresponse object at 0x01B04FD0>
callsetmode = True
firsttwo = '\xff\x13'
request = <p_lg.pbreadentryrequest object at 0x01B0D5D0>
crc = '\xdb\xc1'
data =
'\xff\x13\x02\xf0\x01\x00\x00\x00"\x02\x01\x00\x00\x00\x00\x
self = <com_lgvx4500.Phone instance at 0x01B1AEE0>

Frame readfrombuffer in C:\Projects\Bitpim\bitpim\p_lgvx4400.py at line 67
buf = <prototypes.buffer instance at 0x01B2C940>
self = <p_lgvx4400.pbreadentryresponse object at 0x01B04FD0>
dict = {}

Frame readfrombuffer in C:\Projects\Bitpim\bitpim\p_lgvx4400.py at line 471
buf = <prototypes.buffer instance at 0x01B2C940>
self = <p_lgvx4400.pbentry object at 0x01B0DB70>
dict = {'sizeinbytes': 2, 'constant': 514}

Frame readfrombuffer in C:\Projects\Bitpim\bitpim\prototypes.py at line 186
shift = 16
self = <prototypes.UINTlsb object at 0x01B0DC10>
dummy = 1
buf = <prototypes.buffer instance at 0x01B2C940>
res = 546


-----Original Message-----
From: bitpim-devel-***@lists.sourceforge.net
[mailto:bitpim-devel-***@lists.sourceforge.net]On Behalf Of Roger
Binns
Sent: Friday, February 13, 2004 7:21 PM
To: bitpim-***@lists.sourceforge.net
Subject: Re: [Bitpim-devel] Re: [vx4400support] New vx4500 yahoo forum
http://groups.yahoo.com/group/LGVX4500/
Post by George Grippo
I was able to get wallpaper, ringtones and calendar info from phone. I
will
Post by George Grippo
be able to test over the weekend but wanted to give you some quick
feedback

That implies problems with the phonebook. Please turn on protocol logging
and send me a trace.

Roger


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
Roger Binns
2004-02-14 06:40:07 UTC
Permalink
Post by George Grippo
ValueError: The value read should be a constant of 514, but was 546 instead
They have added more data to each phonebook record. You didn't have enough
information in the record for me to tell exactly but my best guess is that
they allow a longer name field or a longer memo field.

I have updated things so you can work on it. Make your first phone entry
(A Samaan) so that it has the maximum possible name and the maximum possible
memo.

Turn on protocol logging, and then select the relevant packet (from the date/time
stamp till the end of the data) and press Ctrl-Alt-P. You can then see
how things match up.

Edit pbentry in p_lgvx4500.p and then run makepackets to update the code.
Rinse and repeat until you have things matching up.

You can also save the packet data (from date/time till end of data) to a
file and run analyser.py on it. That can make things a lot quicker
to work on. You can also see some other captures in the examples
directory.

The next build will be Sunday or Monday, so having the changes in
by then will be good.

Roger
George Grippo
2004-02-14 04:06:56 UTC
Permalink
Roger,

Had an error while trying to add a wallpaper in Bitpim

An unexpected exception has occurred.
Please see the help for details on what to do.

Traceback (most recent call last):
File "C:\Projects\Bitpim\bitpim\gui.py", line 878, in OnEditAddEntry
self.nb.GetPage(self.nb.GetSelection()).OnAdd(evt)
AttributeError: WallpaperView instance has no attribute 'OnAdd'

Variables by last 8 frames, innermost last

Frame ? in C:\Projects\Bitpim\bitpim\bp.py at line 44
__file__ = 'C:\\Projects\\Bitpim\\bitpim\\bp.py'
__doc__ = 'Main entry point to Bitpim\n\nIt invokes BitPim in gui
or c
__name__ = '__main__'

Frame run in C:\Projects\Bitpim\bitpim\gui.py at line 337
args = (['C:\\Projects\\Bitpim\\bitpim\\bp.py'],)
m = <gui.MainApp instance; proxy of C++ wxPyApp instance at
_8af

Frame MainLoop in C:\Python23\Lib\site-packages\wxPython\wx.py at line 1974
self = <gui.MainApp instance; proxy of C++ wxPyApp instance at
_8af

Frame MainLoop in C:\Python23\Lib\site-packages\wxPython\wx.py at line 92
_kwargs = {}
self = <gui.MainApp instance; proxy of C++ wxPyApp instance at
_8af
_args = ()

Frame OnEditAddEntry in C:\Projects\Bitpim\bitpim\gui.py at line 878
self = <gui.MainWindow instance; proxy of C++ wxFrame instance
at _
evt = <wxPython.events.wxCommandEventPtr instance; proxy of C++
wx

-----Original Message-----
From: bitpim-devel-***@lists.sourceforge.net
[mailto:bitpim-devel-***@lists.sourceforge.net]On Behalf Of Roger
Binns
Sent: Friday, February 13, 2004 7:21 PM
To: bitpim-***@lists.sourceforge.net
Subject: Re: [Bitpim-devel] Re: [vx4400support] New vx4500 yahoo forum
http://groups.yahoo.com/group/LGVX4500/
Post by George Grippo
I was able to get wallpaper, ringtones and calendar info from phone. I
will
Post by George Grippo
be able to test over the weekend but wanted to give you some quick
feedback

That implies problems with the phonebook. Please turn on protocol logging
and send me a trace.

Roger


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
Roger Binns
2004-02-14 05:56:31 UTC
Permalink
Post by George Grippo
Had an error while trying to add a wallpaper in Bitpim
You need to do a cvs update. In general you should always do a CVS update to
verify you are running the latest code. There is also a bitpim-cvs-checkins
mailing list that generates a message on every checkin so you will get notified
of them happening and what they were about.

Roger
George Grippo
2004-02-14 04:20:00 UTC
Permalink
Errors in Wallpaper when clicking the list and images buttons

An unexpected exception has occurred.
Please see the help for details on what to do.

Traceback (most recent call last):
File "C:\Projects\Bitpim\bitpim\gui.py", line 871, in OnFileViewList
self.nb.GetPage(self.nb.GetSelection()).setlistview()
AttributeError: WallpaperView instance has no attribute 'setlistview'

Variables by last 8 frames, innermost last

Frame ? in C:\Projects\Bitpim\bitpim\bp.py at line 44
__file__ = 'C:\\Projects\\Bitpim\\bitpim\\bp.py'
__doc__ = 'Main entry point to Bitpim\n\nIt invokes BitPim in gui
or c
__name__ = '__main__'

Frame run in C:\Projects\Bitpim\bitpim\gui.py at line 337
args = (['C:\\Projects\\Bitpim\\bitpim\\bp.py'],)
m = <gui.MainApp instance; proxy of C++ wxPyApp instance at
_8af

Frame MainLoop in C:\Python23\Lib\site-packages\wxPython\wx.py at line 1974
self = <gui.MainApp instance; proxy of C++ wxPyApp instance at
_8af

Frame MainLoop in C:\Python23\Lib\site-packages\wxPython\wx.py at line 92
_kwargs = {}
self = <gui.MainApp instance; proxy of C++ wxPyApp instance at
_8af
_args = ()

Frame OnFileViewList in C:\Projects\Bitpim\bitpim\gui.py at line 871
self = <gui.MainWindow instance; proxy of C++ wxFrame instance
at _
_ = <wxPython.events.wxCommandEventPtr instance; proxy of C++
wx



An unexpected exception has occurred.
Please see the help for details on what to do.

Traceback (most recent call last):
File "C:\Projects\Bitpim\bitpim\gui.py", line 874, in OnFileViewIcons
self.nb.GetPage(self.nb.GetSelection()).seticonview()
AttributeError: WallpaperView instance has no attribute 'seticonview'

Variables by last 8 frames, innermost last

Frame ? in C:\Projects\Bitpim\bitpim\bp.py at line 44
__file__ = 'C:\\Projects\\Bitpim\\bitpim\\bp.py'
__doc__ = 'Main entry point to Bitpim\n\nIt invokes BitPim in gui
or c
__name__ = '__main__'

Frame run in C:\Projects\Bitpim\bitpim\gui.py at line 337
args = (['C:\\Projects\\Bitpim\\bitpim\\bp.py'],)
m = <gui.MainApp instance; proxy of C++ wxPyApp instance at
_8af

Frame MainLoop in C:\Python23\Lib\site-packages\wxPython\wx.py at line 1974
self = <gui.MainApp instance; proxy of C++ wxPyApp instance at
_8af

Frame MainLoop in C:\Python23\Lib\site-packages\wxPython\wx.py at line 92
_kwargs = {}
self = <gui.MainApp instance; proxy of C++ wxPyApp instance at
_8af
_args = ()

Frame OnFileViewIcons in C:\Projects\Bitpim\bitpim\gui.py at line 874
self = <gui.MainWindow instance; proxy of C++ wxFrame instance
at _
_ = <wxPython.events.wxCommandEventPtr instance; proxy of C++
wx

-----Original Message-----
From: bitpim-devel-***@lists.sourceforge.net
[mailto:bitpim-devel-***@lists.sourceforge.net]On Behalf Of Roger
Binns
Sent: Friday, February 13, 2004 7:21 PM
To: bitpim-***@lists.sourceforge.net
Subject: Re: [Bitpim-devel] Re: [vx4400support] New vx4500 yahoo forum
http://groups.yahoo.com/group/LGVX4500/
Post by George Grippo
I was able to get wallpaper, ringtones and calendar info from phone. I
will
Post by George Grippo
be able to test over the weekend but wanted to give you some quick
feedback

That implies problems with the phonebook. Please turn on protocol logging
and send me a trace.

Roger


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
George Grippo
2004-02-14 15:44:06 UTC
Permalink
Roger,

I was able to read names from the phone book then I filled the first record
in the phone book with as much dummy data as possible and received this
error.

10:38:54.375 COM3: Opening port COM3, 115200 baud, timeout 3.000000,
hardwareflow 0, softwareflow 0
10:38:54.404 COM3: Open of comm port suceeded
10:38:54.424 LG-VX4500: Attempting to contact phone
10:38:54.424 LG-VX4500: Retrieving fundamental phone information
10:38:54.434 LG-VX4500: Phone serial number
10:38:54.444 LG-VX4500: Getting file contents 'nvm/$SYS.ESN'
10:38:54.444 LG-VX4500: brew request Data - 2 bytes
<#! p_brew.memoryconfigrequest !#>
00000000 59 0c Y.

10:38:57.448 COM3: Timed out waiting for 7e, requested bytes 1 - 0 bytes
read
10:38:57.469 COM3: Incomplete read was Data - 0 bytes

10:38:57.489 COM3: Changed port speed to 38400
10:38:57.990 LG-VX4500: brew request Data - 2 bytes
<#! p_brew.memoryconfigrequest !#>
00000000 59 0c Y.

10:38:58.019 LG-VX4500: brew response Data - 7 bytes
<#! p_brew.memoryconfigresponse !#>
00000000 59 0c 00 40 e0 40 00 ***@.@.

10:38:58.029 LG-VX4500: Now in brew mode
10:38:58.039 LG-VX4500: brew request Data - 17 bytes
<#! p_brew.readfilerequest !#>
00000000 59 04 00 0d 6e 76 6d 2f 24 53 59 53 2e 45 53 4e
Y...nvm/$SYS.ESN
00000010 00 .

10:38:58.299 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileresponse !#>
00000000 59 04 00 00 00 61 00 00 00 61 00 ff ff ff ff ff
Y....a...a......
00000010 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
................
00000020 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
................
00000030 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
................
00000040 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
................
00000050 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
................
00000060 f0 af 1d 27 c0 87 93 05 0a a2 d4 19 00 00 00 00
...'............
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

10:38:58.329 LG-VX4500: Read 97 bytes at 24 bytes/second
10:38:58.329 LG-VX4500: Reading group information
10:38:58.339 LG-VX4500: Getting file contents 'pim/pbgroup.dat'
10:38:58.339 LG-VX4500: brew request Data - 20 bytes
<#! p_brew.readfilerequest !#>
00000000 59 04 00 10 70 69 6d 2f 70 62 67 72 6f 75 70 2e
Y...pim/pbgroup.
00000010 64 61 74 00 dat.

10:38:58.460 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileresponse !#>
00000000 59 04 00 00 00 a8 00 00 00 a8 00 00 4e 6f 20 47 Y...........No
G
00000010 72 6f 75 70 00 00 00 00 00 00 00 00 00 00 00 00
roup............
00000020 00 00 00 01 46 61 6d 69 6c 79 00 00 00 00 00 00
....Family......
00000030 00 00 00 00 00 00 00 00 00 00 00 02 46 72 69 65
............Frie
00000040 6e 64 73 00 00 00 00 00 00 00 00 00 00 00 00 00
nds.............
00000050 00 00 00 03 43 6f 6c 6c 65 61 67 75 65 73 00 00
....Colleagues..
00000060 00 00 00 00 00 00 00 00 00 00 00 04 42 75 73 69
............Busi
00000070 6e 65 73 73 00 00 00 00 00 00 00 00 00 00 00 00
ness............
00000080 00 00 00 05 53 63 68 6f 6f 6c 00 00 00 00 00 00
....School......
00000090 00 00 00 00 00 00 00 00 00 00 00 c8 56 65 6e 61
............Vena
000000a0 63 61 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ca..............
000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

10:38:58.510 LG-VX4500: Groups read Data - 168 bytes
<#! p_lgvx4400.pbgroups !#>
00000000 00 4e 6f 20 47 72 6f 75 70 00 00 00 00 00 00 00 .No
Group.......
00000010 00 00 00 00 00 00 00 00 01 46 61 6d 69 6c 79 00
.........Family.
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 02 46 72 69 65 6e 64 73 00 00 00 00 00 00 00 00
.Friends........
00000040 00 00 00 00 00 00 00 00 03 43 6f 6c 6c 65 61 67
.........Colleag
00000050 75 65 73 00 00 00 00 00 00 00 00 00 00 00 00 00
ues.............
00000060 04 42 75 73 69 6e 65 73 73 00 00 00 00 00 00 00
.Business.......
00000070 00 00 00 00 00 00 00 00 05 53 63 68 6f 6f 6c 00
.........School.
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 c8 56 65 6e 61 63 61 00 00 00 00 00 00 00 00 00
.Venaca.........
000000a0 00 00 00 00 00 00 00 00 ........

10:38:58.520 LG-VX4500: Reading wallpaper-index
10:38:58.520 LG-VX4500: Getting file contents
'download/dloadindex/brewImageIndex.map'
10:38:58.520 LG-VX4500: brew request Data - 43 bytes
<#! p_brew.readfilerequest !#>
00000000 59 04 00 27 64 6f 77 6e 6c 6f 61 64 2f 64 6c 6f
Y..'download/dlo
00000010 61 64 69 6e 64 65 78 2f 62 72 65 77 49 6d 61 67
adindex/brewImag
00000020 65 49 6e 64 65 78 2e 6d 61 70 00 eIndex.map.

10:38:58.631 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileresponse !#>
00000000 59 04 00 00 01 1a 06 00 00 00 01 03 00 00 00 6b
Y..............k
00000010 6e 69 63 6b 73 2e 62 6d 70 00 00 00 00 00 00 00
nicks.bmp.......
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 01 00 73 6b 69 6e 73 32 2e 62 6d 70 00 00 00
...skins2.bmp...
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 02 00 72 61 6e 67 65 72 73 2e 62
.......rangers.b
00000080 6d 70 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mp..............
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

10:38:58.661 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 01 Y..

10:38:58.760 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 01 01 00 01 00 00 00 00 00 00 ff ff 00
Y...............
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

10:38:58.811 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 02 Y..

10:38:58.871 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 02 01 00 01 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

10:38:58.921 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 03 Y..

10:38:58.980 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 03 01 00 01 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

10:38:59.010 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 04 Y..

10:38:59.081 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 04 01 00 01 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

10:38:59.091 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 05 Y..

10:38:59.201 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 05 01 00 01 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000050 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

10:38:59.232 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 06 Y..

10:38:59.332 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 06 00 1a 00 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000050 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

10:38:59.471 LG-VX4500: Index file download/dloadindex/brewImageIndex.map
read with 3 entries Data - 1562 bytes
<#! p_lgvx4500.indexfile !#>
00000000 03 00 00 00 6b 6e 69 63 6b 73 2e 62 6d 70 00 00
....knicks.bmp..
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 01 00 73 6b 69 6e 73 32 2e 62
........skins2.b
00000040 6d 70 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mp..............
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 02 00 72 61 6e 67
............rang
00000070 65 72 73 2e 62 6d 70 00 00 00 00 00 00 00 00 00
ers.bmp.........
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
00000110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000130 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00
................
00000140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001a0 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001d0 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000200 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00
................
00000210 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000230 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
00000240 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000250 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000270 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
00000280 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000290 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000002a0 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
000002b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000002c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000002d0 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00
................
000002e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000002f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
00000310 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000320 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000330 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000340 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
00000350 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000360 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000370 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
00000380 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000390 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000003a0 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00
................
000003b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000003c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000003d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
000003e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000003f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000400 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000410 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
00000420 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000430 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000440 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
00000450 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000460 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000470 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00
................
00000480 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000490 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000004a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
000004b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000004c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000004d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000004e0 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
000004f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000500 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000510 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
00000520 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000530 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000540 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00
................
00000550 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000560 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000570 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
00000580 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000590 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000005a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000005b0 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
000005c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000005d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000005e0 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
000005f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000600 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000610 00 00 00 00 00 00 00 00 00 00 ..........

10:38:59.471 LG-VX4500: Reading ringtone-index
10:38:59.482 LG-VX4500: Getting file contents
'download/dloadindex/brewRingerIndex.map'
10:38:59.492 LG-VX4500: brew request Data - 44 bytes
<#! p_brew.readfilerequest !#>
00000000 59 04 00 28 64 6f 77 6e 6c 6f 61 64 2f 64 6c 6f
Y..(download/dlo
00000010 61 64 69 6e 64 65 78 2f 62 72 65 77 52 69 6e 67
adindex/brewRing
00000020 65 72 49 6e 64 65 78 2e 6d 61 70 00 erIndex.map.

10:38:59.512 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileresponse !#>
00000000 59 04 00 00 01 1a 06 00 00 00 01 11 00 00 00 61
Y..............a
00000010 64 64 61 6d 73 20 66 61 6d 69 6c 79 2e 6d 69 64 ddams
family.mid
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 01 00 62 61 74 6d 61 6e 2e 6d 69 64 00 00 00
...batman.mid...
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 02 00 68 65 72 65 20 63 6f 6d 65 .......here
come
00000080 73 20 74 68 65 20 73 75 6e 2e 6d 69 64 00 00 00 s the
sun.mid...
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 03 00 62 61 73 6b 65
...........baske
000000b0 74 63 61 73 65 67 2e 6d 69 64 00 00 00 00 00 00
tcaseg.mid......
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 04 00 6a
...............j
000000e0 65 74 73 6f 6e 73 2e 6d 69 64 00 00 00 00 00 00
etsons.mid......
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

10:38:59.512 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 01 Y..

10:38:59.671 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 01 01 00 01 00 00 00 00 00 00 05 00 6e
Y..............n
00000010 69 72 76 61 6e 61 20 20 74 65 65 6e 20 73 70 69 irvana teen
spi
00000020 72 69 74 2e 6d 69 64 00 00 00 00 00 00 00 00 00
rit.mid.........
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 06 00 74 76 20 20 74 68 65 20 73 69 6d 70 73 ...tv the
simps
00000050 6f 6e 73 2e 6d 69 64 00 00 00 00 00 00 00 00 00
ons.mid.........
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 07 00 70 61 63 6d 61 6e 2e 6d 69
.......pacman.mi
00000080 64 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d...............
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 08 00 73 75 70 65 72
...........super
000000b0 6d 61 72 69 6f 62 72 6f 74 68 65 72 73 33 2e 6d
mariobrothers3.m
000000c0 69 64 00 00 00 00 00 00 00 00 00 00 00 00 00 00
id..............
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 09 00 6d
...............m
000000e0 69 73 73 69 6f 6e 2e 6d 69 64 00 00 00 00 00 00
ission.mid......
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

10:38:59.691 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 02 Y..

10:38:59.792 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 02 01 00 01 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 0a 00 63 73 6e 79 20 62 6c 75 65 20 65 79 65 ...csny blue
eye
00000020 73 2e 6d 69 64 00 00 00 00 00 00 00 00 00 00 00
s.mid...........
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 0b 00 64 65 61 6e 20 6d 61 72 74 .......dean
mart
00000050 69 6e 2e 6d 69 64 00 00 00 00 00 00 00 00 00 00
in.mid..........
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 0c 00 6d 61 67 69 63
...........magic
00000080 20 63 61 72 70 65 74 2e 6d 69 64 00 00 00 00 00
carpet.mid.....
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 0d 00 6d
...............m
000000b0 6f 6f 6e 64 61 6e 63 65 2e 6d 69 64 00 00 00 00
oondance.mid....
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 0e 00 72 65 64 73 6b 69 6e 73 20 66 69 67 68 ...redskins
figh
000000f0 74 20 73 6f 6e 67 2e 6d 69 64 00 00 00 00 00 00 t
song.mid......
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

10:38:59.812 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 03 Y..

10:38:59.872 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 03 01 00 01 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 00 00 00 00 0f 00 73 70 69 72 69 74 20 69 6e .......spirit
in
00000020 20 74 68 65 20 73 6b 79 2e 6d 69 64 00 00 00 00 the
sky.mid....
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 00 00 00 00 10 00 75 6e 63 6c 65
...........uncle
00000050 20 6a 6f 68 6e 73 20 62 61 6e 64 2e 6d 69 64 00 johns
band.mid.
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

10:38:59.892 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 04 Y..

10:38:59.953 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 04 01 00 01 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

10:38:59.963 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 05 Y..

10:39:00.062 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 05 01 00 01 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000050 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

10:39:00.092 LG-VX4500: brew request Data - 3 bytes
<#! p_brew.readfileblockrequest !#>
00000000 59 04 06 Y..

10:39:00.193 LG-VX4500: brew response Data - 267 bytes
<#! p_brew.readfileblockresponse !#>
00000000 59 04 00 06 00 1a 00 00 00 00 00 00 00 00 00 00
Y...............
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000050 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ...........

10:39:00.342 LG-VX4500: Index file download/dloadindex/brewRingerIndex.map
read with 17 entries Data - 1562 bytes
<#! p_lgvx4500.indexfile !#>
00000000 11 00 00 00 61 64 64 61 6d 73 20 66 61 6d 69 6c ....addams
famil
00000010 79 2e 6d 69 64 00 00 00 00 00 00 00 00 00 00 00
y.mid...........
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 01 00 62 61 74 6d 61 6e 2e 6d
........batman.m
00000040 69 64 00 00 00 00 00 00 00 00 00 00 00 00 00 00
id..............
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000060 00 00 00 00 00 00 00 00 00 00 02 00 68 65 72 65
............here
00000070 20 63 6f 6d 65 73 20 74 68 65 20 73 75 6e 2e 6d comes the
sun.m
00000080 69 64 00 00 00 00 00 00 00 00 00 00 00 00 00 00
id..............
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 00
................
000000a0 62 61 73 6b 65 74 63 61 73 65 67 2e 6d 69 64 00
basketcaseg.mid.
000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 04 00 6a 65 74 73 6f 6e 73 2e 6d 69 64 00
....jetsons.mid.
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 05 00 6e 69 72 76 61 6e 61 20 ........nirvana
00000110 20 74 65 65 6e 20 73 70 69 72 69 74 2e 6d 69 64 teen
spirit.mid
00000120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000130 00 00 00 00 00 00 00 00 00 00 06 00 74 76 20 20 ............tv
00000140 74 68 65 20 73 69 6d 70 73 6f 6e 73 2e 6d 69 64 the
simpsons.mid
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 07 00
................
00000170 70 61 63 6d 61 6e 2e 6d 69 64 00 00 00 00 00 00
pacman.mid......
00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001a0 00 00 08 00 73 75 70 65 72 6d 61 72 69 6f 62 72
....supermariobr
000001b0 6f 74 68 65 72 73 33 2e 6d 69 64 00 00 00 00 00
others3.mid.....
000001c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001d0 00 00 00 00 00 00 09 00 6d 69 73 73 69 6f 6e 2e
........mission.
000001e0 6d 69 64 00 00 00 00 00 00 00 00 00 00 00 00 00
mid.............
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000200 00 00 00 00 00 00 00 00 00 00 0a 00 63 73 6e 79
............csny
00000210 20 62 6c 75 65 20 65 79 65 73 2e 6d 69 64 00 00 blue
eyes.mid..
00000220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000230 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0b 00
................
00000240 64 65 61 6e 20 6d 61 72 74 69 6e 2e 6d 69 64 00 dean
martin.mid.
00000250 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000270 00 00 0c 00 6d 61 67 69 63 20 63 61 72 70 65 74 ....magic
carpet
00000280 2e 6d 69 64 00 00 00 00 00 00 00 00 00 00 00 00
.mid............
00000290 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000002a0 00 00 00 00 00 00 0d 00 6d 6f 6f 6e 64 61 6e 63
........moondanc
000002b0 65 2e 6d 69 64 00 00 00 00 00 00 00 00 00 00 00
e.mid...........
000002c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000002d0 00 00 00 00 00 00 00 00 00 00 0e 00 72 65 64 73
............reds
000002e0 6b 69 6e 73 20 66 69 67 68 74 20 73 6f 6e 67 2e kins fight
song.
000002f0 6d 69 64 00 00 00 00 00 00 00 00 00 00 00 00 00
mid.............
00000300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0f 00
................
00000310 73 70 69 72 69 74 20 69 6e 20 74 68 65 20 73 6b spirit in the
sk
00000320 79 2e 6d 69 64 00 00 00 00 00 00 00 00 00 00 00
y.mid...........
00000330 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000340 00 00 10 00 75 6e 63 6c 65 20 6a 6f 68 6e 73 20 ....uncle johns
00000350 62 61 6e 64 2e 6d 69 64 00 00 00 00 00 00 00 00
band.mid........
00000360 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000370 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
00000380 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000390 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000003a0 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00
................
000003b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000003c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000003d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
000003e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000003f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000400 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000410 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
00000420 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000430 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000440 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
00000450 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000460 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000470 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00
................
00000480 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000490 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000004a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
000004b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000004c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000004d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000004e0 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
000004f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000500 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000510 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
00000520 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000530 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000540 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00
................
00000550 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000560 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000570 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff
................
00000580 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000590 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000005a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000005b0 00 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00
................
000005c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000005d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000005e0 00 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00
................
000005f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000600 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000610 00 00 00 00 00 00 00 00 00 00 ..........

10:39:00.342 LG-VX4500: Fundamentals retrieved
10:39:00.433 LG-VX4500: brew request Data - 2 bytes
<#! p_brew.memoryconfigrequest !#>
00000000 59 0c Y.

10:39:00.483 LG-VX4500: brew response Data - 7 bytes
<#! p_brew.memoryconfigresponse !#>
00000000 59 0c 00 40 e0 40 00 ***@.@.

10:39:00.483 LG-VX4500: Now in brew mode
10:39:00.483 LG-VX4500: Reading number of phonebook entries
10:39:00.493 LG-VX4500: lg phonebook request Data - 10 bytes
<#! p_lg.pbinitrequest !#>
00000000 ff 15 00 01 00 00 00 00 00 00 ..........

10:39:00.664 LG-VX4500: lg phonebook response Data - 563 bytes
<#! p_lg.pbinitresponse !#>
00000000 ff 15 00 40 00 00 00 00 58 00 01 00 00 00 00 00
***@....X.......
00000010 00 00 2e 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 f4 01 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f0 af
................
00000040 1d 27 4c 47 2d 56 58 34 35 30 30 43 6f 6e 6e 65
.'LG-VX4500Conne
00000050 63 74 6f 72 00 00 00 00 00 00 00 00 00 00 00 00
ctor............
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ad de 00 00 00
................
00000110 d0 1e 00 00 ff ff 00 00 00 00 00 00 00 00 00 00
................
00000120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000130 00 00 02 00 00 00 00 31 32 31 32 38 37 35 36 32
.......121287562
00000140 38 38 00 00 00 00 00 00 00 00 00 00 00 00 00 00
88..............
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000210 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000230 00 67 00 .g.

10:39:00.713 LG-VX4500: Now in phonebook mode
10:39:00.713 LG-VX4500: lg phonebook request Data - 10 bytes
<#! p_lg.pbinforequest !#>
00000000 ff 11 01 01 00 00 00 00 00 00 ..........

10:39:00.944 LG-VX4500: lg phonebook response Data - 563 bytes
<#! p_lg.pbinforesponse !#>
00000000 ff 11 01 40 01 00 00 00 04 00 7b 6f f8 19 00 00
***@......{o....
00000010 00 00 2e 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000020 00 00 00 00 00 00 00 00 f4 01 00 00 00 00 00 00
................
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f0 af
................
00000040 1d 27 4c 47 2d 56 58 34 35 30 30 43 6f 6e 6e 65
.'LG-VX4500Conne
00000050 63 74 6f 72 00 00 00 00 00 00 00 00 00 00 00 00
ctor............
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00
................
000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00
................
000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000100 00 00 00 00 00 00 00 00 00 00 00 ad de 00 00 00
................
00000110 d0 1e 00 00 ff ff 00 00 00 00 00 00 00 00 00 00
................
00000120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000130 00 00 02 00 00 00 00 31 32 31 32 38 37 35 36 32
.......121287562
00000140 38 38 00 00 00 00 00 00 00 00 00 00 00 00 00 00
88..............
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000210 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000230 00 13 00 ...

10:39:01.033 LG-VX4500: There are 46 entries
10:39:01.053 LG-VX4500: lg phonebook request Data - 10 bytes
<#! p_lg.pbreadentryrequest !#>
00000000 ff 13 02 01 00 00 00 00 00 00 ..........

10:39:01.174 LG-VX4500: lg phonebook response Data - 563 bytes
<#! p_lgvx4500.pbreadentryresponse !#>
00000000 ff 13 02 40 01 00 00 00 22 02 01 00 00 00 00 00
***@....".......
00000010 41 6e 64 72 65 77 20 53 61 6d 61 61 6e 20 6d 70 Andrew Samaan
mp
00000020 6d 70 6d 70 6d 70 00 06 00 63 64 61 64 61 64 61
mpmpmp...cdadada
00000030 64 61 64 61 64 61 64 61 64 61 64 61 64 61 64 61
dadadadadadadada
00000040 64 61 64 61 64 61 64 61 64 61 64 61 64 61 64 61
dadadadadadadada
00000050 64 61 64 61 64 61 64 61 64 00 00 00 00 00 00 00
dadadadad.......
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000000b0 00 00 00 00 00 00 00 00 00 00 00 00 77 77 77 2e
............www.
000000c0 67 6a 67 6a 67 6a 67 6a 67 6a 67 6a 67 6a 67 6a
gjgjgjgjgjgjgjgj
000000d0 67 6a 67 6a 67 6a 67 6a 67 6a 67 6a 67 6a 67 6a
gjgjgjgjgjgjgjgj
000000e0 67 6a 67 6a 67 6a 67 6a 67 6a 67 6a 00 67 03 00
gjgjgjgjgjgj.g..
000000f0 70 74 70 74 70 74 70 74 70 74 70 74 70 74 70 74
ptptptptptptptpt
00000100 70 74 70 74 70 74 70 74 70 74 70 74 70 74 70 74
ptptptptptptptpt
00000110 70 74 70 74 70 74 70 74 70 74 70 74 70 74 70 74
ptptptptptptptpt
00000120 70 74 70 74 70 74 70 74 70 74 70 74 70 74 70 74
ptptptptptptptpt
00000130 00 0a 04 02 00 00 00 35 31 36 37 36 38 33 35 30
.......516768350
00000140 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0...............
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000160 00 00 00 00 00 00 00 00 32 31 32 32 34 33 32 35
........21224325
00000170 34 35 00 00 00 00 00 00 00 00 00 00 00 00 00 00
45..............
00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000190 00 00 00 00 00 00 00 00 00 32 31 32 37 36 35 39
.........2127659
000001a0 38 33 31 00 00 00 00 00 00 00 00 00 00 00 00 00
831.............
000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000210 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
................
00000230 00 31 02 .1.

10:39:01.244 LG-VX4500: Read entry 0 - Andrew Samaan mpmpmpmp
10:39:01.335 Exception: An unexpected exception has occurred.
Please see the help for details on what to do.

Traceback (most recent call last):
File "C:\Projects\Bitpim\bitpim\gui.py", line 150, in run
res=call()
File "C:\Projects\Bitpim\bitpim\gui.py", line 91, in __call__
return apply(self.method, self.args+args, d)
File "C:\Projects\Bitpim\bitpim\gui.py", line 1064, in getdata
i[1](results)
File "C:\Projects\Bitpim\bitpim\com_lgvx4400.py", line 165, in
getphonebook
entry=self.extractphonebookentry(res.entry, result)
File "C:\Projects\Bitpim\bitpim\com_lgvx4400.py", line 735, in
extractphonebookentry
t=numbertypetab[type]
IndexError: tuple index out of range

Variables by last 8 frames, innermost last

Frame __bootstrap in C:\Python23\lib\threading.py at line 436
self = <WorkerThread(BitPim helper, started daemon)>

Frame run in C:\Projects\Bitpim\bitpim\gui.py at line 143
e = <exceptions.IndexError instance at 0x01BBAE40>
res = None
self = <WorkerThread(BitPim helper, started daemon)>
item = (<gui.Request instance at 0x01B3E288>, <gui.Callback
instanc
call = <gui.Request instance at 0x01B3E288>
ex = <exceptions.IndexError instance at 0x01BBAE40>
resultcb = <gui.Callback instance at 0x01B1A800>
first = 0

Frame __call__ in C:\Projects\Bitpim\bitpim\gui.py at line 91
self = <gui.Request instance at 0x01B3E288>
args = ()
d = {}
kwargs = {}

Frame getdata in C:\Projects\Bitpim\bitpim\gui.py at line 1064
count = 1
i = (<bound method GetPhoneDialog.GetPhoneBookSetting of
<guiwid
self = <WorkerThread(BitPim helper, started daemon)>
req = <guiwidgets.GetPhoneDialog instance; proxy of C++
wxDialog i
willcall = [(<bound method GetPhoneDialog.GetPhoneBookSetting of
<guiwi
results = {'sync': {'phonebook': 'OVERWRITE'}, 'wallpaper-index':
{1:
sync = {'phonebook': 'OVERWRITE'}
st = 0

Frame getphonebook in C:\Projects\Bitpim\bitpim\com_lgvx4400.py at line 165
pbook = {}
i = 0
res = <p_lgvx4500.pbreadentryresponse object at 0x01B2DE90>
numentries = 46
req = <p_lg.pbreadentryrequest object at 0x01B698D0>
result = {'sync': {'phonebook': 'OVERWRITE'}, 'wallpaper-index':
{1:
self = <com_lgvx4500.Phone instance at 0x01A2D350>

Frame extractphonebookentry in C:\Projects\Bitpim\bitpim\com_lgvx4400.py at
line 735
tone = 'Ring 3'
i = 0
res = {'serials': [{'serial2': 1, 'serial1': 1, 'sourcetype':
'lgv
self = <com_lgvx4500.Phone instance at 0x01A2D350>
cat = 'Venaca'
fundamentals = {'sync': {'phonebook': 'OVERWRITE'}, 'wallpaper-index':
{1:
num = 'tptptptptptptptptptptptpt'
entry = <p_lgvx4500.pbentry object at 0x01B69B10>
type = 112


-----Original Message-----
From: bitpim-devel-***@lists.sourceforge.net
[mailto:bitpim-devel-***@lists.sourceforge.net]On Behalf Of Roger
Binns
Sent: Saturday, February 14, 2004 1:40 AM
To: bitpim-***@lists.sourceforge.net
Subject: Re: [Bitpim-devel] vx4500 phonebook
Post by George Grippo
ValueError: The value read should be a constant of 514, but was 546
instead

They have added more data to each phonebook record. You didn't have enough
information in the record for me to tell exactly but my best guess is that
they allow a longer name field or a longer memo field.

I have updated things so you can work on it. Make your first phone entry
(A Samaan) so that it has the maximum possible name and the maximum possible
memo.

Turn on protocol logging, and then select the relevant packet (from the
date/time
stamp till the end of the data) and press Ctrl-Alt-P. You can then see
how things match up.

Edit pbentry in p_lgvx4500.p and then run makepackets to update the code.
Rinse and repeat until you have things matching up.

You can also save the packet data (from date/time till end of data) to a
file and run analyser.py on it. That can make things a lot quicker
to work on. You can also see some other captures in the examples
directory.

The next build will be Sunday or Monday, so having the changes in
by then will be good.

Roger




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
Roger Binns
2004-02-14 20:48:41 UTC
Permalink
Post by George Grippo
I was able to read names from the phone book then I filled the first record
in the phone book with as much dummy data as possible and received this
error.
Based on your protocol log it looks like they doubled the size of the
memo field. I have just committed an update with the new size.

You should also try writing to your phonebook. I recommend you
take a backup of the pim directory first. If anything goes wrong,
restore the backup and reboot the phone.

Roger
George Grippo
2004-02-14 15:54:27 UTC
Permalink
Roger,

This seems a bit beyond me

Edit pbentry in p_lgvx4500.p and then run makepackets to update the code.
Rinse and repeat until you have things matching up.

You can also save the packet data (from date/time till end of data) to a
file and run analyser.py on it. That can make things a lot quicker
to work on. You can also see some other captures in the examples
directory.


But if you have the time to give me a some more direction on this i would be
willing to try it


-----Original Message-----
From: bitpim-devel-***@lists.sourceforge.net
[mailto:bitpim-devel-***@lists.sourceforge.net]On Behalf Of Roger
Binns
Sent: Saturday, February 14, 2004 1:40 AM
To: bitpim-***@lists.sourceforge.net
Subject: Re: [Bitpim-devel] vx4500 phonebook
Post by George Grippo
ValueError: The value read should be a constant of 514, but was 546
instead

They have added more data to each phonebook record. You didn't have enough
information in the record for me to tell exactly but my best guess is that
they allow a longer name field or a longer memo field.

I have updated things so you can work on it. Make your first phone entry
(A Samaan) so that it has the maximum possible name and the maximum possible
memo.

Turn on protocol logging, and then select the relevant packet (from the
date/time
stamp till the end of the data) and press Ctrl-Alt-P. You can then see
how things match up.

Edit pbentry in p_lgvx4500.p and then run makepackets to update the code.
Rinse and repeat until you have things matching up.

You can also save the packet data (from date/time till end of data) to a
file and run analyser.py on it. That can make things a lot quicker
to work on. You can also see some other captures in the examples
directory.

The next build will be Sunday or Monday, so having the changes in
by then will be good.

Roger




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
Roger Binns
2004-02-14 20:47:34 UTC
Permalink
Post by George Grippo
This seems a bit beyond me
Press Ctrl-Alt-P in the protocol log pane and click on stuff. You
can't do any harm or make any changes that way.

Roger
George Grippo
2004-02-14 21:20:54 UTC
Permalink
As soon as I can get the update I will start testing

-----Original Message-----
From: bitpim-devel-***@lists.sourceforge.net
[mailto:bitpim-devel-***@lists.sourceforge.net]On Behalf Of Roger
Binns
Sent: Saturday, February 14, 2004 3:49 PM
To: bitpim-***@lists.sourceforge.net
Subject: Re: [Bitpim-devel] vx4500 phonebook
Post by George Grippo
I was able to read names from the phone book then I filled the first
record
Post by George Grippo
in the phone book with as much dummy data as possible and received this
error.
Based on your protocol log it looks like they doubled the size of the
memo field. I have just committed an update with the new size.

You should also try writing to your phonebook. I recommend you
take a backup of the pim directory first. If anything goes wrong,
restore the backup and reboot the phone.

Roger


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
George Grippo
2004-02-14 22:52:14 UTC
Permalink
Roger,

I still havent seen the update?

-----Original Message-----
From: bitpim-devel-***@lists.sourceforge.net
[mailto:bitpim-devel-***@lists.sourceforge.net]On Behalf Of Roger
Binns
Sent: Saturday, February 14, 2004 3:49 PM
To: bitpim-***@lists.sourceforge.net
Subject: Re: [Bitpim-devel] vx4500 phonebook
Post by George Grippo
I was able to read names from the phone book then I filled the first
record
Post by George Grippo
in the phone book with as much dummy data as possible and received this
error.
Based on your protocol log it looks like they doubled the size of the
memo field. I have just committed an update with the new size.

You should also try writing to your phonebook. I recommend you
take a backup of the pim directory first. If anything goes wrong,
restore the backup and reboot the phone.

Roger


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
Roger Binns
2004-02-15 07:10:43 UTC
Permalink
Post by George Grippo
I still havent seen the update?
The anonymous CVS servers used to be updated every 5 hours from
the developer ones. I had thought that SourceForge had migrated
anonymous and developer onto the same systems.

Anyway you should have long seen it by now.

Roger

Loading...