How do I mount my Android phone's filesystem on MacOS X? [closed]
- by misbell
I'm running a fully rooted Nexus One with Android 2.1.
I can see /data/data in DDMS, both the plugin and the tool -- but when I attach my phone, I still can't see the main drive. All I can see is the SD card.
Using OSX, when I use Disk Utility, I can see the machine then see the SD Card.
Is the problem that none of the tools I am using, except DDMS and ADB shell, know how to read that main Android drive? It's the same format as the qemu img, right?
Again -- my goal is to mount the phone's root filesystem on my MacOS X host when connected via USB.