Android missing stock file manager and intent

When i try to find files dolphin crashes, Redream says no app installed, arc browser can’t see the SD in /storage

The picture shows the issue partially. We need a standard aosp file manager included. The one it has now is different from most that I’ve seen in stock images, is it custom?

Also when I use ATV launcher or ark browser it’s not remembering when I tell it always use an alternative launcher.

Something strange is going on here.

1 Like

@Slaminger if you have downloaded the vim4 code,please edit the mk file to add file manager.The mk file path is codePath/device/khadas/kvim4/kvim4.mk.

device/khadas$ git diff
diff --git a/kvim4/kvim4.mk b/kvim4/kvim4.mk
index febeee7..9128e5f 100644
--- a/kvim4/kvim4.mk
+++ b/kvim4/kvim4.mk
@@ -49,7 +49,7 @@ PRODUCT_COPY_FILES += \
 PRODUCT_COPY_FILES += \
     device/khadas/$(PRODUCT_DIR)/permissions/tv_core_hardware.xml:system/etc/permissions/tv_core_hardware.xml
 
 $(call inherit-product, device/google/atv/products/atv_mainline_system.mk)
 
@@ -236,6 +236,7 @@ PRODUCT_PACKAGES += \
     KSettings \
     KTools \
     SchPwrOnOff \
+    DocumentsUI \
     LatinIME

Or you can download the old firmware that contain file manager.And we will fix this bug as soon as possible.Thanks for your feedback.

1 Like

That version you linked also has the same file manager. I’ll have to rebuild :grin:

Hello,

I have the same problem on Edge2 with Android 12 image.

@peerchemist @Slaminger Thank you for your feedback. I will add this app in the next version.

1 Like