のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2013-03-14から1日間の記事一覧

ビルドまで

$mkdir B2G_nexus $cd B2G_nexus $git clone git://github.com/mozilla-b2g/B2G.git $cd B2G ダウンロードした直後は(no branch)であった。 $repo start master --all 変更があった場所を確認する。 $repo status $repo branches $cd B2G .userconfigを追加…

[FxOS]L10NBASEDIR not defined by configure.

ビルドでエラーがでる。 /home/user01/B2G_emu/B2G/gecko/config/config.mk:704: *** L10NBASEDIR not defined by configure. 中止. なぜか、emulatorのフォルダを参照している。L10NBASEDIRは存在するが、ないといわれる。 $ env | grep L10N L10NBASEDIR=/…

git 無視リストに追加した

# .config .repo/ .userconfig .var.profile *.swp *.pyc *.fix_b2g_stack.cache Adreno* Makefile abi/ backup-*/ bionic/ bootable/ build/ dalvik/ development/ device/ download-galaxy-nexus/ download-nexus-s/ external/ frameworks/ gaia/ gecko/ g…

b2gのソースの変更方法 discarding 1 commits

ブランチを切らないと、repo syncのたびに破棄されてしまうようだ。 $ ./config.sh galaxy-nexus $ repo start myb2g --all $ git branch * master $ repo branches * myb2g | in all projects $ git checkout myb2g $ git branch master * myb2g repo start…

repoコマンドのメールアドレス

$ cat ~/.gitconfig [user] email = user01@example.com name = FirstName LastName [color] ui = auto

保存したモニターの設定を適用できませんでした(その2)

$ xrandr Screen 0: minimum 1 x 1, current 1680 x 1050, maximum 8192 x 8192 Virtual1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 0mm x 0mm 1920x1144 60.0 + 2560x1600 60.0 1920x1440 60.0 1856x1392 60.0 1792x1344 60.0 1…

保存したモニターの設定を適用できませんでした

保存したモニターの設定を適用できませんでした。 選択したモードはどれも利用可能なモードと互換性がありませんでした: CRTC 63 のモードを試します CRTC 63: 800x600@60Hz のモードを 1920x1144@60Hz (0 パス) の出力で試します CRTC 63: 2560x1600@60Hz …

b2g(FirefoxOS) configure.sh repo sync でエラー

curl: (22) The requested URL returned error: 404 Server does not provide clone.bundle; ignoring. サーバーの調子が悪いのかな? so you need to edit .repo/manifest.xml and change this line <remote name="linaro" fetch="git://android.git.linaro.org/"/>for this <remote name="linaro" fetch="">http://android.git.linaro.o…</remote></remote>

"Unable to get exclusive lock"  "排他的ロックを得ることができません"

"Unable to get exclusive lock" "排他的ロックを得ることができません" "This usually means that another package management application (like apt-get or aptitude) already running. Please close that application first." "これは大抵、他の(apt-get…