John Doe
John Doe

Reputation: 53

Accessing Android Root Privileges Without Having To Root The Phone

I'm trying to access the root privileges of my android phone (OS 6.0.1 Samsung) without rooting the phone. It can be an app/service anything as long as I can get root access without having to root the phone.

I found out that there are some code/command you can do using 'su' but it requires a rooted phone. Can you use 'su' command in an unrooted android phones to access root privileges? If so, how? Or is there a way you can use root access without rooting the phone- by any means? Command lines? Third-party tools?

Thanks in advance.

Upvotes: 1

Views: 6566

Answers (3)

waleed khan
waleed khan

Reputation: 21

It is not possible to get root acces without su binary files in xbin or bin folder...and sudo was previously used in lower android version long ago this command can give you root acces without root but now not exist in any newer version... Try to google your problem i am sure if u have samsung phone there must a procedure for root... happy rooting goodluck

Upvotes: 1

Carlos Bernal
Carlos Bernal

Reputation: 19

SU is basically a binary that plays an important role in Android rooting and it is normally placed in the /system partition. It will be used when other apps need superuser permission, so if you don't have it there is no way to do this.

Check this link for further information https://www.kingoapp.com/troubleshoot/su-warning-window-on-kingo-superuser.htm

Upvotes: 1

CommonsWare
CommonsWare

Reputation: 1006664

I'm trying to access the root privileges of my android phone (OS 6.0.1 Samsung) without rooting the phone.

By definition, that is not possible. That is akin to demanding that something be purple without being purple.

Can you use 'su' command in an unrooted android phones to access root privileges?

No. For starters, it will not exist.

Or is there a way you can use root access without rooting the phone- by any means? Command lines? Third-party tools?

No.

Upvotes: 2

Related Questions