MiXplorer: Q&A and FAQ (User Manual)

Search This thread

DeepMystic

New member
May 25, 2023
1
1
Usually when we watch streaming video on Mixplorer, automatically the local server will be active like "Local Server is Active". So, here is anyone who can activate "Local Server" by manual means?
Please help!
 
  • Like
Reactions: rsngfrce

Ultramanoid

Senior Member
Apr 24, 2011
3,846
6,520
日本
That is the notification. I also tried backing up and restoring with Neobackup as suggested. I changed all the mixplorer folders to full 7777 permissions in case it couldn't write it's own settings.
Nothing works. I'm going to keep at it.

Until this is solved, there's an easy workaround. Set up MiX the way you want it. Then export settings :

Settings > MORE SETTINGS > Export ( at the very bottom ) ..

Next time you start MiX, tap on the exported settings file, .mic extension, and choose "Import" in the dialog.

It's annoying, but just a couple of extra taps when starting the application.
 

joeywen0830

Senior Member
Mar 5, 2013
84
5
changhua
Hello, whenever I open a file directly from my cloud drive, the file name always automatically add a list of numbers before the original file name. Any ways to prevent this from happening?
 
  • Like
Reactions: rsngfrce

IronTechmonkey

Recognized Contributor
Feb 12, 2013
9,678
16,862
That is the notification. I also tried backing up and restoring with Neobackup as suggested. I changed all the mixplorer folders to full 7777 permissions in case it couldn't write it's own settings.
Nothing works. I'm going to keep at it.


Apart from third-party factors which might impact behavior (anything which might affect app state, app settings, or device drive mapping or permissions) MiXplorer should be able to access its own / (root) folder even on non-rooted devices... and it might be worth manually taking a look at the folder containing the settings: /data/data/com.mixplorer/shared_prefs

EG: On my stock Moto G Power A11 rooted and non rooted devices, in MiX 6.63.1 the directory /data/data/com.mixplorer/shared_prefs is where MiXplorer's general settings seem to be saved, and MiX can create text file then edit and save that file successfully with MiX editor there.

On non rooted devices as you navigate to the aforementioned path, in /data/data you might see only the folder for the current version of MiXplorer. On rooted devices many app folders might be visible. Different iterations of MiXplorer use different package names rather than "com.mixploer".

On your device, if there are also folders for MiX beta or silver (disregard addon folders), that might be worth investigating further. If there are no such directories then it might be interesting to see what happens in a clean install of the beta version which can be done parallel to the existing version.

Beyond that: log it.

 
Last edited:

rsngfrce

Senior Member
May 13, 2012
948
1
786
NorCal
Apps & Games
As you can see by the likes to your answer i'm not the only one that did not see this simple, but in some way hidden feature. ;)
thanks a lot!
I liked that the answer was given, not because I didn't know it. I do agree though that it isn't obvious.

Strangly enough, your question was already answered in post #2 of this FAQ thread, thanks to the work of IronTechmonkey...

 
Last edited:

IronTechmonkey

Recognized Contributor
Feb 12, 2013
9,678
16,862
As you can see by the likes to your answer i'm not the only one that did not see this simple, but in some way hidden feature. ;)
thanks a lot!

To the point of your observation some things are not very intuitive but still follow general touchscreen methodology. EG, MiXplorer makes thorough use of screen space and there are very few elements which do not serve a purpose, so while exploring the app. Long press is your friend to help figure out what various things do. As to the FAQ see below.

I liked that the answer was given, not because I didn't know it. I do agree though that it isn't obvious.

Strangly enough, your question was already answered in post #2 of this FAQ thread, thanks to the work of IronTechmonkey...


Interestingly, at one time there was supposed to be a specific mention of how to work with bookmark sections but it must have gotten lost in a shuffle of post edits or may have been outside of the OPs. Although the method for editing sections is implied by the method for editing bookmarks it was not entirely clear so I added this paragraph to FAQ post #2:

"Sections are labels which can be added to the bookmark list to organize bookmarks into groups. Tapping a bookmark section will expand or collapse the bookmarks between that section and the next section below it. Sections can be edited and moved in the same manner as bookmarks. Note: Moving a section will not bring the bookmarks under it to the new location - just the section itself. Arrangements of the groups must be done manually.
 

rsngfrce

Senior Member
May 13, 2012
948
1
786
NorCal
Apps & Games
To the point of your observation some things are not very intuitive but still follow general touchscreen methodology. EG, MiXplorer makes thorough use of screen space and there are very few elements which do not serve a purpose, so while exploring the app. Long press is your friend to help figure out what various things do. As to the FAQ see below.



Interestingly, at one time there was supposed to be a specific mention of how to work with bookmark sections but it must have gotten lost in a shuffle of post edits or may have been outside of the OPs. Although the method for editing sections is implied by the method for editing bookmarks it was not entirely clear so I added this paragraph to FAQ post #2:

"Sections are labels which can be added to the bookmark list to organize bookmarks into groups. Tapping a bookmark section will expand or collapse the bookmarks between that section and the next section below it. Sections can be edited and moved in the same manner as bookmarks. Note: Moving a section will not bring the bookmarks under it to the new location - just the section itself. Arrangements of the groups must be done manually.
The free work you do supporting MiX is never done... 😂
 
