FastbootYardımcı

public class FastbootHelper
extends Object

Java.lang.Nesne
🎃 com.android.tradefed.device.FastbootHelper


Fastboot işlemleri için yardımcı sınıf.

Özet

Kamu inşaatçıları

FastbootHelper(IRunUtil runUtil, String fastbootPath)

Oluşturucu.

Herkese açık yöntemler

String executeCommand(String serial, String command)

Cihazda bir fastboot komutunu yürütür ve çıktıyı döndürür.

getBootloaderAndFastbootdDevices()

Cihaz serilerinin haritasını ve fastboot modunda olup olmadıklarını döndürür.

getBootloaderAndFastbootdTcpDevices( serials)

Cihaz serilerinin haritasını ve fastboot modunda olup olmadıklarını döndürür.

getDevices()

Fastboot modunda bir dizi cihaz seri ya da herhangi bir fastboot cihazı yoksa boş bir grup döndürür.

boolean isFastbootAvailable()

Fastboot özelliğinin kullanılabilir olup olmadığını belirleme.

boolean isFastbootd(String serial)

Bir cihazın Bootloader yerine Fastbootd'da olup olmadığını döndürür.

Kamu inşaatçıları

FastbootYardımcı

public FastbootHelper (IRunUtil runUtil, 
                String fastbootPath)

Oluşturucu.

Parametreler
runUtil IRunUtil: IRunUtil.

fastbootPath String

Herkese açık yöntemler

yürütmeKomutu

public String executeCommand (String serial, 
                String command)

Cihazda bir fastboot komutunu yürütür ve çıktıyı döndürür.

Parametreler
serial String: bir cihaz serisidir.

command String: çalıştırılacak bir fastboot komutu.

İlerlemeler
String fastboot komutunun çıkışını kullanır. komut başarısız olursa null değerini alır.

getBootloaderAndFastbootdDevices

public  getBootloaderAndFastbootdDevices ()

Cihaz serilerinin haritasını ve fastboot modunda olup olmadıklarını döndürür.

İlerlemeler
bootloader'daki veya fastbootd'daki seri haritası; fastbootd'da ise boole doğrudur

getBootloaderAndFastbootdTcpDevices

public  getBootloaderAndFastbootdTcpDevices ( serials)

Cihaz serilerinin haritasını ve fastboot modunda olup olmadıklarını döndürür.

Parametreler
serials : cihazların seri numarası ve fastboot modu seri numarası haritası.

İlerlemeler
bootloader'daki veya fastbootd'daki seri haritası; fastbootd'da ise boole doğrudur

getDevices

public  getDevices ()

Fastboot modunda bir dizi cihaz seri ya da herhangi bir fastboot cihazı yoksa boş bir grup döndürür.

İlerlemeler
seriler halinde oluşturabilirsiniz.

hızlı önyükleme kullanılabilir

public boolean isFastbootAvailable ()

Fastboot özelliğinin kullanılabilir olup olmadığını belirleme.

İlerlemeler
boolean

hızlı önyükleme

public boolean isFastbootd (String serial)

Bir cihazın Bootloader yerine Fastbootd'da olup olmadığını döndürür.

Parametreler
serial String

İlerlemeler
boolean