dirrootexternal

  1. mcqueccu

    Android Example How to get access to ALL FILES AND FOLDERS on Android 11 to 14+ (DirRootExternal)

    This is an example of how some apps like file managers, antivirus and other apps that depends on access to DirRootExternal to create folders, create files and read files from the Root of the device. NOTE: This cannot be published to the Google Play store unless your apps CORE functionality...
  2. A

    Android Question Where to create storage for backups?

    I am writing an app that will be published on the play store app. It has a Database that I would like to save when uninstalling the application or when transferring to another device using an SD card. DirRootExternal is not available in Android 13, although this is the most convenient place to...
  3. B

    Android Question dirrootexternal access in Android 11

    As you probably know, in Android 11, memory access is not possible through RunTime. What to do to get memory access in Android 11 in b4a? I do not have Android 12 to check if there is such a limit in Android 12? In general, give me the code that allows memory access in all possible versions of...
  4. F

    Android Question File.DirDefaultExternal

    Hi all, I'm improving my app for to save and open PDF file With android:targetSdkVersion="14" was fine, but after increase targetSdkVersion to 26 not work In the past I saved and read directly from DirRootExternal but now I cannot. Now I'm using DirDefaultExternal but when I try to read the...
  5. S

    Android Question Folder not visible

    When I create a folder on "File.DirRootExternal" everything works fine. I can copy, create and delete files or other subfolders. When I connect my device with the USB cable, I no longer see the folder created. with "File Explorer" android app I see the folder created. File.ExternalWritable =...
Top