カテゴリー
未分類

fastboot flash boot boot.img をやってから。

1. ロムzipを解凍する

 

2.bootloader開く

adb reboot bootloader

2.boot.imgをflash

fastboot flash boot boot.img

sending ‘boot’ (2574 KB)…
OKAY [ 0.441s]
writing ‘boot’…
OKAY [ 0.572s]
finished. total time: 1.017s

4.fastboot reboot

5.SDカードにromとかのzipをいれる。

6.SDカードからインストール

カテゴリー
未分類

fastboot

 

 

c:\android-sdk-windows\platform-tools>fastboot
usage: fastboot [ <option> ] <command>

commands:
update <filename> reflash device from update.zip
flashall flash boot, system, vendor and if found,
recovery
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
format[:[<fs type>][:[<size>]] <partition> format a flash partition.
Can override the fs type and/or
size the bootloader reports.
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> [ <second> ] ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> [ <second> ] ] create bootimage and
flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message

options:
-w erase userdata and cache (and format
if supported by partition type)
-u do not first erase partition before
formatting
-s <specific device> specify device serial number
or path to device port
-l with “devices”, lists device paths
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address.
default: 0x10000000
-n <page size> specify the nand page size.
default: 2048
-S <size>[K|M|G] automatically sparse files greater
than size. 0 to disable

カテゴリー
未分類

ubuntuでOSソース取得

 

Ubuntuでandroid OSのソースを丸ごと取得 git repo jdk

カテゴリー
未分類

海水風呂

 

 

瀬戸内海国立公園の中心、無人島仙酔島

http://www.sensuijima.jp/senweb/e/ushio.html

 

・塩湯 天然海水風呂

大分県南海部郡上浦町浪太B&G海洋センターそば

http://kamiura.oita-shokokai.or.jp/seinen/sioyu.html

 

・ふろ一休

11種類のおふろの中に海水風呂が1つあるようです。

http://www.furo-19.net/index2.htm

 

・マーレ・グラッシア大三島

海水風呂では海水に含まれるイオン・カルシウム・マグネシウムなどが吸収できる。露天風呂では夕日が眺められる。

愛媛県今治市大三島町宮浦5902

http://www.oideya.gr.jp/spa/area_shimanami/maregracia.htm

 

 

カテゴリー
未分類

サブディレクトリでWORDPRESSを複数設置するはじめの一歩

サブディレクトリでWORDPRESSを複数設置するはじめの一歩です。

1.wp-config.phpを開きます

2.以下を追記します。

define('WP_ALLOW_MULTISITE', true);