change title for freezing apps post

This commit is contained in:
2024-06-09 09:57:20 +05:30
parent 4a289743d8
commit c8f557f899
20 changed files with 49 additions and 49 deletions

View File

@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="index, follow">
<title>Freezing Apps on Non Rooted Phones | Siddhartha Golu</title>
<title>Freezing Apps on Non Rooted Phones (Without a PC) | Siddhartha Golu</title>
<meta name="keywords" content="android, apps, tinkering">
<meta name="description" content="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 &#43; Hail:
@@ -66,7 +66,7 @@ Install Shizuku Starting with android 11, you can use ADB on the device without
<meta property="og:title" content="Freezing Apps on Non Rooted Phones" />
<meta property="og:title" content="Freezing Apps on Non Rooted Phones (Without a PC)" />
<meta property="og:description" content="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 &#43; Hail:
Install Shizuku Starting with android 11, you can use ADB on the device without using a PC." />
@@ -75,11 +75,11 @@ Install Shizuku Starting with android 11, you can use ADB on the device without
<meta property="og:image" content="https://www.siddharthagolu.com/images/Love_for_mountains.jpeg" />
<meta property="article:section" content="posts" />
<meta property="article:published_time" content="2024-06-07T13:30:50+05:30" />
<meta property="article:modified_time" content="2024-06-07T13:30:50+05:30" /><meta property="og:site_name" content="Siddhartha Golu" />
<meta property="article:modified_time" content="2024-06-08T10:29:47+05:30" /><meta property="og:site_name" content="Siddhartha Golu" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://www.siddharthagolu.com/images/Love_for_mountains.jpeg" />
<meta name="twitter:title" content="Freezing Apps on Non Rooted Phones"/>
<meta name="twitter:title" content="Freezing Apps on Non Rooted Phones (Without a PC)"/>
<meta name="twitter:description" content="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 &#43; Hail:
Install Shizuku Starting with android 11, you can use ADB on the device without using a PC."/>
@@ -99,7 +99,7 @@ Install Shizuku Starting with android 11, you can use ADB on the device without
{
"@type": "ListItem",
"position": 2 ,
"name": "Freezing Apps on Non Rooted Phones",
"name": "Freezing Apps on Non Rooted Phones (Without a PC)",
"item": "https://www.siddharthagolu.com/posts/til/freezing-apps-on-non-rooted-phones/"
}
]
@@ -109,8 +109,8 @@ Install Shizuku Starting with android 11, you can use ADB on the device without
{
"@context": "https://schema.org",
"@type": "BlogPosting",
"headline": "Freezing Apps on Non Rooted Phones",
"name": "Freezing Apps on Non Rooted Phones",
"headline": "Freezing Apps on Non Rooted Phones (Without a PC)",
"name": "Freezing Apps on Non Rooted Phones (Without a PC)",
"description": "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.\nFound a way to do this via Shizuku + Hail:\nInstall Shizuku Starting with android 11, you can use ADB on the device without using a PC.",
"keywords": [
"android", "apps", "tinkering"
@@ -119,7 +119,7 @@ Install Shizuku Starting with android 11, you can use ADB on the device without
"wordCount" : "288",
"inLanguage": "en",
"image": "https://www.siddharthagolu.com/images/Love_for_mountains.jpeg","datePublished": "2024-06-07T13:30:50+05:30",
"dateModified": "2024-06-07T13:30:50+05:30",
"dateModified": "2024-06-08T10:29:47+05:30",
"author":[{
"@type": "Person",
"name": "Siddhartha Golu"
@@ -216,7 +216,7 @@ Install Shizuku Starting with android 11, you can use ADB on the device without
<header class="post-header">
<div class="breadcrumbs"><a href="https://www.siddharthagolu.com/">Home</a>&nbsp;»&nbsp;<a href="https://www.siddharthagolu.com/posts/">Posts</a></div>
<h1 class="post-title entry-hint-parent">
Freezing Apps on Non Rooted Phones
Freezing Apps on Non Rooted Phones (Without a PC)
</h1>
<div class="post-meta"><span title='2024-06-07 13:30:50 +0530 IST'>🗓 June 7, 2024</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;🔖&nbsp;<a href="/tags/android"> android</a>&nbsp;·&nbsp;<a href="/tags/apps"> apps</a>&nbsp;·&nbsp;<a href="/tags/tinkering"> tinkering</a>