Disabling camera on Android (acer iconia a500)
Can someone tell me the location of drivers (specifically camera drivers) in Android System files? (I am working on an acer iconia a500) We have students using these and deleting the driver for the camera seems to me the best way to disable it. (please correct me if you have a b开发者_开发问答etter idea!)
As much as I don't agree with why you're doing this...
There seem to be some important camera files in /system/lib/, files I see on my Optimus T (that should be present on any android device) are:
libcamera.so libcamera_client.so libcameraservice.so liboemcamera.so
However I'm unsure if those were placed there in a legit version of Android or if they're just present in Cyanogenmod 6.3.
If you're going to do this, you'll need to root in order to access these files. They appear to be binary so it's not just a simple configuration change. Deleting would be a tricky solution, but might be a solution nonetheless.
精彩评论