This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Bluetooth Multimeter
#14
The cause was some slight restructuring of phyphox in combination with reflection. So, we use reflection to map the names of the Bluetooth conversion functions to the actual functions in our code. In the end, there is a class which contains all the conversion function which in turn are either a function (in simple cases) or a class themselves. In the last release we moved the Bluetooth stuff into a separate package and with this change the classes became inaccessible via reflection.

The annoying thing was that the functions (and therefore most of the conversion functions) were still accessible, so the problem was not noticed right away. Also, on my Pixel 3 which I use for most of the testing, even the classes were still working. Not sure if this depends on the Android version, but for me this only failed when trying to access a conversion function implemented as a class on an older device (a Nexus 5x with Android 8).
Reply


Messages In This Thread
Bluetooth Multimeter - by Mads - 10-03-2018, 02:34 PM
RE: Bluetooth Multimeter - by Sebastian Staacks - 10-03-2018, 03:42 PM
RE: Bluetooth Multimeter - by Mads - 10-04-2018, 10:59 AM
RE: Bluetooth Multimeter - by Sebastian Staacks - 12-19-2018, 04:32 PM
RE: Bluetooth Multimeter - by Mads - 02-09-2019, 01:37 PM
RE: Bluetooth Multimeter - by Sebastian Staacks - 02-09-2019, 05:07 PM
RE: Bluetooth Multimeter - by lscw - 12-30-2019, 02:45 AM
RE: Bluetooth Multimeter - by lscw - 12-30-2019, 04:11 AM
RE: Bluetooth Multimeter - by Sebastian Staacks - 01-01-2020, 11:17 AM
RE: Bluetooth Multimeter - by lscw - 01-02-2020, 10:42 PM
RE: Bluetooth Multimeter - by lscw - 01-03-2020, 12:20 AM
RE: Bluetooth Multimeter - by Sebastian Staacks - 01-03-2020, 02:31 PM
RE: Bluetooth Multimeter - by lscw - 01-07-2020, 07:38 AM
RE: Bluetooth Multimeter - by Sebastian Staacks - 01-07-2020, 05:50 PM
RE: Bluetooth Multimeter - by lscw - 01-08-2020, 08:12 PM
RE: Bluetooth Multimeter - by Antibottom - 01-29-2020, 09:53 PM
RE: Bluetooth Multimeter - by Sebastian Staacks - 02-03-2020, 10:01 AM

Forum Jump: