Posts

Showing posts from December, 2023

How to Set Up Your Business Email on Android with Hostinger

https://www.hostinger.in/tutorials/how-to-setup-email-on-android/

How to Debug Android TV App using IP

How to Connect Android TV to Your PC Using ADB Normally, we use a USB cable to connect a PC with an Android. Since this is not feasible with Android TVs, manufacturers allow you to  set up ADB wirelessly . To do that: On your Android TV, go to  Settings > Device Preferences > About > Status  and note down the  IP address . Open the command prompt on your PC and enter the command  adb connect <the IP address> . tiny adb on desktop enter ip address You will get a prompt on your Android TV asking you to authorize a connection to the computer. Tap on  OK . To check if you have successfully established the ADB connection to your Android TV, enter the command  adb devices  and see if the device shows up under  List of devices attached . Source:  https://www.makeuseof.com/how-to-use-adb-on-android-tv/