Thanks for the info...I'm not at all Odin-savvy for Samsung devices and normally install root through flashing Chainfire's .zip file via custom recovery.
Google/Android locked-down the APIs for logcat so that only rooted apps can see everything (chicken and egg thing here, LOL).
If you're familiar with and can use adb you can basically get a full logcat by invoking "
adb shell logcat > mylogcat.txt" from your PC.
Alternatively, you can install
Terminal Emulator for Android and also fire-up a logcat and redirect it to a file on your SD card from the prompt:
logcat -d > /sdcard/mylogcat.txt
Hmm,
ROM Manager hasn't been updated since January 1, 2014!!! If Koush was invoking su from /system/xbin then it's it certainly possible that that app would not work or be granted root permissions. This is because su no longer lives in /system when you've got systemless root installed.
There's a work-around that will fix this and I'm pretty sure that it's covered in Chainfire's big BETA thread over at XDA...I'll try to hunt it down for you but I've got a few things I need to tackle (I just got home a little while ago
).
Yeah, I thought that having him start with a clean slate would remove some variables from the equation
.