From: Roger B. <ro...@ro...> - 2003-12-15 22:46:17
|
> * I can import the VX6000 phonebook information into bitpim fine. > > * I get an exception when importing calendar information. > NotTerminatedException: The value should have been terminated and > wasn't The 4400/6000 can never make their minds up if a string is always NULL terminated. I usually found that it was always null terminated if entered on the phone, and not if you used other software to enter the details. Anyway I have now committed a fix so that exceptions won't be raised if the description field is not null terminated. > * When trying to import wallpaper into bitpim, I get a segfault: > > #0 0xffff8acc in __memcpy (__memcpy + 812) > #1 0x0307cfdc in wxBaseArrayLong::RemoveAt(unsigned long, unsigned > long) (wxBaseArrayLong::RemoveAt(unsigned long, unsigned long) + 88) > #2 0x0304c968 in wxMutexInternal::Unlock() > (wxMutexInternal::Unlock() + 160) > #3 0x012d992c in wxPyBeginAllowThreads() (wxPyBeginAllowThreads() + > 28) > #4 0x013736d4 in _wrap_wxGauge_SetRange (_wrap_wxGauge_SetRange + > 204) > #5 0x95f4a8d0 in 0x95f4a8d0 > #6 0x95fa9df0 in 0x95fa9df0 > #7 0x95fa6d44 in 0x95fa6d44 I have no idea what that is about. The gauge is in the status bar at the bottom. > However, despite a "completion" of > the import, nothing shows up in bitpim for wallpapers. I am still working on the new code (the damn 6000 has 4 different locations to get the wallpaper on so new code code to be written). I haven't looked into too deeply why yet, but if you import them twice it usually works. Also on Windows and Linux you have to resize the main window otherwise they aren't drawn. Again I haven't looked too deeply to see why. > * When trying to import ringtones into bitpim, no errors, but no data > visible in bitpim. The ringtone code is disabled. It will be using the new wallpaper code since they work in almost exactly the same way. Roger |