android 备份qcn文件,关于efs文件的qcn备份

博主在使用EFS explorer修改efs文件sdrat_acq_order后备份QCN,在另一台机器下载备份的QCN,修改未生效并询问解决办法。文中给出了代码修改示例,涉及sdss.c和cmph.c文件中的函数修改。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Description:

我在使用EFS explorer修改efs文件sdrat_acq_order后,备份qcn,在另外一台机器下载备份的qcn,但是对sdrat_acq_order的修改没有生效!

怎么才使他生效?

Comment:

Created By: Qualcomm (7/28/2015 3:17 AM)

you need hardcode in rat list. For this, pls refer to below for example to set defalt tot as W->G, you can modify as what you want.

code change 1:

sdss.c func sdss_extract_tot()

{

sys_sys_mode_e_type dflt_rat_acq_order[SDSS_DFLT_NUM_RAT]={SYS_SYS_MODE_WCDMA, SYS_SYS_MODE_GSM};

}

code change 2:

cmph.c func cmph_read_rat_acq_order()

{

```

if(is_valid != TRUE)

{

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

/* If reading/decoding failed, use the default TOT table

*/

CM_MSG_MED_0("TOT: loading dflt cgwhl");

/* Number of RATs in default TOT table.

This number should be updated on change in TOT table

*/

rat_acq_order_ptr->num_rat = 2;

rat_acq_order_ptr->acq_order[0] = SYS_SYS_MODE_WCDMA;

rat_acq_order_ptr->acq_order[1] = SYS_SYS_MODE_GSM;

}

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值