This guide will show you how to modify the SmartTube Next 26.75 APK to connect it to your Cockpit Panel API.
Prerequisites
- MT Manager installed
- The SmartTube Next 26.75 APK file
- Your Cockpit Panel URL (e.g.
https://yourdomain.com/api/smarttube/)
Steps
1. Open the APK
- Launch MT Manager and open the SmartTube Next 26.75 APK.
2. Modify the URL
- Navigate to
com/rtx/login/MOD/mURLin the APK. - Search for the line:
const-string v0, "https://demo.cockpit.lol/api/smarttube/"
- Replace the URL with your own Cockpit Panel URL, like this:
const-string v0, "https://yourdomain.com/api/smarttube/"
3. Save, Compile, and Sign
- After making the changes, tap the Save button in MT Manager and then choose Compile.
- Once the app is compiled, sign the APK using your preferred signing method.
4. Test the APK
- Install the modified APK on your device and test it to ensure the connection to your Cockpit Panel is working properly.
That's it! The SmartTube Next 26.75 APK is now connected to your Cockpit Panel.