By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
Font ResizerAa

TechyBuff

Simply Tech, No Clickbait!

  • Sideload
  • Delta
  • How-To
  • Fortnite
  • Windows OS
  • Troubleshoot
  • Resources
  • News
  • Contact
Search
  • Sideload
    • Trollstore
    • Esign
    • Sideloadly
    • feather github
    • Feather
    • AltStore
    • Sierra
    • Fortnite
    • Flekstore
    • Scarlet
  • Delta
  • How-To
  • Fortnite
  • Windows OS
  • Troubleshoot
  • Resources
  • News
  • Contact

Top 10 Telegram Bots That Make Everyday Life Easier in 2026

Techjunkie Aman
Techjunkie Aman
August 20, 2026
FacebookLike
InstagramFollow
YoutubeSubscribe
TelegramFollow
Follow US
© Techybuff. Techjunkie Aman. All Rights Reserved.
TechyBuff > Blog > Guide > How to Remove Android SafetyCore Without Root
GuideHow-ToWindows OS

How to Remove Android SafetyCore Without Root

Techjunkie Aman
Last updated: August 25, 2026 11:52 pm
By Techjunkie Aman
7 Min Read
Share
SHARE

Google’s Android System SafetyCore is a system service that provides on-device content classification for supported apps. If you’d rather remove the Play Store version and replace it with a harmless placeholder APK, you can do it without root on many Android devices.

Contents
  • What is the SafetyCore Placeholder APK?
  • Before You Start
  • Method 1: Remove SafetyCore with ADB
  • Step 1: Uninstall SafetyCore
  • Step 2: Install the Placeholder
  • Method 2: Remove SafetyCore Without a PC (Shizuku + aShell)
  • Step 1: Install the apps
  • Step 2: Start Shizuku
  • Step 3: Run the uninstall command in aShell
  • Step 4: Install the Placeholder APK
  • If it says “Failure ”
  • Common Installation Errors
  • “App not installed as package conflicts with an existing package”
  • INSTALL_FAILED_UPDATE_INCOMPATIBLE
  • Device-Specific Notes
  • How to Restore the Original SafetyCore
  • Why Play Store Can’t Replace It
  • Why VirusTotal May Flag the APK
  • Frequently Asked Questions
  • Does this require root?
  • Can I do it without a computer?
  • Will this work on every Android phone?
  • Will Google Play reinstall SafetyCore later?

The trick is installing a tiny placeholder APK with the same package name after removing the Play Store version. Because Android verifies app signatures, Google Play won’t be able to silently reinstall SafetyCore over the placeholder.

Here’s everything you need to know, including a no-PC method using Shizuku and aShell.

What is the SafetyCore Placeholder APK?

The placeholder APK is an empty app that uses SafetyCore’s package name (com.google.android.safetycore) but contains no functional code—only an Android manifest. It’s intentionally signed with a different certificate, so Play Store updates fail with a signature mismatch instead of replacing it.

Recent releases also made the APK much smaller, reducing it from roughly 5.4 MB to 35.4 KB, while raising its version number to 2000000000 to prevent Play Store updates.

Before You Start

You’ll need:

  • A phone where SafetyCore is installed as an updatable app.
  • The SafetyCore Placeholder APK from the project’s Releases page (it’s not included in the repository’s file list).
  • Either:
    • A computer with ADB, or
    • Shizuku + aShell if you don’t have a PC.

Method 1: Remove SafetyCore with ADB

Step 1: Uninstall SafetyCore

Run:

Don’t add --user 0.

The project specifically warns against using --user 0 because it only removes the app for the primary profile, which often causes installation problems later. The default uninstall command removes it for every user profile.

Step 2: Install the Placeholder

If the uninstall returns:

Install the downloaded placeholder APK:

Once installed, SafetyCore has been replaced by the placeholder.

Method 2: Remove SafetyCore Without a PC (Shizuku + aShell)

If you don’t have a computer, you can use Shizuku + aShell to run the same package manager commands directly on your phone.

Step 1: Install the apps

Install:

  • Shizuku (Play Store)
  • aShell (Play Store or GitHub)

Step 2: Start Shizuku

Open Shizuku and tap Pair or Start via Wireless Debugging.

If Developer Options aren’t enabled:

  • Open Settings → About phone.
  • Tap Build number seven times.

Then enable:

  • Wireless debugging
  • USB debugging (if prompted)

Complete the pairing process. Once finished, Shizuku should display Running.

