A script to remove the HotWord Ok Google and Quick Search Box application from your Android device
The script consists of two main parts: customize.sh and service.sh.
This script is executed during the module installation
It performs the following operations:
1.Checks the device architecture.
2. Unmounts Quick Search Box, mounts if they exist.
3. Force stops the Quick Search Box application.
4. Checks if the Quick Search Box application is already installed or not.
5. If the Quick Search Box application does not have version 1.0.0, it uninstalls it.
6. Cleans up temporary files.
This script is executed on device boot for ensure app is been deleted.
( future feature post-fs.sh [add persistance ] and Spoof Google App removed for permit installation of Google Lens by replacing Google ap by Troll-Sign.apk ).
It performs the following operations:
Waits for the device bootto complete.- Waits for the
/sdcard/Androidfolder to be available. Checksif theQuick Search Boxapplicationis installed.IftheQuick Search Boxapplicationis installed,it checks if it is running and mounted.- If the Quick Search Box application is running and mounted, it
disables and unmounts it.
Install the module on your Android device using Magisk Manager.- Reboot your device to activate the boot service.
- The HotWord
Ok GoogleandQuick Search Boxapplicationswill be removedand reboot.
- Enok._.Seth - Main Author
This project is licensed under the MIT License - see the LICENSE file for details.