I need someone running mi9 to upload there boot.img for a rom i am working on.
open adb terminal on your computer, and do these commands
adb shell
su
mkdir /sdcard/Mi9
dd if=/dev/block/mmcblk0p14 of=/sdcard/Mi9/boot.img
ok now it is on your internal sdcard in a folder called Mi9.
Please upload it
open adb terminal on your computer, and do these commands
adb shell
su
mkdir /sdcard/Mi9
dd if=/dev/block/mmcblk0p14 of=/sdcard/Mi9/boot.img
ok now it is on your internal sdcard in a folder called Mi9.
Please upload it