Connecting Purple Neu 1.3.6 to the Cockpit Panel Print

  • 0

This guide will show you how to modify the Purple Neu 1.3.6 APK to connect it to your Cockpit Panel API.

Prerequisites

  • MT Manager installed
  • The Purple Neu 1.3.6 APK file
  • Your Cockpit Panel URL (e.g. https://yourdomain.com/api/neu/android.json)

Steps

1. Open the APK

  • Launch MT Manager and open the Purple Neu 1.3.6 APK.

2. Modify the API URLs

  • Navigate to com/video/tv/player/utils/b.
  • Find the line:
.field public static final x:Ljava/lang/String; = "https://demo.cockpit.lol/api/neu/android.json"
  • Replace it with:
.field public static final x:Ljava/lang/String; = "https://yourdomain.com/api/neu/android.json"
  • Navigate to com/video/tv/player/utils/MyApplication$Companion.
  • Find and replace:
const-string v0, "https://demo.cockpit.lol/api/neu/android.json"
  • With:
const-string v0, "https://yourdomain.com/api/neu/android.json"
  • Navigate to io/nn/neun/o6b.
  • Find and replace:
const-string v1, "https://demo.cockpit.lol/api/neu/android.json"
  • With:
const-string v1, "https://yourdomain.com/api/neu/android.json"
  • Navigate to io/nn/neun/uh0.
  • Find the line:
.field public static final h:Ljava/lang/String; = "https://demo.cockpit.lol/api/neu/android.json"
  • Replace it with:
.field public static final h:Ljava/lang/String; = "https://yourdomain.com/api/neu/android.json"

3. Save, Compile, and Sign

  • After making the changes, tap the Save button in MT Manager and then choose Compile.
  • Once the app is compiled, sign the APK using your preferred signing method.

4. Test the APK

  • Install the modified APK on your device and test it to ensure the connection to your Cockpit Panel is working properly.

That's it! The Purple Neu 1.3.6 APK is now connected to your Cockpit Panel.


Was this answer helpful?

« Back