trichromelibrary squoosh

Remove the outdated TrichromeLibrary.

Description

As we know, Google uses TrichromeLibrary to share the same code in Chrome and Webview on Android Q+ devices to save space on the device. The Play Store will automatically install the corresponding TrichromeLibrary version when installing and upgrading Chrome and Webview, but will not uninstall the old version, which takes up a lot of storage space.

It is known that the corresponding version of TrichromeLibrary can be uninstalled through the command pm uninstall com.google.android.trichromelibrary_$version, so you can manually uninstall the version number of TrichromeLibrary. Unfortunately, Android does a poor job of shared library management. TrichromeLibrary cannot be displayed in the application list like a normal application (because it is a shared library), nor can use adb shell pm list libraries to query installed libraries version on the device.

Thanks to issue#1, TrichromeLibrary-Squoosh now uses a method that does not require root privileges. The command dumpsys package|grep name:c only needs shell privileges to run, and can get the version of TrichromeLibrary.

Old method:
Since each Android application will have its own directory under /data/app, as shown in the figure below, and the folder name of TrichromeLibrary will also append the version number, so we can search for keywords, and then extract the version number from the results. However, root access is required to access /data/app. TrichromeLibrary dirs

Usage

  1. Just like a normal Magisk module. Download it from the release page, and install it. The script will automatically check for excess Trichromelibrary and remove it after each system reboot.
  2. If you don’t have a Magisk, run the follow commands on PC in adb shell:
    sh -c "$(curl -sLf https://raw.githubusercontent.com/entr0pia/trichromelibrary-squoosh/master/service.sh)"
    

Download Link

Module Info

Search on : Google Bing Yandex

Other Modules

Bindhosts

By KOWX712

_redirect, open_redirect Supported Root Managers APatch KernelSU Magisk (no WebUI👀) Also Supported on KsuWebUI 🌐 WebUI-X 🌐 MMRL Resources FAQ Usage Hiding Operating Modes Links Download here Looking for more sources? here Localization guide Help and ...

aapt Executable

By wahyu6070

port installing Recovery flashable magisk module ksu module apatch module Thanks executable based maximoff Download Link Download Link ...

Android Image Kitchen Tool (AIK)

By osm0sis

A must-have for Android modding enthusiasts. Source Xda Link Android Windows Linux ...

Sound Enhancement and Dolby Atmos Sony Xperia 10

By ryukinotes

ndroid 14 LineageOS ROM ...

COPG - Ultimate Device Spoofer for Android Games & Apps

By AlirezaParsi

OPG/config.json with this format: { "PACKAGES_REDMAGIC9": [ "com.mobilelegends.mi", "com.supercell.brawlstars" ], "PACKAGES_REDMAGIC9_DEVICE": { "BRAND": "ZTE", "MODEL": "NX769J", "F...

Luz Nocturna Modded

By CrazyBytesVE

tyle ROMs. It will not work on graphical overlays such as Miui and the like. Download Link Link ...


© 2025 Magisk Community