• 2

CHT9100的工程模式

EngineerMode.exe
還是抓不出來嗎?
有了這個程式,出門就不用再多帶一支工模機了
基本上跟 Phone 有關的 Status 在 PPC 上都是透過 RIL driver 來 access...
RIL_GetCellTowerInfo 這個 funciton 可能可以提功你需要的
假如有興趣的話, 可能可以自己寫一個來試看看

傳回的 infomation and its detail 有

typedef struct {
DWORD cbSize;
DWORD dwParams;
DWORD dwMobileCountryCode;
DWORD dwMobileNetworkCode;
DWORD dwLocationAreaCode;
DWORD dwCellID;
DWORD dwBaseStationID;
DWORD dwBroadcastControlChannel;
DWORD dwRxLevel;
DWORD dwRxLevelFull;
DWORD dwRxLevelSub;
DWORD dwRxQuality;
DWORD dwRxQualityFull;
DWORD dwRxQualitySub;
DWORD dwIdleTimeSlot;
DWORD dwTimingAdvance;
DWORD dwGPRSCellID;
DWORD dwGPRSBaseStationID;
DWORD dwNumBCCH;
BYTE rgbBCCH[MAXLENGTH_BCCH];
BYTE rgbNMR[MAXLENGTH_NMR];
} RILCELLTOWERINFO;


Members
cbSize
Structure size, in bytes.

dwParams
Specifies valid parameters. Must be one or a combination of the RILCELLTOWERINFO parameter constants.

dwMobileCountryCode
Specifies the country code.

dwMobileNetworkCode
Specifies the code of the mobile network.

dwLocationAreaCode
Specifies the area code of the current location.

dwCellID
Specifies the ID of the cellular tower.

dwBaseStationID
Specifies the ID of the base station.

dwBroadcastControlChannel
Specifies the Broadcast Control Channel (BCCH).

dwRxLevel
Specifies the received signal level.

dwRxLevelFull
Specifies the received signal level in the full network.

dwRxLevelSub
Specifies the received signal level in the subsystem.

dwRxQuality
Specifies the received signal quality.

dwRxQualityFull
Specifies the received signal quality in the full network.

dwRxQualitySub
Specifies the received signal quality in the subsystem.

dwIdleTimeSlot
Specifies the idle timeslot.

dwTimingAdvance
Specifies the timing advance.

dwGPRSCellID
Specifies the ID of the GPRS cellular tower.

dwGPRSBaseStationID
Specifies the ID of the GPRS base station.

dwNumBCCH
Specifies the number of the BCCH.

rgbBCCH[MAXLENGTH_BCCH]
Range of the BCCH, in bytes.

rgbNMR[MAXLENGTH_NMR]
Length of the Non-Membership Report (NMR), in bytes.

  • 2
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?