ced icon indicating copy to clipboard operation
ced copied to clipboard

New Bose Updater Available

Open dadadaniil opened this issue 2 years ago • 4 comments

When you've done all instructions, site offers you to download new version of updater and doesn't see the device

dadadaniil avatar Jan 28 '23 07:01 dadadaniil

Running into the same issue

jdkahn avatar Mar 10 '23 19:03 jdkahn

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:

image

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:

image

  • Press play button, or F8 key, to resume execution, firmware update process may resume as usual:

image

jquast avatar Aug 13 '23 16:08 jquast

  • "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".

Canawan avatar Jan 02 '24 14:01 Canawan

This method does still work. Just did successfully.

logan-life avatar May 10 '24 10:05 logan-life