Got removable media mount detection working on Android.
Bionic has an amusing stub for `getmntent` that prints out "FIX ME! implement getmntent()" But, `/proc/mounts` is there, so I just parse it.
This commit is contained in:
parent
41e6c1de9a
commit
d35132810a
5 changed files with 37 additions and 9 deletions
|
@ -28,8 +28,6 @@
|
|||
* Ssh server and Rsync.net configuration stops where ssh
|
||||
should be prompting for a password in the terminal.
|
||||
* Enabling debug logging in the webapp doesn't seem to work.
|
||||
* S3, glacier, and local pairing are not yet enabled for Android.
|
||||
* glacier and local pairing are not yet enabled for Android.
|
||||
* The "Files" link doesn't start a file browser. Should be possible to do
|
||||
on Android via intents, I suppose?
|
||||
* Does not detect mounted USB drives. getMounts is failing
|
||||
probably?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue