hjxcode

Results 14 comments of hjxcode

> > 在Android 12及以上的系统中,在scrcpy中登录部分APP会呈现出黑屏状态。 > > 这似乎是Android 的保护隐私机制,如何解决这个问题? > > 另外就是能否对redroid启用GPS支持?我该怎么做? > > For blackscreen : > > hack `core/java/android/view/Window.java#setFlag()`, add this before `dispatchWindowAttributesChanged(attrs)`: > > `attrs.flags = (attrs.flags&~WindowManager.LayoutParams.FLAG_SECURE)|(0&WindowManager.LayoutParams.FLAG_SECURE);` 我尝试了你的方案,很遗憾,它貌似并没有生效。我使用的是redroid13,app是一款地图软件,地图部分仍然显示黑屏。

> Try with the updated code fetch method (manually apply redroid patches). https://github.com/remote-android/redroid-doc/tree/master/android-builder-docker I know this method and I already use it. I finished compiling and packaging redroid11.But I don't...

@TUGOhost check git-lfs 。 `#check git lfs install result ` `git lfs install` `#should output: Git LFS initialized.` ![image](https://github.com/remote-android/redroid-doc/assets/52154374/247b1b48-20ed-4219-85ca-ed55fc6d8f4c)

请问,上述讨论是基于rk提供的android12的SDK来实现的么?如何在redroid13中实现使用Mali-G610呢?有稍微详细一些的建议么?