followed steps and it rooted. busybox not there. had to do it via titanium backup
Cool. I'm pretty sure I've not seen a "no busybox" yet. Did you get an error during the update.zip? Reason I ask is the busybox is installed with this command:
Code:
assert(run_program("/system/xbin/busybox", "--install", "/system/xbin"));
Since it's done via an "assert" the installer should report "fail" if it doesn't complete successfully.
What indicated to you that busybox was missing? I know Titanium Backup
always prompts you to install their copy (assuming you hit the "Problems?" button as they recommend) even if you already have busybox, and even if your copy is identical to theirs (which in this case, it is, as I install the exact same one Titanium Backup does).
[Edited to add: also, Titanium doesn't install busybox for use by anything but itself - if you truly had no busybox after the process - which is unlikely - then even after letting Titanium copy on a version for its own use, you still don't have busybox available for general use.]
Lastly, did you see my
response and attempted solution to your question? I have gone ahead and added it to the OP as Teddyearp seemed to second the notion, but if there is anything that should be added, let me know.