Giter Site home page Giter Site logo

usbbridge's Introduction

USBBridge ๐ŸŒ‰

USBBridge is a lil layer on top of libaums that replaces its built-in filesystem implementation with fat32-lib's, bringing FAT12 and FAT16 support.

What?

A lot of Android devices support USB OTG, which lets you read USB drives. But most, like Google's Pixel and Nexus devices, don't support FAT12 and FAT16. You can use libaums, fat32-lib, and this bridge between the two to read FAT12 and FAT16 drives on devices that don't support them, all with libaums' nice API.

Why?

I need FAT16 support to build TeenageKit. libaums has it via javafs, a JNode FS implementation for libaums by the same dev using the original JNode source. fat32-lib is another JNode FS implementation but with years of fixes added to the original, so let's bridge the two.

Installing it

Install libaums and fat32-lib with gradle:

dependencies {
    implementation 'de.waldheinz:fat32-lib:0.6.5'
    implementation 'com.github.mjdev:libaums:0.5.5'
}

Then add the USBBridge java files to your project. I'll get a better install process if this works out.

Using it

coming sometime

License?

MIT


build bridges y'all, not walls โœจ

usbbridge's People

Contributors

izuchukwu avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

usbbridge's Issues

How to use this?

Does anyone know how to use this? I am looking at getting FAT12 support in my Android app and have been trying libaums but it only supports FAT32.
A Google search brought me here but I'm not sure how I use this with libaums and FAT32-lib.

Any help would be greatly appreciated.

TIA
Vic

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.