Forum & Wiki Migration Complete
They are not shared with iOS, you will need to either boot up iOS and use ssh/scp to put your files in /private/var/sdcard or you will need to use adb push to /sdcard if you are booted into android
cd Downloadswget http://developer.android.com/sdk/download.html?v=android-sdk_r05-mac_86.zipunzip android-sdk_r05-mac_86.ziptar xzvf android-sdk_r05-mac_86.zipecho "PATH=$PATH:~/Downloads/android-sdk-mac_86/tools" >> ~/.profilerestart terminal