A module of Riru/Zygisk. Allowing apps to access the clipboard in the background on Android 10.
Requirements
- Zygote inject framework installed
- Riru >= 26.0
- Zygisk
- Android 10+
Feature
Allowing apps to access the clipboard in the background on Android 10+.
Multi-User Support
Add “Clipboard” app to other user and configure it.
Build
Install JDK, Android SDK
Configure SDK path in local.properties
sdk.dir=/path/to/android/sdk
Configure built-in manager app signing in signing.properties
keystore.path=/path/to/your/keystore.jks keystore.password=<keystore password> key.alias=<key alias> key.password=<key password>
Run build command
./gradlew module:assembleRelease
Pick
<injector>-clipboard-whitelist-<version>.zip
frommodule/build/outputs/magisk/<injector>/<build-type>
Download Link
Module Info
Other modules
DEX Optimizer Magisk and kernelsu modules
OT - one-time - after installing the module, the script is executed once, then the script and module deletes itself completely (except for the log file) D - daily - the script is executed after each device reboot without complete removal. Dex Optimization The dex optimizer. Improves performance, …...
Dex2oat Optimizer Magisk and kernelsu modules
Run bg-dexopt-job optimization every 3 days automatically Link Download ...
Play Integrity Fix
This module tries to fix Play Integrity and SafetyNet verdicts to get a valid attestation. NOTE This module is not made to hide root, nor to avoid detections in other apps. It only serves to pass Device verdict in the Play Integrity tests and certify your device. All issues created to report a …...
Nano NDK Magisk / Kernelsu Module
Nano NDK is a valuable tool for Android enthusiasts and power users who enjoy customizing and tweaking their devices. It brings the popular nano text editor, widely used in Linux environments, to Android devices through Magisk and KernelSU modules. This article explores what Nano NDK is, its …...
Task Optimizer Magisk Ksu Module
This script is designed to optimize system performance by prioritizing tasks, adjusting CPU affinity, and setting real-time priorities for critical processes. It begins by defining functions to change various parameters such as CPU affinity, process priorities, and IRQ affinities. The main …...
Zygisk - IFWEnhance
A module of Zygisk. Allows Intent Firewall to filter results of queryIntent(Activities/Services) APIs. Feature Allows Intent Firewall to filter results of follow APIs. IPackageManager.queryIntentActivities IPackageManager.queryIntentActivityOptions IPackageManager.queryIntentServices Download Link …...
Dolby Atmos Magic Revision Magisk Kernelsu Module
Dolby Atmos Magic Revision Magisk Module DISCLAIMER Dolby apps and blobs are owned by Dolby™. The MIT license specified here is for the Magisk Module only, not for Dolby apps and blobs. Descriptions Dolby Surround soundfx equalizer ported and integrated as a Magisk Module for all supported and …...
MIUI / ANX Camera
ANXCameraT MIUI Camera Port Magisk module for AOSP-based ROMs. A modified version of the original ANXCamera by @AEonAX, aims to work on Android 12+ since ANXCamera’s not officially supports it. More information about ANXCamera: :earth_americas: Official Website | :book: WIKI Check dev branch …...
custom certificate authorities
Custom Certificate Authorities is a Magisk module which adds custom certificate authorities from a pre-defined path on the Android file system to the system trust store. What sets it apart from similar modules like MagiskTrustUserCerts or MoveCert is that it doesn’t require you to install or …...
USB Samplerate Unlocker Magisk / Kernelsu Module
The USB Samplerate Unlocker is a Magisk and KernelSU module designed to remove the 96kHz sample rate limitation imposed on USB Audio Class (USB HAL) drivers in Android devices. This allows for high-resolution audio playback from streaming services and other sources that offer sample rates exceeding …...