magnusja / libaums

Open source library to access USB Mass Storage devices on Android without rooting your device
Apache License 2.0
1.28k stars 272 forks source link

Devices without MBR #281

Closed vleitch closed 3 years ago

vleitch commented 3 years ago

I know this has been reported many times and I notice back in 2017 there was a branch created to resolve this. However the link to this branch returns a 404.

Is this still available?

Thanks

magnusja commented 3 years ago

Should be here yes https://github.com/magnusja/libaums/blob/develop/libaums/src/main/java/com/github/mjdev/libaums/partition/fs/FileSystemPartitionTableCreator.kt

But could be that due to a recent change this is not working anymore?

vleitch commented 3 years ago

Thanks for the reply. It's a FAT12 device - could that be the problem?

magnusja commented 3 years ago

Oh yeah FAT12 is not implemented only FAT32