Quote:
Originally Posted by ottischwenk
I think he means...
|
Oh. Well, it's still not apparent if it's USB 2 or USB 3.
Type C is not a guarantee of anything except the plug fits.
On my Poke3 the choice for external flash drive is in /vendor/etc/fstab.qcom
Code:
/devices/soc/c084000.sdhci/mmc_host* /storage/sdcard1 vfat nosuid,nodev wait,voldmanaged=sdcard1:auto,encryptable=footer
You could make that exfat if you like, or even ext2, ext3, ext4.
My autoupdate in my custom recovery can do vfat and exfat automatically.