のねのBlog

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

2012-02-15から1日間の記事一覧

Ubuntuでデスクトップサーチ(iso_imgとinstaller_vdiの書いてあるところ)

「ファイルの検索」というアプレットをパネルに追加する。 対象となる名前:*.mk 次の文字列を含む:iso_img これで、検索実行してみた。 iso_img: ics_x86/bootable/newinstaller/Android.mkの中にあるようだ。(最後の辺) android_x86の方のリポジトリ inst…

gtags-parser: buffer overflow. strlimcpy

AndroidのICSのソースにGNU GLOBALを実行したら、エラーになった。 gtags-parser: buffer overflow. strlimcpy(dest, 'a1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567…

build/core/config.mk

# This is included by the top-level Makefile. # It sets up standard variables based on the # current configuration and platform, which # are not specific to what is being built. # Only use ANDROID_BUILD_SHELL to wrap around bash. # DO NOT …

build/core/help.mk

# # Copyright (C) 2010 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # htt…

build/core/main.mk

vmwareのbiosを表示するには。

rebootしてf2を押すとやりやすかった。

ubuntuから直接USBメモリへ焼く

$ sudo dd if=/home/m_fujii/ics-x86/out/target/product/laptop/asus_laptop_usb.img of=/dev/sdb

ubuntu 10.04にudevinfoがない。

udevadm info -q all -n /dev/sda1 where is udevinfo?