This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nordictrackandroid by /u/jordipg on 2023-04-30 21:42:12+00:00.


Thanks to u/brentl99 for this resource. I can now stream from my streaming apps while iFit is running on my new Commercial 1750, purchased December 2022.

Shame on NordicTrack for not making this possible out of the box. I don’t care what your good reason is (licensing, iFit subscriptions, etc.). It’s the year 2023 and it’s absurd. I am embarrassed for you and especially for the poor engineers you force to implement your stupid policies.

There is perhaps too much information on the wiki and some important details missing (e.g., where you actually get the streaming apps). Also, the wiki assumes a working knowledge of networking, command line ops, and basic Android concepts, which I have from a former life but I’m sure is a bit much for some. So here is my shortened narrative and comments, in case it is useful for anyone else.

  1. Access privileged mode. This was possible without reinstalling iFit. I just went to settings and did the tapping. I did have to use getresponsecode.com.
  2. Install ADB on my laptop. I downloaded it here.
    1. Eru is the iFit Admin app.
  3. Connect using the instructions here.
    1. I received a failed to authenticate to [10.0.0.19:5555](https://10.0.0.19:5555) warning when connecting, but it seemed to connect fine.
    2. I did not receive any on screen connection notifications that had to be accepted.
  4. Using ADB, create a wolfDev directory using the command here.
    1. IIUC, this step is not actually necessary when using Taskbar, installed below.
  5. Download Netflix, HBO Max, and Hulu here.
    1. I downloaded the latest “nodpi” versions for Android (not Android TV).
  6. Install apps using adb install <apk>.
  7. Download and install Taskbar from here, again using ADB.
    1. Enabled start on boot and freeform mode.
    2. Pinned streaming apps to recent apps bar.
  8. Add the update sites here to my router’s block list.

That was my experience, feel free to ask questions.