kyufie
kyufie
Here's a little program that I made to help testing this library, compile with `-lusb-1.0`. All that is needed is a USB drive. Once it's running with the drive connected,...
@hansm629 As of now, it's only useful for accessing other device through ADB.
> > > On the other hand, other apps can access the USB flash drive (e.g. Ghost Commander), so it's probably a technically doable issue. > > > > >...
Qemu USB passthrough is now possible thanks to this PR. I managed to connect my USB flash drive to my Windows VM and access it from there. ![Screenshot_2024-10-14-23-24-01-534_com realvnc viewer...
> > > > > On the other hand, other apps can access the USB flash drive (e.g. Ghost Commander), so it's probably a technically doable issue. > > >...
@hansm629 No that's not for envvar. It's a command that gives you a list of path to the directory where your files in the external storage are located. You can...
@hansm629 Perhaps the drive got disconnected by the time you use `ls`. Also, if there's a prompt raised by an app asking to use the drive, reject it, that app...
@hansm629 Not sure about that. Can you do `mount | grep 7EEB-CB06` with the drive connected? And what Android version are you using?
@hansm629 Here's mine for comparison: ``` :: ~ % mount | awk '/\/mnt\/media_rw/ && split($3, a, /\//){print "/storage/" a[4]}' /storage/9016-4EF8 /storage/4374-D373 :: ~ % mount | grep 4374-D373 /dev/block/vold/public:8,97 on...
Also: >WRITE_EXTERNAL_STORAGE vs MANAGE_EXTERNAL_STORAGE Enabling Android Settings -> Apps -> Termux -> Permissions -> Files will only grant legacy WRITE_EXTERNAL_STROAGE permission and enabling Android Settings -> Apps -> Special app...