MTK 平台如何PUSH modem 到手机中进行调试

1、编译eng或者userdebug版本:
   userdebug: adb shell setprop service.adb.root 1 
              再进入Settings->Developer options,取消 USB debugging,然后再重新勾选上,即可获得root权限
   eng版本可省略这一步。           
2、PUSH modem到手机命令:
adb remount
adb push xxxx.xx  /system/etc/firmware/

modem文件清单:
ltg: catcher_filter_1_ltg_n.bin dsp_1_ltg_n.bin modem_1_ltg_n.img
lwg: catcher_filter_1_lwg_n.bin dsp_1_lwg_n.bin modem_1_lwg_n.img
c2k: boot_3_3g_n.rom fsm_cust_df_3_3g_n.img fsm_rf_df_3_3g_n.img fsm_rw_df_3_3g_n.img modem_3_3g_n.img

3、重启机器
adb reboot

猜你喜欢

转载自blog.csdn.net/zhangqi6627/article/details/107684882