1. Home
  2. Docs
  3. X-plore
  4. Experiments

Experiments

Experiments for power-users

This help page is for power-users who want to try experimental or internal functions of X-plore which are not exposed in normal Configuration. These functions are experimental, in testing, or just too specific for most users. Maybe some of these functions will get officially into the app.

Creating configuration file

Create a new text file in device’s Internal memory with name .x-plore.ini. X-plore reads this during start. Note that this file will be normally hidden, if you want to see it, choose to show hidden files.

Applying configuration file

The file is read when X-plore starts. So if you edit the file in a text editor, changes should be read and applied automatically when you return back to X-plore main app.
However, some settings may require that X-plore is closed and opened again, or even killed and then opened.
If there is error in syntax of the file, it will be shown in small popup window.

Format

The definition file for these experiments is normal text file.
Each function starts by section name in format #.
Character ‘;’ specify comment, all character after it to end of line are ignored .
Parameters for particular section follow section name on next lines until another section is defined or until end of file.

Sections

Following are sections that are recognized, with added example.


#general

This is for general options not fitting to own category.

#general

; open web links in external web browser:
textEditOpenLinksExternally

; don't put version name into filename of APK files:
apkNoVersion

; Don't create thumbnails for remote locations
noRemoteThumbnails

; Don't create thumbnails for root file system
noRootThumbnails

#colors

Set colors. Each color is defined in html color format.

#colors
bgndDark = #FF8030 ; background color for dark theme
bgndLight = #302000 ; background color for light theme

#vault

Change defaults of Vault.

#vault
dir = /sdcard/vault ; change folder location of vault