NTUnlock is an app designed to unlock and put your NordicTrack training device into privileged mode. Ideal for experienced service technicians, this app provides access to advanced settings and configurations that are not available in the regular user interface.
Currently, the app is in closed testing, and we are actively looking for testers who can help us improve the app. If you are interested in testing, please join the testing group using the link below.
- Unlock your NordicTrack training device and put it into privileged mode.
- Access system settings to install third-party applications, customize software, and personalize your device.
- Designed for experienced service technicians.
The latest version of this project is automatically deployed at: 👉 https://transfairs.github.io/ntunlock/
- Go to the Google Play Store.
- Download and install the app.
- Follow the manual to unlock your NordicTrack training device and access privileged mode.
- Go to Releases.
- Download the version compatible to your operating system.
- Extract und run the app.
For developers. Tested with Ubuntu.
sudo apt install clang curl git libglu1-mesa libgtk-3-dev unzip xz-utils zip
export PATH="$PATH:$HOME/flutter/bin"
wget https://dl.google.com/android/repository/commandlinetools-linux-13114758_latest.zip
snap install android-studio --release
mkdir -p $HOME/Android/Sdk/cmdline-tools/latest
unzip commandlinetools-linux-*.zip -d $HOME/Android/Sdk/cmdline-tools/latest
$HOME/Android/Sdk/cmdline-tools/latest/bin/sdkmanager --install "cmdline-tools;latest"
flutter doctor --android-licensesgit clone https://github.com/transfairs/ntunlock.git
cd ntunlock
flutter pub-get
flutter gen-l10nRequires an Android Device to be configured. Can be done with Android Studio.
flutter run --releaseRequires a Chromium-based browser. (Does not need to be Google Chrome.)
flutter run -d chrome For testing on any Android device
flutter build apk --releaseFor example using ADB:
adb devices
adb install build/app/outputs/flutter-apk/app-release.apkFlutter: Will also guide you on how to setup.
flutter doctorBy using this app, you agree to take full responsibility for any potential damage or consequences that may arise from using the privileged mode. The developer is not responsible for any damage to the device or loss of warranty.
This app is only intended for devices you own and for use by qualified service technicians. Unauthorized use on other devices may result in malfunction or void the warranty.
We welcome contributions to improve the app. If you find any issues or have suggestions, feel free to create a pull request, open an issue or open a discussion in the Google Group.
This project is Open Source and licensed under the GNU v3.0 License.



