←back to thread

845 points the-anarchist | 2 comments | | HN request time: 0.446s | source
Show context
grishka ◴[] No.44334337[source]
The "unremovable" part is inaccurate. While you can't completely remove it because it resides on the system partition, you most probably can still disable it with an adb command:

    adb shell pm uninstall --user 0 com.package.name
This command is very powerful as it works for any app, even those that have "disable" greyed out in the settings. I disabled the Galaxy Store on my S9 this way for example.
replies(14): >>44334372 #>>44334377 #>>44334391 #>>44334708 #>>44334724 #>>44334999 #>>44335989 #>>44336280 #>>44336571 #>>44337223 #>>44338012 #>>44339617 #>>44339958 #>>44348889 #
hysan ◴[] No.44334391[source]
> "unremovable"

> you can't completely remove it

Maybe my English isn’t very good but that sounds like the definition of unremovable.

replies(4): >>44334489 #>>44334534 #>>44334664 #>>44334844 #
charcircuit ◴[] No.44334534[source]
It's in a read only filesystem. You can't modify read only data, but you can choose to ignore it.
replies(1): >>44339345 #
1. ashirviskas ◴[] No.44339345[source]
Only because it is mounted as one. It is like saying that you can't have your house in pink because it is green.
replies(1): >>44340011 #
2. charcircuit ◴[] No.44340011[source]
If you modify a file on the partition the device will fail to boot. Your metaphor is not equivalent because it ignores security.