redroid

飞牛

https://club.fnnas.com/forum.php?mod=viewthread&tid=36386

redroid-script

面具

1
2
3
4
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python redroid.py -a 12.0.0 -gm

logcat

root问题(好像是)

1
2
3
4
#!/system/bin/sh
mount -o remount,rw /system/xbin
chmod 755 /system/xbin
ln -sf /sbin/su /system/xbin/su

其他

安卓16