|
|
|
|
|
by ajross
5294 days ago
|
|
I'm one of the bought-it-just-this-morning crowd, so I'm doing the "MTP, WTF?" dance with everyone else. For the record, for folks who don't yet know: ICS has dumped the idea of managing the internal storage as a FAT32 filesystem that can be mounted on the USB host. Instead, it stores it internally in ext4 and uses the Media Transfer Protocol to export it over USB. I found this gadget, which is a fuse wrapper around libmtp: http://www.adebenham.com/mtpfs/ It's not packaged (though libmtp is on fedora 16 at least), but is trivially buildable and installs just a single binary. Then "mtpfs /local/mount/dir" will mount your phone's /data partition for you. Much cleaner than trying to sync via a media player IMHO. |
|
The article you linked to explains that in the fourth paragraph. Their reasoning is that they don't want people to need a file manager in Android. It makes since to me.I like that they are going to a one large internal storage location.