移植rom移动TD到联通W

1、修改build.prop

TD为

ril.flightmode.poweroffMD=0

ril.telephony.mode=2

改为

ril.flightmode.poweroffMD=1

ril.telephony.mode=1

 

2.替换system\etc\firmware

以上就可以了

如果不行

 

反编译framework目录下的framework.jar和telephony-common.jar

 

均搜索 CallManager.smali  (com/android/internal/telephony)

你可能感兴趣的:(android,td,WCDMA,跨运营商移植)