So I rooted my phone used it for a bit then for some reason it messed up so I bought root checker pro and it said Root access not properly configured or granted.
Superuser Application Status
NOT installed: Superuser by ChainsDD, SuperSU by Chainfire, or Superuser by Koush
System Files Status
Standard Location
Command: ls -l /system/bin/su:
Result: /system/bin/su: No such file or directory
Analysis: File /system/bin/su does not exist.
Standard Location
Command: ls -l /system/xbin/su:
Result: -rwxr-xr-x root root 66916 2015-01-23 18:48 su
Analysis: Root access IS correctly configured for this file! Executing this file can grant root access! Root user ownership is present and setuid attribute is not present.
Alternative Location
Command: ls -l /sbin/su:
Result: /sbin/su: Permission denied
Analysis: File system permissions restricted and denied access.
Alternative Location
Command: ls -l /system/xbin/sudo:
Result: /system/xbin/sudo: No such file or directory
Analysis: File /system/xbin/sudo does not exist.
User and Group ID Status
Error: stderr: [-] connect ui: Timer expired, stdout: null, exit_value: 1
ADB Shell User Status
ADB setting for shell access, stored in default.prop, is configured as: shell (non root) user - ro.secure=1
System Environment PATH Status
System Environment PATH: /sbin /vendor/bin /system/sbin /system/bin /system/xbin
Results provided for your SGH-I747M - Android 4.3 device by Root Checker Pro version 1.4.2 from joeykrim in the Android Market - my device is an android Galaxy s3 version is 4.3 and I'm not running a Rom and I used towel root please help I can't find the solution anywhere
Hi there,
Please wait until mods will move this thread to the device specific forum.
Stand by
The simplest way to get root in my opinion is to flash Philz Touch recovery for the d2lte using Odin. Then flash super su from recovery, boot phone, let supersu and disble knox, reboot phone, done.
I have an Alcatel ideal 4060a and it's does the exact same thing an says the same when I do my root checker. What do I do to get my root back?
If you have an older kernel, made on or before May 2014, then you can use towel root to gain root.
Related
I had previously rooted with Unrevoked and wanted to upgrade to Android 2.3.3. Since I was under the impression that my phone was rooted, I installed the PC36IM.zip (Sprint Lover's ROM) onto my SD card and installed the update. However, now I don't have root access. I ran root checker and it verifies the lack of root access. My boot screen shows "S-OFF" as well. I can't run revolutionary as I have HBOOT 2.10.0001 (not 2.15 or 2.16). Is there a way to update my HBOOT to 2.16 or another way to root my phone now? I have superuser and busybox installed (Busybox checks out ok). Below is the root check data:
Root Access is not properly configured or was not granted.
Superuser.apk - com.noshufou.android.su - version 3.0.5 is installed!
System Environment PATH: /sbin /vendor/bin /system/sbin /system/bin /system/xbin
The adb binary is set to default shell user access as root
Standard su binary location: ls -l /system/bin/su:
-rwsr-sr-x root root 22228 2011-10-13 18:54 su
Standard su binary location: ls -l /system/xbin/su:
-rwsr-sr-x root root 26324 2008-08-01 07:00 su
Alternate su binary location:
/sbin/su: Permission denied
Alternate su type binary location:
/system/xbin/sudo: No such file or directory
SU binary not found or not operating properly
Thanks
If you're wanting to stay stock, flash a stock rooted rom. Or flash a custom rom if you would like. There's something wrong with your Superuser install, flashing a different rom will fix this.
The root is a part of the rom itself, so don't go updating your hboot or anything - you're already s-off. Find a rom in the development section that you like - stock or otherwise - and flash that through recovery. Remember to make a nandroid backup just in case, and wipe thoroughly. If you're unsure about how to do this, do a little reading.
You can also try to redownload and reflash the Sprint Lovers PC36IMG, but I also recommend learning to flash through recovery if you don't know how.
Good luck, and if you run into any further problems just ask about them here.
Sent from my Evo + MIUI using Tapatalk!
Yup, superuser file was messed up. I removed it, installed a fresh version through recovery and now the root access is working perfectly. Thanks for the assistance!!
Can someone please type the following line inside the Terminal Emulator or an ADB Shell and post the results.
Code:
ls -l /system/bin/mount-
After rooting my A100 for the second time (after an ICS Over The Air Update) the backup created by the next line, which is part of the getroot.sh script got over-written
Code:
mv /system/bin/mount /system/bin/mount-
Right now this is what I am getting (If I type: ls -l /system/bin/mount-):
Code:
lrwxrwxrwx root root 2012-06-30 18:43 mount- -> /system/sbin/mount
I just want to check if the original mount command was a symlink to the Toolbox multi-function program, like many commands inside the /system/bin/ directory.
The Build number is: Acer_AV041_A100_1.037.00_WW_GEN1
Thanks.
PS: I did not post in the corresponding thread (http://forum.xda-developers.com/showthread.php?t=1531646) because I don't have the required 10 posts, sorry about that.
If you did not root your A100 using the method described in: http://forum.xda-developers.com/showthread.php?t=1531646 you will get:
Code:
/system/bin/mount-: No such file or directory
But I could also use the output of:
Code:
ls -l /system/bin/mount
I tried it with my other Android devices and I get different outputs.
In my Motorola Atrix 4G I get:
Code:
lrwxrwxrwx root root 2012-06-24 18:39 mount -> /data/local/toolbox
And in my LG-P500h I get:
Code:
lrwxr-xr-x root root 2010-06-30 21:04 mount -> toolbox
They both are symlinks to the Toolbox multi-function program in the Android system, but in the Atrix 4G I have two different Toolbox files, one in the /data/local/ directory and one in /system/bin/ directory.
Thanks again for any help.
I installed everything perfectly, boot into TWRP but I was never given a prompt to install supersu. So my phone isn't rooted. I'm running Android 4.1.2 and TWRP V.2.5.0.0.
Root Access is not properly configured or was not granted.
Super User Application Status:
SuperSU application - version 2.00 - is installed!
System File Properties for Root Access:
Standard Location
Check Command: ls -l /system/bin/su:
Result: lrwxrwxrwx root root 2014-06-29 14:30 su -> /system/xbin/su
Analysis: File: su is a symbolic link pointing to another file: /system/xbin/su
Standard Location
Check Command: ls -l /system/xbin/su:
Result: -rwsr-sr-x root root 348160 2014-06-29 14:30 su
Analysis: Setuid attribute is present and root user ownership is present. Root access is correctly configured for this file! Executing this file can grant root access!
Alternative Location
Check Command: ls -l /sbin/su:
Result: /sbin/su: Permission denied
Analysis: File system permissions restricted and denied access.
Alternative Location
Check Command: ls -l /system/xbin/sudo:
Result: /system/xbin/sudo: No such file or directory
Analysis: File /system/xbin/sudo does not exist.
Root User ID and Group ID Status:
SU binary not found or not operating properly
System Environment PATH: /sbin /vendor/bin /system/sbin /system/bin /system/xbin
ADB Shell Default User:
ADB shell setting for standard access, stored in default.prop, is configured as: shell (non root) user - ro.secure=1
Results provided on your SGH-T989 device by Root Checker Pro version 1.3.6 from joeykrim in the Android Market - http://goo.gl/NcnHn
Wrong forum, US variants have their own fora. Your thread belongs here, I've asked mods to move it. Sit tight until they do.
Karetus said:
I installed everything perfectly, boot into TWRP but I was never given a prompt to install supersu. So my phone isn't rooted. I'm running Android 4.1.2 and TWRP V.2.5.0.0.
Click to expand...
Click to collapse
You need to download the su zip and flash it in recovery.
Lokke9191 said:
You need to download the su zip and flash it in recovery.
Click to expand...
Click to collapse
This ^^^^^
Twrp never installed SU for me....always had to flash the zip.
KJ said:
This ^^^^^
Twrp never installed SU for me....always had to flash the zip.
Click to expand...
Click to collapse
Would you happen to have a link available? Or will any version do the trick?
Karetus said:
Would you happen to have a link available? Or will any version do the trick?
Click to expand...
Click to collapse
You should not use any version. Use the one I attached.
At first I thought it was maybe because I didnt'nt have enough free space on my sd card so I made sure I had 3GB's free but I still got this when I clicked install:
[13:04:26] Updating configuration file ... done
[13:04:27] >>> begin: install
[13:04:27] Checking mount points ... done
[13:04:27] Checking installation path ... done
[13:04:27] Making new disk image (512 MB) ... fail
[13:04:27] <<< end: install
And this when I try to reconfigure:
[13:02:49] Updating configuration file ... done
[13:02:50] >>> begin: configure
[13:02:50] Mounting partitions:
[13:02:50] / ... fail
[13:02:50] <<< end: configure
When I check my root stutus I get this message:
Congratulations! You have root access!
Super User Application Status:
SuperSU application by Chainfire - version 2.36 - is installed!
System File Properties for Root Access:
Standard Location
Check Command: ls -l /system/bin/su:
Result: /system/bin/su: No such file or directory
Analysis: File /system/bin/su does not exist.
Standard Location
Check Command: ls -l /system/xbin/su:
Result: -rwxr-xr-x root root 71264 2014-11-30 16:22 su
Analysis: Root access IS correctly configured for this file! Executing this file can grant root access! Root user ownership is present and setuid attribute is not present.
Alternative Location
Check Command: ls -l /sbin/su:
Result: /sbin/su: Permission denied
Analysis: File system permissions restricted and denied access.
Alternative Location
Check Command: ls -l /system/xbin/sudo:
Result: /system/xbin/sudo: No such file or directory
Analysis: File /system/xbin/sudo does not exist.
Root User ID and Group ID Status:
Root user id:
uid=0(root)
Root group id:
gid=0(root)
System Environment PATH: /sbin /vendor/bin /system/sbin /system/bin /system/xbin
ADB Shell Default User:
ADB shell setting for standard access, stored in default.prop, is configured as: shell (non root) user - ro.secure=1
Results provided on your SM-T800 - Android 4.4.2 device by Root Checker Pro version 1.3.9 from joeykrim in the Android Market
Can anybody tell me why I get this fail message after clicking install?i
Please help
Thank You
AO!
Same issue
Im currently having the same issue with trying to install kali on my tab s. Have root and even sd formated to ext4 but still issues .
Check your SE(Linux) status on Settings / About Device. If it says Enforcing then this is the cause of the problem.
You need to change it to permissive, but you can't do it on a stock rom. You need a kernel with permissive mode
enable or a custom rom with a permissive kernel.
Good Luck
eupeso4 is wrong. You don't need a different kernel. There is an app called SELinuxModeChanger... It works charms
I've attached the app below.
soulcrusher101 said:
eupeso4 is wrong. You don't need a different kernel. There is an app called SELinuxModeChanger... It works charms
I've attached the app below.
Click to expand...
Click to collapse
Also, go to terminal emulator after this.
Code:
su
getenforce
If you get "Enforcing" as a response, it's FUBAR. you can try to run the command "setenforce 0" as su as a workaround but if the app didn't work, it won't likely work either.
Molikai1988 said:
Also, go to terminal emulator after this.
Code:
su
getenforce
If you get "Enforcing" as a response, it's FUBAR. you can try to run the command "setenforce 0" as su as a workaround but if the app didn't work, it won't likely work either.
Click to expand...
Click to collapse
Okay i got enforcing. my deviceis SC-04E thats is S4 (docomo). i want to set SE Linux to premissive tell me the solution
soulcrusher101 said:
eupeso4 is wrong. You don't need a different kernel. There is an app called SELinuxModeChanger... It works charms
I've attached the app below.
Click to expand...
Click to collapse
Doesn't work on stock kernels.
I tried everything. But it doesn't work even after changing the SELinux to permissive., But after searching a lot, I found a thread which said me to change the partition to ext2. I changed the partition and then it all worked like charm.., If you still have issues, follow the guide in this link from start to end-https://github.com/meefik/linuxdeploy/issues/183, This solved most of the issues I had..
Linux Deploy Mounting Partitions Fail
Bro problem solved by me..
Check out this video
https://youtu.be/n5opus76c3k
Hello been awhile, I have a Aspen a785. Rooted. Used China site few years back. Installed kingroot. Tab was new then. Only place to unlock it at the time.
I run Linux machines. No windows at all available. . I've tried to get su working have pro key. Problem is kingroot has controls of root. Disabled I can't get su working properly, fx has no root access. Super won't install. King active , su installs but doesn't control root, it Thinks it does, it can blok access but only if king is active . king is in #/system/app
Is there a source file I can manually install or modify to change permissions?
I did find a file permissions.text or something that showed eu.chainfire??? As none
And com.kingroot.??? As ,3003,1028,####,####,###.
Is there a web source for info on these files?
Is there a Linux method software available for su install and rooting?
update! need help
Iv dug a bit more
No file install-recovery-2.sh
File install-recovery.sh shows
#!/system/xbin/sh
/system/xbin/Ku.sud -d &
/system/etc/install-recovery-2.sh
Mount -0 remount -rw /system
/system/bin/toolbox chcon ubject_r:system_file:s0 /system/app/kinguser.apk
chcon ubject_r:system_file:s0 /system/app/kinguser.apk
/system/bin/toolbox chcon ubject_r:system_file:s0 /system/xbin/su
chcon ubject_r:system_file:s0 /system/xbin/su
/system/etc/kds --global-daemon 1
#end
Would changing /kinguser.apk too ( EU.chain fire.supersu-2.apk) solve issue with root control at boot up? Then delete all references to king?
Unable to edit install-recovery.sh seams r protected