相機增加 快門聲音按鍵 ( danieliememe 大大 提供)
feature_on.zip ( 151 kb)
https://docs.google.com/open?id=0B80kk8AOqhiadWhVN0VrTnJRSmM
還原原來的模式
feature_off.zip (151 kb)
https://docs.google.com/open?id=0B80kk8AOqhiaYXl1ZjRFLWtGcFE
EXT4 跟 SQLite 這部份我沒加入
所有JB都可用
JB_danny_tweaks
build.prop調整修化可以自行在dalvik.vm.stack-trace-file=/data/anr/traces.txt
這行下面加入
#Disable the ADB notification Icon (關閉調試通知圖標狀態欄提高性能)
persist.adb.notify=0
#Disable Google Report service (禁止回傳資料給google,防止個資外洩)
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
# Disable Sending Usage Data (同上面,禁止回傳資料給系統商)
ro.config.nocheckin=1
# Disable Kernel Error Checking (禁止內核偵錯調適,可以讓系統更順暢快速)
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
# Disable Bytecode Verification (禁用字節碼驗證,可以加快系統反應)
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=v=n,o=v,m=y
# Turn on Just In Time in dalvik virtual machine (Dalvik虛擬機啟用jit模式 Just-In-Time)
dalvik.vm.execution-mode=int:jit
#Ringtone Fix (鈴聲修復)
ro.telephony.call_ring.multiple=false
# Video Quality (提高圖片影片整體素質表現)
ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
#Force Launcher Into The Memory (優化內存洩漏,執行完程式後回桌面減少載入)
ro.HOME_APP_ADJ=1
#Enable the Hardware Rendering of the GUI (開啟硬件GUI渲染,可以提升遊戲性能)
debug.sf.hw=1
video.accelerate.hw=1
debug.performance.tuning=1
persist.sys.composition.type=gpu
# Increase battery saving (省電)
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
#Proximity sensor tweak (電話撥接時屏幕喚醒時間加速)
ro.telephony.call_ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
#Better video streaming (開啟硬件GUI渲染後,可啟用stagefright引擎)
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=false
# disable touch below 1 pixels (可優化遊戲性能)
mot.proximity.distance=1
# Ui Tweaks
windowsmgr.max_events_per_sec=260 (提高這可提升介面滑動順暢度)
persist.sys.NV_FPSLIMIT = 60 (UI FPS)
# Boot Tweaks (加速開機)
persist.sys.shutdown.mode=hibernate
#danny Tweak
power.saving.mode=1 (省電模式)
persist.sys.purgeable_assets=1 (禁用圖片資料清理,可以提升系統反應)
view.touch_slop=40 (觸摸屏幕靈敏度,數值越大越靈敏)
view.minimum_fling_velocity=40 (滑動速度)
view.scroll_friction=0.008 (滑動誤差)
ro.ril.enable.amr.wideband=1 (更好的通話品質)
wifi.supplicant_scan_interval=180 (這是設定WIFI無線區域搜尋間隔,以秒計算,提高可節省電源
以上設定60即為1分鐘搜尋區網一次)
# END Tweak
# 3G TurboCharger Enhancment! (3G接收訊號的增壓處理)
net.dns1=8.8.8.8
net.dns2=8.8.4.4
net.tcp.buffersize.default=6144,87380,110208,6144,16384,110208
net.tcp.buffersize.wifi=262144,524288,1048576,262144,524288,1048576
net.tcp.buffersize.lte=262144,524288,1048576,262144,524288,1048576
net.tcp.buffersize.hsdpa=6144,262144,1048576,6144,262144,1048576
net.tcp.buffersize.evdo_b=6144,262144,1048576,6144,262144,1048576
net.tcp.buffersize.umts=6144,87380,110208,6144,16384,110208
net.tcp.buffersize.hspa=6144,87380,262144,6144,16384,262144
net.tcp.buffersize.gprs=6144,8760,11680,6144,8760,11680
net.tcp.buffersize.edge=6144,26280,35040,6144,16384,35040
# Signal (3G) tweaks (3G.gps上傳下載速度優化)
ro.ril.hsxpa=3
ro.ril.gprsclass=32
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=28
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=268449905
ro.ril.hsupa.category=9
ro.ril.def.agps.feature=1
ro.ril.enable.gea3=1
ro.ril.enable.fd.plmn.prefix=23402,23410,23411
to: E大 教學這部份我可能沒空用,因為我本身還有在制作 HTC ROM
所以有心想學的可以自己去看 , 不懂在問我


























































































