Connecting your Network Radio to your PC/MAC

How to connect your Network Radio to you PC/MAC and have remote acces to your Network Radio

1.Phone Setup

  1. Launch the Settings application on your phone.
  2. Tap the About Phone option generally near the bottom of the list (this is hidden behind the “System” option in Google’s latest Android Oreo version).
  3. Then tap the Build Number option 7 times to enable Developer Mode. You will see a toast message when it is done.
  4. Now go back to the main Settings screen and you should see a new Developer Options menu you can access.
  5. Go in there and enable the USB Debugging mode option.

6. You are partially done with the phone setup process. Next up, you will need to scroll below and follow the rest of the instructions for your particular operating system:.

2. Computer Setup

  1. Program to remote acces your devices over USB:
    www.vysor.io: download & Install
  2. Windows Drivers to let your device speak with your PC:
    adb.clockworkmod.com download & Install
  3. Mac Drivers Drivers to let your device speak with your Mac:
    www.xda-developers.com/install-adb-windows-macos-linux

Windows

  1. On your phone’s screen, you should see a prompt to allow or deny USB Debugging access. Naturally, you will want to grant USB Debugging access when prompted (and tap the always allow check box if you never want to see that prompt again).

2. In Vysor you will see the view button turn green.
3. Click on it, a second screen will pop up that makes connection with your device
4. The first time it takes a while because it needs to install de vysor.apk on your device
5. You’ll see your device homescreen, and you are good to go.

macOS

  1. Download the ADB ZIP file for macOS
  2. Extract the ZIP to an easily-accessible location (like the Desktop for example).
  3. Open Terminal.
  4. To browse to the folder you extracted ADB into, enter the following command:
    • cd /path/to/extracted/folder/
  5. For example, on my Mac it was this:
    • cd /Users/Doug/Desktop/platform-tools/
  6. Once the Terminal is in the same folder your ADB tools are in, you can execute the following command to launch the ADB daemon:
    • adb devices
  7. On your device, you’ll see an “Allow USB debugging” prompt. Allow the connection.

8. Finally, re-enter the command from step #7.

If everything was successful, you should now see your device’s serial number in macOS’s Terminal window.

Congratulations! You can now run any ADB command on your device and Use Vysor

General Remarks:

  1. Never turn off USB Debugging: Especially on Screen-less devices otherwise you need the Flash the rom and that’s a whole different ball game to setup!
  2. Keep the Transfer Protocol to MPT! Especially on Screen-less devices otherwise you need the Flash the rom and that’s a whole different ball game to setup!

Most common Problems & solutions:
support.vysor.io/support/technical/notfound