Jolan Rensen
Jolan Rensen
I just played around with it a bit. If you add `10..0` as `BigDecimal` it turns to `null` indeed. You need `BigInteger` encoding support to be able to get `10..02`....
Awesome! So same connector, different pinout. That's a bit more tricky than expected, but at least it's the same connector :)
I ordered one! Order number #351096 If you already have access to an adapter for that desk for me to try, please let me know! Otherwise I'm also willing to...
Upsy desky in the house! Now I just need an adapter :) (or a small guide on how to rewire the cables and make an adapter cable)
I'll move my software findings here, so the adapter research (https://github.com/tjhorner/upsy-desky/issues/5) can happen in the right issue. Using the adapter described in that issue and my adapted version from LoctekMotion_Iot:...
@tjhorner btw, is there a reason you use "return id(desk_height)->get_last_read() > x;" instead of "return id(desk_height).state > x;"? Is that for performance or for something else?
The second p-preview-2 tag is here: [tags/android-p-preview-2](https://android.googlesource.com/platform/packages/apps/Launcher3/+/refs/tags/android-p-preview-2)
Well, there is the master branch, but I'm not sure if there's anything related to P on there
There's now the /pie-release branch! :)
I found something interesting on [Reddit](https://www.reddit.com/r/Android/comments/95fhj5/android_pies_new_overview_is_giving_firstparty/e3sytk0/). It might be impossible to have another launcher in the overview screen without changing that system string without root (or perhaps adb shell)...