blob: 16e1f8c263006565f2d97a1f77135d38bb46fb19 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001
2#include <unistd.h>
3#include <errno.h>
4#include <stdio.h>
5#include <stdlib.h>
6#include <dirent.h>
7#include <string.h>
8#include <sys/file.h>
9#include <sys/types.h>
10#include <sys/stat.h>
11#include <sys/ipc.h>
12#include <sys/msg.h>
13#include "nvserver.h"
14#include "nv_typedef.h"
15#include <message.h>
16#include <fota_common.h>
17#ifdef FOTA_AB
xf.li6c8fc1e2023-08-12 00:11:09 -070018#include "pub_flags.h"
19#include "flags_api.h"
lh9ed821d2023-04-07 01:36:19 -070020#endif
21#ifdef __cplusplus
22extern"C"{
23#endif
24extern T_NV_NODE*nv_list;
25#ifdef FOTA_AB
xf.lie31de8b2023-12-26 23:38:58 -080026int get_update_status(void){T_FLAGS_INFO flags_info={(0x185f+2980-0x2403)};
27unsigned int status=(0x3fc+3609-0x1215);int ret=(0x91+2852-0xbb5);ret=flags_get(
28&flags_info);status=flags_info.boot_fota_flag.fota_status;if(status==
29(0x3f0+2225-0xca0))return(0x187f+3521-0x263e);else return(0x1165+1927-0x18ec);}
lh9ed821d2023-04-07 01:36:19 -070030#else
xf.lie31de8b2023-12-26 23:38:58 -080031int get_update_status(void){int update_status;FILE*fd=(0x818+6764-0x2284);int
lh758261d2023-07-13 05:52:04 -070032ret;char*filename=NULL;if(access(FOTA_UPDATE_STATUS_FILE_OLD,R_OK)==
xf.lie31de8b2023-12-26 23:38:58 -080033(0x1ab4+103-0x1b1b)){filename=FOTA_UPDATE_STATUS_FILE_OLD;}else{filename=
lh9ed821d2023-04-07 01:36:19 -070034FOTA_UPDATE_STATUS_FILE;}printf(
35"get_update_status, read_update_status from %s\n",filename);fd=fopen(filename,
36"\x72\x62\x2b");if(fd==NULL){printf(
37"\x5b\x6e\x76\x73\x65\x72\x76\x65\x72\x5d\x75\x70\x64\x61\x74\x65\x5f\x73\x74\x61\x74\x75\x73\x20\x6f\x70\x65\x6e\x20\x20\x65\x72\x72\x6f\x72\x3a\x25\x73" "\n"
38,strerror(errno));goto error0;}ret=fscanf(fd,"\x25\x64",(int*)&update_status);if
xf.lie31de8b2023-12-26 23:38:58 -080039(ret<(0x13f+2549-0xb34)){printf(
lh9ed821d2023-04-07 01:36:19 -070040"\x67\x65\x74\x20\x69\x6e\x66\x6f\x20\x66\x72\x6f\x6d\x20\x66\x69\x6c\x65\x20\x65\x72\x72\x6f\x72\x3a\x25\x73" "\n"
41,strerror(errno));fclose(fd);goto error0;}printf(
42"\x75\x70\x64\x61\x74\x65\x5f\x73\x74\x61\x74\x75\x73\x3d\x25\x64" "\n",
xf.lie31de8b2023-12-26 23:38:58 -080043update_status);fclose(fd);return update_status;error0:return-(0x12c+8190-0x2129)
rita7189f7e2023-11-03 10:46:32 +080044;}
lh9ed821d2023-04-07 01:36:19 -070045#endif
46int nvupdate(char*nv_file,char*config_file,const char*key,const char*value,int
xf.lie31de8b2023-12-26 23:38:58 -080047saveFlag){int index=(0x92a+4682-0x1b74);int key_buf_len=(0x1066+2730-0x1b10);int
48 value_buf_len=(0x1df+7839-0x207e);T_NV_NODE*list=NULL;T_NV_ITEM*item=NULL;
lh9ed821d2023-04-07 01:36:19 -070049T_NV_ITEM*newItem=NULL;if(NULL==key||NULL==value)return RESULT_FAIL;printf(
50"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x6e\x76\x75\x70\x64\x61\x74\x65\x20\x6e\x76\x5f\x66\x69\x6c\x65\x3a\x25\x73\x20\x6b\x65\x79\x3a\x25\x73\x20\x76\x61\x6c\x75\x65\x3a\x25\x73" "\n"
xf.lie31de8b2023-12-26 23:38:58 -080051,nv_file,key,value);key_buf_len=strlen(key)+(0xb9c+6633-0x2584);value_buf_len=
52strlen(value)+(0x15f8+3817-0x24e0);for(list=nv_list;list;list=list->next){if(
lh9ed821d2023-04-07 01:36:19 -070053strcmp(list->nvFile,nv_file))continue;index=hash(key)%NV_HASH_LEN;for(item=list
54->nvTable[index];item;item=item->next){if(strcmp(item->key,key))continue;if(
55saveFlag)item->saveFlag=saveFlag;if(!strcmp(item->value,value)){item->
xf.lie31de8b2023-12-26 23:38:58 -080056update_flag=(0x1966+1534-0x1f63);printf(
lh9ed821d2023-04-07 01:36:19 -070057"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x6e\x76\x75\x70\x64\x61\x74\x65\x20\x73\x61\x6d\x65\x73\x6b\x69\x70\x3a\x69\x74\x65\x6d\x2d\x3e\x6b\x65\x79\x3a\x25\x73\x20\x69\x74\x65\x6d\x2d\x3e\x76\x61\x6c\x75\x65\x3a\x25\x73\x20\x76\x61\x6c\x75\x65\x3a\x25\x73\x20\x63\x6f\x6e\x66\x69\x67\x5f\x66\x69\x6c\x65\x3a\x25\x73" "\n"
58,item->key,item->value,value,config_file);return RESULT_SUCCESS;}if(strstr(
xf.lie31de8b2023-12-26 23:38:58 -080059config_file,"\x75\x73\x65\x72")){if((0x19b6+3108-0x25d9)==item->update_flag){
rita7189f7e2023-11-03 10:46:32 +080060printf(
lh9ed821d2023-04-07 01:36:19 -070061"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x6e\x76\x75\x70\x64\x61\x74\x65\x20\x73\x65\x63\x6f\x6e\x64\x20\x63\x68\x61\x6e\x67\x65\x3a\x69\x74\x65\x6d\x2d\x3e\x6b\x65\x79\x3a\x25\x73\x20\x69\x74\x65\x6d\x2d\x3e\x76\x61\x6c\x75\x65\x3a\x25\x73\x20\x76\x61\x6c\x75\x65\x3a\x25\x73\x20\x63\x6f\x6e\x66\x69\x67\x5f\x66\x69\x6c\x65\x3a\x25\x73" "\n"
62,item->key,item->value,value,config_file);}else{item->update_flag=
xf.lie31de8b2023-12-26 23:38:58 -080063(0xa30+1140-0xea3);printf(
lh9ed821d2023-04-07 01:36:19 -070064"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x6e\x76\x75\x70\x64\x61\x74\x65\x20\x75\x73\x65\x72\x73\x6b\x69\x70\x3a\x69\x74\x65\x6d\x2d\x3e\x6b\x65\x79\x3a\x25\x73\x20\x69\x74\x65\x6d\x2d\x3e\x76\x61\x6c\x75\x65\x31\x3a\x25\x73\x20\x76\x61\x6c\x75\x65\x3a\x25\x73\x20\x63\x6f\x6e\x66\x69\x67\x5f\x66\x69\x6c\x65\x3a\x25\x73" "\n"
65,item->key,item->value,value,config_file);return RESULT_SUCCESS;}}printf(
66"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x6b\x65\x79\x3d\x25\x73\x20\x63\x68\x61\x6e\x67\x65\x20\x76\x61\x6c\x75\x65\x3a\x25\x73\x20\x74\x6f\x20\x76\x61\x6c\x75\x65\x3d\x25\x73\x20" "\n"
67,item->key,item->value,value);free(item->value);item->value=(char*)malloc(
68value_buf_len);if(!item->value)return RESULT_MALLOC_FAIL;strncpy(item->value,
xf.lie31de8b2023-12-26 23:38:58 -080069value,value_buf_len-(0xa08+3521-0x17c8));item->value[value_buf_len-
70(0xa4b+2274-0x132c)]='\0';item->update_flag=(0x819+7674-0x2612);return
lh9ed821d2023-04-07 01:36:19 -070071RESULT_SUCCESS;}newItem=(T_NV_ITEM*)malloc(sizeof(T_NV_ITEM));if(!newItem){
72printf(
73"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x52\x45\x53\x55\x4c\x54\x5f\x4d\x41\x4c\x4c\x4f\x43\x5f\x46\x41\x49\x4c\x31\x20" "\n"
74);return RESULT_MALLOC_FAIL;}newItem->key=(char*)malloc(strlen(key)+
xf.lie31de8b2023-12-26 23:38:58 -080075(0x1fe5+432-0x2194));if(!newItem->key){free(newItem);printf(
lh9ed821d2023-04-07 01:36:19 -070076"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x52\x45\x53\x55\x4c\x54\x5f\x4d\x41\x4c\x4c\x4f\x43\x5f\x46\x41\x49\x4c\x32" "\n"
77);return RESULT_MALLOC_FAIL;}newItem->value=(char*)malloc(value_buf_len);if(!
78newItem->value){free(newItem->key);free(newItem);printf(
79"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x52\x45\x53\x55\x4c\x54\x5f\x4d\x41\x4c\x4c\x4f\x43\x5f\x46\x41\x49\x4c\x33\x20" "\n"
80);return RESULT_MALLOC_FAIL;}strncpy(newItem->key,key,key_buf_len-
xf.lie31de8b2023-12-26 23:38:58 -080081(0x14af+2538-0x1e98));newItem->key[key_buf_len-(0x498+3439-0x1206)]='\0';strncpy
82(newItem->value,value,value_buf_len-(0x1b1+2125-0x9fd));newItem->value[
83value_buf_len-(0xdf9+926-0x1196)]='\0';newItem->next=NULL;newItem->saveFlag=
84saveFlag;newItem->update_flag=(0x780+2550-0x1175);printf(
lh9ed821d2023-04-07 01:36:19 -070085"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x61\x64\x64\x20\x6b\x65\x79\x3d\x25\x73\x2c\x20\x76\x61\x6c\x75\x65\x3d\x25\x73\x20" "\n"
86,newItem->key,newItem->value);if(!list->nvTable[index])list->nvTable[index]=
87newItem;else{newItem->next=list->nvTable[index]->next;list->nvTable[index]->next
88=newItem;}return RESULT_SUCCESS;}return RESULT_FAIL;}int reloadFactroyParam(
89T_NV_NODE*list){char*val=NULL;FILE*fp=NULL;T_NV_CONFIG*config=NULL;char buf[
xf.lie31de8b2023-12-26 23:38:58 -080090NV_MAX_ITEM_LEN]={(0x1757+2833-0x2268)};printf(
lh9ed821d2023-04-07 01:36:19 -070091"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x72\x65\x6c\x6f\x61\x64\x46\x61\x63\x74\x72\x6f\x79\x50\x61\x72\x61\x6d\x20\x6e\x76\x46\x69\x6c\x65\x3a\x25\x73" "\n"
92,list->nvFile);for(config=list->fileList;config;config=config->next){printf(
93"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x72\x65\x6c\x6f\x61\x64\x46\x61\x63\x74\x72\x6f\x79\x50\x61\x72\x61\x6d\x20\x63\x6f\x6e\x66\x69\x67\x46\x69\x6c\x65\x20\x73\x74\x61\x72\x74\x3a\x25\x73\x21" "\n"
94,config->configFile);fp=fopen(config->configFile,"\x72\x6f");if(!fp){printf(
95"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x65\x72\x72\x6f\x72\x3a\x6f\x70\x65\x6e\x20\x25\x73\x20\x66\x69\x6c\x65\x20\x66\x61\x69\x6c\x20\x65\x72\x72\x6e\x6f\x20\x3d\x20\x25\x64\x21" "\n"
96,config->configFile,errno);return RESULT_FILE_OPEN_FAIL;}while(fgets(buf,
xf.lie31de8b2023-12-26 23:38:58 -080097NV_MAX_ITEM_LEN,fp)){if(buf[(0xaaa+2950-0x1630)]=='\n'||buf[(0x231+6991-0x1d80)]
98==((char)(0x204+452-0x3a5)))continue;val=strchr(buf,((char)(0xa7+1272-0x562)));
99if(!val){printf(
lh9ed821d2023-04-07 01:36:19 -0700100"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x65\x72\x72\x6f\x72\x3a\x25\x73\x20\x66\x69\x6c\x65\x20\x66\x6f\x72\x6d\x61\x74\x20\x65\x72\x72\x6f\x72\x3a\x73\x74\x72\x69\x6e\x67\x20\x3d\x20\x25\x73" "\n"
xf.lie31de8b2023-12-26 23:38:58 -0800101,config->configFile,buf);continue;}buf[strlen(buf)-(0x91c+3095-0x1532)]='\0';*
102val++='\0';nvupdate(list->nvFile,config->configFile,buf,val,(0x466+1690-0xaff));
103}printf(
lh9ed821d2023-04-07 01:36:19 -0700104"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x72\x65\x6c\x6f\x61\x64\x46\x61\x63\x74\x72\x6f\x79\x50\x61\x72\x61\x6d\x20\x63\x6f\x6e\x66\x69\x67\x46\x69\x6c\x65\x20\x65\x6e\x64\x3a\x25\x73\x21" "\n"
105,config->configFile);fclose(fp);}return RESULT_SUCCESS;}void dump_list(T_NV_ITEM
106*list){if(list==NULL){printf(
107"\x6c\x69\x73\x74\x20\x69\x73\x20\x6e\x75\x6c\x6c" "\n");return;}T_NV_ITEM*p=
108list->next;while(p!=NULL){printf(
109"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x64\x75\x6d\x70\x20\x6b\x65\x79\x3d\x25\x73\x2c\x20\x76\x61\x6c\x75\x65\x3d\x25\x73\x2c\x20\x70\x3d\x30\x78\x25\x78" "\n"
110,p->key,p->value,((unsigned int)p));p=p->next;}}int delete_not_needed(T_NV_NODE*
xf.lie31de8b2023-12-26 23:38:58 -0800111list){int index=(0x2138+1057-0x2559);T_NV_ITEM*item=NULL;T_NV_ITEM head={
112(0x2088+2-0x208a)};T_NV_ITEM*prev=&head;printf(
lh9ed821d2023-04-07 01:36:19 -0700113"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x64\x65\x6c\x65\x74\x65\x5f\x6e\x6f\x74\x5f\x6e\x65\x65\x64\x65\x64\x20\x65\x6e\x74\x65\x72\x20\x2a\x2a\x2a" "\n"
xf.lie31de8b2023-12-26 23:38:58 -0800114);for(index=(0xd20+3883-0x1c4b);index<NV_HASH_LEN;index++){head.next=list->
115nvTable[index];prev=&head;for(item=prev->next;item;){if((0x249+8252-0x2284)==
xf.lice873192023-11-08 17:10:35 -0800116item->update_flag){prev=item;item=item->next;}else{printf(
lh9ed821d2023-04-07 01:36:19 -0700117"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x64\x65\x6c\x65\x74\x65\x20\x6b\x65\x79\x3d\x25\x73\x2c\x20\x76\x61\x6c\x75\x65\x3d\x25\x73\x20" "\n"
118,item->key,item->value);prev->next=item->next;free(item->key);free(item->value);
119free(item);item=prev->next;}}list->nvTable[index]=head.next;}printf(
120"\x6e\x76\x73\x65\x72\x76\x65\x72\x20\x64\x65\x6c\x65\x74\x65\x5f\x6e\x6f\x74\x5f\x6e\x65\x65\x64\x65\x64\x20\x65\x6e\x64\x20\x2a\x2a\x2a" "\n"
121);return RESULT_SUCCESS;}
122#ifdef __cplusplus
123}
124#endif
125