Hi All I am trying to port android onto S3C6400 ( ArmV6)
I read the steps mentioned in the - Benno.id.au's blog - Android on Zaurus - Android on OMAP and ported the android patch m3-rc20 by benno, on to my kernel ( linux-2.6.23) I used the system and data file systems uploaded by benno. Since I have less memory on the board, I used the NFS mount on my desktop machine ( ext2fs) to store the android file systems ( root, data and system ) The root file system on the Board is YAFFS2. The network interface in my board is enabled with ETH0 and loopback devices. Once the board is up with android kernel, I mounted the NFS. I started the android script after executing the following commands on the Board umask 000 chroot /NFSMOUNTDIR/android-root /a.sh The problem is : I am getting the blank screen and using the strace I found that the 1) the connect() system call for the proprty_service is failed with an error "connection refused" 2) futex (0x143ac, FUTEX_WAIT, -3, {4, 998000000}) is always returning the -1 ETIMEDOUT (Connection timedout ) The related log is copied for reference: 12:18:37.500223 socket(PF_FILE, SOCK_STREAM, 0) = 3 12:18:37.502357 connect(3, {sa_family=AF_FILE, [EMAIL PROTECTED], 19) = -1 ECONNREFUSED (Connection refused) 12:18:37.504539 close(3) = 0 ................... ................... ................... ( The following messages continues for a while ) [pid 859] 12:21:08.002412 clock_gettime(CLOCK_MONOTONIC, {262, 166069000}) = 0[pid 859] 12:21:08.003323 clock_gettime(CLOCK_MONOTONIC, {262, 166959000}) = 0[pid 859] 12:21:08.004210 clock_gettime(CLOCK_MONOTONIC, {262, 167833000}) = 0[pid 859] 12:21:08.005105 futex(0x134ac, FUTEX_WAIT, -3, {4, 998000000}) = -1 ETIMEDOUT (Connection timed out) [pid 859] 12:21:13.007389 clock_gettime(CLOCK_MONOTONIC, {267, 171062000}) = 0[pid 859] 12:21:13.008388 writev(3, [{"\4", 1}, {"ServiceManager\0", 15}, {"ServiceManager: unable to find service activity\n\0", 49}], 3) = 65 [pid 859] 12:21:13.009820 writev(3, [{"\4", 1}, {"runtime\0", 8}, {"Still waiting for activity manager...\0", 38}], 3) = 47 [pid 859] 12:21:13.011182 writev(3, [{"\4", 1}, {"ServiceManager\0", 15}, {"ServiceManager: waiting for service activity\n\0", 46}], 3) = 62 [pid 859] 12:21:13.012556 clock_gettime(CLOCK_MONOTONIC, {267, 176202000}) = 0[pid 859] 12:21:13.013456 clock_gettime(CLOCK_MONOTONIC, {267, 177085000}) = 0[pid 859] 12:21:13.014337 clock_gettime(CLOCK_MONOTONIC, {267, 177963000}) = 0[pid 859] 12:21:13.015230 futex(0x134ac, FUTEX_WAIT, -3, {4, 998000000})= -1 ETIMEDOUT (Connection timed out) ( This messages continues for a while ) Thank you for any help or suggestions Regards Ajay --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Internals" group. To post to this group, send email to android-internals@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-internals?hl=en -~----------~----~----~----~------~----~------~--~---