[android-kernel] Re: How to compile a kernel module to Andr oid Linux Kernel ?

2009-08-05 Thread basteon
use it... may be very helpful add this script to android kernel building how-to ;) #!/bin/sh ### #Actually, I getting it by this way... #cd android #repo init -u git://android.git.kernel.org/platform/manifest.git #repo sync ### #But, if you want to get only tools, you must try this... # gi

[android-kernel] Re: ADB in windows shows dev offline

2009-07-29 Thread basteon
ds, >> > Saravanan >> >> > On Jul 27, 9:22 am, Hua Zhou wrote: >> > > check the adbd service is start ok on your board. >> > > try adb kill-server, then adb devices. >> >> > > 2009/7/27 basteon >> >> > > &g

[android-kernel] Re: Kernel configuration for g1 serial cable?

2009-07-27 Thread basteon
it its not too late, cat << EOF >> .config CONFIG_USB_SERIAL=y CONFIG_USB_SERIAL_GENERIC=y EOF # CONFIG_USB_SERIAL_AIRCABLE is not set # CONFIG_USB_SERIAL_ARK3116 is not set or other specify 2009/7/24 michael m. : > > Is there somebody who could post a working kernel config for serial > output? I

[android-kernel] Re: ADB in windows shows dev offline

2009-07-27 Thread basteon
hi, I seems offline it's not attached. I not use this tool before, but if we see in source... if(!strcmp(argv[0], "devices")) { char *tmp; snprintf(buf, sizeof buf, "host:%s", argv[0]); tmp = adb_query(buf); if(tmp) { printf("List of devices attached

[android-kernel] Re: Miniumum hardware configuration for android.

2009-07-27 Thread basteon
it depends, what's hardware you use... mmc controllesrs, vgs gaphics and so on... for instance... make allnoconfig make ARCH=arm menuconfig it's supported your very lucky;) $ grep -nri arm9 ./ ./Documentation/arm/Samsung-S3C24XX/Overview.txt:9: The Samsung S3C24XX range of ARM9 System-on-Chip CPU

[android-kernel] Re: Help to develope keyboard driver!!!

2009-07-13 Thread basteon
hi there, I seems you must be use mongolian keymaps for your kdb, it's kind of userland adjustment. like there... http://www.mnbsd.org/article.php?story=20050930163834630 On 13/07/2009, Ulzii wrote: > > I am a Mongolian developer and I need to create a Mongolian crylic > letter keyboard driver fo

[android-kernel] Re: Error in lowmemorykiller.c "NR_ACTIVE' undeclared (first use in this function)"

2009-06-17 Thread basteon
g'day, May be its can help you? in the kernel version v2.6.21-hh20 I've that... ./include/asm-arm/mach-types.h:1444:#define MACH_TYPE_GOLDFISH 1441 CONFIG_MACH_GOLDFISH Well, I tried porting from that kernel to android support for my alpine. I have got the android kernel with alpine s

[android-kernel] Re: has error on making kernel image

2009-06-17 Thread basteon
Hm, I seems what you need checkout that dir in your android-kit ./prebuilt/windows. Certainly, you should use specify compiler for your arch. On 16/06/2009, Neo wrote: > > > > On Jun 10, 4:19 pm, Fran wrote: >> Hi all, >> >> I repo android source code, including kernel, and try to build kernel.

[android-kernel] Re: Error in lowmemorykiller.c "NR_ACTIVE' undeclared (first use in this function)"

2009-06-17 Thread basteon
g'day, May be its can help you? in the kernel version v2.6.21-hh20 I've that... ./include/asm-arm/mach-types.h:1444:#define MACH_TYPE_GOLDFISH 1441 CONFIG_MACH_GOLDFISH Well, I tried porting from that kernel to android support for my alpine. I have got the android kernel with alpine s

[android-kernel] porting to alpine

2009-06-12 Thread basteon
g'day, I have interest with porting android on pxa platform compatible my htc alpine. So, if this is would be not too hard, could you give me alpine datasheet or something else about specific stuffing of qtek 2020i and other alpine devices. --~--~-~--~~~---~--~~ un