You can get some pseudo-filesystem access to Android by using Droid Explorer or another such application. It's flaky, but will let you go into the /sdcard and copy files in and out. Before that'll work, you'll need to add
Code:
echo 2 > /sys/devices/platform/msm_hsusb/usb_function_switch
to the custom_shells section at the end of andboot/conf/eclair.user.conf. (I forgot to put that line in the latest AIO.)
Real USB Mass Storage type filesystem access is a no-go at this point. There may or may not be technical issues stopping it. There are definitely logistical issues stopping it.
Can someone try the newest autobuild kernel? (
This one.) Some changes were put in to the battery status code, and I can't tell if they'll make things better or worse on Raphael. (On Rhodium, they are just as bad as they were.)