[android-kernel] Re: Desktop environment

2009-09-04 Thread Greg KH
On Thu, Sep 3, 2009 at 12:24 PM, AMD wrote: > > Hello guys, > I am new to android kernel development. We are group of four > developing a project on android. I want to ask, > > 1.  Which desktop environment does ANDROID use ? (gnome,kde, or any > other) Other, it's own, "Android" > 2.  Is it pos

[android-kernel] Re: Is G2's kernel the same as G1?

2009-09-04 Thread Mike Lockwood
It depends. Which phone do you think is the G2? Mike On Thu, Aug 27, 2009 at 9:23 PM, quill wrote: > > If they are different, how to get G2's kernel(source code)? > > > > -- Mike Lockwood Google android team --~--~-~--~~~---~--~~ unsubscribe: android-kernel+

[android-kernel] Re: How to compile a kernel module to And roid Linux Kernel ?

2009-09-04 Thread Qiang Wang
hi, There is something wrong with the configure file. You should check if you are use the arm compiler and configure file. best regards wangqiang 2009/8/20 rk : > > Hi Guys, > > I am not able to compile the kernel which I have with the source code/ > downloaded from the git repo. Here is my

[android-kernel] Re: Installing a new software ISR in Android

2009-09-04 Thread San Mehat
On Thu, Aug 27, 2009 at 8:23 AM, Kosh wrote: > > Hi all, > > I want to develop a little app, which on a condition makes a system > call to android Kernel. The Kernel then executes this interrupt > routine. > And what does this interrupt routine do? :) > Any suggestions how to go about it? > > >

[android-kernel] Re: IA32 gui debugger

2009-09-04 Thread Prokash Sinha
Tell us something more of its use when someone doing android-kernel related task. -pro On Sat, Aug 29, 2009 at 10:50 AM, peter wrote: > > Hi all > Take a look my project http://code.google.com/p/peter-bochs , it is > an IA32 GUI debugger > thanks > from Peter (cmk...@hotmail.com) > > > > --~

[android-kernel] Re: Kernel make error

2009-09-04 Thread Harish
hi, CROSS_COMPILE should be CROSS_COMPILE=arm-eabi- Regards Harish On Aug 20, 10:54 am, rk wrote: > Hi, > > I am trying to build the kernel from the Andorid source. For that I > just clone the kernel from the Andorid repo. I created a dir outside > myAndroid. > > Then I did the following from

[android-kernel] How to put custom kernel model to Gphone?

2009-09-04 Thread quill
I have download goldfish and modified some source code, then I compile it successfully and get a zImage file. My question is how to put it into my gphone? So that the phone will boot with the custom kernel. --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr

[android-kernel] Re: Building kernel

2009-09-04 Thread Chih-Wei
To compile goldfish kernel, you have to checkout goldfish branch. (android-goldfish-2.6.27, android-goldfish-2.6.29) Btw, the android-x86 project has provided a easier way to compile android kernel. Read http://www.android-x86.org/documents/customizekernel On 8月31日, 下午11時50分, pro wrote: > Sorry

[android-kernel] Installing a new software ISR in Android

2009-09-04 Thread Kosh
Hi all, I want to develop a little app, which on a condition makes a system call to android Kernel. The Kernel then executes this interrupt routine. Any suggestions how to go about it? --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr...@googlegroups.com

[android-kernel] Re: Putting Gadgetfs support in Android

2009-09-04 Thread 育宇
1.)Are there any solutions for gadget android module? It seems this problems still occur on android 1.5. 2.)I have bind the acm_bind_config (acm_cdc usb gadget driver f_acm.c) and gser_bind_config (generic gadget usb driver f_serial.c) to android.c. The frist one can be recongized by acm_cdc driv

[android-kernel] Re: Putting Gadgetfs support in Android

2009-09-04 Thread 育宇
Any updates? On 7月25日, 上午5時55分, Mike Lockwood wrote: > I think the problem is thatgadgetonly supports one driver at a time, > so you cannot run the androidgadgetdriver and gadgetfs > simultaneously. If you built the android driver as a module, then you > could manually load one or the other and

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

2009-09-04 Thread Harish
To write a kernel module which placed external to core kernel please go through the below website http://tldp.org/LDP/lkmpg/2.6/html/x181.html Regards Harish On Aug 20, 12:22 pm, rk wrote: > Hi Guys, > > I am not able to compile the kernel which I have with the source code/ > downloaded from th

[android-kernel] Re: Kernels fail to boot on Rogers HTC Dream, but works on other Dream platforms (ADP1, T-Mo G1)

2009-09-04 Thread Wysie
Hi all, are there any updates with regards to this? The last time I read on xda-developers some HTC rep says the sources will be out by end July, which obviously didn't happen :(. On Jul 31, 10:21 am, Julien L wrote: > ActuallyHTCAmericas was contacted and now they themselves have > contactedHTC

[android-kernel] Android USB gadget driver

2009-09-04 Thread 育宇
1)There was one discussion about running two gadget driver simultaneously before. Does the problem still exist in android1.5? 2)I still try to bind the gadget serial driver f_acm.c and f_serial.c to android.c. The kernel image with first combination can be recongized by cdc acm USB driver, but th

[android-kernel] The RIL, the baseband and voice calls

2009-09-04 Thread Sascha
Hi all, does andybody know if the baseband directly communicates with the microphone and the headphones during a phone call or does it use the android linux kernel for that purpose? thanks sascha --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr...@goog

[android-kernel] Re: booting up the emulator with custom kernel build

2009-09-04 Thread Harish
hi, Use $make ARCH=arm CROSS_COMPILE=arm-eabi- should solve the compilation issue Regards harish On Aug 19, 7:44 pm, rk wrote: > Hi, > > That problem I fixed, > > I came here with new problem. > > andr...@android-desktop:~/goldfish/common$ make goldfish_defconfig > # > # configuration written

[android-kernel] Problem syncing the code

2009-09-04 Thread abu
i am not able to sync the code base to ubuntu 8.1 a...@abu-laptop:~/Android/cupcake$ sudo apt-get install git-core gnupg sun-java5-jdk flex bison gperf Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package git-core earlier i had the co

[android-kernel] Android kernel source code compiling.

2009-09-04 Thread Manjur
Hi folks, As a newbie, I want to learn Android kernel development on my Ubuntu box. Could you please provide me beginner's guide how to download Android kernel source code, compiling it and running the image on Android emulator. Thank you guys in advance, --Manjur --~--~-~--~~-

[android-kernel] Is G2's kernel the same as G1?

2009-09-04 Thread quill
If they are different, how to get G2's kernel(source code)? --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel -~--~~~~--~~--~--~---

[android-kernel] Android Kernel Module Compilation __aeabi_uldivmod

2009-09-04 Thread dang
Hi, while compiling a kernel module for Android Kernel (ARM, module support enabled) getting undefined "__aeabi_ldivmod" & "__aeabi_uldivmod". Any idea about this issue? Thanks, Dang --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr...@googlegroups.com w

[android-kernel] Re: Building kernel

2009-09-04 Thread shivappa.kushtagi
Hi, Looks like you have not "synced" the source code for goldfish kernel. The default manifest file no longer contains the kernel path. One need to have a local manifest file to sync the kernel tree. Follow the procedure below: Step 1) In the working directory where you have synced other sourc

[android-kernel] Problem syncing the code

2009-09-04 Thread abu
i am not able to sync the code base to ubuntu 8.1 a...@abu-laptop:~/Android/cupcake$ sudo apt-get install git-core gnupg sun-java5-jdk flex bison gperf Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package git-core earlier i had the co

[android-kernel] IA32 gui debugger

2009-09-04 Thread peter
Hi all Take a look my project http://code.google.com/p/peter-bochs , it is an IA32 GUI debugger thanks from Peter (cmk...@hotmail.com) --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-

[android-kernel] Re: Spin lock lockup issue while disconnecting the data call

2009-09-04 Thread jerryfan2000
Hi, I also have similar issue. Just wondering have you solved it? Thanks. On Jul 7, 8:05 pm, Shirish Agarwal wrote: > Hi, > > I am working on donut/2.6.29 kernel release and getting the following > crash while disconnecting the data call. > > <6>[  253.744488] rmnet_stop() > <0>[  262.856377] BU

[android-kernel] Re: Putting Gadgetfs support in Android

2009-09-04 Thread 育宇
1.)Is any updates for android gadget driver now? In android 1.5, are these problems still existen? 2.) I have try to bind acm_bind_config(acm_cdc usb gadget driver) and gser_bind_config(f_serial.c) in android.c. The first one can be recongized by acm_cdc driver in PC side, but it can not work. On

[android-kernel] USB composite gadget

2009-09-04 Thread RajneeshC
Hi everyone, I have one query. Is there any plan to support GadgetFS together with Android Gadget in Android kernel for the "Android Dev Phone"? My requirement is to be able to use GadgetFS together with ADB. I understand from some previous posts that currently only one driver is supported,

[android-kernel] Desktop environment

2009-09-04 Thread AMD
Hello guys, I am new to android kernel development. We are group of four developing a project on android. I want to ask, 1. Which desktop environment does ANDROID use ? (gnome,kde, or any other) 2. Is it possible to port a protocol into ANDROID linux kernel, which is not present right now ? T

[android-kernel] /etc/mtab equivalent

2009-09-04 Thread dang
Hi, What is the equivalent of /etc/mtab on Android platform? Thanks, Dang --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel -~--~~~~--~~--~--~---