2015年5月23日 星期六

[紅米NOTE 4G增強版] 解決任何卡頓問題(CPU過熱影響遊戲,相機,錄影等其他)

只記錄步驟,待補充,不適合新手
1.刷recovery-twrp-recovery
http://forum.xda-developers.com/redmi-note/orig-development/recovery-twrp-recovery-2-8-1-redmi-note-t2959184/post57302828#post57302828
2.ROOT
https://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip?retrieve_file=1
3.去GOOGLE PLAY 安裝SSH/SFTP Daemon
4.使用pietty連進去直接修改
http://ntu.csie.org/~piaip/pietty/archive/pietty0400b14.zip
5.直接更改設定檔
thermal-engine-8226.conf 官方原始版的設定值


sampling         5000

[CPU0-1_MONITOR]
algo_type        monitor
sensor           cpu0-1
sampling         1000
thresholds       120000
thresholds_clr   115000
actions          shutdown
action_info      5000

[CPU2-3_MONITOR]
algo_type        monitor
sensor           cpu2-3
sampling         1000
thresholds       120000
thresholds_clr   115000
actions          shutdown
action_info      5000

[BATTERY_MONITOR]
algo_type        monitor
sensor           batt_temp
sampling         1000
thresholds       38000 39000 42000 50000 55000
thresholds_clr   37000 38000 40000 45000 50000
actions          cpu+hotplug_2+hotplug_3 cpu+hotplug_3 cpu+hotplug_3 cpu cpu
action_info      998400+1+0 998400+1 787200+1 600000 600000

=====================================================================
下列為刷入修正版的修改數值


sampling         5000

[CPU0-1_MONITOR]
algo_type        monitor
sensor           cpu0-1
sampling         1000
thresholds       120000
thresholds_clr   115000
actions          shutdown
action_info      5000

[CPU2-3_MONITOR]
algo_type        monitor
sensor           cpu2-3
sampling         1000
thresholds       120000
thresholds_clr   115000
actions          shutdown
action_info      5000

[BATTERY_MONITOR]
algo_type        monitor
sensor           batt_temp
sampling         1000
thresholds       39000 42000 45000 50000 55000
thresholds_clr   38000 41000 44000 45000 50000
actions          cpu cpu cpu cpu cpu
action_info      1344000 1190400 998400 787200 600000

[SS-CPU0-1]
algo_type        ss
sensor           cpu0-1
sampling         250
device           cpu
set_point        70000
set_point_clr    55000

[SS-CPU2-3]
algo_type        ss
sensor           cpu2-3
sampling         250
device           cpu
set_point        70000
set_point_clr    55000

[SS-POPMEM]
algo_type        ss
disable
sensor           pop_mem

jtag救活 wr850g

jtag救活 wr850g

去年的某一天插電源啟動路由器後,怎麼也聯不上,用網線已連接,發現變磚了。由於急著使用,並且西安這邊難以買到jtag線,便直接買了一個新路由器用著。
這幾天閑來無事,想折騰一下,便買了一根jtag線,基本上是按照這個教程做的,http://hi.baidu.com/yxzbing/item/84a687cad52aec25a0b50a10
可能由於我機器版本不一致的緣故,直接用jtag的話會顯示不認識我的晶片,好在店家還提供了一個程式是brjtag.exe,看名字差不多,便用同樣的參數試了一下,發現工作正常。
不過我發現其實只需要清除nvramkernel就可以了,也就是其實只需要執行下邊的命令
brjtag.exe -erase:nvram /forcealign
brjtag.exe -erase:kernel /forcealign
另外在刷新固件的時候,我使用那個ddt wrt generic版本失敗了,換成dd-wrt.v24_micro_wr850g.bin就刷好了,不知為何。