Magisk Module WebsiteTelegram

How to use Brevent Module No root

How to use Brevent Modul

Background apps eating away at your device’s performance? Brevent offers a convenient way to take back control, no rooting expertise needed. Here’s a guide to build a module using Brevent for non-rooted devices.

Building a Non-Root Module with Brevent

Requirements

Steps to Build the Module

  1. Install Brevent:
  1. Enable Developer Options and USB Debugging:
  1. Connect Your Device to PC:
  1. Start Brevent in Non-Root Mode:

adb -d shell sh /data/data/me.piebridge.brevent/brevent.sh
  1. Configure Brevent:
  1. Automate the Process (Optional):

Creating a Non-Root Module Package

To create a reusable module package for non-root use:

  1. Script for Starting Brevent:

#!/bin/sh

adb -d shell sh /data/data/me.piebridge.brevent/brevent.sh

Save this script as start_brevent.sh.

  1. Instructions for Users:

# Starting Brevent (Non-Root)

1. Enable Developer Options and USB Debugging on your device.

2. Connect your device to your PC via USB.

3. Download and install the Brevent APK.

4. Run the following command to start Brevent:

```sh

adb -d shell sh /data/data/me.piebridge.brevent/brevent.sh
  1. Open the Brevent app and configure the apps you want to prevent from running in the background.

3. **Distribute the Module**:

- Package the script (`start_brevent.sh`) and the instructions together.

- Share the package with users, providing clear guidance on how to use it.

Runaway background apps driving you crazy? Build a non-root module with Brevent and empower users to tidy up their device's performance without needing root access - it's a breath of fresh air!