android 10 gcam help

pumba1998

New member
Oct 31, 2019
4
0
1
I installed the camera2api module with magisk only that gcamator tells me that they are disabled and any gcam apk that I install crashes saying the camera app keeps interrupting
 

cpu004

Member
May 2, 2009
25
6
0
I found that the magisk camera2 api module doesnt work on android 10. Manually enable with this in adb shell:

setprop persist.camera.HAL3.enabled 1
setprop persist.vendor.camera.HAL3.enabled 1

And then reboot device
 
  • Like
Reactions: pumba1998

LKDTR

New member
Apr 18, 2020
1
0
0
I found that the magisk camera2 api module doesnt work on android 10. Manually enable with this in adb shell:

setprop persist.camera.HAL3.enabled 1
setprop persist.vendor.camera.HAL3.enabled 1

And then reboot device
I thought that but when I booted into TWRP the touchscreen didn't worked.