打开/关闭搜索
搜索
打开/关闭菜单
通知
打开/关闭个人菜单
查看“使用edl.py”的源代码
来自Uotan Wiki · 刷机百科
查看
阅读
查看源代码
查看历史
associated-pages
页面
讨论
更多操作
←
使用edl.py
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
本章将指导使用由[https://github.com/bkerler bkerler]所创建的非官方高通Sahara / Firehose Attack Client / Diag Tools * 源代码:https://github.com/bkerler/edl === 在Linux发行版安装 === ==== 配置依赖 ==== * Debian系列(Debian/Ubuntu/Mint/etc) sudo apt install adb fastboot python3-dev python3-pip liblzma-dev git sudo systemctl stop ModemManager sudo systemctl disable ModemManager sudo apt purge ModemManager * Arch系列 sudo pacman -S android-tools python python-pip git xz sudo pacman -R modemmanager ==== 安装 ==== git clone https://github.com/bkerler/edl.git --recursive cd edl sudo cp Drivers/51-edl.rules /etc/udev/rules.d sudo cp Drivers/50-android.rules /etc/udev/rules.d python3 setup.py build sudo python3 setup.py install ==== 使用EDL ==== 请先利用edl工程线或其它任意方式进入0x9008 mode GitHub上详细教程:https://github.com/bkerler/edl?tab=readme-ov-file#run-edl-examples
返回
使用edl.py
。