Skip to main content

Prepare your TV

Check to see if your TV is supported

Now we can check if your TV is supported by checking to see if "ProMode" and "ProSettings" are installed or not in your "All apps" section in your settings menu.

On your TV go to the settings app and in order go to:

  1. Apps
  2. See all apps
  3. Show system apps

Then in the list, look for the app called "Pro Mode" it will have this under the name on the right -> com.sony.dtv.b2b.hotelmode

If you see under it or in the "All apps" list somewhere, there should be another item called "ProSettings" and it will have this under its name on the right -> com.sony.dtv.b2b.prosettings, and if so, then your TV should be supported. Example below.

ProMode System Service.png

Side note: you also don't need to be signed into a google account to do this.

Getting ADB debugging Enabled

So now we are going to get ADB debugging enabled to actually be able to side-load our apk. In order to do this, we need to enable "Developer options" on the TV which is hidden by default.

To enabled Developer Options we can do this in order in settings again:

  1. On the main menu for settings, go to System
  2. About
  3. Scroll down to the "Android TV OS build" button and click it a few times. You should see the message counting down then it should say "You are now a developer!"

About Page Developer Options Enable.png

Turning on ADB debugging

Now to actually turn ADB debugging on follow these steps:

  1. Go back one page
  2. Scroll down until you see the new option "Developer options"
  3. When you click on it, scroll down a little and you'll see the option "ADB debugging" and enable that.

ADB Debugging Showcase.png

Getting your TV's IP address

Now when we're ready to side-load our app, we need to use adb but it requires the TV's ipIP address to connect to it so in order to get it you do this in order:

  1. Go back to the settings main menu
  2. Network & Internet
  3. Hover over your network name that your TV is connected to
  4. On the right side it should say "IP address" note that down or remember it for later