This guide will help you modify the iMPlayer TV_3.7.5 (AndyHax Remod) APK to connect to your Cockpit Panel and sign it correctly using the required signature settings.
Prerequisites
- MT Manager installed
- The APK file for iMPlayer TV_3.7.5
- Your custom Cockpit Panel URL (e.g.
https://yourdomain.com/api/ibosol/)
Step-by-Step Instructions
1. Open the APK in MT Manager
- Locate and open the iMPlayer APK in MT Manager.
- Open classes.dex with Dex Editor Plus.
2. Modify the Panel URL
Navigate to the following path:
com/PanelUrl
Locate and replace this line:
const-string v0, "https://demo.cockpit.lol/api/ibosol/"
With your own Cockpit Panel API URL:
const-string v0, "https://yourdomain.com/api/ibosol/"
3. Save and Compile
- After all changes, tap the Save button in MT Manager and then choose Compile.
4. Sign the APK
When signing the APK, choose the Customize V1 Signature option.
In the signature name field, type exactly:
INFAHASH
This is required to ensure the modified APK is accepted by the app loader.
5. Enable RSA/AES Encoding
This mod requires that RSA/AES encoding is enabled in your Cockpit Panel settings for the iMPlayer TV API.
Make sure this is set before testing, or the app will not connect correctly.
6. Test the App
- Install the signed APK on your device.
- Verify that it connects to your panel and loads the services as expected.