Reputation: 89
I'm trying to install Custom OS (ROM) on Android tablet( Lenovo TB-7504X ) with Android 7.0 .
Adb is properly set up and all the necessary images are downloaded, usb debugging and OEM unlock all settings checked, adb is also working while phone is on but it is not working on fastboot mode. device is not detected on fastboot mode.
i also tried installing different usb drivers but not working.
can anyone help me with what is missing here or what can be done.
Upvotes: 0
Views: 24577
Reputation: 13
Go to the official Google website and download from Google website.
After extracting, find android_winusb, right-click and select install, agree to all certificate issues.
Connect the device and execute _flash_fastboot_with_unlock to enter fastboot mode.
Open Device Manager, find the device with "Android Question Mark" icon and click Update Driver -> Browse my computer for driver software -> Let me pick from a list of available drivers on my computer (L) -> Install from disk -> Browse to find the android_winusb file -> select Android ADB interface -> Confirm all the way -> Reboot.
PS: If USB is unrecognized, it is usually due to a problem with the USB cable/port.
Upvotes: 0
Reputation: 34
In most cases like yours, the problem is that proper driver isn't installed. Check how your device is shown while in fastboot mode. If it's not "bootloader", then you have to install proper drivers. You can get official android drivers for adb from official android website, which will work in most cases.
Upvotes: 1