・SuperAosp関連を調べていたら作者関連つながりでxdaフォーラムの「Device & Vendor files released for HTC Chacha (SuperOSR)」を発見。
関連としてスペイン語だけどSuperOSR DevDevという手順解説も発見。
関連 github。
下記はHTC Chacha用手順になるのかな?
$ wget https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ./repo
$ chmod a+x ./repo
$ ./repo init -u git://github.com/SuperTeam/android.git -b gingerbread
$ ./repo sync
$ . build/envsetup.sh
$ lunch team_chacha-eng
$ make bacon
・[WellcoM A88] Topic tổng hợp về WellCom A88 3G
タイ語のフォーラムにある、WellcoM A88関連のまとめスレッド
ただ、最近はWellcoM A88の話題が少ないようだ。
・htcmania.comのフォーラムで[MOD ROM] OPT_CyanogenMod-7.1.0_RO-aPT-v1.1.3 というのを発見
Cyanogenmod 7.1 aPT v1.1に手を加えたものということなんだけど、興味深い点が変更点に書かれている。
Changelog:
-based on Cyanogenmod 7.1 aPT v1.1
-ADWLauncher
-removed some apps and update SuperUser
-modified build.prop for increase battery life
-update hosts file
-kernel v.6 by PJ, better battery on WiFi and standby
-WiFi driver from SuperOSR 2.0.1, it’s the best for 2.3’s
-full optimized and zipaligned system/app/* and framework for smoothness and lower memory usage
-memory optimization tweaks
wifiドライバはSuperOSR 2.0.1から持ってきたとのこと。
また、どんなbuild.propかと思ったら、こんなのがあった。
## QC RIL doesn't replay call rings
ro.telephony.call_ring.multiple=false
# Respect ALS setting, turn it off if not in use
ro.hardware.respect_als=true
# This is a high density device with more memory, so larger vm heaps for it.
dalvik.vm.heapsize=24m
# Decrease dialing out delay
ro.telephony.call_ring.delay=0
# Helps scrolling responsiveness
windowsmgr.max_events_per_sec=150
# Save battery
wifi.supplicant_scan_interval=180
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
# Increase overall touch responsiveness
#debug.performance.tuning=1
#video.accelerate.hw=1
# Signal tweaks
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=10
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.hsupa.category=5
ro.telephony.default_network=0
# Don't set /proc/sys/vm/dirty_ratio to 0 when USB mounting
ro.vold.umsdirtyratio=20
# Miscellaneous flags
ro.config.hw_menu_unlockscreen=false
ro.compcache.default=0
dalvik.vm.execution-mode=int:jit
ro.media.dec.jpeg.memcap=20000000
・Edger86のkernel 2.6.35.13
Edger86さんはboston-kernelというブランチ名で開発していたのを、1回終了して、改めて作り直したようだ。
あと、しばらく止まっていたSergey Otroさんのcommtiva-kernel-z71ブランチも動き出しているようだ。