Pull a logcat but keep it clean so we don't have to pour through tons of info.
1) Install Android terminal emulator
2) Run it and type su agree to superuser prompt.
3) Type logcat -c (this clears the log of junk)
4) Do your XBMC thing and let it crash
5) type logcat > /sdcard/logcat.txt
The logcat file will be on your internal sdcard.
Post up the logcat and maybe we can see why it crashes.
Bob
Comment