Bose qc35 一代降级教程
最近买了一个bose qc35 一代,发现固件是最新的3.03,想要降级固件
网上搜索的方法都失效了,现在写下教程,2024-07-23亲测可以用,目前已经降级到了1.0固件
主要参考的方法如下:
1.从https://github.com/bosefirmware/ced 上下载BoseUpdaterInstaller_6.0.0.4388.exe 和BOSEUPDATER.exe
2. 安装BoseUpdaterInstaller_6.0.0.4388.exe,这个时候你的C盘多出C:\Program Files (x86)\Bose Updater 这个文件夹
然后BOSEUPDATER.exe替换掉原BOSEUPDATER.exe,双击打开
修改hosts文件:原因是国内dns污染无法访问https://raw.githubusercontent.com/,无法进行固件下载和验证
然后打开https://btu.bose.com/#section=start 按F12进入调试模式,按如下操作
Modify the compareVersions
function of the javascript application.
- using chrome developer tools at https://btu.bose.com/index.html#section=install
- select tab, 'Sources', open btu.bose.com -> javascripts -> app.js
- locate function
BasePage.prototype.compareVersions = function(verref, vertest) {
- set breakpoint and open the bose updater and wait for breakpoint to hit
- Under 'Scope', modify
"verref"
, change value"0.0.0.0"
to equal vertest,"7.1.7.5136"
in my case, screenshot:
最后就可以愉快降级了