2016年6月9日木曜日

シリアル変更

# mount -o rw,remount rootfs /
# vi /default.prop
#
# ADDITIONAL_DEFAULT_PROPERT
#
media.settings.xml=/etc/medi
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
persist.service.adb.enable=0
ro.serialno=EX841011A00595 ←追加

# mount -o ro,remount rootfs /

シャットダウン時の後処理 (shutdown)

# vi /etc/systemd/system/drop.service [Unit] Description= stop httpgwd DefaultDependencies=no Before=shutdown.target RefuseManualStart=true ...