FastbootPack

public class FastbootPack
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.image.FastbootPack


Bootloader'ın özelliklerine göre paketi açın.

Özet

Herkese açık oluşturucular

FastbootPack()

Herkese açık yöntemler

static void unpack(File bootloader, File outputDir, String product, boolean unpackVersion)

Bir bootloader dosyasını spesifikasyona göre açma aracı.

Herkese açık oluşturucular

FastbootPack

public FastbootPack ()

Herkese açık yöntemler

ayırma

public static void unpack (File bootloader, 
                File outputDir, 
                String product, 
                boolean unpackVersion)

Bir bootloader dosyasını spesifikasyona göre açma aracı. Fastboot koduna benzer.

Parametreler
bootloader File

outputDir File

product String

unpackVersion boolean

Verdiği hatalar
IOException