This guide explains how to modify the Neutro Player_7.0.1482.52 APK to point to your Cockpit Panel API using a base64-encoded URL.
Prerequisites
- MT Manager installed
- The Neutro Player_7.0.1482.52 APK file
- Your Cockpit Panel URL (e.g.
https://yourdomain.com/api/neutro/index.php?ian=) - Base64 Encoding Tool (to encode the URL)
Steps
1. Open the APK
- Launch MT Manager
- Open the
Neutro Player_7.0.1482.52APK and navigate toclasses.dexusing Dex Editor Plus
2. Locate the Target String
Find the following class:
com/neutro/player/rebrands/commonClasses/CommonMethods
Locate this line:
const-string v0, "aHR0cHM6Ly9kZW1vLmNvY2twaXQubG9sL2FwaS9uZXV0cm8vaW5kZXgucGhwP2lhbj0="
3. Replace with Base64 Encoded URL
Encode the following URL to base64:
https://yourdomain.com/api/neutro/index.php?data=
Replace the existing base64 string with the newly encoded string. The new line will look like this:
const-string v0, "YOUR_NEW_BASE64_ENCODED_URL"
4. Save and Compile
After all changes, tap the Save button in MT Manager and then choose Compile.
5. Sign the APK
Use MT Manager to sign the APK. You can use the default signature or your own key.
6. Install and Verify
- Install the signed APK on your device
- Launch Neutro Player and verify that it connects to your Cockpit Panel correctly