This guide will show you how to modify the NexTv_3.2.7 APK to connect it to your Cockpit Panel API.
Prerequisites
- MT Manager installed
- The NexTv_3.2.7 APK file
- Your Cockpit Panel URL (e.g.
https://yourdomain.com/api/nextv/)
Steps
1. Open the APK
- Launch MT Manager and open the NexTv_3.2.7 APK.
2. Modify the URL
- Navigate to
com/rtx/Rebrand/mUrlin the APK. - Search for the line
const-string v0, "https://demo.cockpit.lol/api/nextv/". - Replace the URL with your own Cockpit Panel URL, like this:
const-string v0, "https://yourdomain.com/api/nextv/".
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 NexTv_3.2.7 APK is now connected to your Cockpit Panel.