Android Enthusiasts
Q&A for enthusiasts and power users of the Android operating system
Latest Questions
5
votes
1
answers
4280
views
Can I delete old trichrome library under /data/app?
I have around 50 trichrome library folders in `/data/app` using around 3 gb. What varies is the alphanumeric string after the package name denoting version: `com.google.android.trichromelibrary_410408383-VgzblS0EY8swXcjTqN6reQ==` Can I delete all but most recent to clean my system and regain some sp...
I have around 50 trichrome library folders in
/data/app
using around 3 gb.
What varies is the alphanumeric string after the package name denoting version:
com.google.android.trichromelibrary_410408383-VgzblS0EY8swXcjTqN6reQ==
Can I delete all but most recent to clean my system and regain some space?
Or is it like WinSxS folder in Windows where all revisions of the same dll are stored for different programs to use?
###UPDATE AUGUST 2022###
Latest Trichrome updates (I'm now on 511.209.733) seem to take care of old versions disinstalling them and leaving only the latest, no more need to manually delete in /data/app
and /data/data
Ju Tutt
(524 rep)
Nov 14, 2021, 05:57 AM
• Last activity: Aug 23, 2022, 02:03 PM
2
votes
0
answers
2546
views
com.google.android.trichromelibrary - An app that gets installs multiple times .....what's the point?
As I understand `com.google.android.trichromelibrary` is supposed to be a `webview` replacement in `android 10+` find /data/app -type d -iname "*trichrome*" -exec du -hs {} \; 70M /data/app/com.google.android.trichromelibrary_475808733-hbwaY4KXRVEdoKq10mzzfQ== 71M /data/app/com.google.android.trichr...
As I understand
find /data/app -type d -iname "*trichrome*" -exec du -hs {} \; 70M /data/app/com.google.android.trichromelibrary_475808733-hbwaY4KXRVEdoKq10mzzfQ== 71M /data/app/com.google.android.trichromelibrary_484407333-96Dwrx11cIuvXstExOmMTA== 72M /data/app/com.google.android.trichromelibrary.dev_495100733-Znh6eO5SOBu_ORYXeXI2zw== 71M /data/app/com.google.android.trichromelibrary_484408833-7teK0Hyij0I9yq5l070LmQ== After uninstall
# find /data/app -type d -iname "*trichrome*" -exec ls -ald {> drwxrwxr-x 4 system system 3488 2022-03-23 18:10 /data/app/com.google.android.trichromelibrary_484407333-96Dwrx11cIuvXstExOmMTA== drwxrwxr-x 4 system system 3488 2022-03-31 00:38 /data/app/com.google.android.trichromelibrary_484408833-7teK0Hyij0I9yq5l070LmQ== 4 instances ? for the same app. Why ? I manged to remove 2 of them using
-- This happened in the past too. How do I ***prevent recurrence.*** So I dont have to clean up everytime.
-- Other than brute
com.google.android.trichromelibrary
is supposed to be a webview
replacement in android 10+
find /data/app -type d -iname "*trichrome*" -exec du -hs {} \; 70M /data/app/com.google.android.trichromelibrary_475808733-hbwaY4KXRVEdoKq10mzzfQ== 71M /data/app/com.google.android.trichromelibrary_484407333-96Dwrx11cIuvXstExOmMTA== 72M /data/app/com.google.android.trichromelibrary.dev_495100733-Znh6eO5SOBu_ORYXeXI2zw== 71M /data/app/com.google.android.trichromelibrary_484408833-7teK0Hyij0I9yq5l070LmQ== After uninstall
# find /data/app -type d -iname "*trichrome*" -exec ls -ald {> drwxrwxr-x 4 system system 3488 2022-03-23 18:10 /data/app/com.google.android.trichromelibrary_484407333-96Dwrx11cIuvXstExOmMTA== drwxrwxr-x 4 system system 3488 2022-03-31 00:38 /data/app/com.google.android.trichromelibrary_484408833-7teK0Hyij0I9yq5l070LmQ== 4 instances ? for the same app. Why ? I manged to remove 2 of them using
pm uninstall
so as to keep just 1 - but I get the below error, after being stuck with 2 instances remaining instead of 1.
pm uninstall com.google.android.trichromelibrary_484407333
-- Why 4 instances of the same app. Is it by design ? How do I know which app tried to install the additional instance of trichrome library
and why did it do so when 1 exists -- This happened in the past too. How do I ***prevent recurrence.*** So I dont have to clean up everytime.
-- Other than brute
rm -rf
on the un-wanted folder anyway I can uninstall the unwanted instance
user1874594
(527 rep)
Apr 9, 2022, 10:36 AM
• Last activity: Apr 9, 2022, 12:03 PM
Showing page 1 of 2 total questions