web-dev-qa-db-ja.com

Ubuntu Touchでスクリーンショットを撮る方法

Motorola Razr GSM(umts_spyder)でUbuntu Touchをフラッシュし、スクリーンショットを撮りたいのですが、方法がわかりません。それを行う方法はありますか?

20
user143330

簡単な方法(BQ Aquaris E4.5およびNexus 4(ota9)でテスト済み)

volume upvolume downを押して、映像の音が聞こえるまでを表示し、スクリーンショットのフラッシュが表示される

スクリーンショットは/home/phablet/Pictures/Screenshotsに保存され、galleryアプリを使用して表示できます。

コマンドラインを使用する(すべてのデバイスで動作するはずです)

phablet-screenshotパッケージにあるphablet-toolsコマンドは、USBケーブルで接続されたUbuntuデバイスからスクリーンショットを撮ることができます。

phablet-screenshot foo.png
I: Dumping fb0 ...
2656 KB/s (3932160 bytes in 1.445s)
I: Done
22

BQ Aquaris Ubuntu Phoneでは、音量アップキーとダウンキーを同時に押す必要があります。スクリーンショットは、写真フォルダに保存されます。

10
meles

私はRTFMと、単に音量キーを押すと言いました。私がやった-真ん中に、それは私の写真フォルダに画面キャプチャを保存しました。マニュアルから:

Taking Screenshots
You can take a screenshot at any time by simply pressing and holding down the
volume key. The screenshot will be automatically saved in the Gallery, in the
“Screenshots” folder. If you are accessing the phone via the computer, go to
Pictures > Screenshots.
2
Ted.E.

このスクリプトを実行します: http://people.canonical.com/~j-lallement/touch/mirfbdump

chmod +x script.sh
sh ./script.sh
0
JHOSMAN