mirror of
https://gitlab.com/thelazyoxymoron/siddhartha-golu-website.git
synced 2025-07-27 17:17:58 +02:00
2.1 KiB
2.1 KiB
title, date, draft, categories, tags
title | date | draft | categories | tags | ||||
---|---|---|---|---|---|---|---|---|
Freezing Apps on Non Rooted Phones (Without a PC) | 2024-06-07T13:30:50+05:30 | false |
|
|
Recently when my mom got a new phone, I wanted to remove some system applications from the phone which are bloatware. Now doing this with a laptop is fairly easy, we can just use adb
to uninstall, however the task becomes difficult if you cannot use a PC.
Found a way to do this via Shizuku + Hail:
- Install Shizuku
- Starting with android 11, you can use ADB on the device without using a PC. You'll have to enable wireless debugging first and then connect the app through the wireless debugging.
- Go to
About phone -> build number
and keep clicking it to enable developer mode - Once enabled, search for
wireless debugging
in settings -> enable that -> click on the left side of the panel to go insidewireless debugging
- Open
Shizuku
and click onpairing
under wireless debugging - Give notification access
- Click on
developer options
-> go towireless debugging
-> pair device with pairing code -> note down the pairing code - Give that code in the notification bar -> pairing should be successful
- Go back to the home screen in
Shizuku
and click onStart
- Shuzuku should be running now.
- Install
Hail
-> go to settings -> click onworking mode
-> selectShizuku - Disable
-> Allow all the time - Go to
Apps
from the bottom navigation inHail
-> select the system apps you want to freeze -> go back to home after selecting these apps- By default only User apps are listed. Click on three dots and select system apps to list all apps
- Click on the right hand corner icon to freeze these apps. Voilà, all these system applications should be disabled.