-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on connect #1033
Comments
@arthurbenemann the |
@keyoss does this happen all the time, or sporadically? |
Its on a KOBO Arc 10 HD it happens ALWAYS.. the only working APK for now is the old 2.6.(1?) |
the only release wich seems to work right now is 2.6.0 RC1 |
@arthurbenemann it's probably related to the change of usb drivers. |
kobo android version is : kernel not rooted or modified |
@ne0fhyk We don't have access to the source of the FTDI library. The library used for FTDI devices is now the D20XX library (form FTDI), because we where having problems with the open usb library. @keyoss One possible solution is to add a setting that forces the app to always use the open usb-library. |
i guess its managed by code? if its possible todo/change anything on my device.. tell me what to do, but keep in mind its not rooted... sadly |
@keyoss Yes, it needs to be modified on the code. |
@keyoss I posted a debug version of the app with an updated usb connection layer for testing. Bear in mind that you will have to uninstall the beta install (and thus lose saved preferences) in order to successfully install the debug release. |
works! up and running for 4hours! i always deinstall, delete related folders, reboot, reinstall, reboot, run the software.. cool seems file can be closed! |
That's great! |
@ne0fhyk directly after connection are parameters already loaded or where does the values come from? did 3 restarts/coldstarts and also some close/open connections - close/open droidplanner and everytime successful and fast parameter download. tbh.. faster than before? and it doent stuck while downloading. btw: nice additions.. like calibration possibilitys etc ;) |
java.lang.NullPointerException
at com.ftdi.j2xx.FT_Device.isOpen(FT_Device.java:487)
at com.ftdi.j2xx.FT_Device.openDevice(FT_Device.java:424)
at com.ftdi.j2xx.D2xxManager.tryOpen(D2xxManager.java:1065)
at com.ftdi.j2xx.D2xxManager.openByIndex(D2xxManager.java:1136)
at com.ftdi.j2xx.D2xxManager.openByIndex(D2xxManager.java:1151)
at org.droidplanner.android.communication.connection.UsbFTDIConnection.openAndroidConnection(UsbFTDIConnection.java:40)
at org.droidplanner.android.communication.connection.AndroidMavLinkConnection.openConnection(AndroidMavLinkConnection.java:57)
at org.droidplanner.core.MAVLink.connection.MavLinkConnection$1.run(MavLinkConnection.java:83)
at java.lang.Thread.run(Thread.java:856)
2.7.2 RC1-15
The text was updated successfully, but these errors were encountered: