2 messages in com.googlegroups.android-internalsRe: Port m5rc14 to real hardware| From | Sent On | Attachments |
|---|---|---|
| m943040028 | 18 Feb 2008 19:35 | |
| cortez | 28 Feb 2008 22:27 |
| Subject: | Re: Port m5rc14 to real hardware![]() |
|---|---|
| From: | cortez (omeg...@gmail.com) |
| Date: | 02/28/2008 10:27:33 PM |
| List: | com.googlegroups.android-internals |
1). I didn't had this problem. My guess is that by searching the
traces regarding the activity manager you'll find the real problem. I
had several, which were easy to solve.
2). The black screen is due to a difference in frame buffer usage
between m3-rc37 and m5-rc14. See
http://www.omegamoon.com/blog/index.php?entry=entry080228-220020
for details. I adjusted the pxa2xx framebuffer code to support panning
(page flipping).
On Feb 19, 4:36 am, m943040028 <m943...@gmail.com> wrote:
Hi everyone: Does anyone can help me? Thanks in advance. I'm now working on porting m5rc14 to our platform. I meet 2 problems:
1) when system starts, console seem almost hangs. and process system_server occupies 99% of CPU time.
This is my logcat: W/AudioFlinger( 557): Using stubbed audiohardware. No sound will be produced. I/AudioFlinger( 557): AudioFlinger's main thread ready to run. I/ServiceManager( 539): ServiceManager: addService(AudioFlinger, 0x133f8) I/sysproc ( 557): System server: starting Android runtime. I/sysproc ( 557): System server: starting Android services. I/SystemServer( 557): Entered the Android system server! I/sysproc ( 557): System server: entering thread pool. D/TouchDex( 557): TouchDex parent waiting for pid=580 (timeout=36.4s) I/ServiceManager( 539): ServiceManager: unable to find service activity I/runtime ( 539): Still waiting for activity manager... I/ServiceManager( 539): ServiceManager: waiting for service activity D/AudioFlinger( 557): Audiohardwareentering standby I/ServiceManager( 539): ServiceManager: unable to find service activity I/runtime ( 539): Still waiting for activity manager... I/ServiceManager( 539): ServiceManager: waiting for service activity I/ServiceManager( 539): ServiceManager: unable to find service activity I/runtime ( 539): Still waiting for activity manager... I/ServiceManager( 539): ServiceManager: waiting for service activity I/ServiceManager( 539): ServiceManager: unable to find service activity I/runtime ( 539): Still waiting for activity manager... I/ServiceManager( 539): ServiceManager: waiting for service activity I/ServiceManager( 539): ServiceManager: unable to find service activity I/runtime ( 539): Still waiting for activity manager... I/ServiceManager( 539): ServiceManager: waiting for service activity I/ServiceManager( 539): ServiceManager: unable to find service activity I/runtime ( 539): Still waiting for activity manager... I/ServiceManager( 539): ServiceManager: waiting for service activity I/ServiceManager( 539): ServiceManager: unable to find service activity I/runtime ( 539): Still waiting for activity manager... I/ServiceManager( 539): ServiceManager: waiting for service activity E/TouchDex( 557): timed out waiting for 580; kill(0) returns 0
It seems services don't respond to SeviceManager, it doesn't happen on previous version
2). There's nothing appear on the screen. (screen is turned to black, it doesn't happen on previous version, too)




