[Completed] Is installing the SuperSU v2.78 SR1 zip already systemless? - XDA Assist

I tried installing suhide 0.55, and I keep getting an error saying that /system/xbin/su was found. I installed this zip, which is required for suhide. Is simply flashing the SR1 SuperSu zip already installing it systemless? Or is there another step I'm missing? I'm following this tutorial, by the way.

John256145 said:
I tried installing suhide 0.55, and I keep getting an error saying that /system/xbin/su was found. I installed this zip, which is required for suhide. Is simply flashing the SR1 SuperSu zip already installing it systemless? Or is there another step I'm missing? I'm following this tutorial, by the way.
Click to expand...
Click to collapse
Check these posts http://forum.xda-developers.com/apps/supersu/suhide-t3450396/post69166141#post69166141

Related

[Q] SuperSU problem in GT-P3110

I installed my SuperSU via flashing in this way
1st: Via CF Root (only working one in 4.1.1), which Had no Busybox package/ or CWM,
2nd: so I used P3110_CWM_RECOVERY-6.0.1.1_SUPERSU-0.96_BUSYBOX-1.20.2.tar.md5 from one of the threads here (idk the name) just for the busybox package,
3rd: but once I booted up, My SuperSU Icon, even in system-> apps->all disappeared, leaving only "eu.chainfire" which had less than 1 mb
Please help, I tried reflashing the CF root, with no avail... Tried deleting Superuser.apk and su binary from System, but it won't delete
I do not know what to do next... TIA.

Systemless root info

