0

I have a Samsung Galaxy on7, running on Android 6.0.1.

It has a lot of pre installed apps that I consider bloatware. I want to remove them completely from the phone.

Recently, I tried removing these apps as per this video:

Video 1

But soon I found that it does not delete the system files, because that is not possible without root.

I also found that I can root my phone using adb. The procedure (on a different phone, though) is here:

Video 2

After rooting and installing magisk, I want to delete the system files from adb using the following command (say, to remove google photos):

adb shell rm -f /system/app/Photos/Photos.apk

and

adb shell rm -f /data/user/0/com.Google.android.apps.photos

Two questions on this:

  1. Is this possible to be done on my device? Any precautions?

  2. Is there any way to backup the system files before deleting it?

Wrichik Basu
  • 939
  • 3
  • 15
  • 32

0 Answers0