Step 3: Run the uninstall command in aShell

  • Open aShell.
  • Grant Shizuku permission.
  • Paste and run:

If it says:

SafetyCore has been removed for the device.

Step 4: Install the Placeholder APK

Now install the downloaded Safetycore-placeholder.apk.

If it says “Failure [not installed for 0]”

That usually means SafetyCore is a system app on your phone.

Android doesn’t fully delete system packages—it only marks them as uninstalled while keeping the original package signature. Since the placeholder uses a different signing key, Android refuses to install it.

Unfortunately, there’s no non-root workaround for this situation.

If you’re unsure whether your device falls into this category, tell me your phone model (for example, OPPO Reno13, OnePlus Nord, or Samsung A55) and I can give you the exact Shizuku steps for your brand.

Common Installation Errors

Most issues fall into one of two categories.

“App not installed as package conflicts with an existing package”

Check whether Android still has SafetyCore registered:

Then uninstall again:

If it succeeds, install the placeholder afterward.

INSTALL_FAILED_UPDATE_INCOMPATIBLE

This means Android still has the original SafetyCore signature stored in its package database.

If SafetyCore is preinstalled in the system partition, the placeholder cannot replace it without root.

Device-Specific Notes

Device Extra step Samsung Remove SafetyCore inside Knox Secure Folder and disable Auto Blocker Honor (MagicOS) Standard uninstall works OPPO (ColorOS) Standard uninstall works OnePlus Overlay packages may interfere Any Android Shizuku + aShell works without a PC

The project specifically confirms successful installs on devices like the Honor 200 Pro and OPPO Reno13 Pro using the normal uninstall process. Samsung users may need the additional Secure Folder step.

How to Restore the Original SafetyCore

If you change your mind later, uninstall the placeholder:

Then restore Google’s version:

This reinstalls the original package without downloading a new APK.

Why Play Store Can’t Replace It

Android requires every app update to be signed with the same developer certificate as the installed app.

Since the placeholder intentionally uses a different signature, Play Store updates fail instead of replacing it. That’s the entire point of the placeholder approach.

Why VirusTotal May Flag the APK

Some antivirus engines report detections like:

  • Android.Riskware.Repack.*

According to the project, these are heuristic detections caused by using Google’s package name with a different signing certificate. The APK itself contains only a manifest and no executable functionality. If you’d rather verify it yourself, you can build it from source.

Frequently Asked Questions

Does this require root?

No. It works without root on supported devices where SafetyCore is installed as an updatable app.

Can I do it without a computer?

Yes. Shizuku + aShell lets you run the same uninstall command directly on your phone.

Will this work on every Android phone?

No. Phones with SafetyCore installed as a system-partition app cannot replace it with the placeholder without root.

Will Google Play reinstall SafetyCore later?

It will attempt to update the package, but Android blocks the installation because the placeholder’s signature doesn’t match Google’s signing certificate.

Share this:

  • Share on Facebook (Opens in new window) Facebook
  • Share on X (Opens in new window) X

Like this:

Like Loading…
ESign Sources: Add 30+ IPA Sources on iPhone
VPN Setup for Custom DNS in 3 Steps : Fix DNS Leaks
iOS Enterprise Certificates vs. iOS Developer Certificates: What’s the Difference?
Best madNS VPN Setting That Works in 2025 [No Blacklist]
How to Enable JIT using Stikdebug on iOS 26
TAGGED:google safetycoreplaystoresafetycore
Share This Article
Facebook Copy Link
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

//

We influence 20 million users and is the number one business and technology news network on the planet

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

[mc4wp_form id=”55″]

GuideHow-To

Android SafetyCore: Truth Behind Google’s Silent Install Fix

Google quietly installed Android System SafetyCore on millions of phones without most users noticing. Here's why it's causing controversy, what it actually does, and how to check if it's on…

Techjunkie Aman
August 25, 2026

Your may also like!

GuideHow-ToWindows OS

How to Remove Android SafetyCore Without Root

Techjunkie Aman
August 25, 2026
GuideHow-To

Android SafetyCore: Truth Behind Google’s Silent Install Fix

Techjunkie Aman
August 25, 2026
Trollstore

How to Enable JIT on iPhone Without a Computer (iOS 27 Guide)

Techjunkie Aman
August 24, 2026
GamesTrollstore

10 Best Minecraft Server Plugins for Paper & Purpur (2026)

Techjunkie Aman
August 24, 2026

Quick Links

  • Privacy Policy
  • About Us
  • Disclaimer
Collab With ME

Socials

Follow US
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?

%d