Hi,
I am porting android 1.o to my linux arm-based phone. After the screen
showing "android init", below strace logs began repeating in the
console. Even the text of "android init" dispeared, the below logs
kept repeating. And the phone went to the blank&dark screen and can
not get to main desktop screen.
Thank you for any help or suggestions from the group.
android_power_suspend: exit suspend, ret = -19
android_power_suspend: pm_suspend returned with no event
android_power_suspend: enter suspend
android_power_suspend: exit suspend, ret = -19
android_power_suspend: pm_suspend returned with no event
android_power_suspend: enter suspend
android_power_suspend: exit suspend, ret = -19
android_power_suspend: pm_suspend returned with no event
android_power_suspend: enter suspend
android_power_suspend: exit suspend, ret = -19
android_power_suspend: pm_suspend returned with no event
[{fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}],
3, 5000) = 0 <5.006646>
00:02:29 clock_gettime(CLOCK_MONOTONIC, {142, 880801775}) = 0
<0.000061>
00:02:29 stat64("/system/bin/dbus-daemon", {st_mode=S_IFREG|0755,
st_size=121728, ...}) = 0 <0.000091>
00:02:29 fork() = 183 <0.000427>
00:02:29 clock_gettime(CLOCK_MONOTONIC, {142, 891624775}) = 0
<0.000092>
00:02:29 futex(0x40003420, FUTEX_WAKE, 2147483647) = 0 <0.000092>
00:02:29 futex(0x40001004, FUTEX_WAKE, 2147483647) = 0 <0.000060>
00:02:29 poll([{fd=4, events=POLLIN, revents=POLLIN}, {fd=6,
events=POLLIN}, {fd=8, events=POLLIN}], 3, -1) = 1 <0.000092>
00:02:29 recvfrom(4, "add@/kernel/uids/1002\0ACTION=add"..., 1024, 0,
NULL, NULL) = 85 <0.000091>
00:02:29 recvfrom(4, 0xbe98c8b2, 1024, 0, 0, 0) = -1 EAGAIN (Resource
temporarily unavailable) <0.000061>
00:02:29 poll([{fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8,
events=POLLIN}], 3, -1) = ? ERESTART_RESTARTBLOCK (To be restarted)
<0.002378>
00:02:29 --- SIGCHLD (Child exited) @ 0 (0) ---
00:02:29 write(7, "\21", 1) = 1 <0.000092>
00:02:29 sigreturn() = ? (mask now []) <0.000061>
00:02:29 poll([{fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8,
events=POLLIN, revents=POLLIN}], 3, -1) = 1 <0.000091>
00:02:29 read(8, "\21", 92) = 1 <0.000092>
00:02:29 wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], WNOHANG,
NULL) = 183 <0.000122>
00:02:29 kill(-183, SIGKILL) = -1 ESRCH (No such process)
<0.000122>
00:02:29 unlink("/dev/socket/dbus") = 0 <0.000122>
00:02:29 clock_gettime(CLOCK_MONOTONIC, {142, 900984775}) = 0
<0.000091>
00:02:29 futex(0x40003420, FUTEX_WAKE, 2147483647) = 0 <0.000061>
00:02:29 futex(0x40001004, FUTEX_WAKE, 2147483647) = 0 <0.000061>
00:02:29 wait4(-1, 0xbe98cc30, WNOHANG, NULL) = 0 <0.000061>
00:02:29 clock_gettime(CLOCK_MONOTONIC, {142, 902569775}) = 0
<0.000091>
00:02:29 clock_gettime(CLOCK_MONOTONIC, {142, 902935775}) = 0
<0.000061>
00:02:29 poll([{fd=4, events=POLLIN, revents=POLLIN}, {fd=6,
events=POLLIN}, {fd=8, events=POLLIN}], 3, 5000) = 1 <0.028019>
00:02:29 recvfrom(4, "remove@/kernel/uids/1002\0ACTION="..., 1024, 0,
NULL, NULL) = 91 <0.000092>
00:02:29 recvfrom(4, 0xbe98c8b2, 1024, 0, 0, 0) = -1 EAGAIN (Resource
temporarily unavailable) <0.000061>
00:02:29 clock_gettime(CLOCK_MONOTONIC, {142, 932813775}) = 0
<0.000061>
00:02:29 clock_gettime(CLOCK_MONOTONIC, {142, 933210775}) = 0
<0.000061>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---