From: Roger B. <ro...@ro...> - 2004-03-16 05:56:13
|
> - This appeared briefly to work. The first time it retried, it would get > unstuck. However, it would then give me a bad size exception. None of the LG phones use the retry code. I initially added it to try and work around the VX4400 USB issues, then removed it, and then it got re-added. I think Stephen uses it for some of the Sanyo phones. The big problem is that retries are only useful for stateless stuff. If for example you send a command like 'advance to next entry' and get a timeout reading the response, how do you know if the action happened or not? The sensible precaution is to start over again, but usually you would hit the same issue in the same place or earlier. > - Finally, I switched USB drivers, and I was able to go from reading 10-15 > files from the filesystem to a full set of 105 or so files. There is a 0.3 second delay after getting each file when making a zip backup. I found some phones (cough LG cough) would eventually crap out. I think their other tasks running on the phone getting starved for CPU or something similar. > Time to start poking at the files to see what I can find... Wherever possible it is preferable to use the sync protocols rather than modify the filesystem directly. Roger |