Interesting Finds with ADB
I managed to get an adb shell to the Droid and, though I could not cp any files off to the sdcard, I was able to dump the results of some commands to txt files. Here are some interesting finds...
Directory listing of /system/bin:
system_bin
Results of "dump" command:
dump
Results of "dumpstate" command:
dumpstate
Results of "id" command:
id
Results of "ps" command:
ps
Options for "sdptool" command:
sdptool
Results of "top" command:
top
Directory listing of /etc:
etc
Now, I'm not so much a developer, but I feel pretty sure there is some valuable info in that "dumpstate" and "dump" info. The "dumpstate" contained my phone number numerous times so I <edit> part of it. :)
Hopefully some of this info will prove helpful to developers!
-James