のねのBlog

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

FirefoxOs

b2g(FirefoxOS) arm emulator起動せず

B2G_emuのフォルダでコマンドを入力しているのに、B2G_genのフォルダのoutを実行しようとしている。 ~/B2G_emu/B2G$ ./run-emulator.sh Creating sdcard image file with size: 512M ... emulator: found Android build root: /home/B2G_gen emulator: found…

b2g(FirefoxOS) カスタマイズビルド

公式のカスタマイズ用ファイル(.userconfig)は、以下のとおりです。 GECKO_PATH=/home/work/B2G-profiler/mozilla-inbound echo "GECKO_PATH = ${GECKO_PATH}" export B2G_DEBUG=1 echo "B2G_DEBUG = ${B2G_DEBUG}" GECKO_OBJDIR=${GECKO_PATH}/objdir-gon…

b2g(FirefoxOS) arm emulatorのビルド(その3) hardware/libhardware_legacy/wifi/wifi.c:26:36: error: libwpa_client/wpa_ctrl.h: No such file or directory

b2g arm emulatorのビルド(その1) - のねの日記 b2g arm emulatorのビルド(その2) - のねの日記 b2g arm emulatorのビルド(その3) - のねの日記 $. ./build/envsetup.sh $. ./setup.sh $cd external/wpa_supplicant_8/ $mm これもだめか。Androidのソース…

wpa_supplicant

wpa_supplicant wpa_supplicant_6 wpa_supplicant_8

b2g arm emulator用のフォルダ

firefoxosのemulator用のフォルダ Deleting obsolete path /B2G/development Deleting obsolete path /B2G/device/generic/goldfish Deleting obsolete path /B2G/external/qemu Deleting obsolete path /B2G/prebuilts/gcc/linux-x86/host/i686-linux-glibc…

b2g arm emulatorのビルド(その2) "libwpa_client/wpa_ctrl.h" "no such file or directory"

b2g arm emulatorのビルド(その1) - のねの日記 b2g arm emulatorのビルド(その2) - のねの日記 b2g arm emulatorのビルド(その3) - のねの日記 hardware/libhardware_legacy/wifi/wifi.c:26:36: error: libwpa_client/wpa_ctrl.h: No such file or direc…

b2g arm emulatorのビルド(その1)

b2g arm emulatorのビルド(その2) - のねの日記 b2g arm emulatorのビルド(その3) - のねの日記 host StaticLib: libGLcommon (out/host/linux-x86/obj/STATIC_LIBRARIES/libGLcommon_intermediates/libGLcommon.a) host SharedLib: libGLES_CM_translator…

B2G(FirefoxOS)のconfig.sh

B2G/config.sh GitHubのB2Gより引用 #!/bin/bash REPO=${REPO:-./repo}echo ${name:-value} もし変数nameが空白(セットされていない場合も含む)であれば、「value」がその値となります。以下のコマンド郡と同じような意味となります。 repo_sync() { rm -r…

FirefoxOSとAndroidのフォルダの比較

フォルダ一覧

repo sync error

~/firefoxos/B2G$ repo sync -j1 Fetching projects: 100% (83/83), done. error: Your local changes to the following files would be overwritten by checkout: apps/camera/manifest.webapp apps/communications/manifest.webapp apps/system/manifest.w…

FirefoxOSのデバッグ

adbが使える。 deviceがofflineのままのときがあった。 $adb devices List of devices attached 016B7E95XXXXXXXX offline FirefoxOSを再起動したら、接続できるようになった。 monitor.batも使えた。 Debugging B2G using gdb

FirefoxOSの日本語化

SolaさんとMozillaのページを見ながら、日本語化に挑戦。 sola : FirefoxOS の日本語化 Building Firefox OS multilocale- Mozilla | MDN

Galaxy Nexus(SC-04D)にFirefoxOSを入れる方法

FirefoxOSの日本語化 - のねの日記 $>git clone git://github.com/mozilla-b2g/B2G.git $>cd B2G $>./config.sh galaxy-nexus error: Exited sync due to fetch errors Repo sync failed エラーが出たのでもう一度コマンドを打った。 $>./repo sync remote e…

FireFox OSのフォントは、どこから取得するんだろう?

フォントは、Androidベースの場合,FreeType2を呼んでいる? 2D Graphics(gfx/thebes, gfx/2d) http://code.metager.de/source/xref/mozilla/B2G/gecko/gfx/thebes/gfxAndroidPlatform.cpp http://code.metager.de/source/xref/mozilla/B2G/gecko/modules/fre…