綁定帳號登入

Android 台灣中文網

打印 上一主題 下一主題

[核心] (6/28)『高效能+RAM』(免刷WIFI模組!?)(ARC/S)LuPuS STOCK ICS Kernel

  [複製連結] 查看: 25702|回覆: 77|好評: 5
61
ytlinjuly | 收聽TA | 只看該作者
發表於 2013-5-29 01:21
個人用v12時完神魔之塔都還算正常
換到v14後lag的次數有明顯的增加
只好又換回去了
也不知道是什麼問題
坐等v15看會不會好一點

點評

YCx
玩神魔之塔時開swap試試,順暢度會有很大改善  發表於 2013-5-30 20:30
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

62
煉獄阿飄 | 收聽TA | 只看該作者
發表於 2013-5-29 01:52
由 手機網頁 發佈
passerk 發表於 2013-5-10 07:57
ARC/S LuPuS14已經release並修正囉
千呼萬喚使出來!!
Change Log 如下:

之前以為相機快門掛了 原来是核心有問題
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

63
Taec-Liu | 收聽TA | 只看該作者
發表於 2013-5-30 18:46
來試試看會不會變快瞜
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

64
 樓主| YCx | 收聽TA | 只看該作者
發表於 2013-6-15 19:36
LuPuS MENU



使用Terminal Emulator(終端模擬)進入


Code:
su
lupus

* information is in lupus menu

1/ CIFS Menu *
Enable
Disable

2/ zRam Menu *
Enable
Disable
Set zRam size ( default is 60)

3/ Frandom Menu *
Enable
Disable

4/ USB OTG *
Enable
Disable

5/ Clean and Remove tweaks
Remove init.d's

6/ Tweak Menu
Note all tweaks are preset from here and option to set as init.d's
Clean all temp files
SQLITE optimizations
LMK Optimizations
Network optimizations
Defend against ARP spoofing
Remove android logger
SDcard speed tweak
Flag blocks as non-rotational


7/ Performance Menu
Note all options are se by user input from here and option to set as init.d's
Set CPU frequencies
Set Governor
Set IO-Scheduler
Voltage Control
VM tweaks (explained below)

VM Tweaks


dirty ratio and dirty background ratio 1 & 2
This controls how often the kernel writes data to "disk" (in our case the internal microSD system card, not the removable microSD card). When your apps write data to disk, Linux actually doesn't write the data out to the disk right away, it actually writes the stuff to system memory and the kernel handles when and how the data is actually going to be flushed to the disk. These values represent a percentage, the higher the percentage, the longer it waits to flush, the lower the percentage, the more often flushes will occur. Now remember, we are dealing with solid state storage, not the traditional disk platter and spindle. So we are actually able to delay flushes a little longer with solid state versus a traditional hard drive disk.


dirty_expire_centisecs
How old "dirty" data should be before the kernel considers it old enough to be written to disk. It is expressed in 100ths of a second.

dirty_writeback_centisecs
This is the interval of when the writeback daemons periodically wake up and write "old" data out to disk. It is expressed in 100ths of a second.

min free kbytes
This is used to force the Linux VM to keep a minimum number of kilobytes free. The VM uses this number to compute a pages_min value for each lowmem zone in the system. Each lowmem zone gets a number of reserved free pages based proportionally on its size. Default is 2048kb.

overcommit_memory
This controls overcommit of system memory, possibly allowing processes to allocate (but not use) more memory than is actually available.

0 - Heuristic overcommit handling. Obvious overcommits of address space are refused. Used for a typical system. It ensures a seriously wild allocation fails while allowing overcommit to reduce swap usage. root is allowed to allocate slighly more memory in this mode. This is the default.
1 - Always overcommit. Appropriate for some scientific applications.
2 - Don't overcommit. The total address space commit for the system is not permitted to exceed swap plus a configurable percentage (default is 50) of physical RAM. Depending on the percentage you use, in most situations this means a process will not be killed while attempting to use already-allocated memory but will receive errors on memory allocation as appropriate.

Swappiness
A property for the Linux kernel that changes the balance between swapping out runtime memory, as opposed to dropping pages from the system page cache. Swappiness can be set to values between 0 and 100 inclusive. A low value means the kernel will try to avoid swapping as much as possible where a higher value instead will make the kernel aggressively try to use swap space.

VFS Cache Pressure
File system cache (dentry/inode) is really more important than the block cache above in dirty ratio and dirty background ratio, so we really want the kernel to use up much more of the RAM for file system cache, this will increas the performance of the system without sacrificing performance at the application level. The default value is 100, as a percentage, and what you want to do is lower the value to tell the kernel to favor the file system cache and not drop them aggressively.

8/ Enable / Disable Quick Key Reset
- Reboot device quickly by Holding HOME and POWER Key (Disabled by default)
- Enable
- Disable

9/ Vendor Options
- Fix for Anzu and Hallon Vendor problem
- Mount
- Unmount
- Backup
- Restore
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

65
andy32035034 | 收聽TA | 只看該作者
發表於 2013-6-15 23:38
多蝦~ 版大
試試看會不會很快瞜
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

66
lolo730213 | 收聽TA | 只看該作者
發表於 2013-6-17 22:01
多了省電??來試看看
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

67
56161561561 | 收聽TA | 只看該作者
發表於 2013-6-22 13:03
核心更新V16了喔
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

68
sampo601r | 收聽TA | 只看該作者
發表於 2013-6-23 14:16
各位坂大寫得很好,也分享了使用心得,但小弟實在是資質欠佳,有看沒有懂,也爬文爬狠狠九也找不到答案,很想試試看這個所謂的內核,希望可以有人轉貼詳細點的教學文,拜託拜託....
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

69
asd4562003 | 收聽TA | 只看該作者
發表於 2013-6-24 23:32
THX....................................
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

70
asd4562003 | 收聽TA | 只看該作者
發表於 2013-6-24 23:39
THX......................................................

評分

參與人數 1碎鑽 -1 幫助 -1 收起 理由
ba0411 -1 -1 請充實回覆內容。

查看全部評分

用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 註冊

本版積分規則