[APP][2.1+] FX File Explorer Dev Thread (5.0: Material Design UI, Wi-Fi Direct Xfers)

Search This thread

megaspel

Member
Jul 1, 2010
31
6
Fingers crossed he returns, it seems write access needs updating so we can write to the SD card with this? Unless someone's figured out a non-root workaround.
 

Lister Of Smeg

Senior Member
Fingers crossed he returns, it seems write access needs updating so we can write to the SD card with this? Unless someone's figured out a non-root workaround.
Hi Megaspel,

Check out my post here, and see if this still applies in your current setup....

I performed this under Android 11, using the special build of FX back then... and still have SD Write access despite OTA updates to Android 12, and Android 13.... Once you have write access, you can update to the latest FX build too. But you need the older FX to enable write...

// this wasn't my findings (as quoted in original post) but sharing it to help others... as I tried all the 'workarounds' on the net, and none of them worked, except this method.

Thanks, Lister
 

techguyone

Senior Member
Mar 5, 2011
686
200
Hi Megaspel,

Check out my post here, and see if this still applies in your current setup....

I performed this under Android 11, using the special build of FX back then... and still have SD Write access despite OTA updates to Android 12, and Android 13.... Once you have write access, you can update to the latest FX build too. But you need the older FX to enable write...

// this wasn't my findings (as quoted in original post) but sharing it to help others... as I tried all the 'workarounds' on the net, and none of them worked, except this method.

Thanks, Lister
do you have a link to the old version of fx that does this?
 
do you have a link to the old version of fx that does this?
Hi, I'm the one who's post Lister Of Smeg referred to.
Not sure if you specifically need v.8.0.3.0, as he mentions, it's just what I used, and it worked.

To recap:
You need to install from scratch, obviously, then enable write access, then it'll work through updates, *BUT* (big but), if you swap cards, you'll need to redo the whole process to (re/)enable write access, including to previously write enabled card(s) if you granted write access to any other card in the meantime.

