[ROOTING TOOL] [Windows/Linux] RootME

Search This thread

Ac.3

Senior Member
Mar 25, 2016
88
30
Tunisia
RootME v1.0 By Ac.3​

FEATURES:
Rooting
Unrooting
Busybox and SU binaries intstall

Requirements:
ADB Installed
USB DEBUGGING Enabled
UNKNOWN SOURCES Enabled
[OPTIONAL] Increase Screen Timeout To 10 Minutes
Connect USB Cable To PHONE and Then Connect to PC
Skip "PC Companion Software" Prompt On Device

Tested On:
Samsung Galaxy Trend
Samsung Galaxy SII
Samsung Galaxy SIII
Samsung Galaxy Grand Prime Plus
LG NEXUS 5X
Lenovo A2010
and more ...

Installation
Linux:
*Execute the "runme.sh" script to root and "runmeUNROOT" to unroot

Windows:
*Same as Linux but you need to execute "runme.bat" and "runmeUNROOT.bat" using cmd

That's it​
DON'T FORGET TO PRESS THANKS BUTTON​

DOWNLOAD


XDA:DevDB Information
RootME, Tool/Utility for all devices (see above for details)

Contributors
Ac.3
Source Code: https://github.com/AcePH/RootME


Version Information
Status: Beta
Current Beta Version: 1.0

Created 2017-09-01
Last Updated 2017-09-01
 
No, you have to unlock the bootloader using fastboot easily. Sent from the beige bra section at Target.
Okay Ac.3... Please correct me if I'm wrong so I know that I've got this straight.

In order to use RootME, the device is required to have an unlocked bootloader?

I'm not complaining but, there's so many situations requiring a device to be rooted first before being able to unlock the devices bootloader.

It's just for my clarification as an important possibility with the requirement/prerequisite before using RootME.

Thank you very much! :)


~~~~~~~~~~~~~~~
I Am The Egg Man,
They Are The Egg Men.
I Am The Walrus!
Coo Coo Cachoo!


I DO NOT PROVIDE SUPPORT VIA PM UNLESS ASKED/REQUESTED BY MYSELF.
PLEASE KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE
 

Ac.3

Senior Member
Mar 25, 2016
88
30
Tunisia
Okay Ac.3... Please correct me if I'm wrong so I know that I've got this straight.

In order to use RootME, the device is required to have an unlocked bootloader?

I'm not complaining but, there's so many situations requiring a device to be rooted first before being able to unlock the devices bootloader.

It's just for my clarification as an important possibility with the requirement/prerequisite before using RootME.

Thank you very much! :)


~~~~~~~~~~~~~~~
I Am The Egg Man,
They Are The Egg Men.
I Am The Walrus!
Coo Coo Cachoo!


I DO NOT PROVIDE SUPPORT VIA PM UNLESS ASKED/REQUESTED BY MYSELF.
PLEASE KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE
I really have no idea where you got that from (maybe Android 2.3 and bellow) but its exactly the opposite as there are many cases where you can root almost every device without unlocking the bootloader unless you're flashing in that case it needs to verify the signature which is nowadays unnecessary.. I added the requirement to unlock the BL in this tool just in case it might not work with all devices so the answer to your question is NO you don't need root to unlock the bootloader buddy [emoji3] [emoji3]

Sent from the beige bra section at Target.
 
  • Like
Reactions: Ibuprophen

LilAnt530

Senior Member
Sep 15, 2015
405
74
Woah California
www.doubleu.com
I really have no idea where you got that from (maybe Android 2.3 and bellow) but its exactly the opposite as there are many cases where you can root almost every device without unlocking the bootloader unless you're flashing in that case it needs to verify the signature which is nowadays unnecessary.. I added the requirement to unlock the BL in this tool just in case it might not work with all devices so the answer to your question is NO you don't need root to unlock the bootloader buddy [emoji3] [emoji3]

Sent from the beige bra section at Target.


Oh okay, so for my ZTE Majesty Pro (ZTE Z799VL), for instance, to unlock the bootloader would require me to flash a Fastboot mode onto my device (requiring root) so your tool is worthless to me & will do nothing to root (or unlock) my phone (or its bootloader) right?
 

Ac.3

Senior Member
Mar 25, 2016
88
30
Tunisia
Oh okay, so for my ZTE Majesty Pro (ZTE Z799VL), for instance, to unlock the bootloader would require me to flash a Fastboot mode onto my device (requiring root) so your tool is worthless to me & will do nothing to root (or unlock) my phone (or its bootloader) right?

I'm gonna go ahead and guess that you aren't only talking about locked bootloader but removing radio secure flags, I'm not really familiar with that but as far as i've been told it needs a locked bootloader and root access... but like I said before using fastboot does not require root because it is simply a protocol that works as a recovery (re-flashing partitions doesnt require root)
It just seems to be a problem of compatibility so I'm sorry if my tool isn't quite useful for you mate :) I might look that up too and add to RootME in the future updates
 
  • Like
Reactions: Arkonite

LilAnt530

Senior Member
Sep 15, 2015
405
74
Woah California
www.doubleu.com
I'm gonna go ahead and guess that you aren't only talking about locked bootloader but removing radio secure flags, I'm not really familiar with that but as far as i've been told it needs a locked bootloader and root access... but like I said before using fastboot does not require root because it is simply a protocol that works as a recovery (re-flashing partitions doesnt require root)
It just seems to be a problem of compatibility so I'm sorry if my tool isn't quite useful for you mate :) I might look that up too and add to RootME in the future updates


Woah..... Wait a second, so whenever a carrier does a hardware revision on a device that is what gives those flags? I apologize for the hostility in my original reply however I see so many "new" rooting tools that don't address a mass prepay device root gap, but if the "Radio secure flags" as you mentioned are indeed the issue here, then i appreciate the further perspective to research myself as i want to learn more about rooting devices with locked loaders, heavy carrier provisioning, or anything that further hinders the free use of any android :)
 
  • Like
Reactions: Ac.3

Ac.3

Senior Member
Mar 25, 2016
88
30
Tunisia
Woah..... Wait a second, so whenever a carrier does a hardware revision on a device that is what gives those flags? I apologize for the hostility in my original reply however I see so many "new" rooting tools that don't address a mass prepay device root gap, but if the "Radio secure flags" as you mentioned are indeed the issue here, then i appreciate the further perspective to research myself as i want to learn more about rooting devices with locked loaders, heavy carrier provisioning, or anything that further hinders the free use of any android :)
Or you can invest your time in something else important.. If you want to know why my tool targets multiple devices just open the rooting script, the thing is almost all devices share the same path to install the required files if not a (if [...]then else) command will add a little more compatibility I think ??

Sent from the beige bra section at Target.
 

LilAnt530

Senior Member
Sep 15, 2015
405
74
Woah California
www.doubleu.com
Or you can invest your time in something else important.. If you want to know why my tool targets multiple devices just open the rooting script, the thing is almost all devices share the same path to install the required files if not a (if [...]then else) command will add a little more compatibility I think ??

Sent from the beige bra section at Target.

Went to the GitHub branch, read the .sh script, saw the same basic generalities as one could gather from https://forum.xda-developers.com/showthread.php?t=2684210

Although I could be incorrect, it's likely (since I've followed those steps one by one, many times, on many devices, until eventually you get 'permission denied') that my time is still best spent right where it is ;).

Sent From The Twilight Zone of "Universal Root" Methods
 

Ac.3

Senior Member
Mar 25, 2016
88
30
Tunisia
Went to the GitHub branch, read the .sh script, saw the same basic generalities as one could gather from https://forum.xda-developers.com/showthread.php?t=2684210

Although I could be incorrect, it's likely (since I've followed those steps one by one, many times, on many devices, until eventually you get 'permission denied') that my time is still best spent right where it is ;).

Sent From The Twilight Zone of "Universal Root" Methods
Yup that's quite common, it is cause by the SU binaries dunno how it happens but I switched with from the SuperSU zip and now it works fine

Sent from the beige bra section at Target.
 

LilAnt530

Senior Member
Sep 15, 2015
405
74
Woah California
www.doubleu.com
Yup that's quite common, it is cause by the SU binaries dunno how it happens but I switched with from the SuperSU zip and now it works fine

Sent from the beige bra section at Target.


It's quite common to take tutorials already on XDA, swap out a binary, write a batch script, then tell others they're wasting their time when that doesn't cut it for them :confused::confused::confused::silly::silly::silly:
 

Ac.3

Senior Member
Mar 25, 2016
88
30
Tunisia
It's quite common to take tutorials already on XDA, swap out a binary, write a batch script, then tell others they're wasting their time when that doesn't cut it for them :confused::confused::confused::silly::silly::silly:

Yes sure why not except that I dont even use Windows and I personally wrote the bash script and I gave it to someone in a xda off-topic group to write the batch script so next time you swing that judging bat of yours try to make sure you're actually on point Sherlock :):)
 

