This guide explains how to modify FLIX VISION_3.1.0r to use your custom Cockpit API by changing the hardcoded URL in the app.
Prerequisites
- MT Manager installed on your device
- FLIX VISION_3.1.0r APK file
- Your custom Cockpit Panel URL (e.g.
https://yourdomain.com/api/flixvision/)
Steps to Modify the APK
Modify: com/rtx/login/MOD/mURL
- Find:
const-string v0, "https://demo.cockpit.lol/api/flixvision/"
- Replace with:
const-string v0, "https://yourdomain.com/api/flixvision/"
Compile, Sign, and Test
- After all changes, tap the Save button in MT Manager and then choose Compile.
- Wait for compilation to complete, then use the built-in APK Signer in MT Manager.
- Install the APK on your emulator or device.
- Test the application to ensure it connects to your custom API and loads the relevant data.
Tip: You may need to uninstall the old version and clear app cache/data for changes to take effect.