自註冊DM 四 CMCC移動DM 實現方法

2021-07-29 10:14:11 字數 1776 閱讀 3347

自註冊在cmcc 終端測試檢視結果,輸入imei,選擇時間時一定要範圍大點 3月到10月 因為他的時間不准
手機debug模式也可以測試,測試時換卡就行,不用重起和刷機,最重要開啟4g資料連線
getphonecount()	

telephonymanager getphonecount()

getgsmdeviceid(int phoneid)

卡1 systemproperties.get("persist.radio.imei", "");

卡2 systemproperties.get("persist.radio.imei1", "");

getcdmadeviceid()

systemproperties.get("persist.radio.meid","");

getsubscriberid(int phoneid)

telephonymanager getsubscriberid(subid)

geticcid(int phoneid)

telephonymanager getsimserialnumber(subid)

getdatastate(int phoneid)

telephonymanager getdatastate(subid)

getsimstate(int phoneid)

telephonymanager getsimstate(slotid)

getnetworktype(int phoneid)

telephonymanager getnetworktype(int subid)

getmasterphoneid()

subscriptionmanager getphoneid(int defdatasubid)

isinternationalnetworkroaming(int phoneid)

telephonymanager isnetworkroaming(subid)

getvoltestate(int phoneid)

參考後面實現 "

public int getvoltestate(int phoneid) );

result = enabled ? volte_state_on : volte_state_off;

} catch (nosuchmethodexception e1) else

} catch (exception e2)

}return result;

}"getapncontenturi(int phoneid)

參考後面實現

"public uri getapncontenturi(int phoneid)

}mlog.d(""getcontenturi("" + phoneid + ""): "" + result);

return result == null ? null : uri.parse(result);

}"getslotid (int phoneid)

getcellid (int phoneid)

"celllocation loc = telephonymanager.getdefault().getcelllocationforsubscriber(slotid);

if (loc instanceof gsmcelllocation) "

getlac (int phoneid)

installshield安裝程式自註冊dll

有時網installshield中新增 檔案時 比如有些檔案是自註冊檔案 這些檔案 會導致安裝的時候 安裝不了 會說 dll無法註冊 點選installation designer檢視 左邊的organization下的components 右邊會出現 一棵樹 有個資料夾是 selfregfiles...

四 註冊裝置

註冊裝置的結構體platform device位於linux目錄中的include linux,使用命令 vim include linux platform device.h 開啟 platform device 所在檔案。struct platform device name代表裝置名稱,通過l...

Vmware 註冊服務 開機自啟

現在的伺服器效能往往過剩,利用虛擬機器可以提高伺服器的利用效率。vmware是一款很好的虛擬機器軟體,但是其worksation版本並不支援開機自動啟動,支援開機自啟的server又長年沒有更新,已經無法支援2008r2了,今天的教程將幫助大家解決這個問題。1.需要的工具instsrv.exe和sr...