I need to use the android based tablet for a specific functionality of starting the tablet remotely (without pushing any physical button), then launching a specific app. The functionality is as below.
After android tablet boots up, a specific video player starts and plays a specific video file.
I have found a program called Looper which plays any video file in a loop. But I do not know how to start the tablet remotely (if its possible at all), and let it launch this looper program to play a file in loop. If there is any other loop program that can play a specific file its good too.
I have come across tools like adb, monkeyrunner, but I think for both of them the tablet has to be connected to a PC. Whereas what I possibly want is remotely controlling the tablet, may be from a phone app or something.
If remote starting is not possible, is it possible that after manually starting the tablet, a specific app could be always launched without navigating in app collection and manually launching it. (like in this case the video player in a looper program). I came across this,
How do I programmatically launch a specific application in Android? are there more alternatives possibly?
Any help and pointers are extremely appreciated.
Thanks Mrunal