From: Dean S. <dea...@ya...> - 2003-03-07 08:02:48
|
Roger you rock! this is going to be one sweet little app. I was able to upload images and download the file system and phonebook. I also created a "shared" directory (empty) under the brew directory on the phone by uploading to the file system. I did have to retry many times, especially to get the phonebook (even after getting the right com port settings on the phone and computer--and I do seem to need to keep telling the phone to use serial as it has been reverting to the usb or closed settings). When it fails, I am getting these unhandled exceptions: An unexpected exception has occurred. Please report the following information to the developers Traceback (most recent call last): File "gui.pyo", line 174, in run File "gui.pyo", line 115, in __call__ File "gui.pyo", line 705, in getdata File "com_lgvx4400.pyo", line 219, in getringtones File "com_lgvx4400.pyo", line 277, in getfilesystem File "com_lgvx4400.pyo", line 480, in sendbrewcommand BrewNoSuchDirectoryException: No such directory (note this persisted even after I created the "shared" directory) OR An unexpected exception has occurred. Please report the following information to the developers Traceback (most recent call last): File "gui.pyo", line 174, in run File "gui.pyo", line 115, in __call__ File "gui.pyo", line 705, in getdata File "com_lgvx4400.pyo", line 60, in getphoneinfo File "com_lgvx4400.pyo", line 388, in setmode CommsException: LG-VX4400: Unable to transition mode from brew to modem Note: sometimes instead of from brew to modem it says from none to modem. The log trace in the case where it is unable to transition mode from brew to modem seems to indicate that bitpim is in the process of trying different data rates and then timing out, so all this seems like its triggered by some kind of comms flakiness though there may be other issues. - DAS __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ |