[android-kernel] Re: Android build didn't create contents of /data directory

2009-07-08 Thread vishal bhoj
content are loaded at boot time . On what device are you trying it out ? How are you mounting the data. there are few changes needed to be done in the init.rc script . On Thu, Jul 9, 2009 at 11:03 AM, Saravanan wrote: > > Hi IMKey, > Thanks for u'r reply. > When booting Android, the

[android-kernel] How Android kernel differs from Linux kernel!

2009-07-08 Thread Saravanan
Hi, I want to know what are all the things optimized in Android kernel when compared with Linux kernel. Can some one help me, how do i know this OR where can i start to learn this. Thanks in Advance! Saravanan V. --~--~-~--~~~---~--~~ uns

[android-kernel] Re: Android build didn't create contents of /data directory

2009-07-08 Thread Saravanan
Hi IMKey, Thanks for u'r reply. When booting Android, the `init` of Android tries to refer some class file under /data/dalvik-cache directory. I came to know about this by output of `logcat`. In the absence of class files under /data/dalvik- cache directory, the `Android runtime` loo

[android-kernel] RPC operation in Interrupt context

2009-07-08 Thread XingChao Wang
Hi all, We take android-msm-2.6.29 of git://codeaurora.org/kernel/msm as work-base. RPC part added client-server mode one month ago. can anyone give a description about rpc client-server operation in interrupt context? thanks Br Wang Xingchao --~--~-~--~~~---~--~

[android-kernel] Re: How much RAM does G1 have?

2009-07-08 Thread XingChao Wang
2009/7/9 tom : > > yes, kernel need to reserve some for its text, data, mem_map, and > other like FB etc. > > But, 192-101=91MB, does modem need 91MB?! > We argue HTC ram usage once.It's really hard to know ram detail layout. --wxc200 > > On Jul 9, 1:09 pm, wxc200 wrote: >> On Jul 9, 11:51 am, D

[android-kernel] Re: How much RAM does G1 have?

2009-07-08 Thread tom
yes, kernel need to reserve some for its text, data, mem_map, and other like FB etc. But, 192-101=91MB, does modem need 91MB?! On Jul 9, 1:09 pm, wxc200 wrote: > On Jul 9, 11:51 am, Dianne Hackborn wrote:> On Wed, Jul > 8, 2009 at 7:25 PM, wxc200 wrote: > > > Do you mean App-processor and o

[android-kernel] Re: How much RAM does G1 have?

2009-07-08 Thread wxc200
On Jul 9, 11:51 am, Dianne Hackborn wrote: > On Wed, Jul 8, 2009 at 7:25 PM, wxc200 wrote: > > Do you mean App-processor and other Modem processors? > > If so,that's right.App processor only use part of the total physical > > memory. > > BUt in my case, even "cat /proc/meminfo"  doesnot match

[android-kernel] Re: How much RAM does G1 have?

2009-07-08 Thread Dianne Hackborn
On Wed, Jul 8, 2009 at 7:25 PM, wxc200 wrote: > Do you mean App-processor and other Modem processors? > If so,that's right.App processor only use part of the total physical > memory. > BUt in my case, even "cat /proc/meminfo" doesnot match app-usable > memory. Well what does it say? As the or

[android-kernel] Re: Netfilter module for Android - GPL?

2009-07-08 Thread TheNano
yes. If any one wants them you should share On Jul 7, 10:54 pm, Balaji wrote: > Hi, > > I apologize for cross posting here and in android platforms group as I > didnt know which one is the right one for this query. > > I am working on developing a kenrel module for netfilter to do some > packet

[android-kernel] projects and release

2009-07-08 Thread mike
Hi, I recently get the souce code from http://source.android.com/download. I have a question. What's the relationship between those projects and the releases? For example, if I pull out all the projects by "$ repo sync" and "make" it, then which release do I end up building with? 1.5cupcake, 2.0d

[android-kernel] Re: How much RAM does G1 have?

2009-07-08 Thread wxc200
On Jul 6, 10:53 pm, Jean-Baptiste Queru wrote: > There are other processors in the device that also need some RAM in > order to be able to run. Do you mean App-processor and other Modem processors? If so,that's right.App processor only use part of the total physical memory. BUt in my case, eve