Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Bose Updater Available #35

Open
dadadaniil opened this issue Jan 28, 2023 · 4 comments
Open

New Bose Updater Available #35

dadadaniil opened this issue Jan 28, 2023 · 4 comments

Comments

@dadadaniil
Copy link

dadadaniil commented Jan 28, 2023

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

@jdkahn
Copy link

jdkahn commented Mar 10, 2023

Running into the same issue

@jquast
Copy link

jquast commented Aug 13, 2023

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

@Canawan
Copy link

Canawan commented Jan 2, 2024

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

@logan-life
Copy link

This method does still work. Just did successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@jquast @jdkahn @logan-life @Canawan @dadadaniil and others