Is there anyway to enable this with root? I was guessing this is probably just an option that's toggled "false" in one of the camera files that might be accessible with a file explorer. If so, what's the file path? I'm on A13 on a pixel 7 pro. I'm on the latest security update and have magisk 24.2 if it matters.
How to make it work on Xperia 1IV? Please help!
Related
How to properly activate camera2 api on PEP? When I'm installing patch I cant use camera in applications witch don't use camera2 api
Just flash the Camera2api.zip from respective xda thread and you will be good to go. I have tried this and it's perfectly working
Dubzer said:
How to properly activate camera2 api on PEP? When I'm installing patch I cant use camera in applications witch don't use camera2 api
Click to expand...
Click to collapse
Download buildprop editor and use it to edit your build.prop
Add this line-
"persist.camera.HAL3.enabled=1"
And save it.
Reboot
I just flash the zip in TWRP and it worked fine. If you use Magisk, there is a module that does this.
Blowolf said:
Download buildprop editor and use it to edit your build.prop
Add this line-
"persist.camera.HAL3.enabled=1"
And save it.
Reboot
Click to expand...
Click to collapse
The usual way does not work, I wrote this in a post...
From what I know Camera2 API doesn't work yet in PEP
It's a bug
When you enable camera2 API the camera get crashed
Anyone experience lag when taking photo on the camera 2api?
I enabled by editing build.prop. Google camera and Mi camera are working fine.
kbajey said:
I enabled by editing build.prop. Google camera and Mi camera are working fine.
Click to expand...
Click to collapse
i assume you are using PE Rom , could you please share the Google camera link , there are too many floating around . Mine crashes, inspite of enabling Camera2 api.
Hello Folks,
How to enable camera 2 api without root or permanently installing custom recovery and also get future update without any problem.
*Device have unlocked bootloader
I'm in the same.
I Will try download, modify and upload build.prop via ADB.
Edit build.prop and change persist.vendor.camera.HAL3.enabled= 0 to persist.vendor.camera.HAL3.enabled= 1
Add to build.prop via root + Buildprop Editor
persist.camera.HAL3.enabled=1
persist.camera.eis.enabled=1
persist.camera.is_mode=4
persist.camera.stats.test=5
persist.vendor.camera.HAL3.enabled=1
persist.vendor.camera.eis.enabled=1
persist.vendor.camera.is_mode=4
persist.vendor.camera.stats.test=5
Or flash Camera 2api via TWRP
Hello!
Today I will show you a simple way of adding telephoto lens support in Google Camera.All you need is a rooted phone and a Build.prop editor(there are some apps on Play Store).
1.Open the Build.prop editor
2.Give all permissions
3.Search for this:vendor.camera.aux.packagelist
4.If you find that,you should see a few camera apps package names
5.Find the package name of your version of Google Camera
6.Add a comma,and write the package name
7.Save the changes
8.Reboot and enjoy!
It doesn't work for me in stock pie rom. Gcam crash when I switch to telephoto. Which rom are you using and which gcam version?
Hey, whats everyones favorite, and go-to magisk modules or other root mods for the pixel 2 XL device? i have root and im really curious what everyone is using, and for what reason!
I use Energized for adblocking. Downside compared to adaway is you need to use a terminal app for control.
Also use(d) Active Edge mod to allow for linking flashlight to a squeeze.
Another is Vanced as a version for YouTube without the intrusive add videos.
You may want to have the original YouTube app not updated and set to not auto update and enable the build in option to detach the app from the play store by putting an empty file named enable_detach in the cache folder.
Last one is Busybox to make some modules funstional.
Also enable Systemless Hosts in magisk settings.
1+ has all the code ready but it's limited per device/region. Patched the launcher to access the shelf on left swipe(minus one screen) instead of swipe down. After patch we can choose to use google feed or shelf, and (keep) swipe down for notification.
Here is a magisk module for BE86AA 11.0.2 ROM ONLY. The modding method should work on all other 1+ devices with 5.x launcher, but as the APK varies the magisk module should only for the ROM said above.
Check readme for how to patch.
Update a newer version for BE86AA.11.0.9 ROM (Nov 2022 update) with 5.1.19 OP Launcher.
Hi,
How did you bypass the signature verification ?
Because priv-app have to be signed with a trusted key. And the app in your zip failed the verification process.
Taknok said:
Hi,
How did you bypass the signature verification ?
Because priv-app have to be signed with a trusted key. And the app in your zip failed the verification process.
Click to expand...
Click to collapse
I believe the key verification is only done during normal installation. Magisk module directly "overwrites" the already installed apk thus no verification. And that's why we need a magisk module not a normal modded apk.
You don't need a module. You just add a 5 character line to the build prop on any op device and you have the Google feed toggle on the launcher now. Or if you don't have root, use setedit. ro.build.mea=1
Yeedatoy said:
You don't need a module. You just add a 5 character line to the build prop on any op device and you have the Google feed toggle on the launcher now. Or if you don't have root, use setedit. ro.build.mea=1
Click to expand...
Click to collapse
On some ROMS(mostly India and China, no idea about EU), 1+ has shelf but no discover(google feed), adding ro.build.mea wll will enable the discover.
However for this US ROM(BE86AA), Discover is already enabled by default but no shelf, so adding ro.build.mea will do nothing. The modded launcher will enable both.