Installing Video Apps on Android TV with Added Live and On-Demand Features
After mastering the knowledge points related to this article, you can add live streaming and on-demand features to any Android device (hardware supported).
Installation Steps for Hisense Android TV for Video App - Live Streaming: DIYP Classic Version.apk - On-demand: Honeybee 2.1.6 Official Version TV.apk.
Steps
- Enable ADB Developer Mode and USB Debugging on your Android TV.
- Connect your TV to the network via cable.
- Obtain the IP address of the TV.
- Enable developer mode on your Android TV using your remote control, then enable USB debugging.
- Install the Android app (APK file).
- Connect to your TV by running
adb connect Your_TV_IP_Address. - Install the APK using the
adb installcommand. For instructions on how to set up the ADB environment, please refer to the content on this site.
- Connect to your TV by running
- Set up the live streaming and on-demand sources for the app.
- Use Scrcpy to control your Android system via your computer instead of a remote control, making it easier to copy, paste, and perform other operations.
Related Content
The implementation steps are as follows:
1. Enable ADB on Hisense TV
Follow these steps to enable the developer mode and ADB on your Hisense TV:
- Press the settings button on your remote control (or use the directional buttons to highlight “settings”).
- Navigate to Sound > Advanced > Sound Balance.
- Press the menu button on your remote the following sequence: menu, OK, menu, OK, menu, OK, menu (this sequence may vary depending on your model and firmware).
- A large uppercase M will appear on the screen, which means you have accessed the factory menu.
- Navigate to Settings > About.
- Press the menu button on your remote the following sequence: menu, OK, menu, OK, menu, OK, menu (this sequence may vary depending on your model and firmware).
- Tap the version number continuously (7-8 times) until you enter the developer mode.
- Go back, select System > Developer Options, and turn on USB debugging.
ADB connection successful result:
1 | scrcpy --tcpip=192.168.2.145 |
2. Install the Android app (APK file)
Errors and resolutions:
adb install /Users/carlzeng/Downloads/nPlayer.apk
Failure [INSTALL_FAILED_NO_MATCHING_ABIS] resolved after allowing installation on the TV’s settings.
1 | adb install /Users/carlzeng/Downloads/DIYP影音经典版.apk |
1 | adb install /Users/carlzeng/Downloads/leanback-java-armeabi_v7a.apk |
You can try uninstalling the APK package, for example:
1 | adb shell pm list packages |
3. Set up the live streaming and on-demand sources for the app.
For example:
DIYP:
1 | https://c.carlzeng.com:4443/tvtxt |
Copy and paste does not work sometimes, so use the following command:
1 | adb shell input text https://c.carlzeng.com:4443/tvtxt |
Honeybee 2.1.6 (TV Box, Fengmi Video):
1 | http://饭太硬.top/tv |
Use the remote control or mouse to navigate to the input position and then use the following command:
1 | adb shell input text http://饭太硬.top/tv |
Inspiration
Please refer to the related content section and search our website.
APK Download Links:
How to Remove Sony TV Boot-up Ads
In this period, around 2022, almost all Sony Android TVs can use this method, as well as Changhong’s Android TVs. The fundamental problem, however, is the TV manufacturer’s persistence in embedded boot-up ads. Can someone please leave a comment telling me which file specifically the government issued about requiring TV manufacturers to remove boot-up ads? Thank you.
Tested Model: Hisense 43D4PF
Keywords: Changhong 43D4PF Factory Mode
The idea of this method is to enter the Android mode of the Changhong Android TV, restore the factory settings (reset to the default system settings), and then delete the boot-up ads that the TV downloads automatically after being connected to the network.
Steps:
- On your TV, navigate to
My Appsand set the input source toDigital TV(HDMI is also OK). - Press the “menu” button on your remote, and select the first option “Scene Mode.”
- Go to
Scene Mode>Standard Modeand press: Up-Right-Right (this is a hidden instruction). - A numeric keypad will appear on the screen.
- Enter the password: 0, 8, 1, 6.
- The factory mode left-side menu suspension will appear.
- Select
Restore Factory Settingsfrom the menu by navigating the directional buttons, and press “OK” to restore your TV to its factory settings. - There are no boot-up ads during the factory setting (perhaps this complies with the regulatory file from the government).
- However, if you connect your Android TV to the network, the TV will automatically download boot-up ads in the background (which is something a user cannot interfere with).
Therefore, the only solution is to switch the TV input to HDMI and then connect an alternative box to the TV (e.g., one that is clean).