LilAnt530

Senior Member
Sep 15, 2015
405
74
Woah California
www.doubleu.com
Yes sure why not except that I dont even use Windows and I personally wrote the bash script and I gave it to someone in a xda off-topic group to write the batch script so next time you swing that judging bat of yours try to make sure you're actually on point Sherlock :):)

Okay, I'm not doubting any of what you're saying is 100% accurate, as i believe that anybody could follow the link I provided to the "Universal Root Method" thread, & do the typing themselves & come out with a shell/batch script that has an = source. :)
 

Ac.3

Senior Member
Mar 25, 2016
88
30
Tunisia
Okay, I'm not doubting any of what you're saying is 100% accurate, as i believe that anybody could follow the link I provided to the "Universal Root Method" thread, & do the typing themselves & come out with a shell/batch script that has an = source. :)
?

Sent from the beige bra section at Target.
 
RootME v1.0 By Ac.3​



Installation
Linux:
*Execute the "runme.sh" script to root and "runmeUNROOT" to unroot

Windows:
*Same as Linux but you need to execute "runme.bat" and "runmeUNROOT.bat" using cmd

That's it​
DON'T FORGET TO PRESS THANKS BUTTON​

DOWNLOAD


XDA:DevDB Information
RootME, Tool/Utility for all devices (see above for details)

Contributors
Ac.3
Source Code: https://github.com/AcePH/RootME


Version Information
Status: Beta
Current Beta Version: 1.0

Created 2017-09-01
Last Updated 2017-09-01




Just curious if anyone has tried this against the ever impossible amazon fire HD 8, 6th Gen? I really hate that OS.
 

Daniel 9999

Senior Member
Apr 1, 2007
178
8
RootME v1.0

Hai Bro, i m using a china unbranded phone mtk 6737T android 6.1+unlocked bootloader and have ran your script but failed.below are the process......Please help...Thanks
. Daniel
dl-Aspire-4738Z dl # bash runme.sh
---------------------------------------------------------------
RootME (1.0)
By Ac.3

Don't drink and root
---------------------------------------------------------------
[*] FEATURES:
Unrooting
Busybox removal

[*] Requirements:
ADB Installed
USB DEBUGGING Enabled
UNKNOWN SOURCES Enabled
[OPTIONAL] Increase Screen Timeout To 10 Minutes
Connect USB Cable To PHONE and Then Connect to PC
Skip "PC Companion Software" Prompt On Device


---------------------------------------------------------------
MAKE SURE THAT THE SCREEN IS UNLOCKED
and if you get Superuser prompts ACCEPT/ALLOW THEM
---------------------------------------------------------------

Press [Enter] to continue...

--- STARTING ----
Starting ADB

--- Generating /tmp ---
mkdir: 'tmp': File exists
--- Cleaning /data/local/tmp/
rm: zzz: Is a directory

--- Installing Busybox 1.22.1 Bionic ---
2685 KB/s (538200 bytes in 0.195s)
--- Fixing Permissions ---
--- Re-mounting /system
mount: mounting /dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/system on /system failed: Permission denied
--- Checking free space /system
--- Pushing Makespace to Device ---
9 KB/s (396 bytes in 0.042s)
--- Fixing Permissions ---
--- Executing ---
df: /mnt/runtime/default/emulated: Permission denied
df: /mnt/runtime/read/emulated: Permission denied
df: /mnt/runtime/write/emulated: Permission denied
df: /mnt/media_rw/0677-1F14: Permission denied
df: /mnt/runtime/default/0677-1F14: Permission denied
df: /mnt/runtime/read/0677-1F14: Permission denied
df: /mnt/runtime/write/0677-1F14: Permission denied
--- Free space on /system :
97% bytes
test: 97%: bad number
--- NOT enough free space on /system!!!
--- making free space by removing Google Maps
--- Copying Necessary Files
dd: /system/xbin/busybox: Read-only file system
--- Fixing Ownership ---
chown: /system/xbin/busybox: No such file or directory
--- Finishing Up ---
chmod: /system/xbin/busybox: No such file or directory
--- Installing ---
/system/bin/sh: /system/xbin/busybox: not found

--- Pushing SU binary ---
failed to copy './files/su' to '/system/bin/su': Read-only file system
--- Fixing Ownership ---
chown: /system/bin/su: No such file or directory
--- Fixing Permissions ---
chmod: /system/bin/su: No such file or directory
--- Correcting Symlink ---
rm: /system/xbin/su: No such file or directory
ln: cannot create symbolic link from '/system/bin/su' to '/system/xbin/su': Read-only file system

