Porting beginner
2008-10-15 19:59:55 UTC
Hi,
Staring runtime with strace, getting
android_power_suspend: enter suspend
android_power_suspend: exit suspend, ret = -19
android_power_suspend: pm_suspend returned with no event
Once I press key ( on hw keyboard), the system comes back to normal mode and
resumes activity with the below given onsole messages
android_power_wakeup 2->0 at 3943554687000
active wake lock PowerManagerService
active wake lock KeyEvents
android_power_suspend: done
But then again... same thing as earlier... its coming back to
android_power_suspend: enter suspend
android_power_suspend: exit suspend, ret = -19
android_power_suspend: pm_suspend returned with no event
And I don't see anything on lcd or not even blank lcd.
Should I comment call for 'android_power_request_sleep' from all places in
power.c so it will
never go to suspend ?
Staring runtime with strace, getting
android_power_suspend: enter suspend
android_power_suspend: exit suspend, ret = -19
android_power_suspend: pm_suspend returned with no event
Once I press key ( on hw keyboard), the system comes back to normal mode and
resumes activity with the below given onsole messages
android_power_wakeup 2->0 at 3943554687000
active wake lock PowerManagerService
active wake lock KeyEvents
android_power_suspend: done
But then again... same thing as earlier... its coming back to
android_power_suspend: enter suspend
android_power_suspend: exit suspend, ret = -19
android_power_suspend: pm_suspend returned with no event
And I don't see anything on lcd or not even blank lcd.
Should I comment call for 'android_power_request_sleep' from all places in
power.c so it will
never go to suspend ?