Re: Sanyo RL-4930
Stephen Wood <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
On 12/15/05, Mc Kiernan, Daniel Kian <[email protected]> wrote: > > ... > I see that I should look at com_sanyo4920.py. Which other files > should draw special attention? What is generating p_sanyo4920.py? com_sanyo4920 doesn't have much in it. The real meat is in com_sanyo.py and com_sanyomedia.py from which the 4920 inherits code. The p*.py files are generated from the p*.p files. Running "python protogen.py" compiles all the .p files. Again here, most of the interesting stuff is in p_sanyo.p and p_sanyonewer.p. > > > There may be 500 (not 300) phonebook records, and 700 numbers may be > stored). This would be good to confirm. ... > > > Acting on a request/suggestion from Stephen Wood, I attempted to read > the phonebook using the BitPim settings both for the RL-4920 and for > the Sanyo 8300. In the case of the RL-4920 setting, in or out of PC > Sync mode, I get the error message What I think I get from this report is that like the 8300, the 4930's filesystem can't be read by BitPim. The 8300 support does not depend on the filesystem, but it looks like it bombed out becuase it was trying to read information about the camera, which I presume the 4930 does not have. If you can get BitPim running from source code (see http://www.bitpim.org/developer.html), I could make provisional 4930 module and we could find out if adding 4930 support to BitPim is feasible. Stephen