0
0

More than 3 years have passed since last update.

MemuエミュレーターにXposedを入れてみた

Last updated at Posted at 2020-08-09

XposedをMemuエミュレーターに入れるには

MemuエミュレーターにXposedを入れてみた。

基本的にしたのURLに方法は書いていますが
https://www.memuplay.com/blog/xposed.html

この#6 Go into terminal emulatorがどこにあるのかわからなかったのでメモします

注意:

MemuエミュレーターはデフォルトでAndroidバージョン7です(2020/8/9現在)

なので上記サイトではxposed-v85-sdk22-x86を入れていますが
xposed-v89-sdk25-x86を入れてください

環境はWindows10です

where Memu
>>> C:\Program Files (x86)\Microvirt\MEmu\MEmu.exe
cd C:\Program Files (x86)\Microvirt\MEmu
memuc.exe -i 0 execcmd cd /storage/emulated/0/Download/xposed-v85-sdk22-x86/;sh flash-script.sh

-i 0(インデックス番号)はエミュレーターを指定するものです-n (エミュ名)でも代替可
execcmdでExecします

/storage/emulated/0/Download/xposed-v85-sdk22-x86
は解凍したXposedフレームワークのPATHを
;sh flash-script.sh
で実行します

1行で書いてるのは
動かすたびに毎回入力がリセットされるからです

C:\Program Files (x86)\Microvirt\MEmu>memuc.exe -i 0 execcmd pwd
/
C:\Program Files (x86)\Microvirt\MEmu>memuc.exe -i 0 execcmd cd storage

C:\Program Files (x86)\Microvirt\MEmu>memuc.exe -i 0 execcmd pwd
/

こうなります:(
ほかにいい方法があるのかもしれませんが
ちゃんと動いてるのでよし!

追記

Shell 開けました
memuc.exe -i 0 adb shell

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0