Status Update
Comments
ro...@google.com <ro...@google.com> #2
For clarity, are you requesting this as a developer or as a user?
ir...@princeton.com <ir...@princeton.com> #3
as a developer. i looked into wake locks but it's not quite what im after. im going to look into media projection next but im not sure thats quite it either
i tried system_alert_window and it didnt seem to work
my project is unity based and has a dependency of another sdk that has lots of stuff going on
im going to try a reduced test case to eliminate extra variables
i found this dex mode manifest meta data attribute. so maybe that's a clue
will report back
ro...@google.com <ro...@google.com> #4
Could you please confirm if the issue is also observed with pixel devices?
ca...@google.com <ca...@google.com> #5
i don't have a pixel device to test on, only a samsung device. is this a pixel-specific issue tracker?
i guess what i'm wondering about is some kind of "projector" api where the phone can act as a projector, and an app can keep playing on an external (displayport) monitor, while the primary device (be it phone or tablet) is locked
ir...@princeton.com <ir...@princeton.com> #6
We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
ca...@google.com <ca...@google.com> #7
any updates on this?
ir...@princeton.com <ir...@princeton.com> #9
bump
la...@gmail.com <la...@gmail.com> #10
199408959
ya...@gmail.com <ya...@gmail.com> #11
Hello sar my old gmail account password loss my old gmail account recovery verification code my old gmail account is yathamchandraprasad259@gmail.com Google gmail account add the my new gmail account is yathamchandraprasad@gmail.com send the My nuw gmail account recovery verification code please sar
Description
Problem you have encountered:
I upgraded my gcloud components version from version 353 to 356 using
gcloud components update
. Old version details:New version details:
I connect to my instance that is running a VNC server via
gcloud compute ssh INSTANCE-NAME --zone=us-central1-a -ssh-key-file=MY-KEY-FILE -- -L 5901:localhost:5901
. Then I open up my Mac "Connect to Server" to connect to the VNC server on localhost.With version 356, I get 5 second delays in updates to the screen. With version 353, everything works great.
What you expected to happen:
Smooth scrolling. No delays in updates to the VNC screen.
Steps to reproduce:
Use version 353 with connection to a VNC server - works great. Use version 356 with connection to a VNC server - has bad 5 second delays. Makes using things like VS Code impossible.
Other information (workarounds you have tried, documentation consulted, etc):
Going back to version 353 fixes the problem.