Alternatively, you can use the following ADB command:
Fastboot mode, especially with an unlocked bootloader, exposes the device to: lenovo tab fastboot mode
| Command (via PC) | Function | |----------------|----------| | fastboot devices | Verify device connection | | fastboot reboot | Exit Fastboot and restart normally | | fastboot reboot-bootloader | Restart bootloader (stays in Fastboot) | | fastboot oem device-info | Show bootloader lock status | | fastboot oem unlock | Unlock bootloader (erases data) | | fastboot flash boot boot.img | Flash kernel partition | | fastboot flash recovery recovery.img | Flash recovery partition | | fastboot erase cache | Wipe cache partition | | fastboot -w | Wipe user data (factory reset) | Alternatively, you can use the following ADB command:
Exiting Fastboot mode is simple:
Here are some common scenarios where Fastboot mode comes in handy: especially with an unlocked bootloader
downloads