promise-android-tools
    Preparing search index...

    Interface FastbootFlashImage

    interface FastbootFlashImage {
        file: string;
        flags?: string[];
        partition: string;
        raw?: boolean;
    }
    Index

    Properties

    file: string

    path to an image file

    flags?: string[]

    additional cli-flags like --force and --disable-verification

    partition: string

    partition to flash

    raw?: boolean

    use fastboot flash:raw instead of fastboot flash