[android-porting] Re: Adb and Gadget support at same time

2009-07-31 Thread atom10jj
Why don't you try to make them composite On Jul 30, 10:29 pm, Jon jrc.co...@gmail.com wrote: Anyone got any ideas? On Jul 27, 5:11 pm, Jon jrc.co...@gmail.com wrote: I am currently trying to build both adb and gadget support into an Android kernel. Kernel was originally 2.6.27.10 but I

[android-porting] Re: how to use adb tool on SAMSUNG GALAXY?

2009-07-15 Thread atom10jj
I believe you checked most of all about adb without SDK. * check your SDK supports SAMSUNG VID(0x04e8). original sources for SDK doesn't support that VID. If not supported, modify codes and build sdk. then exchange new adb.exe and AdbWinApi.dll under tools On Jul 14, 8:45 pm, Xinyu Chen

[android-porting] Re: Custom USB Gadget driver - not able to view kernel debug messages

2009-06-30 Thread atom10jj
Why don't you try to add adb function to your custome gadget driver? On Jun 30, 11:21 am, Rama ramb...@gmail.com wrote: Hi Luca, Thank you . We can't use adb since we are making our custom USB gadget driver as build in. If i can use adb, above two solution are working fine. For this we

[android-porting] Re: [Kernel Panic] in case of building adb composite gadget dynamically

2009-03-23 Thread atom10jj
Thank you for your early reply. I'm gonna wait for it. BR, On 3월20일, 오후9시10분, Mike Lockwood lockw...@android.com wrote: Hi atom10jj, I also ran into this problem while attempting to run the android gadget driver as a module in the x86 kernel. Unfortunately I haven't had time to track

[android-porting] [Kernel Panic] in case of building adb composite gadget dynamically

2009-03-20 Thread atom10jj
Hi~ there, I've been trying to build g_android(ADB Composite Gadget) dynamically. In case of building statically, ADB and Mass-storage are working well. But dynamical building doesn't work, I have no idea how to solve this problem. My init.rc add g_android.ko using insmod