ungoogled-software / ungoogled-chromium-android

Android build for ungoogled-chromium
GNU General Public License v3.0
491 stars 43 forks source link

Just a request for "uninstall" info/documentation for the *Library* apk. #120

Closed jaimet closed 1 year ago

jaimet commented 2 years ago

Please at least answer all questions marked with * below. Issues without answering these questions will be closed.

*Device info (please complete the following information):

*Is the bug related to extensions? No

*If not related to extensions, can the bug be reproduced with corresponding Chromium version? n/a

*Describe the bug I read the README but I find no information about uninstalling the Library apk. (Obviously, the "app" is easy to uninstall - just go to the app list on my phone, find "Ungoogled Chromium", select it then click "Uninstall" - but the Library apk is listed nowhere).

I found the following info here:

adb shell 'dumpsys package | grep "Package \["' | grep trichromelibrary You shall get a package name like org.chromium.trichromelibrary[some random number]. `adb uninstall org.chromium.trichromelibrary[the random number]`

Is this the only way to uninstall the Library apk, or is it possible to uninstall the Library apk without using adb?

Either way, could you please add a note to the README to explain how to uninstall the Library apk? Thank you

jaimet commented 2 years ago

Just extra info in case it helps. The following returns the package name required for the adb uninstall <package> command:

(from an adb shell command prompt:)

dumpsys package | \
grep '^  Package \[org.chromium.trichromelibrary' | \
awk -F '[][]' '{print $2}'
PF4Public commented 1 year ago

This is an old issue, that didn't show much activity recently — closing. If you have any more information to add, let us know.