View Single Post
  #2057 (permalink)  
Old 04-14-2010, 06:12 PM
makkonen's Avatar
makkonen
TouchPro Android Guy
Offline
Threadstarter
 
Join Date: May 2007
Posts: 585
Reputation: 3280
makkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

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.)
Reply With Quote