[android-kernel] Re: How to enable USB Tethering?

2010-10-04 Thread Pankaj
Mike thanks for reply. I checked my platform and board specific files. Code related to rndis device and platform specific is present in my board specific files. >From kernel log I am able to see that rndis driver initialized and binded also. Even then in Settings View I am not able to see "Tethe

Re: [android-kernel] Nexus One build error

2010-10-04 Thread SungWook Jung
Open BoardConfig.mk file. Change partition size. If you don't have below contents then insert this. NEED to CHANGE PARTITION_SIZE !!! = BOARD_BOOTIMAGE_PARTITION_SIZE := 0x0050 BOARD_RECOVERYIMAGE_PARTITION_SIZE := 0x0050 BOARD_SYSTEMIMA

[android-kernel] Reporting bug in the Android Linux Kernel?

2010-10-04 Thread kobe
I am new here... Can anyone tell me where should I report the bugs for android kernel? kobe -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Re: Nexus One build error

2010-10-04 Thread nature lover
Thanks for the useful feedback. I was able to get the boot.img down to size by removing the kernel debug config option. On Oct 3, 8:12 pm, "fernandoler...@hotmail.com" wrote: > Just a guess, Did u try to increase the partirons size? I had similar > error but when flashing a device > On Oct 2, 6

[android-kernel] Re: Nexus One build error

2010-10-04 Thread fernandoler...@hotmail.com
Just a guess, Did u try to increase the partirons size? I had similar error but when flashing a device On Oct 2, 6:59 pm, nature lover wrote: > I tried to do a build of all required images (make -j4) with the > kernel having been built based on android-msm-2.6.32, to be > installed on a Nexus One

Re: [android-kernel] Re: Froyo and kernel version

2010-10-04 Thread Arindam Roy
Also Diane, I think it wouldn't be a good idea, not to use the same kernel as the android git, as that undoes the effort that your team has spent, and leads to duplication. Another point is, if one is using the same kernel, and reports any issue to this list, then all the others can easily help. Ot