Connecting Sparkle TV 2.0.1 to the Cockpit Panel Print

  • 0

This guide will show you how to modify the Sparkle TV 2.0.1 APK to connect it to your Cockpit Panel API.
It also includes optional instructions for launching a specific app (e.g. FlixVision or Stremio) from within Sparkle.

Prerequisites

  • MT Manager installed
  • The Sparkle TV 2.0.1 APK file
  • Your Cockpit Panel URL (e.g. https://yourdomain.com/api/sparkle/)
  • (Optional) The package name of the app you want Sparkle to launch

Steps

1. Open the APK

  • Launch MT Manager and open the Sparkle TV 2.0.1 APK.

2. Modify the API URL

  • Navigate to com/rtx/spark195/mPanelURL in the APK.
  • Search for the line:
const-string v0, "https://demo.cockpit.lol/api/sparkle/"
  • Replace it with your own Cockpit Panel URL:
const-string v0, "https://yourdomain.com/api/sparkle/"

3. (Optional) Change the Package to Launch

  • Still in com/rtx/spark195/mPanelURL, look for the line:
const-string v0, "flix.com.vision"
  • Replace it with the package name of the APK you want Sparkle to launch, e.g.:
const-string v0, "com.my.app.package"

4. 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.

5. Test the APK

  • Install the modified APK on your device and test it to ensure it connects to your Cockpit Panel and/or launches the specified app properly.

That's it! The Sparkle TV 2.0.1 APK is now connected to your Cockpit Panel and optionally set to launch a custom app.


Was this answer helpful?

« Back