I'm trying to get access to the filesystem of my Samsung Galaxy S4 by means of Python. There are apparently two different ways to access the files:
- via MTP using either python-mtp or PyMTP
- via USB mass storage mode
1) does not work because I can't get libMTP or PyMTP to compile/run on my Windows PC
2) does not work because I can't get USB mass storage mode enabled on my Galaxy S4 (no option to do so, no FIX app from the store seems to be working)
So what other options do I have to grab files from the filesystem?