From: Runner D. <run...@gm...> - 2010-05-23 22:35:25
|
Hi, I've used BitPim for several years with my LG VX8300. I recently bought an LG Comsos that does not appear to be compatible with BitPim. I've searched around and I couldn't find any information about work on this phone model. I'm interested in helping to contribute to make this phone work and am looking for pointers on getting starting with the contribution process. My development experience is mainly with client-side Java (14 years). I've installed all of the components described on the BitPim developer page, as well as the Pydev. Thanks, -Ryan |
From: hjelmn <hj...@me...> - 2010-05-24 16:29:52
|
To get started follow this link: http://www.bitpim.org/developer.html Once the development environment is set up I recommend taking a look at com_lgvx11000.py and p_lgvx11000.p . You will probably want to subclass com_lgvx11000. If you need any help let me know. Also, I am working on Accolade support which, in all likelihood, is similar to the Cosmos (same generation phone). I will let you know when that is complete. -Nathan On May 23, 2010, at 04:35 PM, Runner Dev <run...@gm...> wrote: Hi, I've used BitPim for several years with my LG VX8300. I recently bought an LG Comsos that does not appear to be compatible with BitPim. I've searched around and I couldn't find any information about work on this phone model. I'm interested in helping to contribute to make this phone work and am looking for pointers on getting starting with the contribution process. My development experience is mainly with client-side Java (14 years). I've installed all of the components described on the BitPim developer page, as well as the Pydev. Thanks, -Ryan ------------------------------------------------------------------------------ _______________________________________________ BitPim-devel mailing list Bit...@li... https://lists.sourceforge.net/lists/listinfo/bitpim-devel |
From: Seth R. <ind...@us...> - 2010-05-26 01:48:05
Attachments:
com_lgvx5600.py
p_lgvx5600.p
|
Nathan, I've attached some preliminary support for the Accolade (VX5600) that I was able to use for my address book. I haven't gotten SMS working yet though. I haven't had time to work on it, but I figure I might as well make it available for someone else to look at. On 05/24/2010 10:29 AM, hjelmn wrote: > To get started follow this link: http://www.bitpim.org/developerhtml > > Once the development environment is set up I recommend taking a look at > com_lgvx11000.py and p_lgvx11000.p . You will probably want to subclass > com_lgvx11000. If you need any help let me know > > Also, I am working on Accolade support which, in all likelihood, is > similar to the Cosmos (same generation phone). I will let you know when > that is complete. > > -Nathan |
From: Ryan <run...@gm...> - 2010-05-27 01:44:13
|
Thanks for the info. I almost have the environment setup. I'm able to run from Eclipse, however, there are some errors that are showing up in the editor. I'm guessing something wasn't installed correctly. I've never developed for phones before. I was wondering if there is any architectural docs to look at, or is the code it the best bet? I looked over the lgvx1100 files last night. Thanks, -Ryan On Mon, May 24, 2010 at 12:29 PM, hjelmn <hj...@me...> wrote: > To get started follow this link: http://www.bitpim.org/developerhtml > > Once the development environment is set up I recommend taking a look at > com_lgvx11000.py and p_lgvx11000.p . You will probably want to subclass > com_lgvx11000. If you need any help let me know > > Also, I am working on Accolade support which, in all likelihood, is similar > to the Cosmos (same generation phone). I will let you know when that is > complete. > > -Nathan > > > On May 23, 2010, at 04:35 PM, Runner Dev <run...@gm...> wrote: > > Hi, > > I've used BitPim for several years with my LG VX8300. I recently bought an > LG Comsos that does not appear to be compatible with BitPim. I've searched > around and I couldn't find any information about work on this phone model. > I'm interested in helping to contribute to make this phone work and am > looking for pointers on getting starting with the contribution process. My > development experience is mainly with client-side Java (14 years). I've > installed all of the components described on the BitPim developer page, as > well as the Pydev. > > Thanks, > -Ryan > > ------------------------------------------------------------------------------ > > _______________________________________________ > BitPim-devel mailing list > Bit...@li... > https://lists.sourceforge.net/lists/listinfo/bitpim-devel > > |
From: Ryan <run...@gm...> - 2010-05-27 05:11:58
|
I think I answered my own question (at least partially). I'm going over the docs in dev-doc right now. I'll follow up if I have any further questions after digging in a little more. -Ryan On Wed, May 26, 2010 at 9:44 PM, Ryan <run...@gm...> wrote: > Thanks for the info. I almost have the environment setup. I'm able to run > from Eclipse, however, there are some errors that are showing up in the > editor. I'm guessing something wasn't installed correctly. > > I've never developed for phones before. I was wondering if there is any > architectural docs to look at, or is the code it the best bet? I looked > over the lgvx1100 files last night. > > Thanks, > -Ryan > > > On Mon, May 24, 2010 at 12:29 PM, hjelmn <hj...@me...> wrote: > >> To get started follow this link: http://www.bitpim.org/developerhtml >> >> Once the development environment is set up I recommend taking a look at >> com_lgvx11000.py and p_lgvx11000.p . You will probably want to subclass >> com_lgvx11000. If you need any help let me know >> >> Also, I am working on Accolade support which, in all likelihood, is >> similar to the Cosmos (same generation phone). I will let you know when that >> is complete. >> >> -Nathan >> >> >> On May 23, 2010, at 04:35 PM, Runner Dev <run...@gm...> wrote: >> >> Hi, >> >> I've used BitPim for several years with my LG VX8300. I recently bought >> an LG Comsos that does not appear to be compatible with BitPim. I've >> searched around and I couldn't find any information about work on this phone >> model. I'm interested in helping to contribute to make this phone work and >> am looking for pointers on getting starting with the contribution process. >> My development experience is mainly with client-side Java (14 years). I've >> installed all of the components described on the BitPim developer page, as >> well as the Pydev. >> >> Thanks, >> -Ryan >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> BitPim-devel mailing list >> Bit...@li... >> https://lists.sourceforge.net/lists/listinfo/bitpim-devel >> >> > |