[Q] su binarys - HTC Droid DNA

No matter witch su app I use it will not let me update the binary if you would like to see what I'm talking about check out the attachment Has any one ran into this problem and if so any solutions

Flash a new the newest superuser zip through recovery.
Sent from my HTC6435LVW using XDA Premium 4 mobile app

Related

Trouble rebooting via Terminal Emulator

Hi all,
I have just rooted my HTC Evo V which I am assuming is just a revamped Evo 3D, and I'm just learning some of the scripting basics. However when I try to reboot the phone with terminal emulator using:
su
reboot
It returns "not permitted!" And if I input:
sudo
I get /system/bin/sh sudo: not found
Am I missing something? Or am I not doing something right? Any help will be highly appreciated.
Thanks
Sent from my HTCEVOV4G using xda app-developers app
I just did:
su
(Granted superuser permission)
reboot
It worked for me. My guess is that "Not permitted" means that the terminal emulator app isn't being granted superuser permission.
Ok, here goes.
Does it matter that I'm using just the "patched" stock Android OS? Or that I still have S-On with the stock hboot bootloader (unlocked)?
I'm using the stock OS because I like the 3D and I have heard that the 3D on the other roms isn't working yet. However if the other stuff needs changing please let me know what.
Currently I'm using twrp recovery.
Sent from my HTCEVOV4G using xda app-developers app
bigbdroid said:
Ok, here goes.
Does it matter that I'm using just the "patched" stock Android OS? Or that I still have S-On with the stock hboot bootloader (unlocked)?
Click to expand...
Click to collapse
Have you flashed a superuser zip file and installed busybox? I think the reboot command requires busybox.
ramjet73
I flashed Superuser-3.0.7-efghi-signed.zip and have busybox 1.20.2 installed via busybox installer free using "smart install"
Sent from my HTCEVOV4G using xda app-developers app
bigbdroid said:
I flashed Superuser-3.0.7-efghi-signed.zip and have busybox 1.20.2 installed via busybox installer free using "smart install"
Click to expand...
Click to collapse
Have you used the Root Checker app from the Play Store to make sure that you have root working properly?
ramjet73
Yes and it says that everything checks out except for sudo.
Sent from my HTCEVOV4G using xda app-developers app
bigbdroid said:
Yes and it says that everything checks out except for sudo.
Click to expand...
Click to collapse
Clear data for superuser in "manage apps" then try again and see if you get a prompt to approve root access.
ramjet73
bigbdroid said:
Yes and it says that everything checks out except for sudo.
Sent from my HTCEVOV4G using xda app-developers app
Click to expand...
Click to collapse
Are you using su or sudo? Su worked fine for me but sudo said no such file.
Same thing. Is there a different su zip that I can try flashing maybe the one I have is somehow effed up and not working properly.
I used this guide to root my phone http://forums.androidcentral.com/ht...ot-rom-your-htc-evo-v-4g-htcdev-fastboot.html
Sent from my HTCEVOV4G using xda app-developers app
Sudo isn't a command in android, if you haven't tried yet, try just su. There are stock ROMs in development with root and everything (including 4g and 3d) working, maybe try one of those?
Sent from my PG86100 using Tapatalk 2

[Q] Strange un-rooting plan.

If I were to flash a blank su and a blank superuser.apk over my current install, would that work?
(a little brief but that makes this easy to read)
Hm, I guess that when an app tries to get root acces using su binary it would get an error. Why would you do something like that anyway?
Sent from my A13-MID using xda app-developers app
Stereo8 said:
Hm, I guess that when an app tries to get root acces using su binary it would get an error. Why would you do something like that anyway?
Sent from my A13-MID using xda app-developers app
Click to expand...
Click to collapse
Just a random thought as to whether it would work as an unroot. (for warranty returns and such)

[Q] JB 4.1.1 adaway lamer problem

Guys trouble happened, my phone did not survive the battle with my cat (fluffy bastard), now phone repaired under warranty all good, but in service it upgraded to jb 4.1.1,
i root using this tread (http://forum.xda-developers.com/showthread.php?t=2316662 )
and use xpirt kernel (http://forum.xda-developers.com/showthread.php?t=2425102 )
apps use root, but when I install adaway its says something like ^superuser not found, or adaway not have root assesses^
Any solutions?
Dwnlod a given zip to sd card.. restart ur phn to recovery.. flash that downloded file.. done
https://db.tt/uxDFo3L0
Sent from my HTC Desire X using xda app-developers app
soham1990 said:
Dwnlod a given zip to sd card.. restart ur phn to recovery.. flash that downloded file.. done
https://db.tt/uxDFo3L0
Sent from my HTC Desire X using xda app-developers app
Click to expand...
Click to collapse
its not help, same problem with #@[email protected]#$ adaway
Any ideas guys..........
Dernom said:
Any ideas guys..........
Click to expand...
Click to collapse
Which recovery are you using?
Nexus prime recovery from rooting manual
Sent from my HTC Desire X using XDA Premium 4 mobile app
Dernom said:
Nexus prime recovery from rooting manual
Sent from my HTC Desire X using XDA Premium 4 mobile app
Click to expand...
Click to collapse
That recovery is outdated, let me give you all files needed
Flash the recovery like the tutorial mentioned
Then flash the SuperSU file in that recovery
and then install the Adaway apk after removing the other adaway
Its not resolve problem...
Sent from my HTC Desire X using XDA Premium 4 mobile app
Dernom said:
Its not resolve problem...
Sent from my HTC Desire X using XDA Premium 4 mobile app
Click to expand...
Click to collapse
It must work now
Dernom said:
Guys trouble happened, my phone did not survive the battle with my cat (fluffy bastard), now phone repaired under warranty all good, but in service it upgraded to jb 4.1.1,
i root using this tread (http://forum.xda-developers.com/showthread.php?t=2316662 )
and use xpirt kernel (http://forum.xda-developers.com/showthread.php?t=2425102 )
apps use root, but when I install adaway its says something like ^superuser not found, or adaway not have root assesses^
Any solutions?
Click to expand...
Click to collapse
This might be a silly question, but you didnt download superuser from the market did you ? Do other root apps work ? If not then download rootchecker app. Adaway works perfect for me
@Dernom, in your root checker app, it says /system/bin/su is not installed, but /system/xbin/su is installed. So AdAway tries to run /system/bin/su which isn't there. To resolve this, either flash SuperSu through recovery (not install via Play Store!), or if that doesn't work, create a symlink to /system/xbin/su with the following procedure;
Connect your Phone to PC, make sure USB Debugging is enabled, and enter adb shell. This should get you in the command line of your phone. There you type ln -s /system/xbin/su /system/bin/su.
[QRCODE]
PHP:
[HTML][URL="Я опрос сделала!"]Я опрос сделала![/URL][/HTML]
[/QRCODE]
Problem solved.
DEODEXED Stock Jelly Bean with Sense 4+ build 2.20.401.5

[GUIDE]Superuser update on custom ROMS

This thread is for users facing difficulties on updating the Superuser app, while running a custom or stock ROM
Most times you might be facing problems like "Singature error". I will give you some instructions on updating Superuser. Here's what you will do:
1. Open Google Play Store and install the "System Apps Installer'' application. It is free and it is compartible with Galaxy Y.
2. Open it and grant superuser permissions to the app.
3. At first, you will see a File Manager. Browse through your sdcard and find the new Superuser app version you have downloaded and you want to install.
4. For example I will install Superuser 3.1.3 . Now find the apk and click it.
5. It will know say "This app already exists. ¿Do you want to overwrite it?
6. Press yes and wait to install.
7. When it's done it will say "¡App installed correctly!
8. Open the new Superuser and update it's binary.
9. You're ready to go.
From now on, if Superuser has ever an update released, you will be able to update it succesfully from the Google Play Store.
Personally tested and working on Evo-x4.2
Get the APKs needed in the attachment below.
P.S. You can use that method too for other apps that you can't update.
And if this won't work on your device, you can try hnkotnis's SGYToolkit [AROMA]
Sent from my GT-S5360 using xda premium
if superuser error.. how to grand system app installer?
superuser Superuser is the app that manages
what apps on your rooted device
have access to su. Apps that are
granted su have elevated
permissions and can modify just
about any part of the system. The
app was originally written by zinx,
and I took it and made it much more
useable. The app consists of two
parts, Superuser.apk and the su
binary.
source http://androidsu.com/superuser/
As mentioned in the OP, it's a guide for force updating Superuser. I didn't mention anything about "error granting su permissions", but I mentioned "error updating su and su binary".
Sent from my GT-P3110 using XDA Premium 4 mobile app
I just use link2sd to uninstall superuser then download superuser by chainsdd from the playstore then you can update binaries
marcussmith2626 said:
I just use link2sd to uninstall superuser then download superuser by chainsdd from the playstore then you can update binaries
Click to expand...
Click to collapse
I suppose that it might work also.
Sent from my GT-P3110 using XDA Premium 4 mobile app
dimsar2013 said:
I suppose that it might work also.
Sent from my GT-P3110 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Remove mighit
It will work
i am so perfect at sleeping i can do it with my eyes closed
sent from -
xeonzlot.blogspot.com
OK. Then it will work
Sent from my GT-S5360 using xda premium
this what newbie need..like me :good:

[GS2][kingroot] supersu binary installation failed.

Supersu binary need to be updated.
Installation failed even I tried flashing zip and updated app version.
Sent from my GT-I9100 using XDA Free mobile app

Categories

Resources