[android-porting] request_suspend_state sleep (0->3) at 286838669063 (2029-06-12 15:19:00.243719470 UTC)

2010-10-13 Thread liu guoqing
i have ported android-2.1 to my s3c6410 platform but when it start after a moment,it print follow request_suspend_state sleep (0->3) at 286838669063 (2029-06-12 15:19:00.243719470 UTC) I/power ( 695): *** set_screen_state 0 PM: Syncing filesystems ... done.

Re: [android-porting] request_suspend_state sleep (0->3) at 286838669063 (2029-06-12 15:19:00.243719470 UTC)

2010-10-14 Thread Ashwin Bihari
Where's the problem? The system is just suspending when asked by Android and seems to be doing it properly. Regards -- Ashwin On Thu, Oct 14, 2010 at 12:16 AM, liu guoqing wrote: > i have ported android-2.1 to my s3c6410 platform > but when it start after a moment,it print follow >  

Re: [android-porting] request_suspend_state sleep (0->3) at 286838669063 (2029-06-12 15:19:00.243719470 UTC)

2010-10-14 Thread Deva R
did u meant no UI? seems all services are launched atleast., can u share logcat log? if system suspend is bothering, u can block by holding a wakelock echo test > /sys/power/wake_lock later, release it via echo test > /sys/power/wake_unlock On Thu, Oct 14, 2010 at 6:26 PM, Ashwin Bihari wrote:

Re: [android-porting] request_suspend_state sleep (0->3) at 286838669063 (2029-06-12 15:19:00.243719470 UTC)

2010-10-14 Thread liu guoqing
here is the logcat : the application calendar storage(process com.android) Freezing user space processes ... (elapsed 0.00 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done. Suspending console(s) (use no_console_suspend to debug) pm_op(): platform_pm_suspend+0x0

Re: [android-porting] request_suspend_state sleep (0->3) at 286838669063 (2029-06-12 15:19:00.243719470 UTC)

2010-10-14 Thread Ashwin Bihari
Set the "no_console_suspend" flag in U-Boot while booting Android and that'll tell you if Linux is failing for any particular reason while suspending.. Regards -- Ashwin On Thu, Oct 14, 2010 at 7:06 PM, liu guoqing wrote: > here is the logcat : > >     the application calendar storage(process