Is it possible to disable my android device not to get detected in TV or PC if it is connected using USB ports ? I want to do it through programming using java or android.

Thanks, Senthil.M

link|improve this question

29% accept rate
feedback

1 Answer

You will have to write your own firmware. There is no support related to "detected in TV" anywhere in Android itself -- this capability is implemented on a device-by-device basis by different manufacturers. Hence, there is nothing in the SDK to control it, either.

link|improve this answer
Thanks for the reply dude. Actually I want my android application should not run in TV if suppose user has connected the mobile with TV using some AV cables. Is there any way to achieve this ? – Senthil Dec 13 '10 at 13:02
1  
@Senthil: You will have to write your own firmware. There is no support related to "run in TV" anywhere in Android itself -- this capability is implemented on a device-by-device basis by different manufacturers. Hence, there is nothing in the SDK to control it, either. – CommonsWare Dec 13 '10 at 13:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.