No problem, rexbaum--that's what we do here at AF

.
And those pics you posted show a couple things:
1. confirms you are rooted by verifying the su and Superuser.apk binaries existence and security settings
2. shows there is not OTA (over-the-air) .zip file located in your /cache folder (at least currently); however, I'm am curious about the /cache/fota directory (more on this in a second)
3. those pics of your box are pretty wild--someone's got some explaining to do, LOL, if a carrier or manufacturer shipped-out a new device pre-rooted
~ ~ ~
Okay, next steps:
1. I'd like you to type this command in the
Android Terminal Emulator window and show us the output:
Code:
# [COLOR="Red"][B]ls -al /cache/fota/*[/B][/COLOR]
I'm wondering if there's OTA .zip file within that directory. If there is, we can use my OTA Verifier app if necessary to scan it.
2. If you can copy the
last_install and
last_log files from your
/cache/recovery directory over to your SD card and post those up for us, that would be very helpful and illustrative. Hopefully your device will have an /sdcard folder that we can copy to:
Code:
# [COLOR="red"][B]cat /cache/recovery/last_log > /sdcard/last_log.txt[/B][/COLOR]
# [COLOR="red"][B]cat /cache/recovery/last_install > /sdcard/last_install.txt[/B][/COLOR]
So, after you use the above commands to copy those files to you SD card (/sdcard), you should be able find them with a file manager and/or Gmail and/or copy them over to your PC and them post them up here (as text or an attachment).
I'm very interested in your
last_log file and think that will tell us the most.
Okay, that's enough for now...let us know!
