I need to be able to read a phone's file system from a desktop application in Java. I don't want to use adb.
In old android devices/versions there was Usb Mass Storage, but on all the newer devices this option doesn't exist.
So can some one help with a library and example code... What I need is: 1) Read files (the actual file and the file's properties including paths - I need to get only the .mp3s) 2) Write to specific locations
Thanks!