1 Star 1 Fork 0

PixelMaster77/Python_BT_to_bin_nvm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
push_cmnv13.bat 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
PixelMaster77 提交于 2021-12-16 19:57 +08:00 . first commit
adb wait-for-device
adb root
adb disable-verity
adb remount
adb shell mount -o rw,remount /vendor/bt_firmware
adb shell mkdir /vendor/temp
adb push cmnv13_new.bin /vendor/temp/cmnv13.bin
adb push cmbtfw13.tlv /vendor/temp/cmbtfw13.tlv
adb push cmbtfw13.ver /vendor/temp/cmbtfw13.ver
adb shell mv -f /vendor/bt_firmware/image/cmnv13.bin /vendor/bt_firmware/image/cmnv13.bin.bak
adb shell mv -f /vendor/bt_firmware/image/cmbtfw13.tlv /vendor/bt_firmware/image/cmbtfw13.tlv.bak
adb shell mv -f /vendor/bt_firmware/image/cmbtfw13.ver /vendor/bt_firmware/image/cmbtfw13.ver.bak
adb shell cp /vendor/temp/cmnv13.bin /vendor/bt_firmware/image/cmnv13.bin
adb shell cp /vendor/temp/cmbtfw13.tlv /vendor/bt_firmware/image/cmbtfw13.tlv
adb shell cp /vendor/temp/cmbtfw13.ver /vendor/bt_firmware/image/cmbtfw13.ver
adb shell rm -rf /vendor/temp
adb shell ls -l /vendor/bt_firmware/image/cmnv13.bin
adb shell ls -l /vendor/bt_firmware/image/cmbtfw13.tlv
adb shell ls -l /vendor/bt_firmware/image/cmbtfw13.ver
adb shell "ps -A | grep "hardware.bluetooth""
adb shell "kill -9 `ps -A | grep "hardware.bluetooth" | awk '{print $2}'`"
adb shell "ps -A | grep "hardware.bluetooth""
pause
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/zchhacker/python_BT_to_bin_nvm.git
git@gitee.com:zchhacker/python_BT_to_bin_nvm.git
zchhacker
python_BT_to_bin_nvm
Python_BT_to_bin_nvm
master

搜索帮助