|
|
放到这个目录 /lib/modules/6.1.84/kernel/extra/binder_linux.ko 然后 sudo depmod sudo modprobe binder_linux 然后在docker中运行 .\scrcpy.exe --tcpip=xx.xx.xx.xx:5556 |
听说在开发了,不知道何时能开发出来![]() |
AAA 发表于 2025-10-24 09:17 重新问过了目前不做 |
|
services: redroid-arm64: image: iceblacktea/redroid-arm64:12.0.0-250116 container_name: redroid-arm64 restart: unless-stopped privileged: true ports: - "5556:5555" volumes: - "redroid_data:/data" - type: bind source: /dev/mali0 target: /dev/mali0 - type: bind source: /dev/dma_heap/system target: /dev/dma_heap/system - type: bind source: /dev/dma_heap/cma target: /dev/dma_heap/cma - type: bind source: /dev/dma_heap/system target: /dev/dma_heap/system-uncached-dma32 - type: bind source: /dev/dma_heap/system target: /dev/dma_heap/system-uncached command: - "androidboot.redroid_width=1206" - "androidboot.redroid_height=2622" - "androidboot.redroid_dpi=441" - "androidboot.redroid_gpu_mode=mali"#mali guest - "ro.build.characteristics=default" volumes: redroid_data: |
我编译的binder_linux.ko
运行起来有点问题 你试试呢 |
g74kWK 发表于 2025-10-29 22:09 我也不行,看来还是需要重新编译内核了,以下是参考案例https://www.liaomz.top/2023/08/2 ... un-shou-ji/#Redroid |
g74kWK 发表于 2025-10-31 23:01 哥们,是个人物(๑•̀ㅂ•́)و✧我看Mail-G610也都映射成功了,太迪奥了 你是把缺失的模块补齐打包后全都动态加载了吗 redroid |