ISHELL_GetDeviceInfoEx() | developer.brewmp.com ISHELL_GetDeviceInfoEx() | developer.brewmp.com

Developer

ISHELL_GetDeviceInfoEx()

Forums:

I am a new BREW guy porting an app from SDK2.1 to 3.1.2 for Japan app.
(I'll post this query too in brew-support-japan)

I am using ISHELL_GetDeviceInfoEx() to get the provider phone intensity.

ISHELL_GetDeviceInfoEx(
pMe->m_pIShell,
KDDI_INTENSITY,
&pMe->nIntensity,
sizeof(uint16)
);

I wonder why I am getting 0 (zero) for pMe->nIntensity using the SIMULATOR.
The application on SDK2.1 gets a value of 4 while running on the EMULATOR.

Is it dependent on some .DAT file for the simulator? I tried make all the
data file identical that of the environment on SDK2.1 in SDK3.1.2.

Any insight of what may be its cause?