ced
ced copied to clipboard
New Bose Updater Available
When you've done all instructions, site offers you to download new version of updater and doesn't see the device
Running into the same issue
Problem
The javascript application at https://btu.bose.com/ calls URL http://127.0.0.1:49312/updater/getUpdaterVersion to communicate with Bose Updater app and shows blocking modal:
Solution
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:
- Press play button, or F8 key, to resume execution, firmware update process may resume as usual:
"verref"
, change value"0.0.0.0"
to equal vertest,"7.1.7.5136"
This method no longer works, "verref" and vertest are both equal to "7.1.13.5138".
This method does still work. Just did successfully.