I’ve had a look around the web for an answer to this with no joy.
In my Eclipse (Helios) in DDMS mode I can’t use the file explorer tab for looking at files on my device.
If I start up an emulator it work fine but for my device its blank.
I’m using CM7 on a HTC Desire
The closest to an answer was here but I’m not sure if its really a solution. I’m a bit wary.
Problem solved.
I actually looked into
/system/binon the device and noticed there was nolsin the first place so I put a symbolic link in totoolbox(like how its set up in the emulator) and it works now.In detail:
adb shellcd /system/binln -s toolbox lsrebootAnd now I can see the files