Anyway, here you go (it's on apkmirror, btw).

Edit: if you have Aurora Store, you can also manually dl any old version from the PlayStore by typing in its version code (8008, in this case).
 

Attachments

  • fx 8.0.3.0 (8008).apk
    8.7 MB · Views: 32
Last edited by a moderator:

techguyone

Senior Member
Mar 5, 2011
686
200
Hi, I'm the one who's post Lister Of Smeg referred to.
Not sure if you specifically need v.8.0.3.0, as he mentions, it's just what I used, and it worked.

To recap:
You need to install from scratch, obviously, then enable write access, then it'll work through updates, *BUT* (big but), if you swap cards, you'll need to redo the whole process to (re/)enable write access, including to previously write enabled card(s) if you granted write access to any other card in the meantime.

Anyway, here you go (it's on apkmirror, btw).

Edit: if you have Aurora Store, you can also manually dl any old version from the PlayStore by typing in its version code (8008, in this case).
Thanks for that.
 

megaspel

Member
Jul 1, 2010
31
6
Hi Megaspel,

Check out my post here, and see if this still applies in your current setup....

I performed this under Android 11, using the special build of FX back then... and still have SD Write access despite OTA updates to Android 12, and Android 13.... Once you have write access, you can update to the latest FX build too. But you need the older FX to enable write...

// this wasn't my findings (as quoted in original post) but sharing it to help others... as I tried all the 'workarounds' on the net, and none of them worked, except this method.

Thanks, Lister
Thanks so much, but on Android 13 on my Note 20 Ultra 5g it doesn't seem to work, when I go to select the SD card folder it says I can't select it "for my own protection" like before.


EDIT: this command seemed to work for me, you need ADB debugging enabled in the developer options.

adb shell pm grant nextapp.fx android.permission.WRITE_EXTERNAL_STORAGE
 
Last edited:

Lister Of Smeg

Senior Member
do you have a link to the old version of fx that does this?
Hi @techguyone ,

Yes, in the post that I referenced above, the specific version was linked too in Step 2) however thankfully @Xetc came to the rescue again... 👍
Hi, I'm the one who's post Lister Of Smeg referred to.
Not sure if you specifically need v.8.0.3.0, as he mentions, it's just what I used, and it worked.

To recap:
You need to install from scratch, obviously, then enable write access, then it'll work through updates, *BUT* (big but), if you swap cards, you'll need to redo the whole process to (re/)enable write access, including to previously write enabled card(s) if you granted write access to any other card in the meantime.

Anyway, here you go (it's on apkmirror, btw).

Edit: if you have Aurora Store, you can also manually dl any old version from the PlayStore by typing in its version code (8008, in this case).
Hi @Xetc ,

Yeah, I'm not sure if other builds work either... I have tried a few up/newer than the quoted and some random builds, and neither of them worked. And what with trying all other solutions all over the net, and failed... when I came across your post, that saved my bacon... as was starting to doubt/get annoyed that the phone I purchased would never be able to use the SD Card slot and the new 128GB card got for it. When I tried FX v8.0.3.0 from your post and relieved it worked, I renamed the APK and kept a backup of it for future use...

Yeah I get most my APKs from APKmirror too, as know they are legit there... I do use Aurora too, and also like en.uptodown.com (App) as that shows whats installed, and shows older/newer builds, and also runs the APK against about 40 odd AntiVirus products... it's a nice little app.
Thanks so much, but on Android 13 on my Note 20 Ultra 5g it doesn't seem to work, when I go to select the SD card folder it says I can't select it "for my own protection" like before.


EDIT: this command seemed to work for me, you need ADB debugging enabled in the developer options.

adb shell pm grant nextapp.fx android.permission.WRITE_EXTERNAL_STORAGE
Hi @megaspel ,

As per your discovery, I am guessing this method doesn't work directly on newer versions of Android. I know when I researched this issue, Google was tweaking (butchering) the SD Card access with each newer version of Android as they came out, as the message and access changed per release.

I know when I tried this method, I was on Android 11 at the time and worked like a charm. Then slowly and unexpectedly (Xiaomi) actually started rolling updates out to my phone, after waiting ages to get A12... Was relieved to know when it still worked, and not long after A12 came out for my phone that Android 13 was quickly released not long after... and thankfully all still working after that too.

I've not swapped SD Cards since, so not had to re-run the process, thankfully... but pleased to hear you've found a method that works for you too....


Thanks all, Lister
 
Last edited by a moderator:
Hi @techguyone ,

Yes, in the post that I referenced above, the specific version was linked too in Step 2) however thankfully @Xetc came to the rescue again... 👍

Hi @Xetc,

Yeah, I'm not sure if other builds work either... I have tried a few up/newer than the quoted and some random builds, and neither of them worked. And what with trying all other solutions all over the net, and failed... when I came across your post, that saved my bacon... as was starting to doubt/get annoyed that the phone I purchased would never be able to use the SD Card slot and the new 128GB card got for it. When I tried FX v8.0.3.0 from your post and relieved it worked, I renamed the APK and kept a backup of it for future use...

Yeah I get most my APKs from APKmirror too, as know they are legit there... I do use Aurora too, and also like en.uptodown.com (App) as that shows whats installed, and shows older/newer builds, and also runs the APK against about 40 odd AntiVirus products... it's a nice little app.

Hi @megaspel ,

As per your discovery, I am guessing this method doesn't work directly on newer versions of Android. I know when I researched this issue, Google was tweaking (butchering) the SD Card access with each newer version of Android as they came out, as the message and access changed per release.

I know when I tried this method, I was on Android 11 at the time and worked like a charm. Then slowly and unexpectedly (Xiaomi) actually started rolling updates out to my phone, after waiting ages to get A12... Was relieved to know when it still worked, and not long after A12 came out for my phone that Android 13 was quickly released not long after... and thankfully all still working after that too.

I've not swapped SD Cards since, so not had to re-run the process, thankfully... but pleased to hear you've found a method that works for you too....


Thanks all, Lister

You can also solve this issue by simply using the NoStorageRestrict module Magisk or LSPosed version
 
Last edited by a moderator:

mcichy10

Senior Member
Dec 24, 2015
52
5
Hi. Has anybody problem with accessing to android/data or android/obb? There are apps that have access (e.g. x-plore or solid explorer) but I want to use FX Explorer. Is there any solution for this?
I'm using xiaomi.eu MIUI 14 (android 13)
 

roanv

New member
Jul 12, 2022
2
2
Feature request:
Can we get an option to always show folders first?
This is an existing option but currently it only works when sorting by name
I'd like to also have folders first when sorting by something else
 

aostrom

Senior Member
Feb 6, 2012
180
80
Boston
I just upgraded to a Pixel 8 Pro from my Pixel 6 Pro. I'm wondering if it's possible to re-arrange the icons on the home screen - none of the suggestions earlier in this thread about long-pressing the icon work (didn't work on Pixel 6 either).

Thanks!

Andy
 

roanv

New member
Jul 12, 2022
2
2
Screenshot_20231013-175421_Android System_1.png

That button isn't available to you?
 

WhoIsJohnGalt1979

Senior Member
Jun 12, 2012
488
394
Google Pixel 8 Pro
I just upgraded to a Pixel 8 Pro from my Pixel 6 Pro. I'm wondering if it's possible to re-arrange the icons on the home screen - none of the suggestions earlier in this thread about long-pressing the icon work (didn't work on Pixel 6 either).

Thanks!

Andy
I also upgraded to Pixel 8 Pro, the root add on app is not longer available for download in the playstore for this phone. Any thoughts?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 318
    [APP][4.1+] FX File Explorer Dev Thread (7.0 released)


    FX 7.0 is now available!
    Note: This initial post is now VERY out of date and will be corrected very soon. Screenshots are from old prior versions (2017/08/10)

    Hello all,

    This is the ongoing development thread for FX File Explorer. I greatly appreciate feature suggestions, bug reports, and general feedback!

    FX intends to be an uncluttered, everyday-usable file manager for Android. The primary development goal has been to create the same level of usability, intuitiveness, and efficiency as that offered by the file manager on your desktop computer.

    Local file management features of FX are free, including the root features, indexed search, cleaning tools, usage view, non-encrypted archive creation/extraction, the text editor, and all other viewers (e.g. script exec, binary viewer, image viewer). The network/cloud stuff and media-specific stuff (e.g. browsing music by album, editing playlists) is a paid add-on called "FX Plus".

    The free version of FX is not a "Lite" version or some kind of watered-down demo. There is no advertising in FX. And there is no user-tracking, phoning home, or any other "doubleplusungood" stuff of any kind in FX.

    FX Connect Demonstration

    A demonstration of FX connect. Phones are paired together using NFC by opening FX and touching their backs together. Transfers take place over a high-speed Wi-Fi Direct connection.

    Home Screen

    The "Home Screen" appears when you first open FX. The idea of the home screen is that you create bookmarks to the folders you actually use, rather than milling through the garbage every app places in the root folder of your SD card.

    One last note regarding the free-vs-plus stuff: The features shown in the "Media" and "Internet and Network" sections are part of the "FX Plus" add-on, while everything else is free. And another note: the home-screens below have every option turned on: you can use the "View" menu to customize what is shown.

    • The first image shows a default home screen.
    • The second image shows the home screen configured with a translucent dark theme and view mode set to "Icon". The translucent dark theme uses your default system wallpaper (or optionally an alternate wallpaper of your choosing).

    Home.png
    .....
    HomeTrans.png


    Directory Browsing

    These screenshots show FX viewing a directory. The one on the left shows the Material Design Teal theme, the one on the right uses a translucent theme.

    FilesSolid.png
    .....
    FilesTrans.png


    Windows and Split View

    FX supports multiple (unlimited) windows, with the ability to view one or two at a time.

    • The first screenshot shows the window menu, which is accessible by tapping the slide-out icon in the upper left corner or sliding your finger from the left edge of the screen to the right.
    • The second screenshot shows the split view mode. You can enter this mode from the window menu by tapping "Split View", or by dragging the path bar from the top of the screen downward.

    SlideOut.png
    .....
    SplitFiles.png


    Root / Developer Features

    FX supports root access. Root access requires an add-on, but the add-on is free.

    Root access is kept entirely separate from normal file browsing, and can optionally be protected.

    Developer features include:
    • Root access may be secured via PIN, Password, or Warning; secured access can be enabled for viewing or only for modifications
    • Remount filesystems as read/write or read-only
    • Disable System Apps
    • Root Usage View
    • Recursive Search
    • Modify permissions
    • Change Ownership/Group, with Android-based design (e.g. select an app-specific user by app name; see screenshot)
    • Symlink Creation (relative and absolute)
    • Shell Script Execution, with support for creating launcher shortcuts to execute scripts [NR]
    • Explore APK Contents [NR]
    • View Android Binary XML Files in Text Viewer [NR]
    • View any file in Binary Viewer [NR]
    • MD5/SHA1 Checksum and Composite Checksum Calculation/Comparison (checksum directory structures, optionally with UNIX permissions, [NR])
    Items marked with [NR] do not require root, but may offer more functionality when root is available.

    RootList.png
    .....
    RootSetPermissions.png


    RootDetails.png
    .....
    RootUsage.png


    FileSystemManager.png
    .....
    ScriptExecutor.png


    Text Editor

    FX includes a full-featured text editor. It can edit local text files, edit files as root, and edit files on remote hosts (with FX Plus add-on). Features include:

    • Undo/Redo with History (able to undo/redo multiple times)
    • Cut/Copy/Paste
    • Pinch-to-zoom font scaling
    • Proportional and fixed fonts, word wrap can be enabled/disabled
    • Optional shortcut bar can be enabled to provide arrow keys and fast access to undo/redo
    • Jump to line number, beginning/ending of file
    • Find text within documents
    • File browsing for Open/Save As
    • Enable/disable autocorrect
    • Multiple color schemes
    • Save/load files in different character sets
    TextEditor.png



    Plus Add-On

    All features demonstrated above are entirely free. The Plus Add-On is the paid component of FX, and adds additional features:

    • Application management: browse user, system, or all installed apps
    • Browse installed apps by permission (e.g. find all apps which require GPS location or Internet access)
    • (Root Access Required) View /data usage by application, disable any application
    • AES-128/256 Zip Encryption/decryption; browse inside encrypted zip files/folders, view text files, images, audio and video files without ever writing decrypted version to media
    • Browse all Images, browse images by folder (e.g. Camera folders on different media/SD cards)
    • Browse camera Videos or all videos on device
    • Browse Music by Artist, Album, Playlist, or view all music
    • Browse ringtones, podcasts, notifications, and alarm sounds
    • Create playlists, add albums/tracks/artists/playlists to playlists, reorder playlists via drag-and-drop
    • Bluetooth FTP and Bluetooth Pairing within FX (pushing files via Bluetooth does NOT require FX Plus if your device supports it)

    FX Plus adds support for the following network/cloud services:

    • SMB (Windows Networking), supports network browsing (SMB1 and SMB2)
    • FTP, including FTP-S and FTP-ES; browsing local network supported via mDNS
    • SSH, including public key, password, and interactive authentication; browsing local network supported via mDNS
    • WebDAV, including WebDAV over HTTPS; browsing local network supported via mDNS
    • Google Drive
    • Dropbox
    • Box
    • SugarSync
    • Microsoft OneDrive
    • OwnCloud (by creating a WebDAV connection)

    Images.png
    .....
    Playlist.png


    Network.png
    .....
    AppPermissions.png


    -
    58
    How to get FX

    Current Play Store Version

    To get the current version (5.x) from the Play Store, simply click here:
    Download via Play Store

    Beta Testing

    FX can be beta tested by either downloading APKs directly (links will be posted in this thread) or via the FX beta channel on Google Play. At any given time, there may or may not be a release in the beta channel. (There won't be a release when a beta has just been pushed into production).

    To join the Google Play public beta test and receive automatic updates:

    Step 1: Join this Google+ community: https://plus.google.com/communities/101301040394875566704

    Step 2: Visit this page to opt-in for beta testing: https://play.google.com/apps/testing/nextapp.fx
    Beta APKs are also posted in this thread.

    Step 3: Get FX from the Google Play Store: Download via Play Store

    If you'd prefer to download an APK directly:

    Go to the last page of this thread and grab a beta APK by clicking a download link: http://xdaforums.com/showthread.php?t=1253399&goto=newpost

    APKs of FX are archived here:
    http://android.nextapp.com/fx

    Notable versions:

    Root add-on:
    The root add-on is available for direct download here: http://android.nextapp.com/fx/FXRoot.apk
    (Root features may now be enabled directly via settings.)
    30
    FX 4.0 Beta Release (4.0.0.11)

    This is not yet in the beta channel. I intend for this to move there within a couple of days, but would like to get some initial feedback here first.
    Update: Now in beta channel (APK also available directly below)

    New features include in 4.0 (vs 3.1) include:
    • Material Design UI Overhaul
      • New themes featuring Material Design colors
      • New default icon theme
      • New Material Design animations
    • Updated List View Appearance
    • Image Viewer Updates
      • Horizontal image flipping
      • Next/Previous image preview when flipping
      • Zoom in/out animation when entering/exiting image viewer from file listings or image album views
    • “Recently Updated” catalog (available on home screen)
    • Storage Access Framework support
      • Enables Android 5.0 (Lollipop) users to write to MicroSD cards (without root access)
    • Root Support for Android 5.0

    Test release notes:
    • YOUR THEME WILL BE RESET to the default material design version. You can change it back, but I want everyone to see the intended "stock" behavior first.
    • You can turn off directory navigation animations (sliding effect) separately from general animations via the preferences. The directory navigation animations are on by default.
    • Streamlined linking of MicroSD card to Storage Access Framework is not yet available. Writable MicroSD support is available under Android 5 by tapping the homescreen’s menu, selecting “Connect to Storage”, selecting the MicroSD card, and then adding a bookmark.
    • Notifications are not Material Design
    • Miscellaneous other items are not yet implemented correctly in material design (e.g. Bluetooth on/off switch, network status lights…)
    • The compressed archive icon and possibly a few others are in dire need of replacement.
    • New image viewer has some outstanding issues with regard to animation in certain scenarios (e.g. cloud/network)
    • Looks best on Lollipop, but still works on a five year old Droid 1 running 2.1 (Eclair).

    Screenshots:

    _Home.png
    . . .
    _MusicAudio.png


    _WindowMenu.png
    . . .
    _Menu.png


    _Usage.png
    . . .
    _CleaningTools.png


    _Network.png
    . . .
    _ListView.png


    DOWNLOAD LINK: http://android.nextapp.com/fx/r4011/FX_r4011.apk

    In the event that you want to revert to version 3.1, that APK is available here: OLD VERSION -->http://android.nextapp.com/fx/r3122/FX_r3122.apk <---OLD VERSION
    26
    FX is back on the Play Store

    The APK is the same one which was uploaded a few months ago, i.e., no modifications whatsoever have been made.

    I managed to get hold of a real person, and it was corrected immediately.

    Very sorry for the inconvenience of all this.
    25
    FX development has been ongoing, but somewhat slower than I'd like. Google's late behavior has been fairly frustrating to me. Recently FX was banned for a week for containing an "ad" which actually turned out to be caused by just showing a link to a free and open source theme that could be downloaded (the Faenza icon set). Its Google Drive support was temporarily disabled from Google's side, and it was extremely difficult to get it reinstated. Then it was threatened to be banned for containing an "illegal icon" that had been in place for at least five years (the one that said "NO ADS").

    I realize they're trying to clean up the Play Store, but they're throwing good apps out with the bad. And when you get flagged for "violations", there's basically no way to explain yourself (and often there's no way to even understand what they're talking about, because you're already in total compliance with their policies to the best of your knowledge). I still love working on FX but the behavior of Google is downright demoralizing, especially when incredibly privacy-invasive apps seem to face no such penalty.

    In better news, FX 9 is mostly beta ready. You can try out a preview release now if you'd like:

    http://android.nextapp.com/fx/r8903/FXmicro_r8903.apk (micro version, no FX+ capabilities or video playback)

    Please note this one is a beta-preview and thus not in the beta-channel on the Play Store. Hope to release a real beta there (and here) very soon.

    --- Release Notes ---

    • Updated full-screen content-centric user interface.
      • Major updates to UI for edge-to-edge usage of screen.
      • Dimmed content now scrolls under header/navigation bar.
      • Improved aesthetics on phones with gesture-navigation enabled (content drawn to absolute bottom of screen)
      • More compact menu/path listing
      • Monochromatic header bar (vs early Material Design "two-tone" header)
      • Long press context actions now appear on item ("open with" and "details")
      • Always dark views (e.g. images and video listings) now appear with dark headers
      • "Fancy" headers like Web Access/FX Connect now overlay header bar.
      • New default theme, theme updates.
    • SMB v3 support (courtesy of the awesome SMBJ open source lib that FX uses).
    • SSH EC-25519 support
    • Android 11/12 "Manage all files" permissions is now used where applicable.
    • Targeting SDK 31 (Android 12).

    Removals:
    • Translucent themes (may be re-added at some point in future, possibly only for home screen)
    • Minimum SDK is now 21 (Android 5.0). FX v8 can still be downloaded for very old devices (SDK 16-19, Android 4.1-4.4)