Bug #31
openMissing & Incorrect Device Diagnosis Parameters in Device Details
0%
Description
Device Diagnosis screen is not displaying several backend-provided parameters.
Battery details, storage details, and network connection type are either missing or showing incorrect values.
Description:
On the Diagnosis Detail screen, multiple fields that should be populated from backend/API are either blank, showing “0.00”, or showing wrong values.
Even though the SIM data is active, the Connection Type displayed is incorrectly shown as WIFI.
Battery-related fields and storage values are also not populated.
Actual Result:
Connection Type: Displayed as WIFI, even when device is using SIM data.
SIM Provider: Empty.
Signal Strength: Empty.
Battery Power: Not displayed.
Battery Temperature: Empty.
Total Memory / Available Memory / SD Storage: Showing 0.00.
Several other parameters are blank or missing.
Expected Result:
Connection type should reflect actual network source (e.g., Mobile Data (SIM)).
Battery information should be correctly displayed (
power %, temperature, charge count).
Storage values should show correct total/available memory instead of 0.00.
All parameters provided by backend must be correctly fetched and displayed. 
{
"CONT": "UNKNOWN",
"BL": "99",
"CAMF": "1",
"CAMB": "0",
"PRN": "0",
"LCD": "1",
"BT": "",
"SDST": "11811160064",
"SDP": "10737418240",
"MEMA": "346818608",
"MEMT": "1020054732",
"ICCS": "",
"PROV": "JIO",
"SG": 0,
"SIM": 1,
"SAM1": "0",
"SAM2": "0",
"LENP": "'",
"DIPT": "1",
"NFCT": "1",
"SWPT": "",
"CAMFT": "",
"CAMRT": "",
"CHGT": "",
"IMEI": "865164060456256",
"DT": "P12",
"OS": "11",
"KV": "4.14.186",
"IP": "192.0.0.4",
"TEMPB": "",
"FV": "SP_V1.01.024 Q002F700 250407 PEDSTA=2",
"HV": "mt6739"
}
Files
No data to display