Re: more help needed: Android + FTDI, Cobalt, Suunot EON Steel/Core, Scubapro G2/Aladin Square

2018-08-09 Thread Anton Lundin
Nice work Dirk. I'll dump some data from my devices when I get back home. I'd love to see parts of this feature ported to the desktop ui to. On Linux we can dig out info about ftdi devices from sysfs, and we might be able to do something equivalent on windows and Mac. //Anton - sorry for the t

Re: QML help sought

2018-08-09 Thread Joakim Bygdell
Hi Robert, You need to add "import QtQuick.Controls 2.2 as Controls" in the reportBugPage.qml file / Jocke ___ subsurface mail

Re: QML help sought

2018-08-09 Thread Jan Iversen
Hi things like that happen. I have looked at the files and I see a couple of problems. mobile-resources.qrc refer to “reportBugPage.qml” that needs to be “ReportBugPage.qml” (no idea why, but start with lower letters never worked for me). reportBugPage.qml rename to ReportBugPage.qml (I would

Re: help needed: Android devices and FTDI dive computers

2018-08-09 Thread Dirk Hohndel
On Wed, Aug 08, 2018 at 11:50:21PM -0500, Matt Thompson wrote: > Don't know why I didn't think to send this earlier with the other two but > here is the USB info for the Aqualung i750TC using the standard Aqualung > connector. Nice > Device Info > Device Path: /dev/bus/usb/001/005 > Device Class:

Re: more help needed: Android + FTDI, Cobalt, Suunot EON Steel/Core, Scubapro G2/Aladin Square

2018-08-09 Thread Dirk Hohndel
On Wed, Aug 08, 2018 at 11:55:42PM -0500, Matt Thompson wrote: > > > > Here's what I'd like people to try - even if you only have an Android > > device that currently doesn't allow us to download via USB OTG! We won't > > try to download, we just want to see if the automation for picking the > > ri

Re: help needed: Android devices and FTDI dive computers

2018-08-09 Thread Dirk Hohndel
On Thu, Aug 09, 2018 at 05:41:58AM -0700, Dirk Hohndel wrote: > > -- subsurface.log -- > > "19.780: DCDownloadThread started for Aqualung i750TC on FTDI" > > Starting download from ftdi > > Finishing download thread: "Unable to open ftdi Aqualung (i750TC)" > > "19.795: Unsupported

Re: more help needed: Android + FTDI, Cobalt, Suunot EON Steel/Core, Scubapro G2/Aladin Square

2018-08-09 Thread Dirk Hohndel
On Thu, Aug 09, 2018 at 08:41:41AM +0200, Dietrich Meyer wrote: > Hi Dirk, > > Phone: Samsung Galaxy S7 Edge, LineageOS 14.1 > DC: Suunto Vyper 2 > FTDI cable: NoName... > Subsurface 4.8.1.156 > > > Start Subsurface-mobile (I need to poke at this a little more in order for > > it to work correctl

Re: help needed: Android devices and FTDI dive computers

2018-08-09 Thread Matt Thompson
On Thu, Aug 9, 2018 at 7:50 AM Dirk Hohndel wrote: > On Thu, Aug 09, 2018 at 05:41:58AM -0700, Dirk Hohndel wrote: > > > -- subsurface.log -- > > > "19.780: DCDownloadThread started for Aqualung i750TC on FTDI" > > > Starting download from ftdi > > > Finishing download thread: "U

Re: help needed: Android devices and FTDI dive computers

2018-08-09 Thread Dirk Hohndel
On Thu, Aug 09, 2018 at 08:14:00AM -0500, Matt Thompson wrote: > > > I was able to download from my D4i as well so I'm not sure what's going on > with the 750. Well, since I am on a run having you test completely untested code... here's one that's even more untested... http://subsurface-divelog.o

Re: help needed: Android devices and FTDI dive computers

2018-08-09 Thread Dirk Hohndel
On Thu, Aug 09, 2018 at 10:00:48AM -0700, Dirk Hohndel wrote: > > > Oh, and I don't understand why you weren't asked to open Subsurface-mobile > > > when you plugged it in. Is there a typo in my code? Can you again send me > > > the data from USB Device Info for that cable? > > > > Device Info > >

Re: Cross-compile for RPi

2018-08-09 Thread Robert Helling
Hi, > On 9. Aug 2018, at 18:27, Robert Helling wrote: > > Right now, I have to run. The next thing to try will be to start with a more > recent Debian stretch. success! I started from a fresh stretch image. Had some problems with the required debian packages (as listed in the INSTALL file), s

Re: Troubles with SmartTrak log import

2018-08-09 Thread Robert Helling
HI, > On 9. Aug 2018, at 22:45, Franck TACHOUERES > wrote: > > I definitely opted for Subsurface which I find admirable. > Open source project very active and free, independent of computer > manufacturers friendly UI: what more could you ask for! > It was for the compliments you deserve ;-) >

Re: help needed: Android devices and FTDI dive computers

2018-08-09 Thread Thomas Fänge
Hi Dirk, Connected my Mares Dive Link cable to my Sony Xperia XZ2 Compact (using a USB-C OTG cable), and the USB Device Info app said the following: Device Info Device Path: /dev/bus/usb/001/002 Device Class: Use class information in the Interface Descriptors (0x0) Vendor ID: 10c4 Vendor Name (r

Re: Cross-compile for RPi

2018-08-09 Thread Benjamin
Good morning The compile time on the Raspberry seems to stretch towards infinity, which is why I was wondering about cross-compiling. Also, if we are already cross-compiling, then the whole idea about an AppImage suddenly starts making more sense, and... But before heading down that particular ra