Skip to content

NovaStar TB40 LED controller

The NovaStar TB40 is a mid-range multimedia controller from the Taurus Series, which combines Android-based media player and LED controller into a single intergrated device.

While it is possible to use a separate Android box with Slideshow and connect it to the LED controller via HDMI cable, NovaStar TB40 can be also used with Slideshow directly, without any need for a separate box.

Installation of Slideshow

  1. Install ViPlex Express software and ADB tool on your computer
  2. Connect NovaStar TB40 to the computer via USB A-B cable
  3. Open ViPlex Express software on your computer
  4. Type novasoft anywhere in the app
  5. Open the newly shown User Software tab
  6. Connect to the device using username admin, password SN2008@+ (if you changed the password, enter the changed one)
  7. Enable ADB and disable PlayService
  8. Pick the installation APK, check Auto launch on startup and install app
  9. Open command line on your computer and run command adb shell. If you get adb.exe: device offline error, unplug the USB B cable from the LED controller, re-plug it and try the command again.
  10. While in adb shell command, enter the following commands, in order to allow permissions form Slideshow:

    pm grant sk.mimac.slideshow android.permission.READ_EXTERNAL_STORAGE;
    pm grant sk.mimac.slideshow android.permission.WRITE_EXTERNAL_STORAGE;
    appops set sk.mimac.slideshow MANAGE_EXTERNAL_STORAGE allow;
    
  11. Optionally, set other options while in adb shell command as well:

    pm grant sk.mimac.slideshow android.permission.CAMERA;
    pm grant sk.mimac.slideshow android.permission.SYSTEM_ALERT_WINDOW;
    pm grant sk.mimac.slideshow android.permission.READ_LOGS;
    dpm set-device-owner sk.mimac.slideshow/.AppAdminReceiver;
    setprop persist.sys.timezone "Europe/Bratislava";
    settings put global ntp_server pool.ntp.org;
    settings put global auto_time 1;
    settings put global package_verifier_user_consent -1;
    
  12. Run the app

Slideshow can't be set as a launcher app, otherwise NovaStar's configuration won't work properly

We also had an opportunity to test NovaStar TB60, which has a higher limit for LED pixels. The process of the installation is exactly the same.