Personal tools
You are here: Home コンピュータ Cellular telephone Tips 携帯電話を遠隔操作
Document Actions

携帯電話を遠隔操作

by すぎお last modified 2007-09-23 04:26

NOKIA N73(Softbank 705NK)をBluetooth+Pythonで遠隔操作

  1. The Python programming language for S60 mobile phones.」をダウンロードする。 705NKでは 以下をダウンロードする。
    • PythonForS60_1_4_0_3rdEd.sis
    • PythonScriptShell_1_4_0_3rdEd.sis
  2. ダウンロードしたファイルをNOKIA PC Suiteで705NKへ転送・インストールする。 MACの場合は、iSyncで転送後、インストールを行う。
  3. 操作ターミナルは
    • Windows:ハイパーターミナル
    • MAC:ZTerm
  4. 等を使用する。要は、Bluetoothを仮想シリアルポートとして扱えるターミナルであれば何でも良い。
  5. PC側と携帯側の双方を操作して、接続を行う。
  6. ターミナルから

Connected.

Python

[GCC 2.9-pion-98r2 (SYmbian build 546)] on symbian_s60

Type "copyright", "credit" or "license" for more information.

Type "commands" to see the commands available in this simple line editor.

>>> import graphics

>>> import camera

>>> cimage=graphics.Image.new

>>> cimage=camera.take_photo()

>>> cimage.save(r"e:\Images\000.jpeg")

>>> quit

他の方法はPythonを勉強してね。

« November 2008 »
Su Mo Tu We Th Fr Sa
1
2345678
9101112131415
16171819202122
23242526272829
30
 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: