[UPDATE][US WIFI ONLY]Android 3.2 on Xoom WiFi, Root, via ClockworkMod Recovery

rmcsc

Senior Member
Jul 11, 2010
1,001
295
0
How about updating the Superuser.apk and su to the new bacon that ChainsDD has out there? Because I'm trying to update to it and just can't. Have tried uninstalling Superuser using Titanium to install the new one and that's a no-go.

Any hint on what I should do to update the bacon?
 
Last edited:

stachre

Senior Member
Mar 30, 2011
98
347
0
How about updating the Superuser.apk and su to the new bacon that ChainsDD has out there? Because I'm trying to update to it and just can't. Have tried uninstalling Superuser using Titanium to install the new one and that's a no-go.
You can manually remove the two files and symlink:
Code:
/system/app/Superuser.apk
/system/bin/su
/system/xbin/su
 

stachre

Senior Member
Mar 30, 2011
98
347
0
Won't this open it for vulnerability? I mean, if the checks fail there must be something wrong, no?
I added one check in system.prop to verify that the ro.product.model is set to "Xoom".

People are having problems with the check that verifies whether the system.prop reflects the device as "wingray" (Xoom Wi-Fi). Tiamat, for instance, updates system.prop for both the 3G and the Wi-Fi with device as "stingray" (Xoom 3G). So if you install Tiamat on your Xoom Wi-Fi, the check will fail because it looks like a 3G. I've removed that.

The other checks are mainly to verify each file is what is expected before patching the files. My v05 update gets rid of that altogether, replacing the patching with the flashing of a 3.2 system.img that includes superuser and omits the recovery overwrite which comes with stock 3.2.

As long as you're applying the update on a US Xoom Wi-Fi, there shouldn't be any issue with dropping the rest of the checks.
 

stachre

Senior Member
Mar 30, 2011
98
347
0
OP updated.

v05: Removed system file checks and patches; instead flashes 3.2 system image with Superuser.apk and su binary preinstalled and recovery overwrite removed.