DISCLAIMER: Although there is very low probability of any sort of damage by this patch, incorrectly modifying your system may render your tablet unusable. PROCEED AT YOUR OWN RISK.
This patch allows fully automatic mounting of NTFS (and FAT) formatted external drives, by modifying the volume daemon (vold) for android (without breaking OTG). NOTE that NTFS volumes are mounted read-only. Also, I haven't been able to get the NTFS-3G driver working yet (if it works it will allow both reads and writes).
The "NTFS Automount.zip" contains two files, one is "vold" which is to be copied over to /system/bin/vold (first stop the existing vold using "stop vold" on ADB). The second file is "ntfs.ko" which is the NTFS driver and should be placed in /system/utmodules or /system/modules, whichever directory exists, depepnding on the ROM you are using. This vold app should work with all new ROMs (i.e. ROMS having new kernels). If for some reason it doesn't work, try the older vold by weeds2000 (on XDA).
The source code can be found in "Vold Source.zip".
Credits:
Well, it began with this thread which mentioned of a module to get NTFS working (manual mounting). The NTFS module used here (with the debugging information stripped to reduce size) is by Lubo. The vold modification is based from weeds2000's source code (from XDA). Thank you guys.
View attachment NTFS Automount.zip
View attachment Vold Source.zip
This patch allows fully automatic mounting of NTFS (and FAT) formatted external drives, by modifying the volume daemon (vold) for android (without breaking OTG). NOTE that NTFS volumes are mounted read-only. Also, I haven't been able to get the NTFS-3G driver working yet (if it works it will allow both reads and writes).
The "NTFS Automount.zip" contains two files, one is "vold" which is to be copied over to /system/bin/vold (first stop the existing vold using "stop vold" on ADB). The second file is "ntfs.ko" which is the NTFS driver and should be placed in /system/utmodules or /system/modules, whichever directory exists, depepnding on the ROM you are using. This vold app should work with all new ROMs (i.e. ROMS having new kernels). If for some reason it doesn't work, try the older vold by weeds2000 (on XDA).
The source code can be found in "Vold Source.zip".
Credits:
Well, it began with this thread which mentioned of a module to get NTFS working (manual mounting). The NTFS module used here (with the debugging information stripped to reduce size) is by Lubo. The vold modification is based from weeds2000's source code (from XDA). Thank you guys.
View attachment NTFS Automount.zip
View attachment Vold Source.zip
Attachments
-
134.1 KB Views: 160
-
35.6 KB Views: 144