M
M
Mak3542018-02-23 11:15:04
linux
Mak354, 2018-02-23 11:15:04

How to use fastboot on Linux?

Are there analogues of fastboot commands for Linux? You need to install tvrp on your phone via fastboot, unpacked adb for linux into a folder, tvrp is there, there is a batch file, on windows if you open it, the code is executed and the phone gets into tvrp, this batch file is not suitable for linux. Here are the commands from the batch file:
@echo off
fastboot devices
pause
fastboot erase recovery
fastboot flash recovery twrp.img
fastboot boot twrp.img
pause
Are there any analogues of these commands for Linux? I think if you change the commands and change the file extension to .sh, then everything will turn out.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zmd, 2018-02-23
@zmd

sudo apt install fastboot adb

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question