When I attempt to run my application in Eclipse on my device, I\'ve started getting alot of com.android.ddmlib.SyncException: Too many open files exceptions/err
Essentially, that means you have a memory problem. More than likely it is a leak.
First restart your phone and verify you are still getting the error. If so you are going to need to start digging in your code and find out where you are leaking!