頼んでもないのに勝手に起動してますよね
そういう時はこれですっきり
$ adb remount
remount succeeded
$ adb shell rm /system/app/com.amazon.mp3.apk
$ adb uninstall com.amazon.mp3
Success
$ adb reboot
$ adb remount
remount succeeded
$ adb shell rm /system/app/com.amazon.mp3.apk
$ adb uninstall com.amazon.mp3
Success
$ adb reboot
$ shtter.sh
$ shtter.sh update "foobar"
# ./shtter.sh "`cat /proc/loadavg`"
# opkg update
# opkg install openssl-util curl
たとえば、Blogger Status をチェックしよう というタイトルの投稿 blogger-status.html を削除し、次に別の Blogger Status が見られない という記事を投稿しても、再び blogger-status.html という URL にはならずに、blogger-status_05.html のように日付が付加されてしまいます。同様に、重複防止のために付加された日付は、その記事を削除して次の投稿をしても引き継ぐことはできません。削除すると永久欠番のように、どこかに URL データが保存されるようですね。
$ ./shtter.sh init
$ ./shtter.sh init
$ qemu-img convert -c -O qcow2 source.img new.img
Sending a USR1 signal to a running `dd' process makes it
print I/O statistics to standard error and then resume copying.
$ dd if=/dev/zero of=/dev/null& pid=$!
$ kill -USR1 $pid; sleep 1; kill $pid
18335302+0 records in
18335302+0 records out
9387674624 bytes (9.4 GB) copied, 34.6279 seconds, 271 MB/s