Thunderbolt, MEmu Simulator (Android 7.1.2) Install Xposed Nanny Level Tutorial

Thunderbolt, MEmu Simulator (Android 7.1.2) Install Xposed Nanny Level Tutorial

Under normal circumstances, xposed-installerit is , and it needs to be installed offline.

1. Prepare

  • adb
  • Xposed related toolkit
  • a phone or emulator
    • MEmu or Thunderbolt emulator (other emulators are also fine, as long as they can be rooted)
    • Android 7.1.2 system
    • x86
    • Rooted

2. Install xposed-installer-3-1-5.apk

  • unzip toolkit
  • inside the installation kitxposed-installer-3-1-5.apk

3. Install Xposed Framework

xposed-installer-3-1-5.apkAfter installation , you can see the following icon on the desktop:
insert image description here
After opening, you can see the following interface:
insert image description here

Make sure the phone is rooted, cmd executes the following command:

// /system部分置于可写入的模式,默认情况下 /system 部分是只读模式的。这个命令只适用于已被 root 的设备。
adb remount

adb push xxx/xposed(解压工具包xposed文件夹所在的绝对路径) /system

adb shell 

su
cd /system/xposed
sh script.sh
exit
exit

After executing the above command line, restart the emulator.

Open Xposed Installer again and see the following interface:

insert image description here
Congratulations, Xposed has been successfully installed.

Guess you like

Origin blog.csdn.net/Leavessilent/article/details/129054802