<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Wed, Aug 8, 2018 at 5:23 PM Dirk Hohndel <<a href="mailto:dirk@hohndel.org">dirk@hohndel.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Not a problem - you are simply reminding me that I need to fix this in our<br>
output :-)<br>
<br></blockquote><div>Probably would be good to modify the dive computer dialog to not show the connection type combo box too...  I mean, as long as you are in there... :D</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> > And it seems to successfully talk<br>
> > to the Cobalt, able to download the the firmware version (that number does<br>
> > look odd),<br>
> <br>
> Indeed. The firmware version reported on the device is 2.460/4<br>
<br>
OK, so this was the firmware version, we just need to decode it :-)<br>
161218564 is 0x99c0004 so the two words are 0x099c = 2460 and 0x0004 = 4<br>
Bingo :-)<br>
<br>
> > serial number (also looks a bit odd),<br>
> <br>
> The serial number is actually (mostly) correct.  As reported on the device<br>
> it is 4515-0833 as opposed to 45150833<br>
<br>
So we are talking to your device just fine.<br>
<br>
> > first dive and then move on.<br>
> ><br>
> > What I'd love to know is why it crashes... nothing in the log indicates<br>
> > what's going wrong there...<br>
> <br>
> Yup.  No other information on screen or anything. Just the Android system<br>
> dialog telling me it crashed and offering to launch the app again.<br>
<br>
Do you have access to adb on a computer? If you can connect to the Cobalt,<br>
trigger the crash, then connect to a computer and run 'adb logcat' we<br>
should be able to see a backtrace. That might help us figure out what's<br>
wrong.<br>
<br></blockquote><div>Done.  It looks like it is hitting an assert in libusb after it figures out there is nothing to do and is trying to close the usb device.</div><div> </div></div></div>