October 28th, 2011, 09:53 PM
|
#2 (permalink)
|
|
New Member
Join Date: Jul 2010
Posts: 2
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
Sounds like a kiosk type deal!? Unfortunately, the behavior of a phone when "plugging in" is device dependent. I don't know of any phones that turn on (from an off state, not sleeping) when plugged into a power source. This would only be possible if the phone's hardware supports it, and even then you would have to flash a modifed ROM or BIOS/bootloader. Some phones have locked bootloaders which could make this impossible. Also, you would have to address the phone lockscreen which requires ROM modification to disable. You may have to manually boot and "unlock" the phones.
The video playback on startup could be implemented somewhat simply. You could write an app (as a service, start at boot) and have it download the video from your web address. Android has native support for some common video codecs, make the video one of these formats. The service could then playback the video on loop.
|
|
|