11-10-2024 10:08 AM
Hello!
Can anyone explain if it is possible to restore accidentally deleted app Files, Ver. t_frc_doc_330543000?
First I unpacked the bin image of the firmware, found a number of files there:
DocumentsUIGoogle.apk
DocumentsUIGoogle-hdpi.apk
DocumentsUIGoogle-ldpi.apk
DocumentsUIGoogle-mdpi.apk
DocumentsUIGoogle-tvdpi.apk
DocumentsUIGoogle-xhdpi.apk
DocumentsUIGoogle-xxhdpi.apk
DocumentsUIGoogle-xxxhdpi.apk
Following advice from the Internet, I installed them using Package Manager. The application was installed, but crashes when I try to launch it.
Then I found and installed it from some website, but the result is the same.
Is there any way to fix this without resetting to factory settings?
Thanks!
11-10-2024 11:56 AM - edited 11-10-2024 11:57 AM
It can't be uninstalled because it's part of the read-only OS. Maybe you disabled it with with the package manager?
11-10-2024 12:28 PM
Unfortunately, maybe... First I deleted the updates from it, after which its icon appeared in the curtain among the usual applications and there was already a delete button...
11-10-2024 01:09 PM
Try this in an ADB shell:
pm enable com.google.android.documentsui
11-10-2024 02:24 PM
"pm" is not recognized as an internal or external command, operable program or batch file.