2009-10-15から1日間の記事一覧

Advanced Launcherと日本語Settings

Advanced Launcher - Now with more sweets ここから、AdvancedLauncher_v2.1_replacement.zipをダウンロードして書いてある手順どおりにインストールしてやります。 Installation (Replacement Version) Plug your USB cable into the phone and your compu…

userinit.sh

dwang-v1.5以降は起動時に/sdcard/userinit.shを走らせてくれますが、私の環境ではsdcard(sandisk class2 8GB)のマウントが遅いのか、実行してくれません。なので、/system/bin/custom_initの下記の部分を変更します。 if [ -e /sdcard/userinit.sh ]; then …

powersave_bias

powersave_bias ここに詳しい話が書いてありました。 単位は[‰]、負荷が高くなったとき、この値の分だけパワーセーブする。 IBMの説明だと、2.0GHzのCPUのときにpowersave_bias=100(10%)とすると、1.8GHzを目標周波数として遷移する。1.8GHzが選択肢にない時…

userinit.sh見直し

下記の結果はdwang-v1.7を入れたHT-03Aでの値です。 sampling_rate # cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate 20000 # cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate_min 10000 # cat /sys/devices/system/cp…

ROM書き換えで不安定になる

原因の一例というのがここに書いてありました。 カスタムROM→カスタムROMで不安定になる原因の一例 dalvik-cache の中身を消さずにROM導入した。 app ,app-private 内にodexファイルが残っている。