You are here

USB Program app development - For use with Television, via USB port

3 posts / 0 new
Last post
GaryM-Wyzr
Offline
Last seen: 5 years 4 months ago
Joined: 2018-12-14 08:16
USB Program app development - For use with Television, via USB port

Hi All,
I have a business idea that requires programmed information (on the USB device) to interact with USB enabled television sets, at pre-determined periods of the day, in either a "screensaver" view or "scrolling" banner view. It must interact with the TV's clock. Is this possible?

Essentially, this is for a reminder service where I go to a website, input the reminder data specific to my needs, set up the required reminder timeslots and register this information to my profile.
I then download this information as an executable file onto my flash drive and finally plug it into the television set.
The executable file needs to interact with the TV clock, as the execute instruction for the reminder information to be displayed on the TV, at the set pre-determined times, either as a "screensaver" slide, or as a scrolling/static banner. The file also needs to execute every time the TV is switched back on, over the course of the day.

Any thoughts would be most appreciated.
Regards
Gary

(Moved to off topic forum by mod KH. PortableApps.com specializes in making portable applications for Windows only. Developing for whatever architecture TV manufacturers implement is not really on-topic for us, sorry.)

Ken Herbert
Ken Herbert's picture
Online
Last seen: 4 min 40 sec ago
DeveloperModerator
Joined: 2010-05-25 18:19
Probably not possible, sorry

Sorry to burst your bubble, but in my opinion this would be practically impossible.

Your first problem is that every (or almost every) brand of TV runs a different way behind the scenes. LG, Samsung, and Panasonic all have HTML-based development, but each uses a proprietary SDK that are almost certainly incompatible. TEAC appears to use Android apps direct from the play store. Even considering that there are probably other manufacturers who just piggyback off Android and thus may be compatible with TEAC, you would still need multiple versions to support the major TV brands.

Second problem - many TV manufacturers require developers to pay a fee and/or accept a license agreement to develop for their product. Some are only to release it to their app store, but others require it before you can even access their SDK. Not a huge hurdle as such, but the more brands you support, the more you initially have to outlay.

Third problem, and probably the one that really kills your idea: Manufacturers generally require each app that passes through their app store to be checked for security issues and that they are of a professional enough quality to not reflect badly on the manufacturer, much like both Google and Apple do with their respective app stores. Why go to so much trouble with your own app store, just to then allow any random code off a USB drive to run? I would think running from an external drive would be blocked from most brands of TV due to the security risks involved for users and the liability it opens the manufacturer to.

That isn't all to say your idea doesn't have merit, just that you need to rethink the approach. The only way (in my opinion) to make your idea happen is to do it through each manufacturer's official method of development and release it through each manufacturer's app store.

GaryM-Wyzr
Offline
Last seen: 5 years 4 months ago
Joined: 2018-12-14 08:16
Thanks formerly known as

Thanks formerly known as winterblood!
Your response, although maybe not what I wanted to hear, has certainly enlightened me to the hurdles ahead, much appreciated.

Log in or register to post comments