Lo Yuk Fai wrote: > At the moment, I'm trying to get strace up and running again. Now that > Android is directly booted from the ext3 partition, I couldn't run > strace. The kernel is complaining that it couldn't bring up an initial > console.
It means that /dev/console is missing. I assume Android's init creates dynamically, but your strace stuff is running before init so it doesn't exist yet. It should be easy enough to fix, just create or copy from your PC the /dev/console and /dev/null device nodes. You might also need /dev/tty and /dev/tty1. Cheers, Alex --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
