最近項目要做一個控制來電顯示的Android
應用
需要在Emulator上類比來電
效果
方法如下:
1.單個電話
開啟命令列cmd,輸入telnet 斷行符號.
然後輸入 o localhost 5554 斷行符號,連到Emulator上.
輸入gsm call 123456 上面顯示OK
這時再去看模擬器,上面就有來電了.
其他:
掛斷電話:gsm cancel <類比打進的電話號碼>
設定其他模式:gsm voice unregistered為網路無法聯通,denied為緊急電話模式
參考:(http://www.my400800.cn
)
help gsm
allows you to change GSM-related settings, or to make a new inbound phone call
available sub-commands:
gsm list list current phone calls
gsm call create inbound phone call
gsm busy close waiting outbound call as busy
gsm hold change the state of an oubtound call to 'held'
gsm accept change the state of an outbound call to 'active'
gsm cancel disconnect an inbound or outbound phone call
gsm data modify data connection state
gsm voice modify voice connection state
gsm status display GSM status
2. 多個模擬器類比播打電話
啟動多個模擬器,在模擬器A中播模擬器B的連接埠號碼碼,即可。
3.傳送簡訊
sms send <類比傳送簡訊的電話號碼> <簡訊內容>
例如:sms send 1234567 Hello
Vista
系統中使用
Telnet服務
器問題
【問】 Vista下 輸入telnet,提示沒有找到該檔案,如何找回telnet呢。
【答】 很多在Vista下沒有找到telnet程式,如在“開始”的“運行”或“搜尋”框中輸入telnet,提示沒有找到該檔案,其實Vista預設是不安裝的,由於是針對伺服器設定的,在Windows Server 2008中是預設安裝的。
解決的方法也很簡單,直接安裝Vista的系統組件中安裝即可,操作步驟,“我的電腦”->“控制台”->“程式和功能”中,在左邊的樹圖
中可以看到“開啟或關閉 Windows 功能”,在開啟的新對話方塊“Windows 功能”中可以看到
“telnet伺服器”和“telnet用戶端”,我們選中這兩項,telnet就恢複了,如果僅用於串連遠程伺服器,我們只需安裝“telnet客戶
端”即可。