- Empty Cart
Subtotal:
€0.00
Are you away from your pc? Are you tired of plugging USB cable again and again and dont want to root your device just to grant a few permissions. 你是否远离电脑?你是否厌倦了一次又一次地插拔 USB 线,并且不想为了授予几个权限而 Root 你的设备。 If yes, this guide is just for you. In this post, we will guide you to grant special/system-level permissions to certain apps using an app called Shizuku. 如果是的话,这个指南正是为你准备的。在这篇文章中,我们将指导你使用一个名为 Shizuku 的应用程序为某些应用授予特殊/系统级权限。 In this post we will take Battery Guru as an example to give it special permissions. 在这篇文章中,我们将以 Battery Guru 为例,为其授予特殊权限。 Requirements: 要求:
STEPS: 步骤: 1. Setup Shizuku (if you don't know about shizuku and how to use it you can refer here 1. 设置 Shizuku(如果你不知道 Shizuku 是什么以及如何使用它,可以参考这里) 2. Click on Use Shizuku in terminal apps and then click on export files. 点击“在终端应用程序中使用 Shizuku”,然后点击“导出文件”。 3. Select the desired location and save 3. 选择所需位置并保存 This will save two file rish and rish_shizuku.dex in the directory ( for eg i have saved them in a folder named Shizuku) 这将保存两个文件 rish 和 rish_shizuku.dex 在目录中(例如,我已将它们保存在名为 Shizuku 的文件夹中). 4. Open your File Manager and navigate to the location where you exported the files 4. 打开文件管理器并导航到您导出文件的位置 5. Open file named rish with a text editor and replace the word PKG with package name of your terminal app. For eg i have replace it with com.termux and save. 5. 使用文本编辑器打开名为 rish 的文件,并将单词 PKG 替换为您的终端应用程序的包名。例如,我将其替换为 com.termux 并保存。 6. Open your terminal application and navigate to the folder where you have exported the files using cd command 6. 打开您的终端应用程序,并使用 cd 命令导航到您导出文件的文件夹 7. Now type 7. 现在输入
将出现一个弹出窗口,点击“始终允许”。 7. Identify the command needed for granting permission 7. 识别所需的授权命令 Battery Guru requires Modify secure system settings permission to apply doze parameter and perform various task Battery Guru 需要修改安全系统设置的权限来应用待机参数并执行各种任务 8. Type the commands in the terminal without using the keyword adb or shell and execute it. 8. 在终端中输入命令,不使用 adb 或 shell 关键字并执行它。 In my case: 在我的情况下:
Now the permission should have been granted to the apps and you can use your desired apps to perform elevated task 现在权限应该已经授予应用程序,您可以使用所需的应用程序执行提升的任务 |