add gcam guide

This commit is contained in:
DiabloSat
2025-04-26 13:16:56 +03:00
parent f6020df841
commit 54f33bf01f
4 changed files with 22 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
import props1 from "@site/static/assets/modding/gcam/props-edit1.png";
import props2 from "@site/static/assets/modding/gcam/props-edit2.png";
# Gcam (Google camera)
GCam is Google's official camera app, originally developed for the Pixel series of smartphones.
It's known for taking great photos not because of hardware, but because of software processing.
## Install
:::warning
Stock firmware doesn't support Camera2 API by default, so you'll need to fix that manually
:::
1. [Unlock bootloader](../dev/bootloader.md) and get [root access](./root.mdx) on your device
2. Add a new property to the end of the ```system/build.prop``` file and save
```shell
persist.camera.HAL3.enabled=1
```
<img src={props1} width="500" />
<img src={props2} width="500" />
3. Reboot the phone
4. Download and install one of the [ported versions](https://www.celsoazevedo.com/files/android/google-camera/) of gcam
+1 -1
View File
@@ -42,7 +42,7 @@ const sidebars: SidebarsConfig = {
{
type: 'category',
label: 'Modding',
items: ['modding/custom-bootloader', 'modding/custom-recovery', 'modding/root', 'modding/custom-logo']
items: ['modding/custom-bootloader', 'modding/custom-recovery', 'modding/root', 'modding/custom-logo', 'modding/gcam']
},
{
type: 'category',
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB