D
D
Daniil Kolesnichenko2015-12-21 17:09:33
Android
Daniil Kolesnichenko, 2015-12-21 17:09:33

How to root an Android device via ADB?

I enter in the terminal (Ubuntu 15.10):

> adb usb
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
restarting in USB mode
> adb -d shell
[email protected]:/ $ su
[-] Unallowed user
[email protected]:/ $ exit
> adb -d root
adbd cannot run as root in production builds

I go google, I find adbd insecure , which seems to solve the problem. I put it, give it root rights, press enable insecure adbd, restart ADB on the computer, try to connect - now ADB stupidly ignores all commands. That is something like this:
> adb -d shell
# пустая строка, ничего не происходит, пока не нажму ^C

Lenovo IdeaTabS2110AH device, Android version 4.0.3, kernel version 3.0.8.
Has anyone come across something similar?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin Malyarov, 2015-12-21
@Konstantin18ko

It might make sense to wait. Or press ctrl + C when an empty line appears.

A
Artem, 2015-12-21
@Nooki

372492e339c642a1bfec666e3d2a0318.png
and if my memory serves me (debugging via usb) in the developer should be enabled))
and stand superSU as it will give access to adb
ubuntu 14.04

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question