Android9.0删除高通ADsp固件

1.删除ADSP
adb root && adb remount
adb shell mount -o rw,remount /vendor/firmware_mnt 
adb shell rm vendor/firmware_mnt/image/adsp* 
adb shell rm vendor/firmware_mnt/image/cdsp* 
adb shell rm vendor/firmware_mnt/image/modem*

2.烧写ADSP: 因为Adsp固件不在vendor.img里,而是在modem里,源码在AMSS位置,所以要重新烧写才行.
adb reboot bootloader
fastboot flash modem NON-HLOS.bin
fastboot reboot

 

你可能感兴趣的:(Android,Audio学习)