在电脑上使用 Ubuntu 安装 Droid Normal Assistant
七月 12, 2021
安卓一般固件解包打包助手, 简称: D.N.A
输入下列代码
1 | sudo apt update && sudo apt upgrade -y #必须执行 |
下载 D.N.A
1 | git clone --depth=1 https://github.com/CapShift/D.N.A-2.git -b x86_64 DNA2 |
启动
1 | cd DNA && python3 run.py |
- END -