確認したのは以下のアプリです。
- Dropboxからフォルダごとダウンロードする
- スマフォ内のファイル・フォルダの整理する
- プレイリストの作成
- mp3ファイルを格納しているフォルダ内で、menu->オペレーション->すべて選択、続けて、menu->オペレーション->ミュージック
- プレイヤの起動
- menu->その他->ミュージック
$ sudo apt-get install mosh $ mosh -v mosh 1.1.3
$ sudo yum install libutempter-devel zlib-devel ncurses-devel gcc-c++ $ wget http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz $ tar zxf protobuf-2.4.1.tar.gz $ cd protobuf-2.4.1 $ ./configure --prefix=/usr $ make $ sudo make install $ wget https://github.com/downloads/keithw/mosh/mosh-1.2.2.tar.gz $ tar zxf mosh-1.2.2.tar.gz $ cd mosh-1.2.2 $ ./configure $ make $ sudo make install
$ sudo /sbin/iptables -A INPUT -p udp -m udp --dport 60000:61000 -j ACCEPT $ sudo /sbin/iptables -A OUTPUT -p udp -m udp --sport 60000:61000 -j ACCEPT $ sudo /sbin/service iptables save
$ mosh サーバ名
<imageを、以下のようにした。
style="display:inline"
y="0"
x="0"
id="image2994"
xlink:href="file:///C:/foo/bar/image.png"
height="300"
width="300" />
<image
style="display:inline"
y="0"
x="0"
id="image2994"
xlink:href="image.png"
height="300"
width="300" />
// コンテキストを変数ctxに代入 ctx.lineWidth = 5;
sudo umount -l -r -f /cdrom
options snd-hda-intel model=thinkpadIt worked. I could hear the sound of sound test.
$(window).bind("orientationchange",function(e) { $('#text').text($('#text').text() + 'o-change[' + e.orientation + '] '); });
<a href="#main" data-role="button" data-rel="back">data-rel="back"</a> <a onclick="$('.ui-dialog').dialog('close');" data-role="button" >$('.ui-dialog' ).dialog('close')</a> <a onclick="$.mobile.changePage('#main');" data-role="button" >$.mobile.changePa ge('#main')</a>