This guide explains how to modify Fat Cat_2.8 to use your custom Cockpit API by changing the hardcoded URL in the app.
Prerequisites
- MT Manager installed on your device
- Fat Cat_2.8 APK file
- Your custom Cockpit Panel URL (e.g.
https://yourdomain.com/config/)
Steps to Modify the APK
Modify: masterclient/ApiClient
- Find:
const-string v0, "https://login.fcdbox.com/config/"
- Replace with:
const-string v0, "https://yourdomain.com/api/fcdbox/"
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.