[android-kernel] Making Kernel Crash -Ramdump/Crash-Emulator on windows

2010-01-19 Thread IQ_sunny
Hi , I am Basically linux programmer and first time designing the tool for windows and using GUI in windows. I have to design a Crash -Ramdump/Crash-Emulator using the Fastboot.exe in windows The action item are as follows. 1) Making the Ramdump on the mobile phone flash -> Done 2) Recieving the Ra

[android-kernel] Re: How to use USB gadget driver for debugging with adb

2010-01-19 Thread voks
Fasil, Did you have some other usb gadget also enabled while debugging with adb via USB. I am wondering if it will be possible? To debug with adb over USB with for example gadgetFS running. Thanks&Regards, voks On Jan 11, 12:49 am, Fasil Mohamed wrote: > Hi, > >         I have enabled the adb d

Re: [android-kernel] Re: opencore compiling

2010-01-19 Thread Durgesh Mishra
I need to enhance opencore for rtp send/recv. For that I need to recompile it either in NDK or in ubuntu along with complete source code. I can find documentation to create a package (apk) for the source compiled with ndk. But if I compile it on ubuntu along with complete source. I do get libraries

[android-kernel] Re: opencore compiling

2010-01-19 Thread chuan
Why did you need compile copencore source along? On Jan 4, 7:00 pm, "drugz'" wrote: > Hi All, > > I need to modifyopencoresource code and test it on emulator. I tried > to use NDK for building it but it fails because of recursive build. I > tried to compile it on ubuntu, it succeeds without any p