Re: [android-kernel] Adding Driver in Android

2010-08-02 Thread Pavan Savoy
Google ? http://www.linuxjournal.com/article/7316 http://ramblings.narrabilis.com/wp/pi/ On Fri, Jul 30, 2010 at 11:00 PM, prashant patil wrote: > dear.. > pls send me detail procedure how to modify > >  Regards > >  Prashant Patil > > On 7/29/10, Bharathi Subramanian wrote: >> >> > Do we need t

[android-kernel] Re: PXA27x USB Gadget

2010-08-02 Thread Dark Knight
Hi Danke, The modified source code is my office PC, I will be able to post it only tomorw. But here is the file in LXR http://lxr.free-electrons.com/source/drivers/usb/gadget/pxa27x_udc.c?v=2.6.27;a=arm Thanks & Regards, Vaisakh P S On Aug 3, 2:00 am, Danke Xie wrote: > Hi Dark Kni

Re: [android-kernel] Re: register_netdev : kernel panic

2010-08-02 Thread Greg KH
On Mon, Aug 2, 2010 at 2:11 PM, Danke Xie wrote: > It's probably not an issue of the kernel itself but due to parameters > in kernel calls. Check the line > > lib/kref.c:43 > > and see why you get the warning. That's easy, your code is not using a kref correctly :) Is there a pointer to this dri

[android-kernel] Re: register_netdev : kernel panic

2010-08-02 Thread Danke Xie
It's probably not an issue of the kernel itself but due to parameters in kernel calls. Check the line lib/kref.c:43 and see why you get the warning. On Jul 28, 11:26 pm, Dhanraj Rajput wrote: > Hello, > > I am trying to integrate RNDIS driver available in Kernel 2.6.29 with > our USB device. i

[android-kernel] Re: PXA27x USB Gadget

2010-08-02 Thread Danke Xie
Hi Dark Knight, It seems to be likely that the warnings you get from the USB driver (pxa27x_udc.c) is related to the issues in adb shell, because it seems there is some transfer error. From the log, it looks like you hit a WARN_ON condition -- e.g., some list is unexpectedly empty. I can't find th

[android-kernel] Re: Debugging boot problem

2010-08-02 Thread doug
Thanks for all the help. It turned out that using "fastboot boot my_zImage" would boot the N1 just fine. So my problem is not in the kernel but rather in the Android image. It should be a question for another discussion board. doug -- unsubscribe: android-kernel+unsubscr...@googlegroups.com w

[android-kernel] Re: Post-Mortem on Panic/Reboot

2010-08-02 Thread Doug
While I know you guys aren't interested in resolving problems with rooted devices, how about a bunch of users who are running official builds on non-rooted devices? (Specifically the LG Ally on the Verizon network) How should they escalate the problem given their carrier is probably not at all int

Re: [android-kernel] Adding Driver in Android

2010-08-02 Thread prashant patil
dear.. pls send me detail procedure how to modify Regards Prashant Patil On 7/29/10, Bharathi Subramanian wrote: > > > Do we need to modify one of init.c and devices.c? > > Yes. You have to add it in the devices.c file. > > -- > Bharathi Subramanian > > -- > unsubscribe: > android-kernel+uns

[android-kernel] register_netdev : kernel panic

2010-08-02 Thread Dhanraj Rajput
Hello, I am trying to integrate RNDIS driver available in Kernel 2.6.29 with our USB device. i am getting following error. is there something wrong with the kernel or issue is probably with my USB gadget driver? thanks Dhanraj [ cut here ] WARNING: at lib/kref.c:43 kre

[android-kernel] Problems booting kernel

2010-08-02 Thread ErCa
Hi, hopefully this is the correct place to post this. I´m developing a device on a beagleboard and have some problems starting the kernel. I´m using yaffs2 as root filesystem and the version of the kernel is 2.6.29. We have the latest yaffs2 code compiled into the kernel, not from googles kernel

Re: [android-kernel] Block device driver

2010-08-02 Thread Wenxy
>Hi, >I am new to driver programming. Could anyone help me out how to write >a sample block device driver with some example code which will make >the entry in /proc/devices and /dev. >Help is highly appreciated. Thanks in advance. >Regards, >Murali > >-- >unsubscribe: android-kernel+unsubscr...@go

Re: [android-kernel] How to modify and re-build android source code

2010-08-02 Thread John Vidler
Hi, Simply make your changes to the code then run 'make' followed by 'emulator' in the terminal from your base build path, like you did in the "Building the code" section of the page you linked to. -John. On 2 August 2010 11:05, pincrespo wrote: > Hi, > > I followed the steps on http://source.

[android-kernel] EAP-FAST

2010-08-02 Thread KK
I knw dat EAP-PEAP and EAP-TTLS are supported by Android. But,what about d remaining EAP like SIM,AKA and FAST ? If not , I would work on it. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] How to modify and re-build android source code

2010-08-02 Thread pincrespo
Hi, I followed the steps on http://source.android.com/source/download.html to download the Android Source Code under Ubuntu with Eclipse. Now, I need to modify the Android Source Code (the Operating System), but I don't know how to check the new -modified- Operating System with the Emulator. Can