Giter Club home page Giter Club logo

xfiles's Introduction

XFiles

A general-purpose file explorer for (rooted) Android, with support for compressed archives, remote file servers, device-to-device file transfers, checksums, etc...

API Cirrus Build Status

00mainview 00mainviewgrid 001quicksearch 002xreserver 003advancedsort 004compress 005compressbrowse 006contsel 007contselgrid 008advancedsearch 009checksum 010godir

Getting Started

Two main components:

  • XFiles application (that will be built as APK)
  • Roothelper native executable (which gets cloned from here and built automatically by the Android gradle script)

Releases

Prebuilt APKs are available in the Releases section of this repo. RootHelper standalone binaries are available here as well.

Demos

Usage demos are available here.

Building

Prerequisites

  1. A computer with at least 16 Gb of RAM
  2. Windows, Linux or MacOS with git preinstalled;
  3. Android Studio 4.1+ with CMake and NDK plugins (it is recommended to install them from SDK Manager BEFORE importing the project).

Build instructions

Roothelper

  1. The build script for RootHelper is invoked automatically as inner task of the Android gradle build script, and the library binaries are put in the lib folder of the project, in order to be packed into the APK. Follow the below steps if you want to perform a manual build instead.
  2. Clone the Roothelper repository, or change dir into the automatically cloned repo from this project's root.
  3. Botan amalgamated source code files for all needed target platforms are already provided in the botanAm folder, however if you want to regenerate them after having downloaded/cloned the official source from here: just run the script genBotanAmalgamations.sh ( or genBotanAmalgamations.bat for Windows ) after having set the variables $BOTAN_SRC_DIR to the Botan source dir
  4. Point a terminal to the roothelper source base dir, then run the genRootHelpersAndroid.sh / genRootHelpersAndroid.bat script, after having set the $NDKDIR variable to the extracted path (the default should already be fine under Linux), and the $XFILES_ASSET_DIR one to the root path of the XFiles project
  5. If you want instead to build RootHelper for your desktop platform (Windows/Mac/Linux/BSD), just run genRootHelperDesktopFull.sh / genRootHelperDesktopFull.bat which starts a CMake configure+build, or genRootHelperDesktop.sh / genRootHelperDesktop.bat which rebuilds a preconfigured CMake project

XFiles

  1. Open Android Studio, and then the SDK Manager
  2. Install latest NDK and CMake
  3. Open the project (the first sync will last a few minutes, due to the native library build step)
  4. Build the project/Build APK from the IDE

Development tools used

Contributing

  • Suggestions, bugfixes, pull-requests are welcome

License

Both XFiles and RootHelper are released under the LGPL license, with unRAR clause for some files of p7zip source in RootHelper. See the LICENSE and LICENSE_UNRAR files for further details.

xfiles's People

Contributors

davidepastore avatar pgp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.