--- Superuser.apk ---
failed to copy './files/Superuser.apk' to '/system/app/./Superuser.apk': Read-only file system

--- Cleaning /data/local/tmp/
rm: zzz: Is a directory
--- Rebooting ---
Done
Don't forget to press thanks
dl-Aspire-4738Z dl #​
 

OskaSmirnov

New member
May 6, 2018
2
0
Welp this **** won't work on later android versions (tested on kitkat). You actually need root privilege to mount files to system.
 

JensS.

New member
Jun 13, 2018
2
0
Hi,

I'm just trying your skript. But I guess I am doning something wrong.

The cmd-Window in my windows opens and then I have to press any kind of button. After that it tells me

--- Starting ADB ---
* daemon started successfully *

After that nothing happens anymore. I have waited 5 minutes. Do I have to wait longer? Or what could be the reason that it does not move on?

Many thanks for your help.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 13
    RootME v1.0 By Ac.3​

    FEATURES:
    Rooting
    Unrooting
    Busybox and SU binaries intstall

    Requirements:
    ADB Installed
    USB DEBUGGING Enabled
    UNKNOWN SOURCES Enabled
    [OPTIONAL] Increase Screen Timeout To 10 Minutes
    Connect USB Cable To PHONE and Then Connect to PC
    Skip "PC Companion Software" Prompt On Device

    Tested On:
    Samsung Galaxy Trend
    Samsung Galaxy SII
    Samsung Galaxy SIII
    Samsung Galaxy Grand Prime Plus
    LG NEXUS 5X
    Lenovo A2010
    and more ...

    Installation
    Linux:
    *Execute the "runme.sh" script to root and "runmeUNROOT" to unroot

    Windows:
    *Same as Linux but you need to execute "runme.bat" and "runmeUNROOT.bat" using cmd

    That's it​
    DON'T FORGET TO PRESS THANKS BUTTON​

    DOWNLOAD


    XDA:DevDB Information
    RootME, Tool/Utility for all devices (see above for details)

    Contributors
    Ac.3
    Source Code: https://github.com/AcePH/RootME


    Version Information
    Status: Beta
    Current Beta Version: 1.0

    Created 2017-09-01
    Last Updated 2017-09-01
    2
    Will it work on locked bootloader like phab 2 ( pb2-650m)??
    2
    Woah..... Wait a second, so whenever a carrier does a hardware revision on a device that is what gives those flags? I apologize for the hostility in my original reply however I see so many "new" rooting tools that don't address a mass prepay device root gap, but if the "Radio secure flags" as you mentioned are indeed the issue here, then i appreciate the further perspective to research myself as i want to learn more about rooting devices with locked loaders, heavy carrier provisioning, or anything that further hinders the free use of any android :)
    Or you can invest your time in something else important.. If you want to know why my tool targets multiple devices just open the rooting script, the thing is almost all devices share the same path to install the required files if not a (if [...]then else) command will add a little more compatibility I think ??

    Sent from the beige bra section at Target.
    1
    Will it work on locked bootloader like phab 2 ( pb2-650m)??
    No, you have to unlock the bootloader using fastboot easily

    Sent from the beige bra section at Target.
    1
    Okay Ac.3... Please correct me if I'm wrong so I know that I've got this straight.

    In order to use RootME, the device is required to have an unlocked bootloader?

    I'm not complaining but, there's so many situations requiring a device to be rooted first before being able to unlock the devices bootloader.

    It's just for my clarification as an important possibility with the requirement/prerequisite before using RootME.

    Thank you very much! :)


    ~~~~~~~~~~~~~~~
    I Am The Egg Man,
    They Are The Egg Men.
    I Am The Walrus!
    Coo Coo Cachoo!


    I DO NOT PROVIDE SUPPORT VIA PM UNLESS ASKED/REQUESTED BY MYSELF.
    PLEASE KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE
    I really have no idea where you got that from (maybe Android 2.3 and bellow) but its exactly the opposite as there are many cases where you can root almost every device without unlocking the bootloader unless you're flashing in that case it needs to verify the signature which is nowadays unnecessary.. I added the requirement to unlock the BL in this tool just in case it might not work with all devices so the answer to your question is NO you don't need root to unlock the bootloader buddy [emoji3] [emoji3]

    Sent from the beige bra section at Target.