Android の画面を Windows 2000のパソコン画面に転送する実験

用意するもの

WinUSBドライバ
Android USB開発ドライバ
Android SDKのZIP
ADB Shell
・Java 6 Update 95 (WLUから入手)
Android Screen Monitor

adb
まず、Android をデバッグモードにしてつないで ADB Interface ドライバが入ってることを確認。

任意のバージョンのJRE をインストール Windows 2000の場合は JRE 6u95推奨

次に、 Android SDK のZIPを解凍する。
Android Screen Monitor をさらに解凍して asm.jar を Tools フォルダにコピーする
ADB Shell も解凍してすべてのファイルを tools フォルダにコピーする。
Tools フォルダにある asm.jar をダブルクリックで起動
うまく起動できなければ、 ddms.bat をコピーして

call "%java_exe%" %java_debug% "-Dcom.android.ddms.bindir=%prog_dir%" -classpath "%jarpath%;%swt_path%\swt.jar" com.android.ddms.Main %*

を call "%java_exe%" -jar asm.jar に書き換えて起動してみる
adb2
つながってるAndroid デバッグ機器の数だけ表示される

Android Screen Monitor - adakoda
Android Screen Monitorインストめも(Win64bit) - ZAORIKUの日記(メモ的)

※環境によっては、CTRL +  P(縦画面), L(横画面),   5(50%表示), 7(75%表示), 1(100%表示), 0(150%表示), 2(200%表示), S(保存) のショートカットキーが使用可

なんて書いてるサイトをまるコピーしてるサイトがたくさんあるけど、実は嘘。

Android Screen Monitor v2.10 | HTC Vogue: Touch CDMA | XDA Forums

right click on monitor screen to:
get screenshots
change to landscape\portrait
zoom in or out

画面を右クリックすると:スクショ/ 横向き・縦向きの変更/ズーム in/out ができるよ

って書いてる。

adb3
ほんまや・ω・



Android Screen Monitor v2.10 | HTC Vogue: Touch CDMA | XDA Forums

This is a really nice screen monitoring\screenshot program. Supports Android 1.5, 1.6, 2.0, 2.1

Android sdk and Jre(JDK) 5 or 6 must be installed

ASM is an Android Debug Bridge (adb) client, When it starts monitoring screen,
ASM connects to adb on port 5037 and receives frame buffer continuously
on the device or emulator and transfer image to your desktop window.
You can rotate and scaling monitor window and export a image into PNG file as screen shot tool.

If you have sdk installed skip step 1.
If you have Java JRE(JDK) installed skip step 2

Make sure you have your phone plugged in usb.

1. Download Android SDK for Windows and place the android-sdk-windows folder on the root of your C:\ Drive.

2. Download(skip login) and install JRE(JDK) 6

3. Download the attached asm.zip and extract asm.jar out.

4. Place the asm.jar in \android-sdk-windows\tools folder.

5. Right click on asm.jar and place a shortcut on your desktop. Run the jar file or shortcut to bring up the monitor

right click on monitor screen to:
get screenshots
change to landscape\portrait
zoom in or out

おすすめ

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です