1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
| ming@ming-Thurley:/media/ming/mingssd/android/aosp$ which adb /media/ming/mingssd/android/aosp/out/soong/host/linux-x86/bin/adb ming@ming-Thurley:/media/ming/mingssd/android/aosp$ adb reboot bootloader ming@ming-Thurley:/media/ming/mingssd/android/aosp$ fastboot flashall -w -------------------------------------------- Bootloader Version...: mw8998-002.0083.00 Baseband Version.....: g8998-00023-2004070200 Serial Number........: HT8591A01651 -------------------------------------------- Checking 'product' OKAY [ 0.001s] Setting current slot to 'b' OKAY [ 0.009s] Sending 'boot_b' (32768 KB) OKAY [ 1.309s] Writing 'boot_b' OKAY [ 0.199s] Sending 'dtbo_b' (8192 KB) OKAY [ 0.349s] Writing 'dtbo_b' OKAY [ 0.047s] Sending 'vbmeta_b' (8 KB) OKAY [ 0.011s] Writing 'vbmeta_b' OKAY [ 0.001s] Sending sparse 'system_b' 1/3 (458752 KB) OKAY [ 17.126s] Writing 'system_b' OKAY [ 0.000s] Sending sparse 'system_b' 2/3 (458752 KB) OKAY [ 18.620s] Writing 'system_b' OKAY [ 0.000s] Sending sparse 'system_b' 3/3 (200392 KB) OKAY [ 9.960s] Writing 'system_b' OKAY [ 0.000s] Sending 'system_a' (78268 KB) OKAY [ 2.959s] Writing 'system_a' OKAY [ 0.000s] Sending 'vendor_b' (468008 KB) OKAY [ 17.787s] Writing 'vendor_b' OKAY [ 0.000s] Erasing 'userdata' OKAY [ 2.659s] mke2fs 1.45.4 (23-Sep-2019) Creating filesystem with 13933563 4k blocks and 3489792 inodes Filesystem UUID: 0e6436b0-06fc-496e-9aaf-a352dea25ede Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 4096000, 7962624, 11239424
Allocating group tables: done Writing inode tables: done Creating journal (65536 blocks): done Writing superblocks and filesystem accounting information: done
Sending 'userdata' (4669 KB) OKAY [ 0.189s] Writing 'userdata' OKAY [ 0.001s] Rebooting OKAY [ 0.000s] Finished. Total time: 76.247s
|