طريقة FlashingMethod

public final enum FlashingMethod
extends Enum<FlashingMethod>

java.lang.Object
java.lang.Enum<com.android.tradefed.targetprep.FlashingMethod>
  com.android.tradefed.targetprep.FlashingMethod


تعداد لوصف الطريقة المستخدمة لتثبيت جهاز تحت الاختبار

ملخّص

قيم التعداد

FlashingMethod  FASTBOOT_FLASH_ALL

تم وميض الجهاز من خلال الأمر "Fastboot flashall" في دليل يضم صور الأقسام

FlashingMethod  FASTBOOT_FLASH_ALL_FUSE_ZIP

تم وميض الجهاز من خلال الأمر "Fastboot flashall" في دليل يضم صور الأقسام الذي يتم تحميله من ملف ZIP لصورة الجهاز عبر fuse-zip

FlashingMethod  FASTBOOT_UNCATEGORIZED

الإجراء الاحتياطي لاستخدام Flashboot وميض بدون تصنيف إضافي

FlashingMethod  FASTBOOT_UPDATE

تم وميض الجهاز من خلال الأمر "Fastboot update" مع رمز ZIP لصورة الجهاز.

FlashingMethod  FLASHSTATION

تم وميض الجهاز عبر flashstation باستخدام البرنامج النصي cl_flashstation

FlashingMethod  UNKNOWN

الإجراء الاحتياطي لطريقة الوميض التي لم يتم تتبعها بشكل واضح

الطرق العامة

static FlashingMethod valueOf(String name)
static final FlashingMethod[] values()

قيم التعداد

FASTBOOT_FLASH_ALL

public static final FlashingMethod FASTBOOT_FLASH_ALL

تم وميض الجهاز من خلال الأمر "Fastboot flashall" في دليل يضم صور الأقسام

FASTBOOT_FLASH_ALL_FUSE_ZIP

public static final FlashingMethod FASTBOOT_FLASH_ALL_FUSE_ZIP

تم وميض الجهاز من خلال الأمر "Fastboot flashall" في دليل يضم صور الأقسام الذي يتم تحميله من ملف ZIP لصورة الجهاز عبر fuse-zip

FASTBOOT_UNCATEGORIZED

public static final FlashingMethod FASTBOOT_UNCATEGORIZED

الإجراء الاحتياطي لاستخدام Flashboot وميض بدون تصنيف إضافي

تحديث FASTBOOT_UPDATE

public static final FlashingMethod FASTBOOT_UPDATE

تم وميض الجهاز من خلال الأمر "Fastboot update" مع رمز ZIP لصورة الجهاز.

محطة فلاش

public static final FlashingMethod FLASHSTATION

تم وميض الجهاز عبر flashstation باستخدام البرنامج النصي cl_flashstation

UNKNOWN

public static final FlashingMethod UNKNOWN

الإجراء الاحتياطي لطريقة الوميض التي لم يتم تتبعها بشكل واضح

الطرق العامة

قيمة

public static FlashingMethod valueOf (String name)

المعلمات
name String

المرتجعات
FlashingMethod

القيم

public static final FlashingMethod[] values ()

المرتجعات
FlashingMethod[]