liukeqqs

Results 15 comments of liukeqqs

> Try apply this patch (workaround) > > ``` > diff --git a/sdcard/fuse.cpp b/sdcard/fuse.cpp > index 95559d7ff2..e173c89c6b 100644 > --- a/sdcard/fuse.cpp > +++ b/sdcard/fuse.cpp > @@ -843,6 +843,9 @@ static...

> Try apply this patch (workaround) > > ``` > diff --git a/sdcard/fuse.cpp b/sdcard/fuse.cpp > index 95559d7ff2..e173c89c6b 100644 > --- a/sdcard/fuse.cpp > +++ b/sdcard/fuse.cpp > @@ -843,6 +843,9 @@ static...

> > > > I have known the issue root cause, the fuse mode related code in /system/core/sdcard/sdcard.cpp don't mount /mnt/runtime/full/ dir,but vold daemon process judge whether fuse is ready...

> 这种问题都来发issues... 不会嘛。没接触过go

> @liukeqqs go编译都不知道然后修改代码。。。 然后重复一般 issues区是反馈软件问题的不是发这种东西的 好的呢。

> **描述这个错误** 我还没有看到任何关于这个问题的讨论,但似乎利用该错误的应用程序`Accessibility`无法执行任何触摸操作。 > > **我使用“Click Assistant”应用程序** 录制了一个快速示例,但我在此设备上测试了几个,但似乎都不起作用。 > > https://www.dropbox.com/s/u7x1016ej8oss8c/Accessibility_Bug.mov?dl=0 > > 我正在运行 redroid11 的构建,同时使用 Magisk 和 Gapps > > ``` > $ docker -v > Docker version 23.0.2,...

> Not sure about this App. But I use some other Accessibility Apps (auto perform click to install apps) without problems. What accessibility app are you using?

> App store from Tencent (应用宝 in Chinese). Make sure to change to Chinese language in Settings. https://github.com/remote-android/redroid-doc/issues/453

> 你看`vendor/redroid/redroid.common.rc`,那些接口是故意去掉的。有人在桌面环境上运行redroid(通过流`scrcpy`),如果不删除输入事件将发送两次。 > > ``` > exec -- /bin/rm -rf /dev/input > # inputflinger require this dir > mkdir /dev/input > ``` So how can I have it? It's removing

> `selinux`在源代码中被禁用(故意)。检查`external/selinux`、`system/core`等`frameworks/native`补丁。 > > 好吧,没有亲自测试,但在 redroid 中启用是可行的`selinux`(也应该`selinux`在主机操作系统上启用) 补丁在哪里