Please help, I updated my superuser and now I think my phone is unrooted
Phone: Motorola Fire xt (xt531)
Rooted
I have done the following but the problem is still there:
1. Searched for fix and applied the following:
1.1. superuser update fix (market)1.2. superuser flashable zip files. (flashed it through stock recovery (hold volume up and down and power) (gives an error that the zip file is not signed/corrupted)2. Update su binary (failed)
3. Tried unrooting then rooting.
4. Checked my root using rootchecker (sorry, this device does not have proper root access)
Hi guys This is my first post in xda developer
Lets start rooting sm-a700h(galaxy a7)
REQUIRMENTS
1-BRAIN 2-INTERNET 3-ANDROID PHONE
STEPS
1-download latest vesion of kingroot from kingxteam @xda developers
2-root it With king root
3-download titanium backup from google play
4-go inside titanium/backup and restore
5- find SecurityLogAgent wipe data and freeze it (if you uninstall it you cant install apk packages)
6-download terminal Emulator and install it
7-extract zip file into your Device storage
8-go inside terminal Emulator
9-type su then app will require root permission allow it
9-type sh /sdcard/mrw/root.sh
10-after installation is finished - supersu will open automatically if not open it manually
11-update supersu binaries and reboot
credits
kingxteam
chainfire
me...
RULES
I have no responsibility for bricked devices and etc... i will just laugh at you
this method can work on other devices like galaxy a5 a3 a8 and...
PLZ THX MY POSTS
GOODBYE & PEACE
zip file link:mediafire.com/download/mxzbt42xypvn2ts
just copy address and paste and go
then download
[TAB][AMIR] said:
Hi guys This is my first post in xda developer
Lets start rooting sm-a700h(galaxy a7)
REQUIRMENTS
1-BRAIN 2-INTERNET 3-ANDROID PHONE
STEPS
1-download latest vesion of kingroot from kingxteam @xda developers
2-root it With king root
3-download titanium backup from google play
4-go inside titanium/backup and restore
5- find SecurityLogAgent wipe data and freeze it (if you uninstall it you cant install apk packages)
6-download terminal Emulator and install it
7-extract zip file into your Device storage
8-go inside terminal Emulator
9-type su then app will require root permission allow it
9-type sh /sdcard/mrw/root.sh
10-after installation is finished - supersu will open automatically if not open it manually
11-update supersu binaries and reboot
credits
kingxteam
chainfire
me...
RULES
I have no responsibility for bricked devices and etc... i will just laugh at you
this method can work on other devices like galaxy a5 a3 a8 and...
PLZ THX MY POSTS
GOODBYE & PEACE
zip file link:mediafire.com/download/mxzbt42xypvn2ts
just copy address and paste and go
then download
Click to expand...
Click to collapse
I can`t do step 9 it says no such file or directory. any help?
ghadeer221 said:
I can`t do step 9 it says no such file or directory. any help?
Click to expand...
Click to collapse
try this one it comes with supersu: http://forum.xda-developers.com/general/help/root-guide-sm-a700h-5-0-2-t3350540
I was success with old this rom : A700HXXU1BOI4.
but now i just update to new rom : A700HXXU1BOL3. And after step11 my phone bootloop. i must reflash by odin (factory reset doesnt wrok). i was try 3more times and same result bootloop.
Can u help me replace kinguser ?
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?!?!
SNAPCHAT LOG-IN
Snapchat hates us root users. I've found ways to log in Snapchat as root users and also with Xposed Framework installed.
1. - Root user -
>Remove Snapchat and Install SuperSU (see here for zip file flashable via recovery: http://bit.ly/2eBwX6M )
>Open app and go to "SETTINGS"
>Hit "Full Unroot"
>After rebooting, reinstall Snapchat and login into.
>Reboot to recovery and flash SuperSU zip (saved in the device) to re-root your device.
2. - Root user + Xposed Framework installed -
>Remove Snapchat
>Download "xposed-uninstaller*.zip" from here: http://dl-xda.xposed.info/framework/uninstaller
>Boot in recovery and flash the zip file
>Reboot to system, install Snapchat and login into
>Download xposed*.zip" from here: http://dl-xda.xposed.info/framework
>Boot in recovery and flash the zip file to re-get xposed framework
(for each elucidation of xposed framework installation, see here: http://forum.xda-developers.com/showthread.php?t=3034811)
FIX SNAPCHAT CRASHES
You have to be root.
>Force close Snapchat
>Open File manager
>Go to /data/app/com.snapchat.android-1/lib/arm
>Delete liblooksery*.so
This procedure has to be done every time you reboot your device.
NOTE:I AM NOT RESPONSIBLE FOR YOUR DEVICE
Proper root steps for cwm recovery
1. download kingoroot root with apk and restart
2. Download Replace_Kinguser_with_SuperSU.zip from https://forum.xda-developers.com/attachment.php?attachmentid=3926817&d=1478337705
3. Download prefered unzipping app and unzip to root of internel sd card
4.Download Terminal emulator from playstore
5. In terminal emulator run
HTML:
su
Then
HTML:
sh /sdcard/mrw/root.sh
6.wait for it to launch supersu then update using the normal option and reboot
To install cwm recovery simply follow this guide http://https://forum.xda-developers.com/showthread.php?t=2519432
P.s stay tuned to xda as i am working on a deodexed debloated stock rom for this device and possibly a cynogenmod port
Blu studio x8 hd ROM
Thank you... I've been staying tuned for the longest while now hopefully you didn't forget ;(
More detail please
Can you provide more detail for Step 1? I downloaded and installed the apk and then rebooted. When I get to Step 5, I get "su is not found" from the terminal.
Heterod0x said:
NOTE:I AM NOT RESPONSIBLE FOR YOUR DEVICE
Proper root steps for cwm recovery
1. download kingoroot root with apk and restart
2. Download Replace_Kinguser_with_SuperSU.zip from https://forum.xda-developers.com/attachment.php?attachmentid=3926817&d=1478337705
3. Download prefered unzipping app and unzip to root of internel sd card
4.Download Terminal emulator from playstore
5. In terminal emulator run
HTML:
su
Then
HTML:
sh /sdcard/mrw/root.sh
6.wait for it to launch supersu then update using the normal option and reboot
To install cwm recovery simply follow this guide http://https://forum.xda-developers.com/showthread.php?t=2519432
P.s stay tuned to xda as i am working on a deodexed debloated stock rom for this device and possibly a cynogenmod port
Click to expand...
Click to collapse