Titanium can't get root - HTC Sensation

http://forum.xda-developers.com/showthread.php?t=1192300
I followed that guide exactly. Clockwork is fine and recovery loads fine. Titanium can't acquire root. I have BusyBox and SuperUser. BusyBox successfully asked for SuperUser rights and that was fine. Rebooted still with no luck. Any ideas?
EDIT: I downloaded Root Checked and everything is fine there. I even uninstalled an reinstalled titanium with no luck.

hah2110 said:
http://forum.xda-developers.com/showthread.php?t=1192300
I followed that guide exactly. Clockwork is fine and recovery loads fine. Titanium can't acquire root. I have BusyBox and SuperUser. BusyBox successfully asked for SuperUser rights and that was fine. Rebooted still with no luck. Any ideas?
EDIT: I downloaded Root Checked and everything is fine there.
Click to expand...
Click to collapse
Try restarting TB...Sometimes it will not work right the first time you use it and it will need to be restarted. There is an option in TB to restart the application as well.
Matt

Tried that many times.... I also checked TB Wiki and it says I should see this from SU:
Open a shell on the phone (see The basics if you don't know how) and do:
su
whoami
You must see "root" or "whoami: unknown uid 0". If you see something different, your phone is not properly rooted.
But I see UID 2000. Any ideas? Other root apps work.

hah2110 said:
Tried that many times.... I also checked TB Wiki and it says I should see this from SU:
Open a shell on the phone (see The basics if you don't know how) and do:
su
whoami
You must see "root" or "whoami: unknown uid 0". If you see something different, your phone is not properly rooted.
But I see UID 2000. Any ideas? Other root apps work.
Click to expand...
Click to collapse
Ahh, lets see...Did you ever temp root? I remember someone saying that there may be files left over from it that prevent TB from working.
Matt

Yes I did - how do I undo?

hah2110 said:
Yes I did - how do I undo?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1192664&highlight=titanium+backup
Matt

mrg02d said:
http://forum.xda-developers.com/showthread.php?t=1192664&highlight=titanium+backup
Matt
Click to expand...
Click to collapse
I love you.

hah2110 said:
I love you.
Click to expand...
Click to collapse
Thats what she said...
Now go banish some bloatware...
Matt

Related

[Tut] (Root) Update to Latest Superuser

Once you have achieved root (see other thread), to update the Superuser.apk to the latest version, run these commands:
Code:
adb shell
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
rm /system/app/Superuser.apk
pm uninstall com.noshufou.android.su
Then search on the market for Superuser and download the one by ChainsDD. Confirmed working on latest Droid2 2.2 ota.
EDIT: To be safe, go to Settings>Applications>Manage Applications and find Superuser. Then clear the data. This should prevent any of the Superuser issues discussed.
sorry..new to the whole android scene. are there any advantages to updating the superuser app the the latest version and can this command be input on the droid itself through the terminal app?
metman87 said:
sorry..new to the whole android scene. are there any advantages to updating the superuser app the the latest version and can this command be input on the droid itself through the terminal app?
Click to expand...
Click to collapse
i like the interface much more and its got a new autoaccept after 10 seconds if you arent paying attention when the popup shows. it's up to you. i'm sure future root tools will just include it.
alright thanks. is it as simple as installing the new version and uninstalling the old? or does one need to enter the command prompts listed above?
metman87 said:
alright thanks. is it as simple as installing the new version and uninstalling the old? or does one need to enter the command prompts listed above?
Click to expand...
Click to collapse
that is what the commands do. unfortuantely, the old version is on the system partiton. this means that we must first mount the system and read/write and then manually delete the old version ourself. then the new version can be easily downloaded through the market. anyways, adb shell means it's done via your computer so its very easy to copy and paste like 3 commands.
Instructions work perfectly... thanks!
I need Mac instructions
Sent from my DROID2 using XDA App
greg25 said:
I need Mac instructions
Click to expand...
Click to collapse
These instructions are not specific to the OS on your computer, they work with anything.
Perfect!
Worked great! Thank you!
Instructions worked fine (I just made them up for Linux), but the newest SuperUser is giving me weird results. Every program that requests root access will ask me numerous times, like it never remembers that I gave the app access. Like removing one app with titanium will it will ask me 4 seperate times to accept or deny permission. Other apps do this also. Anyone have a copy of the old apk I could reinstall? Anyone have any ideas or suggestions?
Thanks
n0yd said:
Instructions worked fine (I just made them up for Linux), but the newest SuperUser is giving me weird results. Every program that requests root access will ask me numerous times, like it never remembers that I gave the app access. Like removing one app with titanium will it will ask me 4 seperate times to accept or deny permission. Other apps do this also. Anyone have a copy of the old apk I could reinstall? Anyone have any ideas or suggestions?
Thanks
Click to expand...
Click to collapse
I had the same thing happen to me. Launch the new superuser app and go to settings. Unselect and reselect Notifications. Apparently it shows it being checked, but you have to recheck it for the actual setting to get saved.
After I did this, it only asks once for a program, and then I never see it again.
facelessuser said:
I had the same thing happen to me. Launch the new superuser app and go to settings. Unselect and reselect Notifications. Apparently it shows it being checked, but you have to recheck it for the actual setting to get saved.
After I did this, it only asks once for a program, and then I never see it again.
Click to expand...
Click to collapse
Nice, thanks!
I had that issue too. I ironically un-installed superuser and re-installed it and it worked fine too
I used Root Explorer to delete the old Superuser.apk from /system/app. Then I rebooted and installed the new version from the market. Worked great.
jmonte345 said:
I used Root Explorer to delete the old Superuser.apk from /system/app. Then I rebooted and installed the new version from the market. Worked great.
Click to expand...
Click to collapse
that works too though without having the superuser apk and rebooting, that could be a little dangerous for others hence my adb tutorial. no need for a restart either. could easily just use root explorer, delete the old, download new from market.
Worked great
I just renamed Superuser.apk to .bak then tried to install. Don't forget the last step. I had to adb (I was using terminal emulator) to do the last step then installed fine and removed Superuser.bak.
Thanks I like the New look.
yeah i can't get superuser from the market to install, keeps telling me unsuccessful
jerseyh22accord said:
yeah i can't get superuser from the market to install, keeps telling me unsuccessful
Click to expand...
Click to collapse
I had the same problem. I rebooted my phone and then it installed fine. Not sure if it's risky to reboot once you remove the apk or not. However, it didn't cause any problems for me.
jmonte345 said:
I used Root Explorer to delete the old Superuser.apk from /system/app. Then I rebooted and installed the new version from the market. Worked great.
Click to expand...
Click to collapse
I basically did the same thing except I renamed instead of deleting it. Well, once I installed SU from the market, I can't find the .apk file even though it's running and launching correctly. I assumed it would be called superuser.apk in the system/app folder but only my old renamed superuser.bak is there. I'm just worried if there is an update in the future, I won't be able to rename since I can't find the .apk file. Anyone know where the .apk file is for this new version of superuser?
facelessuser said:
I had the same thing happen to me. Launch the new superuser app and go to settings. Unselect and reselect Notifications. Apparently it shows it being checked, but you have to recheck it for the actual setting to get saved.
After I did this, it only asks once for a program, and then I never see it again.
Click to expand...
Click to collapse
Tried this, and it didn't work for me. With Titanium Backup in particular, it will literally ask upwards of twenty times for permission. It's insanely annoying. Any other tips?
Sent from my DROID2 using XDA App

[Q] Cannot install Busybox and cannot Remount in adb

For some reason even after using each subsequent one click root method, including the latest andromeda flasher, I cannot install Busybox. It says that the phone is either not nand unlocked or isn't rooted. I also cannot use remount in adb as it says it is not found. Any ideas as to why?
sporkisfaster said:
For some reason even after using each subsequent one click root method, including the latest andromeda flasher, I cannot install Busybox. It says that the phone is either not nand unlocked or isn't rooted. I also cannot use remount in adb as it says it is not found. Any ideas as to why?
Click to expand...
Click to collapse
The only way I have found around this myself is to go back to stock kernel. Then install the Joey 2.2.4 root exploit install not the noobl kernel and then install the latest busy box .... and superuser
Try installing titanium backup, open it, hit problems and install busy box from there.
Aridon said:
Try installing titanium backup, open it, hit problems and install busy box from there.
Click to expand...
Click to collapse
This seemed to install busybox inside of TiB so thats good. Also I already have superuser. Everything about the root seems to work ok however trying to remount in adb still is a no go.
Copy and paste your console here so we can take a look at it
Aridon said:
Copy and paste your console here so we can take a look at it
Click to expand...
Click to collapse
How do I console? Sorry a bit of a nub when it comes to stuff like that.
That is to say, what exactly do you want to see? My cmd prompt or something on my phone?

[Q] Showcase- cant root after installing CM7

would have just asked in :
http://forum.xda-developers.com/showthread.php?t=1142872&page=67
but i don't have enough posts, and don't want to spam a bunch of useless "cool" posts to get my count up.
Anyways,I did every thing in that topic and have CM7 running fine on my Cell South Showcase. But, i don't seem to have root access superuser is there but seems to do nothing. i tried checking via the terminal with just a "su" command and got nothing. Tried Superoneclick (my go to rooter for awhile) and it just hangs at "looking for device" . and, Z4 seems to not work with 2.3.4 phones.
So is there any fix to this, or have i just hit some crazy bug?
I have seen some people allude to changing the kernel, but the last time i tried to upgrade/change the kernel on this phone i had to save it via odin
Don't you HAVE to be rooted in order to run cm7?
i know, it breaks all logic
i just know i cant grant superuser to anything, busybox installer says it isnt rooted, and Titanium cant do anything
thenumber5 said:
i know, it breaks all logic
i just know i cant grant superuser to anything, busybox installer says it isnt rooted, and Titanium cant do anything
Click to expand...
Click to collapse
Clear data on superuser app and/or uninstall/reinstall it.
Ah,I see.. yes, try above. If no. Maybe wipe and reflash?
ok cleared the data, did nothing
can you ever uninstall/reinstall superuser?
thenumber5 said:
ok cleared the data, did nothing
can you ever uninstall/reinstall superuser?
Click to expand...
Click to collapse
Yup just an app
Also:
i have already flashed via Odin back to stock once and did the whole CM7 flash again from a fully clean rom
ok, Flashed Superuser 3.0 beta 3
no go, says my SU binary is out of date, and the app crashes when it tries to update it
checked my bin and xbin, both have a "SU" file in them
in terminal when i CD in to both folders and try to run "SU" i get an error that looks like it is trying to relocate a library and failing to do so
Can i just download the new SU binary my self and manual drop it in to the folders?
well that didnt work, cant modify anything in the system folder so i cant delete that old "SU" and replace it with the one from the superuser 3.0 apk
LOL
well i got it to let me replace the SU in /bin but not in /xbin
so now i got some half confused phone, i can grate Superuser "superuser" but when it tries to update or do any thing the log says "gaining root access....fail"
i still dont know how i have have a CM7 phone that by it very nature is rooted that thinks it is not rooted
ok for anyone who cares, i just gave up flashed via odin back to stock and tried the MIUI port, worked great once i fangled MMS in to working again
I had a similar problem, at which point I grabbed stericson's busybox app from the market which allowed me to flash a working busybox which after a reboot or two and running the installer again fixed me up..there is an app called root checker that can give info on su, superuser.apk, and busybox installs
I am almost positive that when I used jrummys busybox installer our killed root access on my phone. I had superuser.apk but without busybox it was rather useless as no apps could get root. the fix was flashing busybox 1.19.0 and leaving it in xbin and letting the app do its thing once I had rebooted.. then I rebooted again and everything was fine! after bring rooted for so long I don't think I could function without it!
for others out there, my experience has been this: stay weary of the jrummy busybox installer...its never given me anything but problems...and honestly unless busybox is borked, or ya have a damn good reason to upgrade or downgrade my suggestion is to leave it! the potential problems that can arise (for me every time, using jrummy's version..3 times) can be a pain!
Sent from my SCH-I500 using XDA Premium App
i had the same issue but dont recall if it was CM7 that did it or not but i think it was.
i had to completely blow out the phone and start from scratch.
if i recall, CM7 uses a different version of SuperUser and it just want bonkers on me but completely blowing everything out reformatting and everything seemed to work.
If you're on CM7 already, you should be rooted. If not, try SuperOneClick (Google).

Rooting the TF700 unsuccessfully

I'm having an issue hopefully someone can help me out with. I am trying to root my tf700 without success. I have ADB and java already installed on my x64 pc. My tablet is up to version 9.4.5.22. After running the DebugFS Root Tool the end result says that I should be rooted after the last reboot. Superuser logs say otherwise. Busybox will of course not install, saying denied. Terminal on the tablet shows $ after the issued su, so it seems to not taking effect. Has anyone run into this or have any suggestions?
Thanx
Chris
kristufer said:
I'm having an issue hopefully someone can help me out with. I am trying to root my tf700 without success. I have ADB and java already installed on my x64 pc. My tablet is up to version 9.4.5.22. After running the DebugFS Root Tool the end result says that I should be rooted after the last reboot. Superuser logs say otherwise. Busybox will of course not install, saying denied. Terminal on the tablet shows $ after the issued su, so it seems to not taking effect. Has anyone run into this or have any suggestions?
Thanx
Chris
Click to expand...
Click to collapse
Had same problem, quick search showed you need to uninstall and reinstall superuser from play store, then all is well.
gottahavit said:
Had same problem, quick search showed you need to uninstall and reinstall superuser from play store, then all is well.
Click to expand...
Click to collapse
Thanks for the response. That helped. I also had superuser set to auto allow apps, but it must be broken as it was denying everything. Setting it to prompt once again seems to have worked.
Chris

[Q] Superuser can't grant root acess and crashes.

Hey,
A few days ago, my Superuser app stopped granting root access, and now it crashes ranodmly.
I know I'm not the first one and I read many things about it but everything I tried was unsuccessful.
I tried to update the Superuser app but it needs root access at the end of the process.
I checked if my phone was still rooted with a "Check Root" app and it's still rooted.
I tried to install BusyBox, but it needs root access.
I tried to uninstall the Superuser app and the re-install it but since it's a default app included with my ROM I can't uninstall it.
I have a Galaxy Appolo running with Kyrillos 9.7.
Does anyone know how I can fix this ?
Superuser app is being reported to have issues at some point. Try Chainfire's SuperSU app, and see if that works.
If that too didn't work, maybe your root permissions have been messed up, not sure though.
coolsandie said:
Superuser app is being reported to have issues at some point. Try Chainfire's SuperSU app, and see if that works.
If that too didn't work, maybe your root permissions have been messed up, not sure though.
Click to expand...
Click to collapse
I installed it, but when I launch it it tells me to update the SU binaries. I tried to do it but the process just seems to take forever, so I suppose it's not working.
Gangstalin said:
I installed it, but when I launch it it tells me to update the SU binaries. I tried to do it but the process just seems to take forever, so I suppose it's not working.
Click to expand...
Click to collapse
Then I guess there are problems with your root permissions maybe. Try other Superuser app just to confirm it, and if needed re-install your ROM as a last resort.
Gangstalin said:
I installed it, but when I launch it it tells me to update the SU binaries. I tried to do it but the process just seems to take forever, so I suppose it's not working.
Click to expand...
Click to collapse
Try a custom rom with pre rooted busybox and suprer su
If it doesnot work unroot ur phone and root again
This should fix ur problem:thumbup:
HIT THANKS IF I HELPED
Sent from my GT-S7500

Categories

Resources