Jan 31, 2022
38
11
Hi, I do have a problem with writing files on my thumb drive on my fire tv max (fire os 7.6.33). When I try to write to the /Android/data/com.mixplorer.beta/ (I'm on the latest beta, but also tried different versions) on any FAT32 drive (I tried a couple of them). I do get the message: "Attention Please select USB UNTITLED: /storage/.... to gain permissions. When clicking on ok I get a "not possible" toast.

Reading is fine. I haven't been writing files to it from mixplorer a long time. But when writing files with kodi in the /Android/data/org.xbmc.kodi/files/ folder I can read/write files.

When enabling custom otg drivers I'm able to read/write/delete any files BUT then the drive is not available for kodi.

What's going on?
 
  • Like
Reactions: rsngfrce

gbdm

New member
Jul 18, 2012
1
0
Hi,

i cant find the way to make a script with rename
from:
(\[)(.*)(\])(.*)(\[)(.*)
to:
$4$5$6

anyone can help?
 

J.Michael

Recognized Contributor
Jan 20, 2018
2,050
2,429
Samsung Galaxy Tab A series
Hi,

i cant find the way to make a script with rename
from:
(\[)(.*)(\])(.*)(\[)(.*)
to:
$4$5$6

anyone can help?
You really have file names with brackets?

Write an "awk" script, feed it the output of "ls" (there's an "ls" option that displays just the filename, one name per line), have the awk script print "mv" commands.
 

Ultramanoid

Senior Member
Apr 24, 2011
3,846
6,520
日本
You really have file names with brackets?

Write an "awk" script, feed it the output of "ls" (there's an "ls" option that displays just the filename, one name per line), have the awk script print "mv" commands.

I do have filenames with brackets for .. Reasons. I have very long filenames in UTF8 with many details regarding the file in general because metadata across file types and operating systems is not reliable, or I specifically do not want the file to have metadata but want the information visible, and one ends up using all sorts of shorthand code and symbols. Brackets around a symbol make for very readable, orderly "tags" of sorts. And I have spaces, too !

Yes, it's a riot when batch renaming or using the terminal. It's fine.

Edit : Ah, yes. Not judging OP or anything, but torrents also have plenty of filenames with descriptors between brackets.

One would probably want to rename things like [TSDM自購][Hi-Res][230524]TVアニメ『MIX MEISEI STORY 二度目の夏、空の向こうへ』EDテーマ「ハルノオト」/miwa[96kHz/24bit][FLAC] etc
 
Last edited:

rsngfrce

Senior Member
May 13, 2012
948
1
786
NorCal
Apps & Games
I do have filenames with brackets for .. Reasons. I have very long filenames in UTF8 with many details regarding the file in general because metadata across file types and operating systems is not reliable, or I specifically do not want the file to have metadata but want the information visible, and one ends up using all sorts of shorthand code and symbols. Brackets around a symbol make for very readable, orderly "tags" of sorts. And I have spaces, too !

Yes, it's a riot when batch renaming or using the terminal. It's fine.

Edit : Ah, yes. Not judging OP or anything, but torrents also have plenty of filenames with descriptors between brackets.

One would probably want to rename things like [TSDM自購][Hi-Res][230524]TVアニメ『MIX MEISEI STORY 二度目の夏、空の向こうへ』EDテーマ「ハルノオト」/miwa[96kHz/24bit][FLAC] etc
Actually, I have file names with brackets too! 🙈

I highly recommend Bulk Rename and Group (https://play.google.com/store/apps/details?id=com.direstudio.utils.fileorganizerfree) if you do a lot of renaming!
 
Last edited:

Ultramanoid

Senior Member
Apr 24, 2011
3,846
6,520
日本

rsngfrce

Senior Member
May 13, 2012
948
1
786
NorCal
Apps & Games
I've been looking for an alternative / backup for MiX's renamer, because I have none, but that won't do it for me ..

(¯―¯٥)

Sorry to hear that! Dev seemed responsible regarding different issue, I can't imagine living without it now. He does have a newer version called Renamer, but I have issues with it and it likely has same privacy issue.
 

IronTechmonkey

Recognized Contributor
Feb 12, 2013
9,678
16,862
With no implied criticism of your search suggestions in the MiXplorer thread, I've replied here in the FAQ just so I don't clog up the main thread by going longer on the search discussion.

Sometimes - learning how to utilize search operators usually leads in down the right path no matter what you are searching for

Those are good suggestions for general web search which can indeed help you find something that you might not be able to find with the XDA search engine but do those types of wildcards and other parameters work in the XDA search engine? if so that would be quite helpful .

IE, the only way I could find the Document Provider Mashup post In the XDA search engine was to search for the word "shirt" which I had recalled using in that post and which was unlikely to appear in any other posts. That is not a viable search method since it requires the author of the post to remember words from the post in order to find it. With good use of the parameters and wildcards you mentioned it might be easier if those things are usable at XDA.
 

maybeme2

Senior Member
Aug 28, 2015
2,325
746
Google Pixel 5
Moto G 5G
I am sorry to ask what should be obvious but I need to know. I searched the thread and still can't find a clear answer.
I'm on android 11 moto phone. I need to update the PDF apk. I seem to always download and install the wrong apk because it keeps saying I need to update the PDF addon.

Which of the many pdf apks do I need to install?

Do I need to first uninstall the.current installed pdf addon?

Sorry for the stupid question.
 

J.Michael

Recognized Contributor
Jan 20, 2018
2,050
2,429
Samsung Galaxy Tab A series
I am sorry to ask what should be obvious but I need to know. I searched the thread and still can't find a clear answer.
I'm on android 11 moto phone. I need to update the PDF apk. I seem to always download and install the wrong apk because it keeps saying I need to update the PDF addon.

Which of the many pdf apks do I need to install?

Do I need to first uninstall the.current installed pdf addon?

Sorry for the stupid question.
Since you are asking here, and you mention "add-on", I assume you are using Mixplorer to view a PDF.

I doubt that Mixplorer add-ons are APK files. If you downloaded a PDF viewer app, you should be able to use it -- not use Mixplorer. If you are not getting a chance to choose the newly installed app to view a PDF, check the Android app info for Mixplorer to see if you can clear Mixplorer being set as the default handler for PDFs. Also, try using the stock file manager to view a PDF, just to get a sense of whether it is Mixplorer deciding how to open a PDF, or a more general Android configuration state.

If you really want to update a Mixplorer add-on, that's probably a different process. Do you remember installing a Mixplorer add-on for PDF?
 
  • Like
Reactions: IronTechmonkey

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    I'd like to explore the filter options - using 'some GUI' or the appropriate 'command line' parameters
    To specify what to filter out (when you need fewer directories "out" than "in"):
    dirs= for i in *; do case "$i" in list|of|directories|to|filter|out) continue ;; *) dirs+="$i " ;; esac done tar -cf internal.tar $dirs
    If you want to include dot files and folders, use
    for i in .* *; do instead.

    Otherwise, to specify what to include:
    tar -cf <archive_name>.tar <dir1> <dir2>...

    Note: I just tested copying/pasting the commands "as is" into MiXplorer's terminal, but the newlines don't stick, so make sure the lines appear in terminal as they do here, except for the parts that need changing, of course (i.e. the pipe(|)-separated list and the <...> )
    5
    is not working bro I tried it. can you check yours to just confirm it if it is a bug?
    Confirmed. My bad, I failed to mention that "Pinch to zoom'" needs to be selected in the options of the view pop-up. Try that.
    5
    I got two columns to show up by first pinching vertically to reduce the size, then pinching horizontally.

    I have an old tablet with an old version of Mixplorer. Maybe one of those is the reason I get different behavior.
    Interesting. Maybe. Waiting on @nzarbayezid to show me his Home, then we'll take it from there.

    About the icon I posted in the main thread, it is clipped—I mean top and bottom portions are missing. For certain file types (like the ones in the image), the app overlays one specific icon with their extensions. In the case of xml files, that icon is stretched vertically, so the 3 rounded corners disappear, the angle of the fold relative to the vertical is smaller, and the arc of the "tip of the ear" (actually the 4th rounded corner that's been folded over) is elliptical instead of perfectly round.
    5
    This is all too much to comprehend as of now. But, I'll be sure to try and learn. Thanks a lot.

    In the meantime, your execute method helped to create internal.tar of 53.25 GB, i.e., excluding the 'Android' folder in about 5 min. I'm now getting this pulled to the PC - 75% done in about 20 min. till now.

    Now, please tell me the MiXplorer "in-app" tar file creation method for just the Android directory like you said could be done separately?

    Edit: It was stuck at 78% for more than 5 min. Then suddenly...
    /sdcard/internal.tar: 1 file pulled, 0 skipped. -180.7 MB/s (57176924160 bytes in -301.695s)
    Looks like the 'tar'ing and 'pull'ing was successful. Thanks again!
    When I suggested using Mixplorer to archive something, I meant mark one or more items (long press on the first item, tap any others), and use the "Archive" option in the menu.

    It may be useful to use Mixplorer to execute a script, but I think you would be better off sitting in a terminal window typing commands to learn. While you're at it, put commands in a text file, then run them.
    Code:
    sh -v scriptfilename >scriptfilename.log 2>&1
    will run the script and capture the output. With more work, you can make it clear which lines in the log are script and which are output. How much trouble you want to go to will depend on whether you want to show it to someone else.

    In the future, I think you should post the log file (maybe renamed to .txt) instead of a screenshot.
    4
    So I still say that adb pull is the correct choice, over the ****ty MTP.

    I don't think anyone has disagreed with that assertion and if anyone did so I might question thier health. :D Wifi with FTP by Filezilla and drive-to-drive on-device are merely other options, not necessarily as fast as ADB but each offering their own advantages. +1 to the idea of filtering (and possibly batching).
  • 105
    MiXplorer: Q&A and FAQ (User Manual)

    Table Of Contents:

    i. INTRODUCTION, GETTING MIXPLORER, & INSTALLATION (This post)
    ii. UI, NAVIGATION, VIEW CONFIGURATION, BOOKMARKS, TABS
    iii. WORKING WITH FILES & FOLDERS (Copy Move methods, Trash option)
    iv. FTP, HTTP, TCP SERVERS
    v. MiX NUGGETS (Freestanding Topical Posts)
    vi. THEMES and SKINS
    vii. BUG REPORTING, TROUBLESHOOTING, AND FAQ WIP
    MiX Nugget - Settings Overview: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-82834917

    Notes:

    If you are just starting with MiXplorer then a general review of this FAQ might be helpful but if you seek information about a particular feature or workaround you can see if there is a "MiX Nugget" for it. MiX Nuggets are individual freestanding FAQ posts which describe a MiXplorer feature in enough detail for basic use without having to sift through whole FAQ. v. MiX NUGGETS (Freestanding Topical Posts).

    Issues and workarounds of the moment:
    As the android OS and individual apps evolve there are often clusters of issues for which there are common sets of symptoms and common workarounds. This section is to share a link to whatever is the latest such batch of such issues/workarounds.

    MiX Nugget - Document provider Mash-Up: (accessing SD card and or /android/data and other directories on newer Android versions. https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-88281485

    --------------------------------------
    i) INTRODUCTION

    As mentioned in an introduction from the main thread: "MiXplorer (Mix of Explorers) is a fast, smooth, beautiful, reliable and fully-featured file manager with a simple and intuitive user interface." created by XDA member and Recognized Developer @HootanParsa

    I (IronTechmonkey) am a MiXplorer user and who volunteered (was volunteered) to create the FAQ but I am not the/a developer. This FAQ attempts to describe configuration options, file & folder operations, UI options, and MiX utilities, as well as to share workarounds for known issues or usage cases. Please feel free to provide, suggestions, corrections, or additions which could be linked to or added to the OPs. Thanks to all for your input already as much of this comes from your questions and answers in the main MiXplorer thread. Thanks to @HootanParsa for such a good file management utility.

    Please continue to direct bug reporting and tech discussion to the primary MiXplorer thread: http://forum.xda-developers.com/showthread.php?t=1523691.

    Note: the developer is sometimes away for periods of time, days or weeks or even months, but is good about following up upon return.

    SOME MIXPLORER HISTORY (MiXtory?)

    This post by HootanParsa describes a how MiXplorer got started and some key events during its relationship with Google Play Store. https://forum.xda-developers.com/t/...y-featured-file-manager.1523691/post-77894840

    Here is another note from HootanParsa regarding the history of MiXplorer on Playstore https://forum.xda-developers.com/showthread.php?t=1523691&p=73870110.

    MiXplorer is closed source, and because the developer rarely if ever engages in discussions about closed vs. open source this is not discussed at length in the main MiX thread. This is not by any rule but rather by respect for the developer's decision. That being said, past discussions about closed vs. open source have been well informed and informative. Such discussions really do relate to software development, if not to the bugs to be fixed at any given moment, so please feel free to have such discussions here if/when they become too much for the main thread.

    --------------------------------------
    GETTING MIXPLORER

    There are several ways to get MiXplorer and keep it updated and there are some methods which should not be used. In particular do not install MiXplorer via Magisk module or other system modification. This is known to cause significant problems and is not supported. Here are the ways to get MiXplorer:

    1) XDA Version in Main Thread: https://forum.xda-developers.com/showthread.php?t=1523691:
    This is the place for p the latest stable version, which is usually available in post 2. This is also where you can get the latest beta version. Note: it is always a good idea to check the main thread's OPs to see what version # is flagged as stable, as well as check the change-log. Add-ons can be obtained through the app which links to website.

    2) Playstore (MiXplorer Silver). As announced by HootanParsa here https://forum.xda-developers.com/showpost.php?p=78465999&postcount=27232; "MiX Silver a bundle of MiX with Archive and SMB2 addons and the latest language resources is uploaded in Play store as a paid app to support the development of MiXplorer. If you liked it and installed it and found a problem, please let me know. Thank you very much. "

    Note: The Playstore-Silver and XDA-Stable versions of MiXplorer are essentially the same (sometimes with small variation) but the Playstore-Silver version includes some add-ons (describe below and at Playstore page) which would have to be installed separately and manually in the XDA version; otherwise the 2 version are functionally the same.

    3) APK Mirror: This is an unsupported repository of more versions of MiX than most people would need, but some of these builds may be helpful in some situations and it provides access outside of Playstore.
    MiX at APK Mirror: https://www.apkmirror.com/apk/hootan-parsa/mixplorer-hootanparsa/
    Old link (just in case) https://www.apkmirror.com/uploads/?q=pishrodevs.
    If this link does not work then search Google for [MiXplorer APK Mirror]
    As to upgrade paths: The Play Store gives a one-shot installation and upgrade path for the app and its included add-ons. The XDA stable version allows users to decide specifically which add-ons are installed but offers a similarly simple upgrade path from with the app.

    4) [POSSIBLE INACTIVE] APKMirror RSS Feeds: https://www.apkmirror.com/apk/pishrodevs/mixplorer-hootanparsa/feed/
    [inactive?]http://www.apkmirror.com/apk/hootanparsa/feed/ The ApkMirror RSS feeds are considered by many to be a similarly "stable" and up to date as the main MiXplorer thread and XDA Labs but it offers less information about the development progression of recent updates.

    Add-ons: MiXplorer Add-ons can be installed from within the app like this:
    Settings > Addons > and click add button > follow links to browse and download appropriate add-ons.

    --------------------------------------
    INSTALLATION:

    After installing MiXplorer there are some things that must be done in order to give MiXplorer proper access to storage locations and root or SU access. It is a good idea to get these things out of the way as part of the installation (or update) of MiXplorer rather than on-the-fly as you need to perform file management tasks. Here is a brief walk-through of how to give MiXplorer it's requisite permissions. This is written for Android Nougat which has more of these prerequisites than earlier Android versions so please note that things may differ across different ROMs and SU/root methods:

    Do this stuff first, immediately after installing MiXplorer but before configuring it and importing skins and or settings

    - At first run of MiXplorer at prompt "Allow MiXplorer to access photos, media, and files on your device?" Select to Allow.
    - Make sure root is enabled in MiX setting > Navigate to Root "/" to force first time SU permissions request > Select " allow" and "remember".
    - Navigate to external SD and create a new folder. There should a prompt "Attention Please select Ext SD... to gain permissions". Note: In some situations you may not have to create a folder to invoke this prompt.

    BUG REPORTING

    - Please report bugs in the primary MiXplorer thread here: http://forum.xda-developers.com/showthread.php?t=1523691. Bug reports should include. details about your device (Android version, ROM version, Root status, SU method, MiXplorer version) as well as a step by step description of how to reproduce the issue and a log taken while the issue was reproduced. There are more suggestions for testing, logging and reporting bugs in this post: https://forum.xda-developers.com/showpost.php?p=65157367&postcount=7
    46
    ii. UI, NAVIGATION, VIEW CONFIGURATION, BOOKMARKS, TABS
    1) Primary UI Components
    2) Navigation
    3) Drawer (Bookmarks/History)
    4) Tabs
    5) Views (file folder list)
    6) "Home" page - described in MiX Nugget
    - Home Page - https://forum.xda-developers.com/showpost.php?p=82781209&postcount=1168

    --------------------------------------
    1) Primary UI Components

    The names of various UI objects may be referenced throughout documentation (and are helpful to know when configuring theme). Here are the names of a few primary UI components along with the specific name for their background colors in the theme configuration. This is just as a reference point for the documentation. For more about skins and themes see that post.

    Status Bar: TINT_STATUS_BAR
    Main Bar: BG_BAR_MAIN
    Tab Bar: BG_BAR_TAB
    Tab Indicator: TINT_TAB_INDICATOR
    Selected Tab: TINT_TAB_INDICATOR_SELECTED
    Page: BG_PAGE
    Tools bar: BG_BAR_TOOLS
    Navigation Bar: TINT_NAVIGATION_BAR

    I) Action Bar: BG_BAR_ACTION The Action Bar appears in place of the Main Bar when one or more items is selected.

    J) Drawer: The Drawer can be opened by tapping Hamburger in Main Bar or swiping the Page from left edge toward right and takes it’s background color from BG_BAR_MAIN.

    --------------------------------------
    2) Navigation

    To navigate through folders
    ; Tap the name of he folder you want to enter, or select a bookmark or history item. Note: Tapping the icon to the left will select and highlight the folder.

    To go to the previously accessed folder:; Press back button.

    To go anywhere in the path you are browsing: Tap the Location button in Main bar then tapping the part of the folder tree you want to go to.

    To go to a manually entered location: Long press the Address in the Main bar then tap “Enter the path”. Note the other things that can be done from this menu: Copy path, Copy name, Enter the path, Create shortcut, Clear thumbnails cache, Properties. Note: The items in lists like this may change as MiXplorer evolves.

    To search for items: Tap the search icon, then you can start typing what you want to find in current folder.
    To filter the search: tap the leaning-hamburger, then select an option.
    To search recursively (into sub-folders): Tap the right-angle arrow icon, then choose options and search criteria. See this FAQ Nugget for recursive and advanced search options: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-82781351
    Regex: Regex is a fairly powerful method of using expressions (wild-cards and variables) to do searches, and can also be used for renaming files.
    Harvesting information in this post https://forum.xda-developers.com/showpost.php?p=71218953&postcount=118

    To change the View level of details: Tap the View button, then select an option.
    To Add a file or folder: Tap the Add button
    To refresh the View: Tap the Refresh button (or tap the Tab title, or tap the Location button in Main bar then tap the location).
    To sort the view: Tap the Sort button (A-Z icon)

    To show or hide an item flagged as hidden: With no items selected, tap overflow menu then tap "Show Hidden" or "Don't show hidden".
    To exit MiXplorer: Long-press Back button.

    ------------------------------------
    3) Bookmarks/History (Drawer)

    To open the Drawer for Bookmarks and History
    : Tap hamburger in Main Bar, or swipe from the left edge toward right.

    To create a Bookmark to a location on the device: Navigate to the location, then long press the Location in the Main (top) Bar, then tap "Add to...", then tap "Bookmarks"; or Navigate to one level above the folder, then long press the folder in the file/folder list, then tap overflow menu, then tap "Add to...", then tap "Bookmarks". :

    To create a Bookmark to a network share, server or cloud: Open Drawer, then tap hamburger, then tap Add storage, then select and configure the type of storage. Note: The available cloud storage options may change over time. Here are examples of 2 common types of network bookmarks:

    1) To access shared folder (SMB share) on PC or other computer on same local network.:
    - Have a shared folder on a computer with file sharing and network discovery enabled.
    - Open MiXplorer on device connected to same network.
    - Bookmarks Drawer
    - Hamburger button
    - Add Storage
    - Custom
    - Search local
    - Enter credentials
    - If the search finds no shares there may be an issue with the sharing on the host or network between devices but you could try manual configuration.

    2) To access an FTP Server on another device:.
    - Have an FTP server to connect to.
    - Bookmarks Drawer
    - Hamburger button
    - Add Storage
    - Custom
    - Enter server details (ftp://<ipaddress>:<port>, user-name password)

    Notes about network and cloud bookmarks:

    - When you create a connection to local network share or cloud via <Bookmark Drawer - hamburger - Add storage>, a Bookmark will automatically be created.

    - Depending on the type of network location, when you browse the network location you may or may not be able to create bookmarks to locations within that tree as described above. This should work for SMB shares on a computer or folders on another Android device accessed via MiXplorer FTP and might work for others.

    - When you save an off-device bookmark, some context sensitive additional configuration variables may or may not be added to the "Advance settings" field, which in some cases can be edited manually later.

    To Delete or modify a bookmark: Open the Drawer, then swipe the bookmark name to the right, then select appropriate action.

    To rearrange bookmarks: Open the Drawer, then tap and drag a bookmark by it’s icon up or down.

    Sections are labels which can be added to the bookmark list to organize bookmarks into groups. Tapping a bookmark section will expand or collapse the bookmarks between that section and the next section below it. Sections can be edited and moved in the same manner as bookmarks. Note: Moving a section will not bring the bookmarks under it to the new location - just the section itself. Arrangements of the groups must be done manually.

    To create a custom category (similar to custom bookmark for a search) in the bookmark list: Open 'All files' - Tap on the search button - Recursively - Enter file-name extensions eg; *.zip|*.rar|*.txt - Press GO - Long press the address bar - Add to bookmarks.

    To reset the search-all-by=type folders (archive, apk,image, video, etc) if they are gray and don't work: If you are updating from an older version of MiXplorer you may have to click on bookmark menu and choose "reset default" (which should preserve your own bookmarks) to recreate the new versions of the search bookmarks, then you can delete the gray ones.

    Bookmark functions via the Bookmarks Menu: Add storage Reset defaults; Remove all, Export. Note: To import bookmarks, open the exported .micfg file with MiXplorer and select import.

    To switch between Bookmarks and History : Open Drawer then tap the Bookmarks or History label in top Bar.

    To clear history: Open Drawer to History, then tap mini-hamburger.

    --------------------------------------
    4) Tabs

    1st Tab is left-most. Last Tab is right-most. New tabs will open to the right of the active tab.

    General Tab functions can be accessed via the tab menu and are context sensitive, based on Tab bar visibility and tab arrangement.

    Some functions can can be accessed by long pressing on a Tab when the Tab Bar is visible.

    To refresh a Tab’s view: Swipe down, or tap on the name in the Tab Bar, or tap the location name in main bar then tap it again in the drop down.

    To open a new tab:
    - Open Bookmarks/History
    - Long press on the item that you want to open in a new tab
    or
    - Select a folder in the main page
    - Tap the overflow menu in the action bar
    - Tap "Open in new tab",
    or;
    - Tap the Tab menu then tap "Add new tab"
    or;
    - When on last (right-most) tab, Swipe from right edge to left (depends on "Settings" - ""More Settings" - "Swiping in first and last...")


    Save single tab as default tab or to save a group of tabs (Note: "Save" may occasionally be referred to as "Pin")

    To save an individual Tab be opened to a specific location at each app start (default tab)

    - Have only one tab opened.
    - Navigate to desired location.
    - Long press on Tab Title then tap "Set as default".
    - Open the Tab drop-down menu, select, "Save tabs", Tap "Now" (leave "On Exit" un-selected).

    To save a group of tabs (tab-set) to be opened at each app start:
    - Create the tabs, and open each to the location of your choice.
    - To set the default tab (to be active at app start) long press on Tab Title then tap "Set as default".
    - Open the Tab drop-down menu, select, "Save tabs", Tap "Now" (leave "On Exit" un-selected).
    Note: View detail level and sort order should be remembered per tab.

    To have MiXplorer save the tab-set that is in place at each app close (to be opened at next app app start):
    - Open the Tab menu.
    - Select check box: "On Exit".

    To reset tabs to whatever was last saved by 'Save tabs - Now" or by "Save tabs - On exit":
    - Open the Tab menu then tap Reset tabs. Each Tab's view level and sort order should be remembered and not be reset by this action.


    5) Views (file folder list)

    There are many ways to configure the file/folder list views using the "View" and "Sort" buttons which appear in the Tools bar at the bottom (in the default skin and configuration). Here are a few of the more notable functions:

    - "View" button - "Recursive data": When "Recursive data" is enabled (and after a refresh of the view) MiXplorer will calculate and show the quantity of items and storage space uses in sub-folders.

    - "View" button - "Reset defaults": When "Reset defaults" is enabled then pinch zoom settings can be reset to default for each drive independently by going to root of drive, then selecting a view mode (eg "Detailed"). To maintain the different zoom levels disable "Reset defaults".

    - "Pin" an item to top of list: A folder or file can be "Pinned" so it stays at the top of the list view regardless of sort options. To pin/unpin an item: Select it then open menu then select pin/unpin. Similarly, apps in the "Open with" list can be pinned to the top of that list by long pressing the app then tapping "Pin"

    - Create a custom thumbnail: To create a custom thumbnail for a folder (which would be used when "Auto folder preview" is enabled in main settings) put the image you want to use for the thumbnail in the folder and rename it to .preview.

    - Gallery style view for search folders: For the search folders which show all of a certain file type (eg Audio, Document, Image, Video), there is a gallery style view which shows all images of the designated type on the device but grouped in folders by location similar to the way most default gallery apps work. To enable this mode: Tap the "Sort" button then enable "By parent". To show all items in one list without the folders, disable "By parent"

    - App, User App, System App: When viewing contents of the "App" search bookmark, tapping on Location allows choice of App (all), User App, System App. To create a custom bookmark to any of those: Tap the Location in Main Bar, then select desired view (App, User App, or System App) then long press location and "Add to" bookmarks.

    6) "Home" page

    A full page panel containing locations with details, described in more detail here: MiX Nugget - Home Page - https://forum.xda-developers.com/showpost.php?p=82781209&postcount=1168

    View Customization (more in Skins/Themes)

    Disable Thumbnails (folder specific}: Place image in folder > rename to .nothumbnail
    Custom Folder Icon (folder specific): Place image in folder > rename to .foldericon
    Custom Folder Icon Preview (folder specific): Place image in folder > rename to. preview

    Notes:
    - Some image properties may not function properly. Icons can be optimized here: https://tinypng.com/
    - Some of these may depend on a related setting within the app (eg .preview file and setting "Auto folder preview")



    ----------------------------------------------
    ----------------------------------------------
    LINKS TO FAQ SECTIONS
    i. INTRODUCTION, GETTING MIXPLORER, & INSTALLATION (This post)
    ii. UI, NAVIGATION, VIEW CONFIGURATION, BOOKMARKS, TABS
    iii. WORKING WITH FILES & FOLDERS (Copy Move methods, Trash option)
    iv. FTP, HTTP, TCP SERVERS
    v. MiX NUGGETS (Freestanding Topical Posts)
    vi. THEMES and SKINS
    vii. BUG REPORTING, TROUBLESHOOTING, AND FAQ WIP
    MiX Nugget - Settings Overview: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-82834917
    38
    iii. WORKING WITH FILES & FOLDERS

    Search, searching for items: Expanded description of search methods in this post. MiX Nugget - Searching for Files and Folders: https://forum.xda-developers.com/showpost.php?p=82781351&postcount=1170

    Select a file or folder: Long press anywhere on the file, or tap on the icon at the left side.

    Select multiple files and or folders: Select one file or folder as described above and then select additional items by tapping on the name of each item.

    Select all files and folders in the current view: Tap the "Select all" button in the tools bar, or open overflow menu and tap Select all. Note: the Select all button and the Servers button can be swapped in the Tools Bar via Settings - More Settings.

    Once you have selected any item(s) the Action Bar will appear (temporally replacing the Main Bar) and will show a counter of selected items with their size, and icons for some standard actions with an overflow menu for more actions. The downward pointing arrow now offers options to expand shift or invert the selection.

    There are several ways to to Copy or Move items:

    Task queue Select items, then choose an action (repeat process for multiple jobs), then navigate to destination, then tap Job Queue, then select queued task.

    - Individual pending tasks or all pending tasks can be cleared from the queue.

    - Pending Copy tasks in the queue can be repeated to different destinations.

    Drag & drop: Select some items then long press on that selection and drag. A hovering pop-up will appear indicating how many selected items are being dragged.When the the destination folder becomes highlighted, release the selection and respond to the then a “Drop files” prompt which offers a choice to copy or move the selected items.

    Copy To and Move To: To copy/move files to a folder to be selected during the process; select items, open menu, tap ]Copy To or Move To, navigate to location, tap OK.

    Some long file operations can be paused using the play/pause button in the task status window. Also, from there the task can be canceled or sent to background.

    Delete options. There are several delete methods, the visibility of which may be context sensitive, and MiXplorer has a native "recycle/trash" feature which can be enabled in Settings - More Settings - Undo.

    Normal: Deletes file “normally”. As is the case with file deletions (not Recycle or Trash) in other OS, the deletion is non-reversible but the raw data may persist until incidentally written over by other system activity.

    Trash: Similar to Recycle or Trash bins on desktops. The locations (drives/root paths) where “Trash” functions may very across ROMs and devices. When "Undo" is enabled as described above the following should occur:

    - Deleted items are placed in hidden folders named .recycle at the root of each drive. Don't delete those manually unless you are not using the "Undo" feature.

    - In the main menu there is an item called "Undo" which shows a list of available undo items. Long press on an item in that list to see the specific files that can be restored. Short press to restore that item/group of items.

    - Menu > Undo > "Remove all"; will delete all the .recycle folders and their contents from all drives (if they exist). Also nota bene: only do this if you are sure you wont need to restore anything). Any time you "Trash" something when "Undo" is enabled the .recycle folder for that drive will be recreated. If you've already disabled "Undo" in settings and still have leftover material in the .recycle folders, those folders can be deleted manually (requires "Show hidden")

    - In some cases you may be able to recover items manually from the .recycle folders.

    - If the trash cannot be emptied, try the following: Main Menu > Undo > Remove all, or Settings > More Settings > deselect Undo. As with manually deleting the contents of the trash/recycle folder, make sure you dont need anything from there before doing this.

    Shredder: Destroys files before deleting them. Only available for certain locations. May take longer for larger selections. Deletion by this method is non-reversible and leaves minimal if any recoverable data on the drive.

    Batch Delete: When you try to delete a folder as "Normal", it also takes time to clean up database, removing thumbnails, etc... . You can use "Batch Delete" to remove that folder as fast as possible.



    ----------------------------------------------
    ----------------------------------------------
    [LINKS TO FAQ SECTIONS
    i. INTRODUCTION, GETTING MIXPLORER, & INSTALLATION (This post)
    ii. UI, NAVIGATION, VIEW CONFIGURATION, BOOKMARKS, TABS
    iii. WORKING WITH FILES & FOLDERS (Copy Move methods, Trash option)
    iv. FTP, HTTP, TCP SERVERS
    v. MiX NUGGETS (Freestanding Topical Posts)
    vi. THEMES and SKINS
    vii. BUG REPORTING, TROUBLESHOOTING, AND FAQ WIP
    MiX Nugget - Settings Overview: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-82834917
    38
    iv. FTP and HTTP SERVERS and Send-to

    NOTE: As of MiX 6.57 there were substantial changes to servers; ; TCP was removed, Send-to was merged into FTP server, TLS/SSL toggle and explicit/implicit and other switches were added, and multiple accounts can be configured. After updating to 6.57 a username and password will have to be reconfigured as will a few other things as described below. This post outlines the updated server configurations. The description of server configuration for older version of MiX (6.56 and previous) are in this post: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-85896901

    --------------------------------------------
    There are multiple ways MiXplorer can make folders available to other devices including: FTP/Share server, HTTP/WebDav server, SFTP server, and SMB1 Server Each server types offers different functionality and may be applicable in different situations, but the FTP(S,ES)/Share server is most robust and can be accessed by FTP clients and by some native OS file managers so FTP Server was used to create this documentation. HTTP/WebDav server offers less functionality but can be accessed by web browsers and native file explorers on most other systems without any client software, just a full-featured web browser and the requisite credentials. The HTTP server is configured similarly to the FTP server. There are also SFTP and SMB1 servers which are newer and or experimental and which may (or may not) be documented elsewhere.

    The MiX server will deliver a different “home” location (folder seen as working folder of directory tree by client) and will offer different levels of access to files on the server device according to: account settings, and method used to run the server, and which folder is in the active tab in MiX on the server device at the time the server is invoked. There is a more detailed description of the different home locations used in different situations below (see Home Path"

    Starting Servers


    The servers can be started or stopped by a variety of methods: Bottom bar button, main menu, server configuration panel, home screen widget, system tile.

    The servers can also be toggled by using Tasker or some other app which can handle intents:
    MiX Nugget - Turning Servers ON/OFF with Tasker and...
    https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-75400602

    Some file operations can be performed via intents.:
    MiX Nugget - COPY with Tasker and...:
    https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-75389465

    Deep Links:
    Additionally, servers can be toggled on/off by using deep-links which are essentially web hyperlinks that can be used to create home-screen shortcuts or which can be run programmatically without requiring the management of other parameters. When invoked by a home screen shortcut or programatically the server will be toggled on or off. Home screen shortcuts can be created by any of many methods including:from within Launchers (eg Nova), or from within some web browsers, or by Tasker, Edge Gestures, Automate, or any app that can create a hyperlink shortcuts on the home screen.

    For example here is a hack-ish but effective method that was used to create one of the shortcuts. Paste the link into a browser > attempted to connect > attempt fails because network is off or there is no website > use feature to create a home screen shortcut > the shortcut takes the name of the error page but effectively toggles the server > rename shortcut.

    These are the deep-links links for toggling each server. Note: these links may be highlighted as hyperlinks in web browsers viewing this page but they are actually links to the MiX installation on the Android device.

    https://mixplorer.com/app/ftp/trigger
    https://mixplorer.com/app/sftp/trigger
    https://mixplorer.com/app/http/trigger
    https://mixplorer.com/app/smb/trigger

    You can add the working directory at the end of the deeplinks for the servers. Example without and with specification of a working directory:

    https://mixplorer.com/app/ftp/trigger
    https://mixplorer.com/app/ftp/trigger/storage/emulated/0/pictures

    --------------------------------------------
    General Server Settings:
    The settings on the main edit server panel apply to the server in general and to all accounts which run on it.

    To edit server: Open servers list by any method > edit (pencil icon).

    Port: This is the port # which is appended to the IP address.
    Time out (seconds): The duration of time after which the server turns off automatically.
    IP address (optional): Experimental.
    Toggle Start on boot: Sets the server to start on device boot.
    Toggle TLS/SSL: Enable/disable encryption.
    Explicit/Implicit: (FTP/Share only) Set Explicit or Implicit mode.
    None/Basic/Digest: (HTTPWebDav only) [description needed]
    Keystore: [description needed]
    Certificate: [description needed]

    More about TLS and Explicit/Implicit here: MiX Nugget: Server Security Settings https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-85932885
    --------------------------------------------
    Account settings.

    There must be one account (which is equivalent to a username and password configured for the server in the previous MiXplorer versions). Multiple accounts can be created for the same server with each account having different credentials and offering different type of access.

    To use just one account: (similar to the username/password from the previous version) rename and configure the “admin” placeholder account or create a new account and delete the placeholder.

    To create a new account: In the server edit box Tap Add > enter desired parameters > save.

    To edit an existing account: Tap the account drop down (the displayed account name) > tap the name of the account you want to edit.

    To delete an account: Tap the account drop down (the displayed account name) > tap the name of the account you want to delete > tap delete. Note: the delete button will not appear if there is only one account.

    In the Account edit box the following can be set::

    Username
    Password
    Home Path
    Read only
    Show hidden globally

    --------------------------------------------
    Home Path = The location that clients will see as working directory or root of directory tree

    The root folder for clients is contextual, based on how the server was started: The servers can be started or stopped by a variety of methods: Bottom bar button, main menu, server configuration panel, home screen widget, system tile. If the server is invoked directly from bottom bar, then root to clients should be the same as the currently active folder in the MiXplorer UI on the server device. If the server is invoked from within the server configuration panel then root to clients should be the designated folder from the configuration panel.

    Factors:
    - If left blank then the the home directory will be auto populated by the root of internal storage (as you may have witnessed).
    - Different clients may yield somewhat different behavior. Full client such as Filezilla on desktop recommended for testing and set up before using native Windows, iOS, or Linux file explorers.

    Example Usage Case for multiple accounts: in one FTP server an account could be created with a specific home path so that connections to the server under that account will only see that directory, and another account could be created with no home path designated which allows access to the root of the FTP server device.

    --------------------------------------------
    Send To:
    To Use the FTP Server to receive files from another device running MiX via Send-to

    - Configure FTP servers on both devices with the same port number. Note: The same port # is no longer required; the port can be set in the settings of the connecting device

    - Run the server.

    - On the client device: select a file > menu > send to > > tap settings to set port to match server port > select server device > in the authentication box enter a password for the displayed account or select a different account and use that account password > Tap OK.

    - The regular MiXplorer file operation containing the typical options to abort the process or put it in the background will appear but for small files may not be on the screen for long enough to interact with; nice to have this if you want to gracefully abort a file transfer.

    - The file will be copied to the location determined by the home path set for that account based on how server was started.

    Note: subsequent file transfers during the same MiXplorer FTP server session may not require credentials and may proceed automatically. In that case in order to switch users the ftp server must be briefly stopped and restarted.

    -----------------------
    Link back to MiX FAQ Nugget Index: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-65157352

    ----------------------------------------------
    LINKS TO FAQ SECTIONS
    i. INTRODUCTION, GETTING MIXPLORER, & INSTALLATION (This post)
    ii. UI, NAVIGATION, VIEW CONFIGURATION, BOOKMARKS, TABS
    iii. WORKING WITH FILES & FOLDERS (Copy Move methods, Trash option)
    iv. FTP, HTTP, TCP SERVERS
    v. MiX NUGGETS (Freestanding Topical Posts)
    vi. THEMES and SKINS
    vii. BUG REPORTING, TROUBLESHOOTING, AND FAQ WIP
    MiX Nugget - Settings Overview: https://forum.xda-developers.com/t/mixplorer-q-a-and-faq-user-manual.3308582/post-82834917
    38
    - vii. BUG REPORTING, TROUBLESHOOTING, AND FAQ WIP

    ----------------------------------------------
    Bug Reporting:
    Please report bugs in the primary MiXplorer thread here: http://forum.xda-developers.com/showthread.php?t=1523691.

    Bug reports should come from the newest beta version of the app. If you notice a bug in the newest release version then check the newest beta. If it also occurs in the beta then log it from there.

    Bug reports should include. details about your device (Android version, ROM version, Root status, SU method, MiXplorer version) as well as a step by step description of how to reproduce the issue and a log taken while the issue was reproduced.

    ----------------------------------------------
    MiXplorer's Built-in Logging:


    Enable MiXplorer logging
    : Settings . More settings . Logging (enable)

    MiXplorer has a native logging feature. If logging is enabled (as it is by default) then the most efficient and the recommended way to do it is the following:

    - After crash or after experiencing issue,
    - Open MiXplorer
    - 3-dots menu
    - Send log.

    If you have disabled logging in the past, or you if are diagnosing more complicated issues or if you will be reviewing the logs yourself before sending. Here is a manual method that some people use:

    - Enable MiXplorer logging.
    - Close MiXplorer.
    - Open MiXplorer.
    - Reproduce the issue.
    - Close MiXplorer.
    - The logs should be in /storage/emulated/0/Android/data/com.mixplorer/cache/log/ (The path may vary slightly depending on ROM).
    - Use alternative file manager (just for this ;)) to get most recent log in folder.
    - If using MiXplorer to get the log manually, then make sure to get the log for the previous MiXplorer session rather than the one for the current session.

    Testing and Logging Notes:

    - Reproduce and log issues in a new session of MiXplorer that was started after logging has been enabled. In other words: Enable logging, then close MiXplorer, then start MiXplorer to reproduce the issue and send the log. A new log is created each time you open MiXplorer. Note: - In some cases it is recommended to test the issue in a clean installation of MiXplorer (after uninstalling MiX then reinstalling it).

    - The MiXplorer log directory will not appear until MiXplorer logging has been enabled at least once since last new installation of MiXplorer. Also, if MiXplorer is uninstalled the log folder will be deleted, so if you are getting logs manually during repeated tests remember to do so before next uninstall.

    - Before sharing logs it is a good practice to review them for information that you don’t want to share, and to delete that information or replace it with an obvious label, eg <thing x deleted>. To each their own about what to delete, but reviewing logs with privacy in mind before sending is prudent.

    - For logging more complex issues, or certain types of FCs where native app logging does not catch the error, a full system log (logcat) may be needed. The app "MatLog" (formerly "CatLog") from Play Store https://play.google.com/store/apps/details?id=com.pluscubed.matlog&hl=en can be used to capture logcats on the device. If an issue is causing reboots then the log might have to be taken from a USB connection on a computer via ADB.

    - When you share the log, also share the following:

    1) Full details of the device including: Android version, ROM version and variant, Root status, SU status, busybox status.
    2) A detailed description about how to reproduce the error when logging so others may try to reproduce it.

    ----------------------------------------------
    LINKS TO FAQ SECTIONS
    i. INTRODUCTION, GETTING MIXPLORER, & INSTALLATION (This post)
    ii. UI, NAVIGATION, VIEW CONFIGURATION, BOOKMARKS, TABS
    iii. WORKING WITH FILES & FOLDERS (Copy Move methods, Trash option)
    iv. FTP, HTTP, TCP SERVERS
    v. MiX NUGGETS (Freestanding Topical Posts)
    vi. THEMES and SKINS
    vii. BUG REPORTING, TROUBLESHOOTING, AND FAQ WIP