This guide explains how to modify the MYTVOnline_2.1 APK so it points to your Cockpit Panel API instead of the default server.
Prerequisites
- MT Manager installed
- The MYTVOnline_2.1 APK file
- Your Cockpit Panel URL (e.g.
https://yourdomain.com/api/mytvonline/index.php)
Steps
1. Open the APK
- Launch MT Manager
- Open the
MYTVOnline_2.1APK and go intoclasses.dexusing Dex Editor Plus
2. Navigate to the Target String
Find the following class:
com/PanelUrl
Locate this line:
const-string v0, "https://demo.cockpit.lol/api/mytvonline/index.php"
Replace it with:
const-string v0, "https://yourdomain.com/api/mytvonline/index.php"
3. Save and Compile
After all changes, tap the Save button in MT Manager and then choose Compile.
4. Sign the APK
Use MT Manager to sign the APK. You can use the default signature or your own key.
5. Install and Verify
- Install the signed APK on your device
- Launch MYTVOnline and check that it connects to your Cockpit Panel correctly