bmax121 / APatch

The patching of Android kernel and Android system
GNU General Public License v3.0
4.31k stars 323 forks source link

mounting files in modules does not work with kernel 3.18 based devices #656

Open meiser79 opened 3 weeks ago

meiser79 commented 3 weeks ago

Please check before submitting an issue/在提交 issue 前请检查

Version requirement/版本要求

Describe the bug/描述 bug

Using modules like magisk-ssh or the included tools installation possibility in the settings of the Wireguard app, the files are not mounted under /system. This is reproducible with a OnePlus3 device running kernel 3.18 (with crDroid 7.39 from here, sources are here).

Reproduce method/复现方法

install a module and check that the files are not mounted under /system running a device with kernel 3.18.

Expected behavior/预期行为

Files are mounted under /system

Actual behaviour /实际行为

Files are NOT mounted under /system

Screenshots/截图

No response

Logs/日志

APatch_bugreport_2024-08-30_13_34.tar.gz

Device Name/设备名称

oneplus3

OS Version/系统版本

crDroid 7.39

APatch Version/APatch 版本

10918

Kernel Version/内核版本

3.18.124

KernelPatch Version/KernelPatch 版本

0.11.1

Additional context/其他信息

none