chromeOS 成功支持 KernelSU 和 LSPosed 啦。

教程

  • 下载 修补后的 vmlinux
    vmlinux (9.3 MB)
  • Ctrl + Alt + t 进入 crosh 输入以下命令,
🖱️点击展开查看🖱️

shell
cd /opt/google/vms/android
ls -l
sudo mv vmlinux vmlinux_real
ls -l
cd ~/Downloads
ls -l
sudo cp vmlinux /opt/google/vms/android
cd /opt/google/vms/android
ls -l

命令要一条一条地回车,不可以一次性粘贴所有的。 命令输完的样子,如下图。

image
然后,就可以关闭所有窗口,然后关机重启啦。
重启以后,就有 KernelSU 啦。

3 个赞

刷入新版的模块。
Zygisk-on-KernelSU-v4-0.7.0-85-release.zip (2.2 MB)
LSPosed-v1.8.6-6904-zygisk-release.zip (2.4 MB)

vms目录下没有android

可以帮我测试一个东西吗,因为我fyde已经删掉了,所以需要有人帮个忙。
创建两个用户,都装上面具
在其中一个用户中下载一些APP并制造一些数据
使用酷安里的“数据备份”应用,给予root权限,对这个系统进行备份
拷贝数据至移动存储设备
在另一个用户中使用“数据备份”应用,给予root权限,对数据进行恢复
检查恢复的数据完整性

:computer:预览:eyes:

1024x768

1920x1080

vms目录下没有android

在 grub2-fyde 的菜单,按回车进去,就知道啦。

图形界面的 grub2 文件管理器 去 选择 默认的 .img 文件。
简体中文

OK so… your tutorial is in fact very interesting because its catchy for the eye but Im right away faced with this:

image

So… just like the member @hackerror said there’s no android under the vms folder.

Then you posted some pictures of termux and a few links to root android with kernel su am I correct?

Now from rooting android we moved into… GRUB2-Fyde which is an huge mess for me since I run a Single Board Computer the Rock 5B and I have no clue how to use this fancy tool as it states somewhere that we need other requirements to boot into this fancy GUi.

So… is there a chance you make a more detailed step by step from the scratch of what to do to get this GRUB 2 Brunch thing to work so Rooting Android works?

My end goal would be getting gamepad support or keymapp for android apps such as diablo immortal. If you know a way… that would be super dupper.

好吧……你的教程实际上非常有趣,因为它引人注目,但我马上就面临着这个:

所以…就像会员@hackerror说的vms文件夹下没有android一样。

然后你发布了一些 termux 的图片和一些带有内核 su 的 root android 的链接,我对吗?

现在,从 root android 开始,我们进入了… GRUB2-Fyde,这对我来说是一个巨大的混乱,因为我运行的是单板计算机 Rock 5B,我不知道如何使用这个奇特的工具,因为它在某个地方指出我们需要其他要求启动进入这个精美的 GUI。

那么…您是否有机会从头开始一步步详细说明如何使 GRUB 2 Brunch 正常工作,以便 Root Android 正常工作?

我的最终目标是为 Android 应用程序(例如《暗黑破坏神:不朽》)提供游戏手柄支持或键盘映射。如果你知道一种方法…那就太棒了。

客服哥哥 或者 客服姐姐,fydeOS for you 的内核开源吗?上哪儿可以找到 Rock 5B 的 fydeOS for you 的内核源代码啊?

https://github.com/FydeOS-for-You-overlays/kernel-rockchip

You should patch your own kernel with Kernel_SU.

1 个赞

I’m actually using openFyde.

Screenshot 2023-08-27 16.31.32

I think i’ve found the directory you mentioned… let me check… if it works.

cd /opt/google/containers/android

The android of fydeOS is LXC, using kernel of host system.

So you should build your own kernel for Rock 5B with Kernel_SU.

Well if you ever try it … let me know the steps cause i havent been lucky doing that…

https://github.com/tiann/KernelSU

Openfyde is just different than ChromeOS :frowning:

The vmlinux is the kernel of ARCVM, not android LXC.

Android LXC uses the kernel of the host kernel, not its own vmlinux.

So you should compile your own kernel for Rock 5B and patch it with Kernel_SU.

You shouldn’t just copy others’ kernel.

Above all, that vmlinux is for x86_64 not for ARM.

So what exactly should I do? Because following your instructions lead me to think I had to move the file into that directory. I have no clue on the steps to make this work… KernelSU doesnt work at all…

How can I access arcVM? does fyde/openfyde even have arcvm?

fydeOS has no ARCVM.
I guess that developers think ARCVM runs slowlier than LXC.