From: Roger B. <ro...@ro...> - 2004-04-21 23:24:44
Attachments:
lgvx6000trace.zep
|
[This is a resend. SourceForge is now blocking all emails with a .zip extension so note my workaround :-] Roger Binns wrote: > [Stephen, there is a complete phonebook retrieval in the log which also includes > reading all the wallpaper and ringtone index files so you can see exactly what > they are like. Note that the index numbers start at zero and go up in ones. > That is because I replaced the existing contents with stuff from the test > program output. If I deleted any, the index would be FF FF and the filename > would be all nulls.] > > Dale, > > The log shows what happens on a VX6000. Run the analyser on the file to > get a feel for what happens. You can ignore the wallpaper and ringtone > index files. > > The pbinforequest and response are where the phonebook action starts. > In particular you need to figure out which part of the response says > how many phonebook entries there are. > > I already figured a bug for the VX6000 as the numentries field is > should actually be two bytes. (This means that the VX6000 has not > worked correctly for anyone with more than 255 entries!) > > I will make model specific descriptions of that response packet. > You only need to decode enough of it to see where the numentries > field is and how big it is. > > Roger |
From: Dale <dri...@te...> - 2004-04-22 15:04:07
|
How do I send an attachment? I am trying to send a gif file from the analyser screen where the pbinforequest starts. -----Original Message----- From: bit...@li... [mailto:bit...@li...] On Behalf Of Roger Binns Sent: Wednesday, April 21, 2004 4:25 PM To: bit...@li... Subject: [Bitpim-devel] Fw: VX4600 support [This is a resend. SourceForge is now blocking all emails with a .zip extension so note my workaround :-] Roger Binns wrote: > [Stephen, there is a complete phonebook retrieval in the log which > also includes reading all the wallpaper and ringtone index files so > you can see exactly what they are like. Note that the index numbers start at zero and go up in ones. > That is because I replaced the existing contents with stuff from the > test program output. If I deleted any, the index would be FF FF and > the filename would be all nulls.] > > Dale, > > The log shows what happens on a VX6000. Run the analyser on the file > to get a feel for what happens. You can ignore the wallpaper and > ringtone index files. > > The pbinforequest and response are where the phonebook action starts. > In particular you need to figure out which part of the response says > how many phonebook entries there are. > > I already figured a bug for the VX6000 as the numentries field is > should actually be two bytes. (This means that the VX6000 has not > worked correctly for anyone with more than 255 entries!) > > I will make model specific descriptions of that response packet. > You only need to decode enough of it to see where the numentries field > is and how big it is. > > Roger |
From: Dale <dri...@te...> - 2004-04-22 18:47:10
|
Roger how do I do this? > I will make model specific descriptions of that response packet. > You only need to decode enough of it to see where the numentries field > is and how big it is. Dale -----Original Message----- From: bit...@li... [mailto:bit...@li...] On Behalf Of Roger Binns Sent: Wednesday, April 21, 2004 4:25 PM To: bit...@li... Subject: [Bitpim-devel] Fw: VX4600 support [This is a resend. SourceForge is now blocking all emails with a .zip extension so note my workaround :-] Roger Binns wrote: > [Stephen, there is a complete phonebook retrieval in the log which > also includes reading all the wallpaper and ringtone index files so > you can see exactly what they are like. Note that the index numbers start at zero and go up in ones. > That is because I replaced the existing contents with stuff from the > test program output. If I deleted any, the index would be FF FF and > the filename would be all nulls.] > > Dale, > > The log shows what happens on a VX6000. Run the analyser on the file > to get a feel for what happens. You can ignore the wallpaper and > ringtone index files. > > The pbinforequest and response are where the phonebook action starts. > In particular you need to figure out which part of the response says > how many phonebook entries there are. > > I already figured a bug for the VX6000 as the numentries field is > should actually be two bytes. (This means that the VX6000 has not > worked correctly for anyone with more than 255 entries!) > > I will make model specific descriptions of that response packet. > You only need to decode enough of it to see where the numentries field > is and how big it is. > > Roger |
From: Dale <dri...@te...> - 2004-04-22 18:59:08
Attachments:
ProtocolAnalyser.gif
|
Roger, I have looked in the inforesponse and I can see the value numentries and it has the right amount of entries. What is the next step? Dale I would attach a picture of the inforesponse but the attachment doesn't come across. -----Original Message----- From: bit...@li... [mailto:bit...@li...] On Behalf Of Dale Sent: Thursday, April 22, 2004 11:48 AM To: bit...@li... Subject: RE: [Bitpim-devel] Fw: VX4600 support Roger how do I do this? > I will make model specific descriptions of that response packet. > You only need to decode enough of it to see where the numentries field > is and how big it is. Dale -----Original Message----- From: bit...@li... [mailto:bit...@li...] On Behalf Of Roger Binns Sent: Wednesday, April 21, 2004 4:25 PM To: bit...@li... Subject: [Bitpim-devel] Fw: VX4600 support [This is a resend. SourceForge is now blocking all emails with a .zip extension so note my workaround :-] Roger Binns wrote: > [Stephen, there is a complete phonebook retrieval in the log which > also includes reading all the wallpaper and ringtone index files so > you can see exactly what they are like. Note that the index numbers start at zero and go up in ones. > That is because I replaced the existing contents with stuff from the > test program output. If I deleted any, the index would be FF FF and > the filename would be all nulls.] > > Dale, > > The log shows what happens on a VX6000. Run the analyser on the file > to get a feel for what happens. You can ignore the wallpaper and > ringtone index files. > > The pbinforequest and response are where the phonebook action starts. > In particular you need to figure out which part of the response says > how many phonebook entries there are. > > I already figured a bug for the VX6000 as the numentries field is > should actually be two bytes. (This means that the VX6000 has not > worked correctly for anyone with more than 255 entries!) > > I will make model specific descriptions of that response packet. > You only need to decode enough of it to see where the numentries field > is and how big it is. > > Roger ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ Bitpim-devel mailing list Bit...@li... https://lists.sourceforge.net/lists/listinfo/bitpim-devel |
From: Roger B. <ro...@ro...> - 2004-04-22 19:04:33
|
Dale wrote: > Roger, I have looked in the inforesponse and I can see the value numentries > and it has the right amount of entries. What is the next step? Nope, you got the wrong packet. The initresponse is not reliable enough. You need to look in the inforesponse. Please try and do more of this on your own rather than dumping many emails and gifs to the list. The pbinforesponse is described in p_lg.p We will need an appropriate description for your phone. See also the file packetdescription.txt that describes the format of that file in more detail. Roger |
From: Dale <dri...@te...> - 2004-04-22 20:37:08
|
Roger, Below is all I can find out. I have 7 entries in my phones book which is what the pbinitresponse shows but when I goto the pbinforesponse I can't see anything that means 7 entries. Any ideas? <#! p_lg.pbinitrequest !#> 00000000 ff 15 00 01 00 00 00 00 00 00 .......... 12:48:03.262 LG-VX4400: lg phonebook response Data - 103 bytes <#! p_lg.pbinitresponse !#> 00000000 ff 15 00 e0 00 00 00 00 5c 00 01 00 00 00 00 00 ........\....... 00000010 00 00 07 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00000020 00 00 00 00 00 00 00 00 00 00 c8 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 a1 b0 51 27 4c 47 34 36 30 30 00 00 00 00 ....Q'LG4600.... 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 ....... 12:48:03.272 LG-VX4400: Now in phonebook mode 12:48:03.272 LG-VX4400: lg phonebook request Data - 10 bytes <#! p_lg.pbinforequest !#> 00000000 ff 11 01 01 00 00 00 00 00 00 .......... 12:48:03.302 LG-VX4400: lg phonebook response Data - 15 bytes <#! p_lg.pbinforesponse !#> 00000000 ff 11 01 e0 03 00 00 00 04 00 10 f4 2e 3b 00 .............;. 12:48:03.322 Exception: An unexpected exception has occurred. Please see the help for details on what to do. -----Original Message----- From: bit...@li... [mailto:bit...@li...] On Behalf Of Roger Binns Sent: Thursday, April 22, 2004 12:05 PM To: bit...@li... Subject: Re: [Bitpim-devel] Fw: VX4600 support Dale wrote: > Roger, I have looked in the inforesponse and I can see the value > numentries and it has the right amount of entries. What is the next step? Nope, you got the wrong packet. The initresponse is not reliable enough. You need to look in the inforesponse. Please try and do more of this on your own rather than dumping many emails and gifs to the list. The pbinforesponse is described in p_lg.p We will need an appropriate description for your phone. See also the file packetdescription.txt that describes the format of that file in more detail. Roger ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ Bitpim-devel mailing list Bit...@li... https://lists.sourceforge.net/lists/listinfo/bitpim-devel |
From: Roger B. <ro...@ro...> - 2004-04-22 20:49:11
|
Dale wrote: > Roger, Below is all I can find out. I have 7 entries in my phones book which > is what the pbinitresponse shows but when I goto the pbinforesponse I can't > see anything that means 7 entries. Any ideas? How are entries stored? Can each entry have multiple phone numbers, or do you make a new entry per phone number? What are the maximum number of entries you can have? > 12:48:03.302 LG-VX4400: lg phonebook response Data - 15 bytes > <#! p_lg.pbinforesponse !#> > 00000000 ff 11 01 e0 03 00 00 00 04 00 10 f4 2e 3b 00 .............;. I don't see a 7 in there either. The last 4 numbers are probably a time stamp or ESN or something. I'll see if I can rewrite the code to use the pbinitresponse instead of the pbinforesponse. That won't happen until after this weekend's build. Roger |
From: Dale <dri...@te...> - 2004-04-22 20:57:05
|
The edit entry screen shows: Name Phone# Phone# Phone# Phone# Phone# Email Group Sound (ringtone) Memo Default Not Secret URL -----Original Message----- From: bit...@li... [mailto:bit...@li...] On Behalf Of Roger Binns Sent: Thursday, April 22, 2004 1:49 PM To: bit...@li... Subject: Re: [Bitpim-devel] Fw: VX4600 support Dale wrote: > Roger, Below is all I can find out. I have 7 entries in my phones book > which is what the pbinitresponse shows but when I goto the > pbinforesponse I can't see anything that means 7 entries. Any ideas? How are entries stored? Can each entry have multiple phone numbers, or do you make a new entry per phone number? What are the maximum number of entries you can have? > 12:48:03.302 LG-VX4400: lg phonebook response Data - 15 bytes <#! > p_lg.pbinforesponse !#> > 00000000 ff 11 01 e0 03 00 00 00 04 00 10 f4 2e 3b 00 .............;. I don't see a 7 in there either. The last 4 numbers are probably a time stamp or ESN or something. I'll see if I can rewrite the code to use the pbinitresponse instead of the pbinforesponse. That won't happen until after this weekend's build. Roger ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ Bitpim-devel mailing list Bit...@li... https://lists.sourceforge.net/lists/listinfo/bitpim-devel |
From: Roger B. <ro...@ro...> - 2004-04-22 21:01:27
|
Dale wrote: > The edit entry screen shows: > Name > Phone# > Phone# > Phone# > Phone# > Phone# > Email > Group > Sound (ringtone) > Memo > Default > Not Secret > URL That is pretty much identical to the VX4400 and VX6000 then. Roger |
From: Roger B. <ro...@ro...> - 2004-04-22 21:16:28
|
Dale wrote: > The edit entry screen shows: > Name > Phone# > Phone# > Phone# > Phone# > Phone# > Email > Group > Sound (ringtone) > Memo > Default > Not Secret > URL Can you find out where you wallpapers and ringtones are stored, as well as the index files. This is it for the VX4400: imagelocations=( # offset, index file, files location, type, maximumentries ( 10, "dloadindex/brewImageIndex.map", "brew/shared", "images", 30), ) ringtonelocations=( # offset, index file, files location, type, maximumentries ( 50, "dloadindex/brewRingerIndex.map", "user/sound/ringer", "ringers", 30), ) This is it for the VX6000: imagelocations=( # offset, index file, files location, type, maximumentries ( 10, "download/dloadindex/brewImageIndex.map", "brew/shared", "images", 30) , ( 0xc8, "download/dloadindex/mmsImageIndex.map", "brew/shared/mms", "mms", 20), ( 0xdc, "download/dloadindex/mmsDrmImageIndex.map", "brew/shared/mms/d", "drm", 20), ( 0x82, None, None, "camera", 20) # nb camera must be last ) ringtonelocations=( # offset, index file, files location, type, maximumentries ( 50, "download/dloadindex/brewRingerIndex.map", "user/sound/ringer", "ringers", 30), ( 150, "download/dloadindex/mmsRingerIndex.map", "mms/sound", "mms", 20), ( 180, "download/dloadindex/mmsDrmRingerIndex.map", "mms/sound/drm", "drm", 20) ) This is for the VX4500, although I assume it is incomplete. (Doesn't the VX4500 have mms?): imagelocations=( # offset, index file, files location, type, maximumentries ( 10, "download/dloadindex/brewImageIndex.map", "brew/shared", "images", 30) , ) ringtonelocations=( # offset, index file, files location, type, maximumentries ( 50, "download/dloadindex/brewRingerIndex.map", "user/sound/ringer", "ringers", 30), ) The offset is the number added to store that item in a phonebook entry. For the VX4400 for example, the images offset is 10. That means that if you have a file in the image index with a value of 13, then the phone stores it as (23) 10 + 13. You also need to find out the wallpaper preferred format (most likely BMP) and the wallpaper size (probably something like 120x131). Roger |
From: Dale <dri...@te...> - 2004-04-22 21:29:31
|
I can add wallpapers with bitpim through the filesystem and I placed them in the following directory: Usr/wallpaper Usr/ringtone As per this guide: http://members.shaw.ca/lg5450/guide.html which is the next model up from my phone the 4600 but everything seems to work when following this guide. There is a brew/shared directory but nothing is in there. I am able to use jpg images but the format is to have a .desc file and rename the image file to body. The default size of the images are 120X131 -----Original Message----- From: bit...@li... [mailto:bit...@li...] On Behalf Of Roger Binns Sent: Thursday, April 22, 2004 2:17 PM To: bit...@li... Subject: Re: [Bitpim-devel] Fw: VX4600 support Dale wrote: > The edit entry screen shows: > Name > Phone# > Phone# > Phone# > Phone# > Phone# > Email > Group > Sound (ringtone) > Memo > Default > Not Secret > URL Can you find out where you wallpapers and ringtones are stored, as well as the index files. This is it for the VX4400: imagelocations=( # offset, index file, files location, type, maximumentries ( 10, "dloadindex/brewImageIndex.map", "brew/shared", "images", 30), ) ringtonelocations=( # offset, index file, files location, type, maximumentries ( 50, "dloadindex/brewRingerIndex.map", "user/sound/ringer", "ringers", 30), ) This is it for the VX6000: imagelocations=( # offset, index file, files location, type, maximumentries ( 10, "download/dloadindex/brewImageIndex.map", "brew/shared", "images", 30) , ( 0xc8, "download/dloadindex/mmsImageIndex.map", "brew/shared/mms", "mms", 20), ( 0xdc, "download/dloadindex/mmsDrmImageIndex.map", "brew/shared/mms/d", "drm", 20), ( 0x82, None, None, "camera", 20) # nb camera must be last ) ringtonelocations=( # offset, index file, files location, type, maximumentries ( 50, "download/dloadindex/brewRingerIndex.map", "user/sound/ringer", "ringers", 30), ( 150, "download/dloadindex/mmsRingerIndex.map", "mms/sound", "mms", 20), ( 180, "download/dloadindex/mmsDrmRingerIndex.map", "mms/sound/drm", "drm", 20) ) This is for the VX4500, although I assume it is incomplete. (Doesn't the VX4500 have mms?): imagelocations=( # offset, index file, files location, type, maximumentries ( 10, "download/dloadindex/brewImageIndex.map", "brew/shared", "images", 30) , ) ringtonelocations=( # offset, index file, files location, type, maximumentries ( 50, "download/dloadindex/brewRingerIndex.map", "user/sound/ringer", "ringers", 30), ) The offset is the number added to store that item in a phonebook entry. For the VX4400 for example, the images offset is 10. That means that if you have a file in the image index with a value of 13, then the phone stores it as (23) 10 + 13. You also need to find out the wallpaper preferred format (most likely BMP) and the wallpaper size (probably something like 120x131). Roger ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ Bitpim-devel mailing list Bit...@li... https://lists.sourceforge.net/lists/listinfo/bitpim-devel |
From: Roger B. <ro...@ro...> - 2004-04-22 21:41:40
|
Dale wrote: > As per this guide: http://members.shaw.ca/lg5450/guide.html which is the > next model up from my phone the 4600 but everything seems to work when > following this guide. Ok. That is a bit of work. Do some of the tutorials on the Python site. Hopefully I will have time next week to try and write some of the code, but you will need to debug and fix it. Roger |
From: Dale <dri...@te...> - 2004-04-22 21:45:46
|
Is there anything else you need from me right now, or should I just wait until next week until you have done some of the coding? -----Original Message----- From: bit...@li... [mailto:bit...@li...] On Behalf Of Roger Binns Sent: Thursday, April 22, 2004 2:42 PM To: bit...@li... Subject: Re: [Bitpim-devel] Fw: VX4600 support Dale wrote: > As per this guide: http://members.shaw.ca/lg5450/guide.html which is > the next model up from my phone the 4600 but everything seems to work > when following this guide. Ok. That is a bit of work. Do some of the tutorials on the Python site. Hopefully I will have time next week to try and write some of the code, but you will need to debug and fix it. Roger ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ Bitpim-devel mailing list Bit...@li... https://lists.sourceforge.net/lists/listinfo/bitpim-devel |
From: Roger B. <ro...@ro...> - 2004-04-22 22:07:51
|
Dale wrote: > Is there anything else you need from me right now, or should I just wait > until next week until you have done some of the coding? Learn Python coding. Read the existing code. You should be comfortable reading stuff in the analyser. Ideally write the code yourself :-) Roger |
From: Dale <dri...@te...> - 2004-04-23 18:39:48
|
How do you find out what the phonebook commands are? Are the following commands good on the LG4600? How would I know? # Some notes # # phonebook command numbers # # 0x15 get phone info (returns stuff about vx400 connector) # 0x00 start sync (phones display changes) # 0x11 select phonebook (goes back to first entry, returns how many left) # 0x12 advance one entry # 0x13 get current entry # 0x07 quit (phone will restart) # 0x06 ? parameters maybe # 0x05 delete entry # 0x04 write entry (advances to next entry) # 0x03 append entry (advances to next entry) -----Original Message----- From: bit...@li... [mailto:bit...@li...] On Behalf Of Roger Binns Sent: Thursday, April 22, 2004 3:08 PM To: bit...@li... Subject: Re: [Bitpim-devel] Fw: VX4600 support Dale wrote: > Is there anything else you need from me right now, or should I just > wait until next week until you have done some of the coding? Learn Python coding. Read the existing code. You should be comfortable reading stuff in the analyser. Ideally write the code yourself :-) Roger ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ Bitpim-devel mailing list Bit...@li... https://lists.sourceforge.net/lists/listinfo/bitpim-devel |
From: Dale <dri...@te...> - 2004-04-23 19:46:10
|
I would be interested in looking at the code for the TM520. Can someone send me the files? -----Original Message----- From: bit...@li... [mailto:bit...@li...] On Behalf Of Dale Sent: Friday, April 23, 2004 11:41 AM To: bit...@li... Subject: [Bitpim-devel] LG4600 phone commands How do you find out what the phonebook commands are? Are the following commands good on the LG4600? How would I know? # Some notes # # phonebook command numbers # # 0x15 get phone info (returns stuff about vx400 connector) # 0x00 start sync (phones display changes) # 0x11 select phonebook (goes back to first entry, returns how many left) # 0x12 advance one entry # 0x13 get current entry # 0x07 quit (phone will restart) # 0x06 ? parameters maybe # 0x05 delete entry # 0x04 write entry (advances to next entry) # 0x03 append entry (advances to next entry) -----Original Message----- From: bit...@li... [mailto:bit...@li...] On Behalf Of Roger Binns Sent: Thursday, April 22, 2004 3:08 PM To: bit...@li... Subject: Re: [Bitpim-devel] Fw: VX4600 support Dale wrote: > Is there anything else you need from me right now, or should I just > wait until next week until you have done some of the coding? Learn Python coding. Read the existing code. You should be comfortable reading stuff in the analyser. Ideally write the code yourself :-) Roger ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ Bitpim-devel mailing list Bit...@li... https://lists.sourceforge.net/lists/listinfo/bitpim-devel ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ Bitpim-devel mailing list Bit...@li... https://lists.sourceforge.net/lists/listinfo/bitpim-devel |
From: Alan G. <ago...@ya...> - 2004-04-30 21:57:06
|
I've got the code for a prior version. I'll send them to you directly. Alan --- Dale <dri...@te...> wrote: > I would be interested in looking at the code for the TM520. Can someone send > me the files? > > -----Original Message----- > From: bit...@li... > [mailto:bit...@li...] On Behalf Of Dale > Sent: Friday, April 23, 2004 11:41 AM > To: bit...@li... > Subject: [Bitpim-devel] LG4600 phone commands > > How do you find out what the phonebook commands are? Are the following > commands good on the LG4600? How would I know? > > # Some notes > # > # phonebook command numbers > # > # 0x15 get phone info (returns stuff about vx400 connector) > # 0x00 start sync (phones display changes) > # 0x11 select phonebook (goes back to first entry, returns how many left) > # 0x12 advance one entry > # 0x13 get current entry > # 0x07 quit (phone will restart) > # 0x06 ? parameters maybe > # 0x05 delete entry > # 0x04 write entry (advances to next entry) > # 0x03 append entry (advances to next entry) > > -----Original Message----- > From: bit...@li... > [mailto:bit...@li...] On Behalf Of Roger Binns > Sent: Thursday, April 22, 2004 3:08 PM > To: bit...@li... > Subject: Re: [Bitpim-devel] Fw: VX4600 support > > Dale wrote: > > Is there anything else you need from me right now, or should I just > > wait until next week until you have done some of the coding? > > Learn Python coding. Read the existing code. You should be comfortable > reading stuff in the analyser. > > Ideally write the code yourself :-) > > Roger > > > ------------------------------------------------------- > This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a > limited time only, get FREE Ground shipping on all orders of $35 or more. > Hurry up and shop folks, this offer expires April 30th! > http://www.thinkgeek.com/freeshipping/?cpg=12297 > _______________________________________________ > Bitpim-devel mailing list > Bit...@li... > https://lists.sourceforge.net/lists/listinfo/bitpim-devel > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a > limited time only, get FREE Ground shipping on all orders of $35 or more. > Hurry up and shop folks, this offer expires April 30th! > http://www.thinkgeek.com/freeshipping/?cpg=12297 > _______________________________________________ > Bitpim-devel mailing list > Bit...@li... > https://lists.sourceforge.net/lists/listinfo/bitpim-devel > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek > For a limited time only, get FREE Ground shipping on all orders of $35 > or more. Hurry up and shop folks, this offer expires April 30th! > http://www.thinkgeek.com/freeshipping/?cpg=12297 > _______________________________________________ > Bitpim-devel mailing list > Bit...@li... > https://lists.sourceforge.net/lists/listinfo/bitpim-devel __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover |
From: Roger B. <ro...@ro...> - 2004-05-01 01:13:10
|
Alan Gonzalez wrote: > I've got the code for a prior version. I'll send them to you directly. The problem with the TM520 code was that it wasn't completed/kept up to date, and it wasn't relicensed when we moved to the GPL. The copyright on the code is jointly mine, yours and Scott Craig. I have Scott's permission to "do anything I want". If you agree to your bits going under the GPL, then I can put the code back in the tree. I won't list it as supported or allow it to be selected until someone actually brings the code up to date. Roger |
From: Alan G. <ago...@ya...> - 2004-05-02 00:02:44
|
I don't have a problem with the code going under the GPL. I thought the problem was it wasn't actively supported. I'm all for the GPL, so putting it bcak in the tree would be great. Alan --- Roger Binns <ro...@ro...> wrote: > Alan Gonzalez wrote: > > I've got the code for a prior version. I'll send them to you directly. > > The problem with the TM520 code was that it wasn't completed/kept up > to date, and it wasn't relicensed when we moved to the GPL. The > copyright on the code is jointly mine, yours and Scott Craig. I > have Scott's permission to "do anything I want". If you agree to > your bits going under the GPL, then I can put the code back in the > tree. I won't list it as supported or allow it to be selected > until someone actually brings the code up to date. > > Roger > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Bitpim-devel mailing list > Bit...@li... > https://lists.sourceforge.net/lists/listinfo/bitpim-devel __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover |
From: Roger B. <ro...@ro...> - 2004-04-23 19:54:00
|
Dale wrote: > How do you find out what the phonebook commands are? Are the following > commands good on the LG4600? How would I know? They are the standard commands for the LG phones, but the contents differ between models (which is the problem you are hitting). You can edit the code to not send the problem packet and hard code the number of entries for testing purposes. You can see the old tm520 code in the attic: http://cvs.sourceforge.net/viewcvs.py/bitpim/bitpim/Attic/ Roger |
From: Dale <dri...@te...> - 2004-04-23 22:04:28
|
How can I incorporate the TM520 code back into the development version, I have added the three files but it doesn't show up under the setting drop down. -----Original Message----- From: bit...@li... [mailto:bit...@li...] On Behalf Of Roger Binns Sent: Friday, April 23, 2004 12:54 PM To: bit...@li... Subject: Re: [Bitpim-devel] LG4600 phone commands Dale wrote: > How do you find out what the phonebook commands are? Are the following > commands good on the LG4600? How would I know? They are the standard commands for the LG phones, but the contents differ between models (which is the problem you are hitting). You can edit the code to not send the problem packet and hard code the number of entries for testing purposes. You can see the old tm520 code in the attic: http://cvs.sourceforge.net/viewcvs.py/bitpim/bitpim/Attic/ Roger ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ Bitpim-devel mailing list Bit...@li... https://lists.sourceforge.net/lists/listinfo/bitpim-devel |
From: Roger B. <ro...@ro...> - 2004-04-26 06:06:09
|
Dale wrote: > How can I incorporate the TM520 code back into the development version, I > have added the three files but it doesn't show up under the setting drop > down. Look in guiwidgets. You may also want to read web/phonespec.html which describes how to add a new phone. Roger |
From: Dale <dri...@te...> - 2004-04-23 18:29:22
|
Here are the default images and ringtones for the 4600. builtinimages=('Butterfly', 'Flowers', 'Bird', 'Puppy','Fall', 'Castle', 'Puppy2', 'Sky', 'Teddy','Desert') builtinringtones=( 'Ring 1', 'Ring 2', 'Ring 3', 'Ring 4', 'Ring 5', 'Ring 6','Ring 7','Ring 8','Ring 9','Ring 10', 'Annen Polka','Beethoven Symphony No. 9','Pachelbel Canon','Hallelujah', 'La Traviata','Leichte Kavallerie Overture','Mozart Symphony No. 40', 'Bach Minuet','Farewell','Mozart Piano Sonata','String','Trout', 'O solemio','Pizzcato Polka','Stars and Stripes Forever','Pineapple Rag', 'When the Saints Go Marching In','Latin','Carol 1','Carol 2') -----Original Message----- From: bit...@li... [mailto:bit...@li...] On Behalf Of Roger Binns Sent: Thursday, April 22, 2004 2:42 PM To: bit...@li... Subject: Re: [Bitpim-devel] Fw: VX4600 support Dale wrote: > As per this guide: http://members.shaw.ca/lg5450/guide.html which is > the next model up from my phone the 4600 but everything seems to work > when following this guide. Ok. That is a bit of work. Do some of the tutorials on the Python site. Hopefully I will have time next week to try and write some of the code, but you will need to debug and fix it. Roger ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ Bitpim-devel mailing list Bit...@li... https://lists.sourceforge.net/lists/listinfo/bitpim-devel |
From: Roger B. <ro...@ro...> - 2004-04-29 06:20:57
|
I have changed the code to use the pbinit packets instead of the pbinfo ones. Tests on the VX4400 and the VX6000 indicate that all goes well. It also fixes the problem of the pbinfo only reading the first byte of the number of bytes stuff. Just waiting till after the Mac build then I will commit my work. Roger |
From: Roger B. <ro...@ro...> - 2004-04-29 06:21:35
|
> Dale wrote: > > As per this guide: http://members.shaw.ca/lg5450/guide.html which is > > the next model up from my phone the 4600 but everything seems to work > > when following this guide. Can you please send me a zip of the relevant directories and desc files? Roger |