のねのBlog

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

2016-01-01から1年間の記事一覧

opengapps-app-v9.apk

opengapps-app adb install opengapps-app-v9.apk

No editor info for this field. Bug?

Cross Reference: /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/InputAttributes.java 57 public InputAttributes(final EditorInfo editorInfo, final boolean isFullscreenMode, 58 final String packageNameForPrivateImeOpt…

android.os.DeadObjectException

12-23 07:42:00.782: W/LoaderManager(6579): Called doRetain when not started: LoaderManager{f3478ec in HostCallbacks{a38d233}} 12-23 07:42:00.782: W/LoaderManager(6579): java.lang.RuntimeException: here 12-23 07:42:00.782: W/LoaderManager(6…

ASUS M52BC Wifi

ASUS M52BC Wi-Fi Driver version V1.00.247(For Azurewave_CB161H)www.asus.com

VS2015の変更時にエラー Error 0x80070003

Visual Studio 2015を変更しようとしたとき、以下のエラーが発生した。Error 0x80070003 [2950:3720][2016-12-20T06:02:43]e000: Error 0x80070003: Failed to move verified file to complete payload path: C:\ProgramData\Package Cache\{DE064F60-6522-3…

brew doctor

$ brew doctor Please note that these warnings are just used to help the Homebrew maintainers with debugging if you file an issue. If everything you use Homebrew for is working fine: please don't worry and just ignore them. Thanks! Warning:…

brew doctor

$ brew doctor Please note that these warnings are just used to help the Homebrew maintainers with debugging if you file an issue. If everything you use Homebrew for is working fine: please don't worry and just ignore them. Thanks! Warning:…

brew config

$ brew config HOMEBREW_VERSION: 1.1.4 ORIGIN: https://github.com/Homebrew/brew.git HEAD: 99f42146c06333f820f45ed1940c5487990e2b31 Last commit: 3 days ago Core tap ORIGIN: https://github.com/Homebrew/homebrew-core Core tap HEAD: 95256d78c3f…

python which

$ which pylint /Users/m/.pyenv/shims/pylint$ which pep8 /Users/m/.pyenv/shims/pep8$ which python /Users/m/.pyenv/shims/python $ python -V Python 3.4.5 :: Anaconda 2.3.0 (x86_64)

pylint error

[pylint] E0401:Unable to import 'dataset.mnist' [pylint] C0413:Import "from dataset.mnist import load_mnist" should be placed at the top of the module[pylint] E0401:Unable to import 'dataset.mnist'

conda config --show

$ conda config --show add_anaconda_token: True add_pip_as_python_dependency: True allow_softlinks: True always_copy: False always_yes: False auto_update_conda: True binstar_upload: None changeps1: True channel_alias: https://conda.anaconda…

mac anaconda

# Anacondaのインストール pyenv install anaconda3-2.1.0qiita.com $ pyenv versions system * 2.7.10 (set by /Users/u01/.pyenv/version) 2.7.9 3.4.3 anaconda3-2.3.0 $ pyenv global anaconda3-2.3.0 $ pyenv versions system 2.7.10 2.7.9 3.4.3 * ana…

親用に、ブランカンテレビからLGの液晶テレビ(32LF5800)へ、買い替えた。

28インチのブランカンテレビを10年ぐらい使っていた。 重さが20kgぐらいあり、かなり重い。 地震があったとき、転がって危ないなと思っていた。思い切って、液晶へ買い替えた。 買ったのはLGの32インチ液晶テレビ(32LF5800)。 はじめてのLG製品のテレビ、…

リノベーター角形ブレード HP32(鉄用大)

リノベーター角形ブレード HP32(鉄用大) 鉄を切っていたら、歯がなくなちゃった。替刃は、1枚1000円、送料500も、とるらしい。

dumpsys meminfo

>adb shell dumpsys meminfo Applications Memory Usage (in Kilobytes): Uptime: 1307381926 Realtime: 1307381926 Total PSS by process: 288,808K: system (pid 716) 121,257K: com.android.systemui (pid 895 / activities) 98,846K: com.estrongs.andro…

dumpsys usagestats

------ CHECKIN USAGESTATS (dumpsys -t 30 usagestats -c) ------foregroundのアプリがわかりそう。

cjk_ttx.bat

Ttx

start ttx -y 0 -o NotoSansCJK-Regular#0_JP_Regular.ttx NotoSansCJK-Regular.ttc start ttx -y 1 -o NotoSansCJK-Regular#1_KR_Regular.ttx NotoSansCJK-Regular.ttc start ttx -y 2 -o NotoSansCJK-Regular#2_SC_Regular.ttx NotoSansCJK-Regular.ttc st…

ttx ttcファイル Error: specify a font number between 0 and 7 (inclusive)

Ttx

>ttx 0 NotoSansCJK-Regular.ttc Dumping "NotoSansCJK-Regular.ttc" to "NotoSansCJK-Regular.ttx"... Error: specify a font number between 0 and 7 (inclusive)>ttx -y 0 NotoSansCJK-Regular.ttc Dumping "NotoSansCJK-Regular.ttc" to "NotoSansCJK-Re…

DeviceSetupManager eventID 112 デバイスの接続音、切断音が頻繁にする。

デバイスの接続音、切断音が頻繁にする。デバイスが接続される音が頻繁にする。たまに切断の音がする。eventID=112 ログの名前: Microsoft-Windows-DeviceSetupManager/Admin ソース: Microsoft-Windows-DeviceSetupManager イベント ID: 112 説明: デバイス…

Font collection must have at least one valid typeface

Cross Reference: /frameworks/minikin/libs/minikin/FontCollection.cpp 78 FontCollection::FontCollection(const vector<FontFamily*>& typefaces) : 79 mMaxChar(0) { 80 AutoMutex _l(gMinikinLock); 81 mId = sNextId++; 82 vector<uint32_t> lastChar; 83 size_t nTypefaces </uint32_t></fontfamily*>…

getClosestMatch

Cross Reference: /frameworks/minikin/libs/minikin/FontFamily.cpp 129 FakedFont FontFamily::getClosestMatch(FontStyle style) const { 130 const Font* bestFont = NULL; 131 int bestMatch = 0; 132 for (size_t i = 0; i < mFonts.size(); i++) { 13…

UEFIでmemtest

memotora.com

vmware ディスクの圧縮

$vmware-toolbox-cmd help Usage: vmware-toolbox-cmd <command> [options] [subcommand] Type 'vmware-toolbox-cmd help <command>' for help on a specific command. Type 'vmware-toolbox-cmd -v' to see the VMware Tools version. Use '-q' option to suppress stdout out</command></command>…

Android 7.0 AOSP make 時間

CPU:i7-6700K@4.00GHz Memory:24GBVmwareにUbuntu1604をインストールして計測。 Android 7.0 AOSPをビルドしたときの時間。VmWareのプロセッサ数を4にして計測。 CPUの物理コア数と同じときが速い。 make -j4 #### make completed successfully (01:34:24 (…

ハードディスク

次のエラーのため、セッション "Pku2uLog" を開始できませんでした: 0xC0000035

ログの名前: Microsoft-Windows-Kernel-EventTracing/Admin ソース: Microsoft-Windows-Kernel-EventTracing 説明: 次のエラーのため、セッション "Pku2uLog" を開始できませんでした: 0xC0000035

パフォーマンスモニターコントロール これらのカウンターを追加できません

パフォーマンスモニターコントロール これらのカウンターを追加できません lodctr /r extrecnote.blog35.fc2.comLodctr

セッション "EventLog-AirSpaceChannel" が次のエラーで停止しました: 0xC0000188

セッション "EventLog-AirSpaceChannel" が次のエラーで停止しました: 0xC00001881:スタート>Windows管理ツール>パフォーマンスモニタを開く 2:データ コレクターセット>スタートアップイベントトレース セッションにある 3:EventLog-AirSpaceChannel…

必要なタイムアウト期間内に DCOM に登録しませんでした。

サーバー {4AA0A5C4-1B9B-4F2E-99D7-99C6AEC83474} は、必要なタイムアウト期間内に DCOM に登録しませんでした。

ff14 ベンチ

ファイナルファンタジーXIV: 蒼天のイシュガルド ベンチマーク SCORE:12691 非常に快適 1920x1080 最高品質 DirectX11 ウィンドウモード Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz NVIDIA GeForce GTX 1060 6GB http://sqex.to/ffxiv_bench_jp #FF14ファイ…