-
Notifications
You must be signed in to change notification settings - Fork 6
1. Execution Mode Configuration
DK edited this page Aug 17, 2026
·
1 revision
To communicate with the Android telephony framework and change network modes, NetToggle requires elevated system privileges. You must configure your preferred execution mode based on your device setup: Root or Shizuku.
If your device is rooted using modern tools like KernelSU, APatch, or Magisk, this is the most seamless method.
Note: Modern Android root managers do not automatically display a popup prompt when an app requests root access.
- Navigate to the Superuser/Permissions tab within your root manager.
- In SuperUser Tab locate NetToggle in the list and manually Grant/Allow superuser access.
- Exit the root manager(KernelSU, APatch, or Magisk) app.
- Open NetToggle and navigate to the Execution Mode card.
- Select the Root tab from the segmented control.
-
Verification: NetToggle should say
Root mode active & authorized.
If your device is not rooted, you can use Shizuku, which utilizes Android's built-in wireless debugging (ADB) to securely grant the necessary permissions.
- Install the Shizuku app from the Play Store or GitHub.
- Set up and start the Shizuku service by following the Official Shizuku Setup Guide.
- Once Shizuku is actively running, open NetToggle and navigate to the Execution Mode card.
- Select the Shizuku tab.
- A Shizuku prompt will appear asking to "Allow" access. Tap Allow all the time.
-
Verification: NetToggle should say
Shizuku mode active & authorized.