Re: Fwd: Moto V3Cm, E815m auto detection?

"Christopher Matuszak" <[email protected]>
Newsgroups gmane.comp.mobile.bitpim.devel
Message-ID <[email protected]>
The V3m is working with autodetect for me with NO extra seem edits...the
only seem edit I did was to enable OBEX transfers.....
I copied out the V3c and V710 phones and replaces a few variable strings
like model and what not... 
 
These are specific lines I changed.......
 
*****************************************************************************
******
# BitPim modules
Import com_motov710
Import p_motov3c
Import helpids
Import call_history
 
Parentphone=com_motov710.Phone
Class Phone(parentphone):
    Desc='Motorola CDMA V3m Phone'
    Helpid=helpids.ID_PHONE_MOTOV3C
    Serialsname='Motorola CDMA V3m phone'
    Protocolclass=p_motov3m
 
    Def __init__(self, logtarget, commport):
        Parentphone.__init__(self, logtarget, commport)
 
    Def _detectphone(coms, likely_ports, res, _module, _log):
        Pass
    Detectphone=staticmethod(_detectphone)
    
#----------------------------------------------------------------------------
-
Parentprofile=com_motov710.Profile
Class Profile(parentprofile):
    Serialsname=Phone.serialsname
    Phone_model='Motorola CDMA V3m Phone'
    _supportedsyncs=(
        ('phonebook', 'read', None),  # all phonebook reading
        ('phonebook', 'write', 'OVERWRITE'),  # only overwriting phonebook
        ('calendar', 'read', None),   # all calendar reading
        ('calendar', 'write', 'OVERWRITE'),   # only overwriting calendar
        ('ringtone', 'read', None),   # all ringtone reading
        ('ringtone', 'write', 'OVERWRITE'),
        ('wallpaper', 'read', None),  # all wallpaper reading
        ('wallpaper', 'write', 'OVERWRITE'),
        ('memo', 'read', None),     # all memo list reading DJP
        ('memo', 'write', 'OVERWRITE'),  # all memo list writing DJP
        ('sms', 'read', None),     # all SMS list reading DJP
        ('call_history', 'read', None),
        )
*****************************************************************************
******
 
Of course I created all the additional info in the helpids...and whatnot....
The p_motov3m is exactly the same as the v3c version but I am slowly
modifying it to fit my needs
 
I have call_history almost working aside from a few minor bugs...
Same with the Memos.....I find the Notepad files as fairly easy to import
into bitpim but the exporting is giving me a little bit of trouble.....
 
I am currently working on adding more functionality like full calendar
support and other features....SMS retrieveal works fine ... Ringtones I
think we can do more with...
 
Also I am currently working on enabling the Multimedia portion of Bitpim with this phone....reading the MicroSD card is actually fairly easy....

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
BitPim-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bitpim-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.