-------------- MPSS.JO.3.1/modem_proc/core/services/nv/src/nvio.c --------------
index e52ad93..c821872 100755
@@ -2373,7 +2373,8 @@ nvio_write_bd_addr (
}
/* Bluetooth addr can only be written once */
- if (status == NV_DONE_S) {
+ //if (status == NV_DONE_S) {
+ if (FALSE) {/*support BT address repetitive written*/
for (i=0; i<NV_BD_ADDR_SIZE; i++) {
if (local_bd_addr.bd_addr[i] != 0) {
bd_addr_empty = FALSE;
@@ -2723,7 +2724,8 @@ nvio_write_imei
}
/* IMEI has been written once */
- if (status == NV_DONE_S)
+ //if (status == NV_DONE_S)
+ if (FALSE) /*support IMEI repetitive written*/
{
for (i=0; i<NV_UE_IMEI_SIZE; i++)
{