[android-kernel] I/O tracing (ideally on Xoom)

2011-06-23 Thread why2jjj
Hello: I was wondering if someone knows how to get I/O tracing working in Android (gb, honeycomb)? Ideally on a Xoom? I have a college struggling to turn it on. It is for to measure/view things like read/ write behavior on the storage device. Thanks! -- unsubscribe: android-kernel+unsubscr..

[android-kernel] Re: Can Android support Java J2SE(not only J2ME) as Linux and Unix?

2011-05-13 Thread why2jjj
code. On May 13, 11:56 am, why2jjj wrote: > Gotta' love the 'Great Firewall of China' ;-). > > I found a mirror site, though the caveat is it's an Android x86 > port:http://www.android-x86.org/getsourcecode(discussion of the > mirror)http://android-x86.gi

[android-kernel] Re: Can Android support Java J2SE(not only J2ME) as Linux and Unix?

2011-05-13 Thread why2jjj
Gotta' love the 'Great Firewall of China' ;-). I found a mirror site, though the caveat is it's an Android x86 port: http://www.android-x86.org/getsourcecode (discussion of the mirror) http://android-x86.git.sourceforge.net/git/gitweb-index.cgi (actual mirror) No guarantees on the state of this,

[android-kernel] Re: Guidance : Android ( kernel + drivers + porting + customization )

2011-04-19 Thread why2jjj
Yarra, I started the same way, having knowledge in Linux but new to the Android world. Fortunately so far, I have found Linux kernel development in Android about the same as Linux in general, with a few gotchas. Like for example, depending upon your device setup writing the Android OS + Kernel (

[android-kernel] 'Android way' of profiling/performance-analysis device drivers

2011-03-31 Thread why2jjj
Hi: What and how is the 'Android Way' of analyzing device drivers for performance analysis? I am aware of the plain, vanilla 'Linux way', ie: http://www.mjmwired.net/kernel/Documentation/basic_profiling.txt But I am very interested in knowing how I could do it in Android (build it, then fire/vie