Closed derfelot closed 2 years ago
Will drop the first commit, forgot I already merged the PR.
@Flamefire FYI
Wait a second. Are we dropping QCOM WFD support?
@isombyt Moved to yoshino-common: https://github.com/whatawurst/android_device_sony_yoshino-common/pull/55
QCOM implementation isn't working for legacy devices anymore. But the AOSP way has been made available in 18.1 again. That's what that overlay in yoshino is for. Works fine according to my tests.
lol. I just fixed the QCOM implementation before I saw this PR.
Are you sure it was using the qcom implementation in the end and not the aosp inadvertently? I guess the qcom wfd icon (blue Q in white square iirc) popping up in notifications should tell.
afaik, any recent qcom implementation that would work on 11 depends on on updated display.config (iirc) and won't won't for us without issues.
pretty much all the "legacy" los devices have now dropped qcom stuff completely like i did here.
You mean this icon? It works fine miraculously.
Anyway.
Are you sure it was using the qcom implementation in the end and not the aosp inadvertently? I guess the qcom wfd icon (blue Q in white square iirc) popping up in notifications should tell.
afaik, any recent qcom implementation that would work on 11 depends on on updated display.config (iirc) and won't won't for us without issues.
pretty much all the "legacy" los devices have now dropped qcom stuff completely like i did here.
BTW, here's the changes, if you want to look into it. Works well on my lilac, not sure if it works on other devices. https://github.com/isombyt/android_device_sony_yoshino-common/commit/d5dada725fc914929110b6325645350089d26332 https://github.com/isombyt/android_vendor_sony_lilac/commit/065ef30e7a9e45b47cf4b3aabfdea0a9a785e9db https://github.com/isombyt/android_device_sony_lilac/commit/c50870b7bf5fadcb91ec4cf9ead7f79da6d4999b
Just FYI and for documentation: Backporting the WFD changes (i.e. the "Drop QCOM WFD" commits here and in yoshino-common) break the boot in LOS 17.1 (bootloop after LOS animation, no ADB connection)
Yeah, you shouldn't include those. QCOM WFD works fine in 10.
Great, thought so! Thanks for confirming.
Hold...still need to test & more coming