There seems to be a lot of issues regarding the systemless root method. Here is some help/basic info.
Prerequisite:
1. Bootloader must be unlocked
2. Must have TWRP recovery installed
How to systemless root:
1. Download SuperSU v2.61 or SuperSU v2.62-3. Both work, I use the v2.62-3.
2. Flash either in TWRP recovery. Reboot to system. You now have systemless root.
Problems/Fixes:
1. Don't update SuperSU via the Play Store. I didn't have any luck updating this way (nothing but problems). If you want to update SuperSU/binaries, just download the current version SuperSU v2.71 and flash it in TWRP. As long as you previously flashed one of the SuperSU's listed in "How to systemless root", it will boot without issue.
2. One of your favorite root apps doesn't see that your rooted? Do THIS.
I update super su from the playstore without issues.
kadopt said:
I update super su from the playstore without issues.
Click to expand...
Click to collapse
Could you explain your process? I tried updating from the 2.61 and had issues.
gokart2 said:
Could you explain your process? I tried updating from the 2.61 and had issues.
Click to expand...
Click to collapse
Well, to get root (systemless) you flash super su 2.62-3 with twrp, then go to playstore and update super su app, open Super su and a pop up will indicate that your binaries need updating, press OK and wait until it's complete, then just reboot your device.
Good post. I see nothing but problems in here from people trying to flash some of the newer supersu zips and not booting due to it installing to /system.
I'd just like to add that you can start with whatever version supersu you want (as long as it is new enough to support systemless install - don't dig out 2.47 and expect it to work). You don't have to start with 2.62, but 2.62 is a good choice since it only installed systemless.
On unrooted, unmodified stock you just have to add a preference file to force supersu to install systemless. I find its easiest to do via adb in TWRP, but TWRP's built-in terminal would work too. It is one extra step before rooting, but if you're on unmodified stock then you probably just fastboot flashed TWRP so the PC and USB cable are already handy. Just enter:
Code:
echo "SYSTEMLESS=true" >> /data/.supersu
Once that's done you should be able to flash newer supersu zips. No need to start from 2.62. :good:
gokart2 said:
1. Don't update SuperSU via the Play Store. I didn't have any luck updating this way (nothing but problems). If you want to update SuperSU/binaries, just download the current version SuperSU v2.71 and flash it in TWRP. As long as you previously flashed one of the SuperSU's listed in "How to systemless root", it will boot without issue.
Click to expand...
Click to collapse
Where can one find this magical "How to systemless root" list of safe-to-flash systemless SuperSU?
And I assume only the BETA versions are systemless? I have tried flashing the latest STABLE v2.76 and it just stuck on boot.
The SuperSU v2.62-3 that you mentioned does work but just want to find the latest version to flash.
jason2678 said:
Good post. I see nothing but problems in here from people trying to flash some of the newer supersu zips and not booting due to it installing to /system.
I'd just like to add that you can start with whatever version supersu you want (as long as it is new enough to support systemless install - don't dig out 2.47 and expect it to work). You don't have to start with 2.62, but 2.62 is a good choice since it only installed systemless.
On unrooted, unmodified stock you just have to add a preference file to force supersu to install systemless. I find its easiest to do via adb in TWRP, but TWRP's built-in terminal would work too. It is one extra step before rooting, but if you're on unmodified stock then you probably just fastboot flashed TWRP so the PC and USB cable are already handy. Just enter:
Code:
echo "SYSTEMLESS=true" >> /data/.supersu
Once that's done you should be able to flash newer supersu zips. No need to start from 2.62. :good:
Click to expand...
Click to collapse
Adding the single line text file to /data worked for me to root stock 1575 18-4 with the latest Supersu 2.76 stable.
Making it very easy for everyone, here's my simple flash zip which force-installs any version of SuperSU (2.62 or newer) as systemless.
What the installer does:
1. Copies the "systemless" file to the /data partition.
The systemless file contains the following:
SYSTEMLESS=true
BINDSYSTEMXBIN=false
Click to expand...
Click to collapse
2. Renames the "systemless" file in /data to ".supersu" (as required in SuperSU's guide to overriding.)
3. Installs SuperSU as systemless, as the "systemless/.supersu" file forces it to.
The installer includes SuperSU 2.76. Read updater-script in the ZIP if Chainfire releases a new update and you want to update the zip with a newer version of SuperSU.
EDIT: Updated the installer to apply permission fixes to /su/bin for Android Pay compatibility after installation.
EDIT 2: Removed the /su/bin permission script since SuperSU 2.76 now applies it itself.
EDIT 3: Fixed the installer to look for the correct filename of SuperSU. Everything is perfect now.
Spasticdroid said:
Making it very easy for everyone, here's my simple flash zip which force-installs any version of SuperSU (2.62 or newer) as systemless.
What the installer does:
1. Copies the "systemless" file to the /data partition.
2. Renames the "systemless" file in /data to ".supersu" (as required in SuperSU's guide to overriding.)
3. Installs SuperSU as systemless, as the "systemless/.supersu" file forces it to.
The installer includes SuperSU 2.76. Read updater-script in the ZIP if Chainfire releases a new update and you want to update the zip with a newer version of SuperSU.
EDIT: Updated the installer to apply permission fixes to /su/bin for Android Pay compatibility after installation.
Click to expand...
Click to collapse
Thanks for the script. It should make it easier for someone to apply systemless root. FYI, supersu 2.76 defaults the /su/bin to 751 permission.
csrow said:
Thanks for the script. It should make it easier for someone to apply systemless root. FYI, supersu 2.76 defaults the /su/bin to 751 permission.
Click to expand...
Click to collapse
Yeah I'm hoping this will make it easier for those who are flashing SuperSU and ending up with an un-bootable phone due to the installer defaulting to system root in newer versions.
I've removed the permission script since I had no idea 2.76 now applies it. Thanks for the heads up!
Spasticdroid said:
Making it very easy for everyone, here's my simple flash zip which force-installs any version of SuperSU (2.62 or newer) as systemless.
What the installer does:
1. Copies the "systemless" file to the /data partition.
2. Renames the "systemless" file in /data to ".supersu" (as required in SuperSU's guide to overriding.)
3. Installs SuperSU as systemless, as the "systemless/.supersu" file forces it to.
The installer includes SuperSU 2.76. Read updater-script in the ZIP if Chainfire releases a new update and you want to update the zip with a newer version of SuperSU.
EDIT: Updated the installer to apply permission fixes to /su/bin for Android Pay compatibility after installation.
EDIT 2: Removed the /su/bin permission script since SuperSU 2.76 now applies it itself.
Click to expand...
Click to collapse
Flashed your script but SU wasn't installed. After that, I flashed SU 2.76 in TWRP and everything is as it should be. Android Pay also working.:good:
Edvin73 said:
Flashed your script but SU wasn't installed. After that, I flashed SU 2.76 in TWRP and everything is as it should be. Android Pay also working.:good:
Click to expand...
Click to collapse
Found the issue. The installer couldn't find the zip as I pointed it to a different file that wasn't there
("supersu-v2.76-20160630161323.zip" instead of "UPDATE-SuperSU-v2.76-20160630161323.zip". Thanks!
Spasticdroid said:
Found the issue. The installer couldn't find the zip as I pointed it to a different file that wasn't there
("supersu-v2.76-20160630161323.zip" instead of "UPDATE-SuperSU-v2.76-20160630161323.zip". Thanks!
Click to expand...
Click to collapse
Do you have changed this in the zip file? So if i download the zip it will Flash super user or do i have to Flash super su separate?
Sent from my XT1572 using XDA-Developers mobile app
Ijspegel said:
Do you have changed this in the zip file? So if i download the zip it will Flash super user or do i have to Flash super su separate?
Sent from my XT1572 using XDA-Developers mobile app
Click to expand...
Click to collapse
Yes, I have updated the zip to fix this and it will now find and flash it.
Spasticdroid said:
Yes, I have updated the zip to fix this and it will now find and flash it.
Click to expand...
Click to collapse
Thank you for your work on this one, it is very helpfull!?
Sent from my XT1572 using XDA-Developers mobile app
Spasticdroid said:
Making it very easy for everyone, here's my simple flash zip which force-installs any version of SuperSU (2.62 or newer) as systemless.
What the installer does:
1. Copies the "systemless" file to the /data partition.
2. Renames the "systemless" file in /data to ".supersu" (as required in SuperSU's guide to overriding.)
3. Installs SuperSU as systemless, as the "systemless/.supersu" file forces it to.
The installer includes SuperSU 2.76. Read updater-script in the ZIP if Chainfire releases a new update and you want to update the zip with a newer version of SuperSU.
EDIT: Updated the installer to apply permission fixes to /su/bin for Android Pay compatibility after installation.
EDIT 2: Removed the /su/bin permission script since SuperSU 2.76 now applies it itself.
EDIT 3: Fixed the installer to look for the correct filename of SuperSU. Everything is perfect now.
Click to expand...
Click to collapse
Thanks man, your script was the only thing that worked for me, but now wifi isn't working. what can I do?
Spasticdroid said:
Making it very easy for everyone, here's my simple flash zip which force-installs any version of SuperSU (2.62 or newer) as systemless.
What the installer does:
1. Copies the "systemless" file to the /data partition.
2. Renames the "systemless" file in /data to ".supersu" (as required in SuperSU's guide to overriding.)
3. Installs SuperSU as systemless, as the "systemless/.supersu" file forces it to.
The installer includes SuperSU 2.76. Read updater-script in the ZIP if Chainfire releases a new update and you want to update the zip with a newer version of SuperSU.
EDIT: Updated the installer to apply permission fixes to /su/bin for Android Pay compatibility after installation.
EDIT 2: Removed the /su/bin permission script since SuperSU 2.76 now applies it itself.
EDIT 3: Fixed the installer to look for the correct filename of SuperSU. Everything is perfect now.
Click to expand...
Click to collapse
OMG THANK YOU
I had accidentally installed the wrong SU and i thought I would have to wipe my entire device after hours of trying different methods. Yours was the only one that worked and my phone booted back on. Thank you so much.
Taking a risk of sounding stupid, will your SystemLess Root work for Android 7.0 Nougat?
Need help guys i flash super su v2.46 now on bootloop i have twrp install how do i get the newer supersu to flash to my phone . How and where would i downloqd it .
phillyguy /northeast said:
Need help guys i flash super su v2.46 now on bootloop i have twrp install how do i get the newer supersu to flash to my phone . How and where would i downloqd it .
Click to expand...
Click to collapse
Didn't we fix this in another thread?!?!

[Q] Systemless SuperSU failed everytime (Binaries need to be updated)

Hello,
I have a problem and I will try to explain that precisely.
(I'm on Galaxy S6 G920F Stock Firmware)
I have tried to flash SuperSU in Systemless mode and I have followed this tutorial : http://forum.xda-developers.com/showpost.php?p=69412347&postcount=1215&branch_used=true
1st try :
Wiped all partitions and Flash Stock Firmware
Flash TWRP
SN Green response
Push Ramdisk and .supersu patch with ADB
In TWRP : Terminal : echo "SYSTEMLESS=true" > /data/.supersu
Flashed SuperSU SR2
Succeed with no error
And then... "Binaries need to be updated" in SuperSU app (even with reboot) and Root not working.
Then, I have tried with SR1 and SR3, not working too.
2nd try :
I have re-flashed the stock firmware (and wipe all partitions)
And tried again the same steps BUT NOW with Arter Kernel.
Not working too with SR1, SR2 and SR3.
I have missed something?
Thanks in advance!
Did you wipe data after install the SuperSU zip?
forumber2 said:
Did you wipe data after install the SuperSU zip?
Click to expand...
Click to collapse
I have a fresh install of the firmware, before installing the rom I have wipe data / system and all other
So no data left from my other rom
LucaXperia said:
I have a fresh install of the firmware, before installing the rom I have wipe data / system and all other
So no data left from my other rom
Click to expand...
Click to collapse
I mean did you wipe after install SuperSU zip, not before
forumber2 said:
I mean did you wipe after install SuperSU zip, not before
Click to expand...
Click to collapse
I have to wipe all my personal data after flashing SuperSU ?
LucaXperia said:
I have to wipe all my personal data after flashing SuperSU ?
Click to expand...
Click to collapse
You have to NOT wipe data after flashing SuperSU
forumber2 said:
You have to NOT wipe data after flashing SuperSU
Click to expand...
Click to collapse
Yeah, look at the first post, I updated it
I've had this same problem too. Here's what I did to resolve the problem
Code:
1. Clear all PHH SuperUser app data
2. Uninstall PHH SuperUser
3. Flash the latest version (r266 ATM)[URL="http://forum.xda-developers.com/apps/magisk/magisk-phh-s-superuser-android-pay-t3435921"]HERE[/URL] phh super user binaries
4. Reboot and re-install PHH Superuser from market
5. Haven't had the issue since.
One thing I did notice was as long as you didn't need to request /new/ admin rights, things would still work. It was when you needed to grant a new app root access.
nolimit78 said:
I've had this same problem too. Here's what I did to resolve the problem
Code:
1. Clear all PHH SuperUser app data
2. Uninstall PHH SuperUser
3. Flash the latest version (r266 ATM)[URL="http://forum.xda-developers.com/apps/magisk/magisk-phh-s-superuser-android-pay-t3435921"]HERE[/URL] phh super user binaries
4. Reboot and re-install PHH Superuser from market
5. Haven't had the issue since.
One thing I did notice was as long as you didn't need to request /new/ admin rights, things would still work. It was when you needed to grant a new app root access.
Click to expand...
Click to collapse
I would like to use SuperSU
And PHH seems to be not Systemless
LucaXperia said:
I would like to use SuperSU
And PHH seems to be not Systemless
Click to expand...
Click to collapse
PHH was specifically created to handle systemless.

Can't install busybox on 32.3.A.0.378, patched stock kernel and phh's superuser.

Hi!
Today I have updated my E6653 from 32.2.A.5.11 (with Chainfire's SuperSU) to the newest version 32.3.A.0.378 (with phh's superuser) using the "Customized NOBA" package, downloaded via XPeriFirm.
Everything seems to work fine and I have root access. I can create new files in "/system/xbin" by using the RootExplorer, but I cannot install busyboy (pro).
Every time I try to install it to "/system/bin" or "/system/xbin" it fails, telling me I have to chose another location. And if I try to install it to "/su/bin" it tells me that systemless root is not installed.
What I did to upgrade my phone:
1) Downloaded 32.3.A.0.378 via XPeriFirm
2) Removed build.xml and created a new bundle
3) Extracted the kernel and patched it by using "rootkernel v5.23"
3a) Disabled: RIC and dm-verity
3b) No superuser, no busybox
4) Flashed the custom bundle (wiped everything, except user data)
5) Flashed patched kernel
6) Installed phh's Superuser app.
Everything worked as expected.
But after I was not able to install BusyBox I rebuild the kernel and this time I installed superuser.zip to it.
3b) phh's superuser with unmodified config.txt => installed permissive
But the BusyBox installer is still not working.
How can I install BusyBox on my system?
Thank you very much!
Ikarisan said:
Hi!
Today I have updated my E6653 from 32.2.A.5.11 (with Chainfire's SuperSU) to the newest version 32.3.A.0.378 (with phh's superuser) using the "Customized NOBA" package, downloaded via XPeriFirm.
Everything seems to work fine and I have root access. I can create new files in "/system/xbin" by using the RootExplorer, but I cannot install busyboy (pro).
Every time I try to install it to "/system/bin" or "/system/xbin" it fails, telling me I have to chose another location. And if I try to install it to "/su/bin" it tells me that systemless root is not installed.
What I did to upgrade my phone:
1) Downloaded 32.3.A.0.378 via XPeriFirm
2) Removed build.xml and created a new bundle
3) Extracted the kernel and patched it by using "rootkernel v5.23"
3a) Disabled: RIC and dm-verity
3b) No superuser, no busybox
4) Flashed the custom bundle (wiped everything, except user data)
5) Flashed patched kernel
6) Installed phh's Superuser app.
Everything worked as expected.
But after I was not able to install BusyBox I rebuild the kernel and this time I installed superuser.zip to it.
3b) phh's superuser with unmodified config.txt => installed permissive
But the BusyBox installer is still not working.
How can I install BusyBox on my system?
Thank you very much!
Click to expand...
Click to collapse
Try with supersu, that way you can tell the source of the problem.
Hi!
A few seconds ago I managed the installation by using the custom installation path "/vendor/bin".
This is the location where the su binary is installed, too.
L33Tgod said:
Try with supersu, that way you can tell the source of the problem.
Click to expand...
Click to collapse
Ikarisan said:
Hi!
A few seconds ago I managed the installation by using the custom installation path "/vendor/bin".
This is the location where the su binary is installed, too.
Click to expand...
Click to collapse
Install via rootkernel..

VIVO V3 Root

I have a vivo v3 and twrp installed on it. I cant find a way to root it. I tried many versions of supesu zip and kingroot , kingoroot but none of them helped. Flashing superSU zip file is successful but supersu app says su binary not found.
I am finding a manual way to place SU binaries in my phone using TWRP file manager. Or a custom build of superSu zip for vivo v3(non-Max).
firmware version --- Vivo_V3_PD1524F_EX_A_1.12
Found any way yet?

Categories

Resources