zhongfly / blog

https://blogsue.vercel.app/#/
9 stars 3 forks source link

在Nox(夜神)安卓模拟器中安装magisk和lsposed #12

Open zhongfly opened 2 years ago

zhongfly commented 2 years ago

模拟器需开启root

  1. 安装 https://github.com/HuskyDG/MagiskOnEmu/releases 中的终端apk
  2. 在终端中按m开始安装magisk,按提示完成安装,重启(可以关闭模拟器设置中的root了)
  3. 下载lsposed https://github.com/LSPosed/LSPosed/releases
  4. 在magisk中通过”本地安装“安装lsposed模块
  5. 如果没有见到lsposed管理器,使用lsposed压缩包中的manager.apk安装(或是/data/adb/lspd/中的,不过我安装此处的apk显示损坏)

推荐使用lawnchair启动器以替换模拟器自带的广告桌面 https://github.com/LawnchairLauncher/lawnchair

zhongfly commented 2 years ago

使用Termux安装magisk:

  1. 下载termux https://github.com/termux/termux-app/releases
  2. Termux运行以下命令(未验证)
    pkg install git
    git clone https://github.com/HuskyDG/MagiskOnEmu.git
    cd MagiskOnEmu
    su
    chmod +x run.sh
    sh run.sh