Pixel Camera: Looks and Creator Suit Backport
September 24, 2026 · View on GitHub
Pixel Camera: Looks and Creator Suit Backport
Unlocking Google Pixel 11's next-generation "Camera Looks" and "Creator Suit" on Pixel 6 through Pixel 10.
Overview
Google introduced "Camera Looks" (designated internally as sauce and tomte) and customizable "Creator Suit" with Pixel Camera 11.0.073.972752740.32 on the Pixel 11 family.
Through deep reverse-engineering of Dalvik bytecode and native Halide binaries, we discovered that the complete feature framework is present across older Pixel devices. The features were withheld exclusively via runtime feature flags and device checks.
This repository provides comprehensive reverse-engineering research, device-by-device compatibility analyses, architectural documentation on hardware limitations & technical reasons, and the official Morphe patch package (.mpp) to bring these features to older Google Pixel phones directly on-device without root.
Key Features Unlocked
1. Ten Signature Camera Looks (Sauce & Tomte)
Instant tone mapping, color matrix shifts, and organic film grain encoded into captures:
| # | Look Preset | Internal Codename | Visual Characteristics |
|---|---|---|---|
| 0 | Original | sauce_default_label | Google's classic, true-to-life HDR+ computational look. |
| 1 | Natural | sauce_natural_label | Subtle softening, neutral skin tones, restrained saturation. |
| 2 | Shadows | sauce_shadows_label | Deepened, cinematic blacks and punchy moody contrast. |
| 3 | Vanilla | sauce_orange_label | Warm, golden-hour radiance with soft ambient highlights. |
| 4 | Editorial | sauce_kodachrome_label | Rich Kodachrome-inspired magazine colors and contrast. |
| 5 | Velvet | sauce_velvia_label | High-saturation landscape tones reminiscent of Fuji Velvia. |
| 6 | Classic | sauce_portra_label | Timeless analog film aesthetic inspired by Kodak Portra. |
| 7 | Digi | sauce_digicam_label | Nostalgic early-2000s compact digital camera punch and flare. |
| 8 | Black Tie | sauce_black_and_white_label | Fine-grain, high-contrast monochrome with deep dynamic range. |
| 9 | Minimal | sauce_minimal_label | Clean, desaturated Scandinavian fine-art style. |
2. Customizable Viewfinder Quick Access Controls
- Interactive Viewfinder Slots: Assign Left and Right quick access slots directly from the Camera settings.
- On-Screen Discrete Tick-Slider: Tapping the viewfinder reveals vertical sliders—tap or scrub the 10-tick slider to switch Camera Looks in real time without opening the bottom drawer.
- Haptic Feedback: Tick haptics on slider detents with persistent preference storage across restarts.
3. Native Halide & Tomte Grain Engine
- Native C++ Fallback: When vendor Camera HAL tags (
REQUEST_TOMTE_TYPE) are absent on older Tensor SoCs, native routines inlibgcastartup.so(wireless/android/camera/tomte/tomte_tonemap.cc) execute on GPU and CPU. - Neural Style Fallback: Fallback from TPU to CPU floating-point model (
looknet_v2.1_float.tflite). - Hardware Portrait Pipeline: Fully integrated with Google's Gouda portrait segmentation pipeline for applying Looks to portrait captures.
4. Pixel Camera Creator Suite
- Creator Drawer Tab (
granite): A dedicated creation tool tab in the options menu alongside General settings. - Teleprompter HUD (
biotite): Floating viewfinder script presenter with auto-scrolling, customizable WPM speed, and Compose-based script editor. - Live Audio Visualizer (
mica): Real-time microphone VU level indicator rendered directly over the camera feed. - Social Media Framing (
slate/basalt): 9:16 vertical, 1:1 square, and custom aspect ratio composition guide overlays. - (See
creator-suite-research/for full documentation and patches).
5. Dedicated 10x Quick Zoom Viewfinder Button
- 1-Tap 10x Super Res Zoom: Exposes the discrete 10x quick-toggle button on the viewfinder zoom strip alongside
0.5x, 1x, 2x, 5xon Pixel 7 Pro, 8 Pro, and 9 Pro. - Zero Quality Loss: Instantly activates Google's
NativeZoomPlusandNativeFusionZoomcomputational pipelines at a single tap without requiring manual pinch-to-zoom gestures. - (See
pixel-camera-looks-research/PORTRAIT_RESEARCH.mdfor full technical teardown).
6. Pro Manual Controls Backport
- Manual Focus & Focus Peaking: Precision focus slider with real-time viewfinder GPU edge peaking highlights (
camera.ark_edge_hex). - Manual Shutter Speed & ISO: Full manual exposure dials with dynamic sensor range negotiation (1/8000s up to hardware limit) and instant 1-tap "Reset to Auto".
- Live Viewfinder Readout Chips: Real-time interactive badges over the camera feed displaying active manual exposure and focus metrics (
[1/250s],[ISO 100],[0.5m],[Peaking active]). - Hardware Camera2 Compatibility: Operates directly through standard Android Camera2 hardware interfaces (
SENSOR_EXPOSURE_TIME,SENSOR_SENSITIVITY,LENS_FOCUS_DISTANCE), ensuring zero reliance on proprietary vendor HAL extensions.
7. Permanent Portrait Mode Fix
- Universal Pure-TFLite Monocular Depth Pipeline: Overrides hardware stereo disparity (
kStereoRgb/kRgbPd) which crashes with EdgeTPU permission error-8on non-platform signed apps, preventing front camera subject-blur bug and flat rear camera portraits. - Synchronous Model Init & Fallback: Forces
PortraitSegmenterManagerfallback to stock1c33c30c31a74d99b66f54c22014a27a...segmenter model with automatic CPU/GPU retry. - (See
pixel-camera-looks-research/PORTRAIT_RESEARCH.mdfor full teardown).
8. Pixel 10 12MP Photo Saving Fix
- Binned RAW Dimension Fallbacks: Populates correct
khw.d, e, f, gdimensions (0x7f0,0x600,0x7e0,0x5e8) inhpq.aWandhpq.aXfor Pixel 10 and 10 Pro. - Eclipse AE Neutralization: Disables failing Eclipse AE (
camera.use_eclipse/kjq.bb = false) and non-existent Milk hardware pipelines, restoring 100% reliable 12MP photo capture and saving.
⚠️ Technical Limitations & Architectural Constraints
Running a modern Google Camera modded application without root privileges imposes physical hardware and operating system constraints. Below is a detailed breakdown of existing limitations and their underlying technical causes:
1. Motion Blur (Action Pan & Long Exposure) Disabled
- Observed Behavior: The Motion Blur mode tab (containing Action Pan and Long Exposure) is intentionally hidden and disabled from the camera mode carousel.
- Technical Reason:
- SELinux Kernel Sandboxing (
/dev/gxp): Cloned applications (e.g.com.google.android.GoogleCameraEng) execute in Android's unprivilegeduntrusted_appSELinux domain. Access to the Google Tensor EdgeTPU character device (/dev/gxp/darwinn) is restricted at the kernel level via DAC permissions (0660,system:camera) and SELinux MAC policy (allow cameraserver gxp_device:chr_file). Only system-signed, pre-installed apps signed with Google's platform release key can open or issueioctl()commands to the TPU. Any attempt by an untrusted app results inavc: denied { read write } for path="/dev/gxp". - Proprietary EdgeTPU Microcode (
edgetpu-custom-op-2): The motion vector and saliency estimation models (motion-custom_op-p23.tflite.uncompressedandsaliency-custom_op-p23.tflite.uncompressed) are compiled exclusively for Tensor's hardware TPU matrix accelerator. They utilize Google proprietary custom operators (edgetpu-custom-op-2) that have no CPU or GPU OpenCL fallback implementations inlibgcastartup.so. - Capture Pipeline Hang: Without TPU access, the native optical flow graph fails during session initialization. In user builds, this causes Action Pan and Long Exposure captures to fail silently or stall indefinitely without saving photos to disk.
- Architectural Resolution: All
camera.lasagnaflags (kkb.f,kkb.g,kkb.h,kkb.i,kkb.j) are intercepted inklm.smali(q()andx()) to returnfalse. Google Camera's internal mode manager (sdo.smali,njn.smali,iyh.smali) cleanly prunes Motion Blur from the UI, ensuring 100% crash-free stability for all working modes.
- SELinux Kernel Sandboxing (
2. Live Viewfinder Looks Preview (Pre-Capture)
- Observed Behavior: Camera Looks are applied immediately post-capture during image processing, but do not alter the real-time viewfinder feed before the shutter button is pressed.
- Technical Reason:
- On the Pixel 11, Google introduced a proprietary vendor Camera HAL parameter (
REQUEST_TOMTE_TYPE) integrated directly into the camera ISP hardware. This hardware block applies 3D tone LUTs and color transform matrices at 60 fps to the preview stream with zero computational latency. - Older Google Tensor processors (Tensor G1 through G5) lack this vendor HAL metadata tag and ISP preview hardware hook. Emulating 60 fps 3D LUTs in software shaders over the live viewfinder stream causes severe frame drops and thermal throttling. The mod therefore relies on Google's native Halide C++ post-capture pipeline (
tomte_tonemap.cc), applying full-resolution, artifact-free Looks processing immediately upon capture.
- On the Pixel 11, Google introduced a proprietary vendor Camera HAL parameter (
3. Film Grain Dynamic Scaling Slider
- Observed Behavior: Adjusting the grain intensity slider in settings has minimal visible effect on output images.
- Technical Reason:
- Native film grain generation is powered by a dedicated neural model (
3cdbac706c98421a96e16fdbfd97a35f.tflite.uncompressed) running alongside the RAW ISP pipeline. - In the fallback GPU/CPU pipeline without physical
/dev/gxpaccess, a consistent baseline organic film grain is applied according to the selected Look's pre-configured tone profile, but dynamic runtime variance weighting is constrained to prevent CPU cache thrashing.
- Native film grain generation is powered by a dedicated neural model (
4. Creator Suite "Save to Project" (Project Album)
- Observed Behavior: The "Save to Project" button in the Creator Suite drawer is neutralized and hidden.
- Technical Reason:
- Project Album integration communicates with the Google Photos application via private cross-process gRPC calls (
pa_/pam_inkqc.smali). - Google Photos validates the calling package identity using signature verification (
PackageManager.hasSigningCertificate()). Because cloned mods use an independent signing certificate to coexist with stock Camera, Google Photos rejects the gRPC connection with an authorization error. Hiding the entry prevents connection errors and UI crashes.
- Project Album integration communicates with the Google Photos application via private cross-process gRPC calls (
5. Hardware Periscope Lens Dependency for 10x Quick Zoom
- Observed Behavior: The 10x Quick Zoom button requires devices with a physical optical periscope lens (Pixel 7 Pro, 8 Pro, 9 Pro, 10 Pro).
- Technical Reason:
- The discrete 10x quick zoom button activates Google's Super Res Zoom and telephoto fusion pipeline directly leveraging the physical periscope telephoto sensor.
- Base and "a"-series Pixels (e.g. Pixel 6, 6a, 7, 7a, 8, 8a, 9) physically lack a periscope sensor, operating within standard digital zoom limits.
Generational Compatibility Matrix
Tested on physical hardware and verified through Dalvik bytecode and native binary teardowns:
| Generation | Device Models | SoC | Looks Capture | Quick Access | Pro Controls | 10x Zoom | Processing Engine | Status |
|---|---|---|---|---|---|---|---|---|
| Pixel 11 | Pixel 11, 11 Pro | Tensor G6 | ✅ | ✅ | ✅ | ✅ | Hardware TPU + HAL | Native |
| Pixel 10 Series | Pixel 10, 10 Pro, 10 Pro XL | Tensor G5 | ✅ | ✅ | ✅ | ✅ (Pro) | Hybrid TPU / GPU | Verified |
| Pixel 9 Series | Pixel 9, 9 Pro, 9 Pro XL, 9 Pro Fold | Tensor G4 | ✅ | ✅ | ✅ | ✅ (Pro) | GPU / TPU Fallback | Verified |
| Pixel 8 Series | Pixel 8, 8 Pro, 8a | Tensor G3 | ✅ | ✅ | ✅ | ✅ (Pro) | Mali-G715 GPU / Halide | Verified |
| Pixel 7 Series | Pixel 7, 7 Pro, 7a | Tensor G2 | ✅ | ✅ | ✅ | ✅ (Pro) | GPU / Halide CPU | Verified |
| Pixel 6 Series | Pixel 6, 6 Pro, 6a | Tensor G1 | ✅ | ✅ | ✅ | ✅ (Pro) | Halide CPU Worker | Verified* |
Tip
*Memory Optimization for 6GB RAM Devices (Pixel 6a / 7a): Continuous burst captures (>4 rapid shots) can trigger low-memory trimming. The patch limits concurrent Halide worker threads to 2 on devices with RAM to guarantee continuous stability.
Known Issues & Future Scope
Known Issues Tracker
- Motion Blur (Action Pan / Long Exposure) Stalls: Resolved — Cleanly hidden and disabled via
camera.lasagnaflags to prevent photo-saving hangs caused by SELinux/dev/gxprestrictions. - Brightness & Shadows Quick Sliders: Resolved — Fully mapped to all 4 exposure controllers (
mzc,nrh,nre,nrd). - Portrait Mode Crash: Resolved — Preserved stable stock portrait pipeline across all devices.
- Camera Looks Viewfinder Preview: Looks apply post-capture due to hardware ISP vendor tag requirements on older SoCs.
- Grain Adjustment Slider: Uses fixed baseline organic tone grain; fine-tuning slider has minimal impact without TPU kernel access.
- Photos App Project Album Integration: Neutralized to prevent signature mismatch gRPC authentication exceptions with Google Photos.
Future Scope
- Add Me & Best Take backporting research.
- OpenCL Shader Pipeline for Live Preview: Experimental GPU shader LUT emulation for real-time viewfinder Looks.
- Custom Film Look Preset Importer: Allow users to load custom 3D LUT
.cubeor.pngHaldCLUT profiles into the Tomte engine. - Enhanced Pro Controls: Additional manual shutter speed, ISO, and focus peaking options.
Quick Download
| Asset | Version | Target Audience | Root Required? | Recommended For | Link |
|---|---|---|---|---|---|
Pixel Camera Morphe Patch (.mpp) | v1.0.3 | All Pixel 6 → 10 users | ❌ NO | 1-click on-device patching via Morphe Manager | Download v1.0.3 (.mpp) |
| Patch Source Code (Kotlin) | v1.0.3 | Developers & Modders | ❌ NO | Inspect bytecode hooks & compile with Gradle | View Source |
Installation Guide
Using Morphe, you patch the official, clean Google Camera APKM directly on your Android phone or PC. No root required, and the patched app installs alongside your stock camera without replacing it.
Method 1: On Your Android Phone (Morphe Manager — Recommended)
- Install Morphe Manager: Download the latest release from morphe.software or GitHub.
- Add Patch Source:
- 1-Click: Tap Add to Morphe Manager on your phone.
- Or Manual Import: Download
patches-1.0.3.mppfrom Releases.
- Get Base Google Camera:
- Download
Pixel Camera 11.0.073.972752740.32(.apkmbundle) from APKMirror.
- Download
- Patch & Install:
- In Morphe Manager, tap Select an application → pick the downloaded APKM file.
- Select your desired Pixel Camera patches (Camera Looks Backport, Pro Manual Controls, 10x Viewfinder Quick Zoom, and Pixel Camera Clone).
- Universal Patches Selection Guide:
Option Setting Note Clone app ✅ CHECK Required for Non-Root to install side-by-side with stock camera. Change installer source ⚡ CHECK Recommended to avoid Play Protect warnings. Disable Play Store updates ❌ UNCHECK Not needed for cloned apps; can interfere with camera version logic. Override certificate pinning ❌ UNCHECK Only for developer proxy debugging; unnecessary for camera. - Tap Proceed to patching (or Patch). Morphe will merge the split assets and apply the bytecode patches directly on your phone.
- Once finished, tap Install!
- Open PixelCamera from your app drawer. All 10 Camera Looks, viewfinder quick-access slots, Pro Manual Controls (Focus, Shutter Speed, ISO, Peaking, Badges), 10x zoom button, and creator tools are unlocked!
Method 2: On Your Computer (Morphe Desktop / CLI)
- Download Morphe Desktop from morphe.software.
- Download
morphe-patches-pixelcamera-1.0.3.mppfrom Releases. - Drop the
Pixel Camera 11.0.073APKM into Morphe Desktop and apply the patch package. - Install the resulting
PixelCamera_signed.apkto your phone via ADB:adb install -r PixelCamera_signed.apk
Technical Research & Documentation
This repository contains extensive technical teardowns, reverse-engineering analyses, and testing frameworks:
🔍 Core Research Reports
- Master Camera Looks Teardown: Deep technical exploration answering architecture questions regarding gating, Halide kernels, neural style models, and vendor HAL tags.
- Viewfinder Quick Access Teardown: Dalvik bytecode analysis of
pie.java,qvb.java,qmn.java, Jetpack Compose integration, and gesture mechanisms. - Portrait Mode Integration Report: Teardown of Gouda, Mantis depth estimation, and Portrait Mode Looks compatibility.
- Generational Compatibility Matrix: Hardware capabilities and HAL tag behavior across Tensor G1, G2, G3, G4, and G5.
Per-Generation Hardware Deep Dives
- Pixel 11 Reference Teardown
- Pixel 10 (Tensor G5) Analysis
- Pixel 9 Pro / 9 (Tensor G4) Analysis
- Pixel 8 Pro / 8 (Tensor G3) Analysis
- Pixel 7 Pro / 7 (Tensor G2) Analysis
- Pixel 6 Pro / 6 / 6a (Tensor G1) Analysis
📁 Repository Structure
Patch-Pixel-Camera/
├── README.md # Master repository documentation & quickstart
├── LICENSE # GNU General Public License v3.0 (GPL-3.0)
├── .gitignore # Excludes multi-GB APKs, decompiled trees, & secrets
├── .github/workflows/ # Automated CI workflows (Morphe .mpp builder)
├── build_and_patch_pixelcamera.py # Standalone automated build, smali patching & signing script
├── patches-bundle.json # Morphe Manager custom source release metadata
├── patches-list.json # Morphe Manager patch catalog & target compatibility
│
├── smali_patches/ # Standalone Smali reference patches & injected bytecode
│ ├── README.md # Documentation of all 16 patched smali modules
│ ├── TomteInitHelper.smali # Injected Tomte neural helper
│ ├── nrd.smali / nrm.smali # Dual-EV Brightness & Shadows with Reset buttons
│ ├── nrc.smali / pfh.smali # Bottom sheet dispatcher & direct AE compensation
│ └── klm.smali / qaa.smali / qbb.smali # Pro flags (camera.ark) and live drag suppression
│
├── morphe-patches/ # Official Morphe Patch Package (.mpp) Source
│ ├── README.md # Morphe patch usage & compilation guide
│ ├── gradlew # Gradle wrapper executable (Unix)
│ ├── gradlew.bat # Gradle wrapper executable (Windows)
│ ├── gradle/ # Gradle wrapper JAR, properties & version catalog
│ ├── build.gradle.kts # Root Gradle configuration
│ ├── settings.gradle.kts # Gradle plugin & repository configuration
│ ├── gradle.properties # JVM & caching configuration
│ └── patches/ # Morphe Patches subproject
│ ├── build.gradle.kts # Patch metadata & dependency configuration
│ └── src/main/kotlin/app/morphe/patches/pixelcamera/
│ ├── looks/CameraLooksPatch.kt # Unlocks 10 Looks across Tensor G1–G5
│ ├── quickaccess/QuickAccessPatch.kt # Viewfinder shortcut slots & tick-slider
│ ├── pro/ProControlsPatch.kt # Pro manual controls (Focus, Shutter, ISO)
│ ├── portrait/TelephotoPortraitAndZoomPatch.kt # 10x Viewfinder Quick Zoom button
│ ├── creator/CreatorSuitePatch.kt # Teleprompter HUD, VU meter, & guides
│ └── clone/PixelCameraClonePatch.kt # Non-root clone to GoogleCameraEng
│
├── camera-looks-quick-access/ # Quick Access Shortcut Research & Documentation
│ ├── README.md # Quick Access executive summary & physical test report
│ ├── RESEARCH.md # Viewfinder shortcut & tick-slider reverse-engineering
│ └── COMPATIBILITY.md # Viewfinder gesture & settings compatibility matrix
│
├── creator-suite-research/ # Creator Suite (Teleprompter, VU Meter, Guides) Research
│ ├── README.md # Creator Suite executive summary & feature guide
│ ├── RESEARCH.md # 9-phase reverse engineering & smali analysis report
│ └── COMPATIBILITY.md # Device compatibility matrix (Pixel 6 -> 10 Pro XL)
│
└── pixel-camera-looks-research/ # Camera Looks (Sauce/Tomte) Research & Documentation
├── README.md # Project layout & summary
├── RESEARCH.md # Comprehensive 10-question technical teardown
├── PORTRAIT_RESEARCH.md # Portrait mode & Gouda/Mantis pipeline integration
├── COMPATIBILITY.md # Hardware SoC & HAL compatibility matrix
├── analysis/ # Per-generation device teardowns (Pixel 6 through 11)
└── tests/ # Verification test plans & benchmark results
Frequently Asked Questions (FAQ)
Why is Motion Blur (Action Pan / Long Exposure) missing from the modes bar?
Motion Blur neural models rely on edgetpu-custom-op-2 microcode running directly on Google's EdgeTPU hardware (/dev/gxp). Android's SELinux security policy restricts /dev/gxp access strictly to system-signed OEM packages; non-root modded apps (untrusted_app context) are blocked at the kernel driver level. Because the custom TPU operations have no CPU/GPU fallback implementations in Google's native binaries, attempting to execute the models causes optical flow processing to stall and photos fail to save. The mode has been cleanly hidden to ensure all other camera features (Photo, Portrait, Night Sight, Video, Pro Sliders, and Looks) function flawlessly.
Why don't Camera Looks preview live in the viewfinder before taking a photo?
On Pixel 11, real-time 60 fps viewfinder tone mapping is handled by a proprietary hardware ISP extension (REQUEST_TOMTE_TYPE vendor tag). Older Tensor generations (G1–G5) lack this hardware ISP hook in their camera HAL. Simulating 3D LUTs in software over the live viewfinder feed causes thermal throttling and frame drops. The backport executes Google's native Halide C++ pipeline (tomte_tonemap.cc) during HDR+ post-capture processing, guaranteeing a smooth viewfinder and pristine full-resolution output.
Will this replace or break my stock Google Camera?
No. The patch clones the application into com.google.android.GoogleCameraEng (or com.google.android.GoogleCamera.morphe). The modded app installs alongside your stock Google Camera as an independent app. Both can run simultaneously, and system OTA updates will not be affected.
Does this require root access?
Root is NOT required. Morphe patches the application bytecode directly and signs it with a release certificate so it installs and runs on any unrooted Pixel 6 through Pixel 10 device.
Do photos taken with Looks save correctly in Google Photos?
Yes. Photos are written to the standard DCIM/Camera directory with complete EXIF and embedded GFileMetadata$Sauce tags, allowing Google Photos to display and backup captures normally.
What Android versions are supported?
Android 14 (API 34), Android 15 (API 35), and Android 16/17 previews. The Morphe patch automatically backports the minSdkVersion requirement from 37 down to 34.
⚠️ Legal Disclaimer
- No Proprietary Binaries Hosted: This repository does NOT host, bundle, or distribute proprietary Google binaries, APKs, compiled native libraries (
.so), or neural network models (.tflite). All modifications are provided strictly as open-source bytecode patch recipes (.mpp) and educational research documentation. - Educational & Interoperability Research: This project is an independent study conducted solely for academic research, reverse-engineering analysis, and device interoperability under fair use (17 U.S.C. § 107).
- Trademark Acknowledgment: Google, Pixel, Google Camera, Android, Tensor, HDR+, and associated marks are trademarks or registered trademarks of Google LLC. This project is an independent community effort and is not affiliated with, endorsed by, sponsored by, or associated with Google LLC or Alphabet Inc.
- Disclaimer of Warranty: All patches, recipes, and documentation are provided on an "AS-IS" basis without warranties of any kind, express or implied. Users assume full responsibility for modifying applications on their own devices.