[android-developers] Replace ADBD on emulator

2011-04-05 Thread TheVirus
I am trying to debug some adbd stuff for an app I'm writing but I need more debug output. I've compiled adbd from AOSP source but cannot find out how to overwrite it on the emulator. I've copied it to /sdcard and tried copying it but when I restart the emulator, it reverts. It seems the emulator

[android-developers] Re: Replace ADBD on emulator

2011-04-05 Thread TheVirus
Do I need to recompile from AOSP source and replace my default .img files (if those are re-created)? On Apr 5, 12:26 pm, TheVirus thevi...@gmail.com wrote: I am trying to debug some adbd stuff for an app I'm writing but I need more debug output. I've compiled adbd from AOSP source but cannot

[android-developers] Viewing complete ADB_TRACE in Eclipse for an emulator

2011-03-30 Thread TheVirus
Hi, I'm trying to duplicate the following functionality on an emulator but am having no luck. On my phone, I can do the following: 1. Open up Terminal Emulator 2. type su 3. type stop adbd 4. type export ABD_TRACE=all 5. type adbd This will run ADBd in the terminal window and allow me to see