Share this post LinkedIn Twitter Facebook Email Copy link By Andy Rubin, VP of Engineering Recently, there’s been a lot of misinformation in the press about Android and Google’s role in supporting the ecosystem. I’m writing in the spirit of transparency and in an attempt to set the record straight. The Android community has grown tremendously since the launch of the first Android device in October
2011年04月05日 KZM-A9-DualでSDカードのブート時間の比較 KZM-A9-DualボードをSDカードから起動するときには、SDカードの種類によって時間にばらつきがあります。その情報を集めてみました。 以前の記事でKZM-A9-DualボードをNORフラッシュ、eMMC, SDカードのそれぞれでAndroidの起動時間を計ってみましたが、これと同じ方法でSDカードを何種類かで試しました。 (電源投入からAndroidのブートアニメーションが終了するまでの時間。) カードの種類 1回目 2回目 3回目 4回目 5回目 SD(class不明, 2GB) 56秒 28秒 24秒 22秒 24秒 SD(class10, 4GB) 71秒 31秒 27秒 27秒 SD(class6, 4GB) 82秒 38秒 32秒 30秒 micro SD(class4, 8GB) 105秒 43
2011年04月05日 KZM-A9-DualのAndroidでSDIOスロットのSDカードを使用する方法 KZM-A9-Dualボードは基板の上側にSDカードスロット、下側にSDIOスロットがあります。 SDカードにシステムを入れて起動すると、そのSDカードは動いている最中に抜くことができません。 そこで、SDIOスロットにさしたSDカードを代わりに使うようにしてみます。 変更するにはvold.fstabを書き換えます。 /system/etc/vold.fstab SDカードスロットを使う場合 dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/emxx_sdc/mmc_host/mmc1 SDIOスロットを使う場合 dev_mount sdcard /mnt/sdca
2011年04月07日 AndroidのLooperとHandlerの実装 今回はAndroidのLooperとHandlerの話。 LooperはActivityのメインスレッドでも使われています。それはstacktraceを見るとわかります。(こちら) スレッド間のメッセージの受け渡しに使われています。こちらのページがわかりやすいです。 今回はこの実装を見ていきます。 JavaDocに載っているLooperとHandlerの使い方の例です。 class LooperThread extends Thread { public Handler mHandler; public void run() { Looper.prepare(); mHandler = new Handler() { public void handleMessage(Message msg) { // proce
Copyright © 2007 The Android Open Source Project General Design The machine model and calling conventions are meant to approximately imitate common real architectures and C-style calling conventions: The VM is register-based, and frames are fixed in size upon creation. Each frame consists of a particular number of registers (specified by the method) as well as any adjunct data needed to execute th
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く