Disable functionality of our choice
Added by cook cook over 7 years ago
hello guys first I' would like to thank's everyone who have work on this project. I'm just starting on it and first test look great.
For most security. I would like to know if it's possible to disable some functionality, I mean really disable the thing as far as we can.
for know I'm thinking to :
- modem Gsm/3g
- back caméra
- microphone
- sensors
- NFC
- Speaker
In an other thread I found this with adb root :
adb root
adb remount
adb shell mv /system/lib/libsamsung-ril.so /system/lib/libsamsung-ril.so.disabled
Can we do that for the other functionality ? is there a list of the libs in the wiki ? can't find them
thanks
Replies (1)
RE: Disable functionality of our choice - Added by Kurtis Hanna over 6 years ago
Hello cook cook,
The only way I currently know to disable the back camera, microphone, sensors, NFC, and speakers is to physically remove them. That being said, other people in the Replicant project might know how to disable other libraries so that these things can disabled via software.