MoleMan1024 / audiowagon

AudioWagon will play audio files from an attached USB flash drive in cars equipped with Android Automotive OS
https://moleman1024.github.io/audiowagon/
GNU General Public License v3.0
58 stars 18 forks source link

ntfs-3g lib extension for reading ntfs devices #129

Open KarstenL680 opened 1 year ago

KarstenL680 commented 1 year ago

Hello,

have you taken a look to these libbs?

https://github.com/rock64-android/external-ntfs-3g

or

https://github.com/orange-studios/ntfs-3g-for-android-9.0

or

https://github.com/EMSYM/android-ntfs-3g

to implement reading of NTFS devices?

Regards

Karsten

MoleMan1024 commented 1 year ago

@KarstenL680 : I have not, because I wasn't really planning on adding more filesystems.

RNSKNP commented 7 months ago

Please could you make it work for NTFS file systems? I cannot format my old USB stick I've always used in my old car to FAT32 because the volume is to big (128 GB). 32GB is not enough for big music libraries nowadays. Or do you know any other option to play such drives in a new AAOS Volvo?

MoleMan1024 commented 7 months ago

@RNSKNP : The limitation of 32 GB for a FAT32 filesystem is when formatting with Windows native tools only. If you use other tools such as Rufus (also in Windows) you can format drives up to Terabytes in size.

RNSKNP commented 7 months ago

Thanks for your quick reply!! Somehow the option was grayed out in Rufus for my stick, but managed it with easeus partition manager. Now its working. Thanks for all your effort, you are a hero!