Hardware

four apps that restore stock Android functionality on pixel phones

At a glance:

  • Smartspacer replaces the At a Glance widget with fully customisable data feeds.
  • Pixel IMS forces VoLTE/VoNR on carriers that haven’t been officially validated.
  • Batt reveals iPhone‑style battery health metrics without rooting.

Why stock android feels limited

The author, a longtime defender of Google’s clean Android vision, notes that recent OS changes – such as tighter restrictions on sideloaded apps and a focus on AI‑driven visual tweaks – have turned the platform into a “velvet‑lined cage.” While the Pixel 7 still offers a polished design language, many of the features that power users rely on are silently supplied by third‑party tools rather than native Google code. Competing skins from Xiaomi’s HyperOS or OnePlus have already caught up or surpassed the reference design, leaving the stock experience feeling stale.

Shizuku foundation

All four recommended apps share a common dependency: the community‑driven, open‑source framework Shizuku. Shizuku acts as a bridge between regular installed apps and system‑level Android APIs that are normally reserved for system apps. Setting it up requires a one‑time ADB (Android Debug Bridge) connection – which can be performed wirelessly on Android 11 and newer – and the activation of Wireless Debugging in Developer Options. After each OS update or device reboot, the Shizuku service must be restarted, but no root access or bootloader unlocking is needed.

Smartspacer replaces at a glance

Google’s At a Glance widget occupies the full width of the Pixel Launcher home screen but only displays calendar, weather, date and time. Smartspacer, created by Kieron Quinn on GitHub, retains the same visual aesthetic while letting users define custom “targets” such as pinned Google Keep notes, real‑time transit data from Maps, or Tasker‑driven automations. The app also supports a dedicated Tasker plugin for contextual triggers and a “Lively Greeting” that greets you each morning. Because the targets are open‑source, users can audit the code and tailor the widget to any workflow.

Pixel ims forces advanced carrier profiles

Carrier provisioning often blocks features like VoLTE, VoNR (5G) or carrier‑specific calling profiles on unlocked Pixel devices. Pixel IMS, built on Shizuku’s elevated permissions, edits internal modem configuration files to force‑enable these profiles, bypassing Google’s carrier verification checks. The utility is especially useful for travelers in regions where Google‑approved carrier whitelists lag behind local network upgrades. Users must re‑apply the configuration after each Android 16 QPR2 Beta 3 (or newer) update or after a reboot, but it works on earlier versions with a single setup.

Batt adds iPhone‑style battery health

Android 14 introduced APIs to read detailed battery statistics, but Google later removed the public UI for them. Batt restores this information by pulling data from hidden system dump logs via Shizuku. It reports cycle counts, exact manufacturing dates, real‑time health percentages and other metrics that help users decide when to replace or sell their device. The interface is minimalistic, presenting the data in a clear screen that mirrors the iPhone’s battery health view.

Essentials brings rootless ui customization

The final recommendation, Essentials, is a comprehensive suite that expands the Pixel’s UI beyond the limits of Material You. Operating safely within Shizuku, it injects custom edge‑lighting effects, a flashlight‑pulse for incoming notifications, and a double‑tap‑to‑lock‑screen gesture directly on the home screen. It also adds per‑app private DNS controls, giving users granular network‑level privacy management without rooting. While many of these features exist in custom ROMs, Essentials delivers them to an unrooted Pixel and even works on other Android devices that support Shizuku.

What this means for pixel users

For now, sideloading these four apps remains the most practical way to regain the power‑user features that Google has omitted over the past decade. The approach avoids full bootloader unlocks, preserving the device’s security guarantees while still exposing system‑level capabilities. As Google continues to prioritise AI features over deep customisation, the community‑driven ecosystem built around Shizuku may become the de‑facto extension layer for Pixel power users. Until Google relaxes its sideloading policies or integrates these functionalities natively, the described apps represent the only viable crutch for a premium Pixel ownership experience.

Editorial SiliconFeed is an automated feed: facts are checked against sources; copy is normalized and lightly edited for readers.

FAQ

How do I install Shizuku and set up wireless debugging?
First enable Developer Options on your Pixel, then turn on Wireless Debugging. Connect your computer via ADB (adb connect <device_ip>) and run the Shizuku installer APK. Once installed, launch Shizuku and grant the required permissions; the service will start automatically and remain active until the next reboot or OS update.
Which Android versions are compatible with the four recommended apps?
All four apps require Android 11 or newer because that is the first version that supports wireless ADB. Pixel IMS specifically mentions Android 16 QPR2 Beta 3 and newer for automatic re‑configuration after updates, but it also works on earlier releases with a one‑time setup.
Are there any security risks to using these apps without rooting?
Because the apps rely on Shizuku’s permission bridge, they do not modify system partitions or require a bootloader unlock, preserving the device’s core security model. However, users must grant Shizuku elevated system‑level access, so only install the framework from trusted sources and review the open‑source code of each app before granting permissions.

More in the feed

Prepared by the editorial stack from public data and external sources.

Original article