View Single Post
Posts: 1,414 | Thanked: 7,547 times | Joined on Aug 2016 @ Estonia
#88
Originally Posted by Korkkiruuvi View Post
In the beginning my linux skills are very limited unfortunately.

Actually I downloaded and extracted from https://developer.android.com/studio...platform-tools

When typed just "sudo fastboot devices", command not found. But when "sudo ./fastboot devices" works. So I' can't follow your instructions.
Understood. You may try to do as follows, but you probably would like to understand what's going on as well.

In this case, you need to become root, change to the directory with the files, adjust PATH and flash after that.

To become root: sudo -i

In root environment, if your files are in /home/foo/bar, set path to

export PATH=/home/foo/bar:$PATH

after that change to the directory /home/foo/bar, still as root, and start the flashing

bash ./flash

Let us know how it goes and/or if something is not clear.