Created
August 22, 2018 08:10
-
-
Save anhkind/092db32f3b0b5f98277dd11fd34b1bfc to your computer and use it in GitHub Desktop.
Enable Camera2API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fastboot boot ~/Downloads/twrp-3.2.3-0-nitrogen.img | |
adb shell | |
setprop persist.camera.HAL3.enabled 1 | |
setprop persist.camera.eis.enable 1 | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment