Yes its listed there and it did ask me it when i typed su... but still get this $.
Does it show up on the allow list, specifically? You'd be surprised how many times I've accidentally hit the deny button instead of allow.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Yes its listed there and it did ask me it when i typed su... but still get this $.
I'd say you have to have busybox installed if titanium backup is working. Two things:
1) What terminal emulator are you using?
2) From the command line type "echo $PATH" and let me know what the output is.
1) I'm using this emulator
Android Terminal Emulator - Android app on AppBrain
2) "echo $PATH" returns "/data/local/bin: /sbin: /system/sbin: /system/bin: system/xbin"
K thanks for some reson now it did give me the #.Then I think you're rooted. Maybe terminal emulator is just being dumb about it. Could try removing it and reinstalling from the market, but I don't know if that would fix it. Or remove its SU permissions and make it ask for them again.
Do the following:
1) ls -l /system/bin/
Do you see busybox listed? on mine, busybox is a symlink (shortcut) to /system/xbin/busybox. It's denoted by a "->"
2) ls -l /system/xbin/
Same as above. Do you see busybox here? All of the busybox terminal programs will be symlinks to busybox as well (e.g. grep -> busybox). If you see none of that, titanium backup must have installed it somewhere else. I'll see if I can find any info on that. Presumably, you could just fix it by installing the market version, but I'm not sure what would happen if you already had it installed elsewhere. Obviously, make a nandroid backup before trying that.
EDIT: Okay, I did a little research, and it seems that titanium backup uses it's own version of busybox (stored somewhere; I didn't install it this way, so I can't search, myself), but it will work with the market version (since I've done that in the past, I know). Unfortunately, the thread I found on it was pretty old, so I can't verify 100% that this is the case. Here's what you should do:
1) Make a nandroid backup
2) Install busybox from the market
3) Verify titanium backup didn't break
4) Open the terminal emulator and type "busybox" and see if it reports available commands this time
If you like, you can run the other commands I gave you to see what I was talking about.
K thanks for some reson now it did give me the #.
But inresting why when doing it with evo-recovery on pc with adb-windows shell it gives me the $
Do the following:
1) ls -l /system/bin/
Do you see busybox listed? on mine, busybox is a symlink (shortcut) to /system/xbin/busybox. It's denoted by a "->"
2) ls -l /system/xbin/
Same as above. Do you see busybox here? All of the busybox terminal programs will be symlinks to busybox as well (e.g. grep -> busybox). If you see none of that, titanium backup must have installed it somewhere else. I'll see if I can find any info on that. Presumably, you could just fix it by installing the market version, but I'm not sure what would happen if you already had it installed elsewhere. Obviously, make a nandroid backup before trying that.
EDIT: Okay, I did a little research, and it seems that titanium backup uses it's own version of busybox (stored somewhere; I didn't install it this way, so I can't search, myself), but it will work with the market version (since I've done that in the past, I know). Unfortunately, the thread I found on it was pretty old, so I can't verify 100% that this is the case. Here's what you should do:
1) Make a nandroid backup
2) Install busybox from the market
3) Verify titanium backup didn't break
4) Open the terminal emulator and type "busybox" and see if it reports available commands this time
If you like, you can run the other commands I gave you to see what I was talking about.
Success! I did the nandroid backup, just in case, and installed busybox v1.17.1 from the market. Ti backup still works fine, and now the terminal emulator has all of the new busybox functions.
grep RSA /dev/mtd/mtd0 now returns exactly this:
RSA-REQUEST
RSA-REPLY
RSA-REJECT
RSA-ACK
RSA-1024
RSA-REQUEST
RSA-REPLY
RSA-REJECT
RSA-ACK
RSA-1024
RSA
ReRSA
RSA requests
RSA replies
-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
I assume this means my key is intact, and I'm good to go for 4G, correct?
Ok, things are not going as smoothly as I had thought they would, but hopefully there is an easy answer.
I am on the rooting step where you actually run the unrevoked reflash tool. I am running windows vista, I have turned off my firewall and my anti-virus software. I have right clicked on the file and selected Run as Administrator. But I keep getting an error that says:
Error during execution "reflash.exe".
Access is denied.
Any suggestions? I also have ubuntu installed on my laptop but don't have very much experience using it. I will try ubuntu if it will get me past this step.
Also, if I run the Reflash tool from Ubuntu, will that effect anything that I have done before this step (installing drivers); and will I be able to do the rest of the steps on Vista or will the rest of the steps have to also be done in Ubuntu?

unrooting for dummies?
I followed 100% directions and it just does not work. I've hardware 0004 came new with 3.3 and was on 3.7 when I rooted. I went to xda and searched google and found no answers.. I have a mac and thought that might be the issue, went to work and it failed on a PC.
S on worked like a champ.
Suggestions I found on the net, did not work(change file name to PC3GIMG) and lose the long file name... and no i didn't double the .zip ext.
Any Ideas and help would be great! need to bring to sprint for a blown speaker, then back to root![]()
1) Which PC36IMG.zip did you use (hboot version and source)?
2) Did you get any errors when you went to hboot and tried to flash it, or did it just not even recognize it was there to flash?
I used " PC36IMG.zip - HBoot 2.10 - S/W 3.70 " ... source I tried here listed in post 1, also thought file might be bad, so went & downloaded from xda and one other site ... all three files were named the same(tried straight up and renaming shorter)
rebooted into recovery as step 10 of the directions and the file came up as not valid.. not recognized in flash
Would it screw anything up if I tried the other h boot file for 3.3 ?
What would you recommend for checking 4G if the command "grep RSA /dev/mtd/mtd0" returns "grep: not found"?
i'm such a dork.. I was doing this into the wee hours of the morning... I was naming the file PC361.... not PC36II'll reiterate - the file must be renamed to PC36IMG.zip, exactly
i'm such a dork.. I was doing this into the wee hours of the morning... I was naming the file PC361.... not PC36I
Thanks for your help!
Matlock maybe you could mention in the unrooting section to rename the file.
thank you!
i'm such a dork.. I was doing this into the wee hours of the morning... I was naming the file PC361.... not PC36I
Thanks for your help!
Matlock maybe you could mention in the unrooting section to rename the file.
thank you!

Success! I did the nandroid backup, just in case, and installed busybox v1.17.1 from the market. Ti backup still works fine, and now the terminal emulator has all of the new busybox functions.
grep RSA /dev/mtd/mtd0 now returns exactly this:
RSA-REQUEST
RSA-REPLY
RSA-REJECT
RSA-ACK
RSA-1024
RSA-REQUEST
RSA-REPLY
RSA-REJECT
RSA-ACK
RSA-1024
RSA
ReRSA
RSA requests
RSA replies
-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
I assume this means my key is intact, and I'm good to go for 4G, correct?