MZD-AIO icon indicating copy to clipboard operation
MZD-AIO copied to clipboard

Castscreen not working FW70 + Android 9

Open ksmartcar opened this issue 6 years ago • 3 comments
trafficstars

Hi team,

By any chance anyone here had similar issue, where the cast screen is not working? I have installed cast screen tweak on MZD and cast screen apk on my android 9. I have tried both wired and wireless way, but none worked.

Current MZD Firmware: V70.00.021 N AN Android version: 9

Appreciate if anyone here could shed some light. Thank you

ksmartcar avatar Jul 19 '19 03:07 ksmartcar

There should be castscreen-1.0.1.apk in there as well but if that doesn't work I will take a crack at it but I am not an Android Developer so no promises. If anyone wants to help here is the original repo https://github.com/JonesChi/CastScreen ~~in the readme he says you can use the AllCast Receiver App so maybe try that?~~ Edit: AllCast Receiver is not good

Trevelopment avatar Apr 16 '20 02:04 Trevelopment

Or if it is the receiver itself that is not working with v70.00.021+ because of some gStreamer compatibility issue that is a whole other story so I guess we should figure out which one is the culprit.

Trevelopment avatar Apr 16 '20 02:04 Trevelopment

I just tried it on my Pixel3 on Android 10 latest March update and my CMU right now is 59.00.441A and it actually worked better than ever I was very surprised... So it must be a gStreamer issue. I discovered an Issue with the VideoPlayer app where using mfw_v4lsink did not work anymore around v70. So I figured out there is another sink you can use mfw_isink which is just a little bit different. Lucky for you @ksmartcar this is a very exposed piece of code located in the file config/castscreen-receiver/wait_adb_arm.sh just change ./cs_receiver_arm mfw_v4lsink & to ./cs_receiver_arm mfw_isink & then let me know it that fixes it or even works at all. Paradox The paradox is that the screen has to recursively take pictures of its own inner screens

Trevelopment avatar Apr 16 '20 03:04 Trevelopment