rpschmidtbma wrote:I'm experiencing exactly the same with this image, only I'm using the HDMI output.
Last line in the terminal which I'm able to read is:
"Untracked PID 106 exited".
I've read the config but there isn't much in it either.
That is odd, you should be getting a GUI after the "Untracked PID 106 exited"... Is your Pi hooked up to a network? If so, I'd appreciate it if you could
pastie the output from logcat.
Note: Logcat output is pretty much required for us to be able to do anything about bugs/crashes etc, no matter what the bug is. If you don't know how to get it, read on!
To get logcat output, you'll need the Android SDK package. Once you have that, start the SDK Manager, select Android SDK Platform-tools (that's all you need unless you plan developing Android apps), wait for the download to finish, then open a command prompt and navigate to <your-sdk-directory>/platform-tools/. From there, run
and, if it connected properly,
. Open the newly created <sdk-directory>/log.txt and paste its content somewhere where I can read it.
Thanks,
Warg