Hello,
Please note that the adb commands and the fastboot oem unlock should be run on your host pc no in the device you're trying to get access to.
Also, the threads that you mentioned are correct and just need some modifications for it to work on your i.MX 8MM and android P9.
Sometimes the host PC selects an incorrect driver model of the USB devices, leading to the PC inability to find fastboot device, please follow this steps
1.- Run "reboot bootloader" in console after boot (device side)
2.- in host side open "Computer Management->Device Manager", you'll note that the USB appears as:
Universal Serial Bus devices -> USB download gadget
3.- Right click it, and choose “Updated Driver -> browse my computer for driver software -> let me pick from a list of available drivers on my computer”, clear “Show compatible hardware” item, then choose “ADB devices”.
4.-Select yes to the pop-up window, this will select the USB as an ADB device.
Now please reboot your device and wait till it has booted, then please follow this steps to disable verity so you can remount:
> reboot bootloader (device side)
Wait until it enters U-boot
$ fastboot oem unlock (host side)
Wait until unlock is done
Reboot your device by pressing the reset button on your board
With this you should be able to run the commands on your host to update the boot animation:
$ adb start-server
$ adb root
$ adb disable-verity
$ adb reboot (wait until the device has booted completely)
$ adb remount
$ adb push <path where your file is located>\bootanimation.zip /system/media
Wait until it finish
$ adb reboot
This should get it done
Hope this helps,
Best regards,
Aldo
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------