From: Boz1 <boz...@gm...> - 2008-12-08 16:51:51
|
Hello. What is the status of the V3m Notepad/Memo import and/or export using BitPim? Christopher Matuszak wrote: > > 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.... -- View this message in context: http://www.nabble.com/Moto-V3Cm%2C-E815m-auto-detection--tp9867548p20898982.html Sent from the Bitpim - Dev mailing list archive at Nabble.com. |