PPC記憶體越用越少......怎會這樣勒?

hongweiarcher wrote:
請問Johnson大...(恕刪)


建第一個值"explorer"時選key-new
建alwaysunloaddll時選value-new-String Value

我剛也改了 不過好像沒差
關閉了contact (我用Inesoft Address Book v3.0)後
記憶體仍少了1mb(用完hibernate後)

以下是我在xda看到的一個回答,可參考一下,類似於柚子大上面的答覆

Xilicon 16-02-2007, 06:25 AM
There are free third party apps that allow you to fully close apps not just minimize. And I can see why you think this is "stupid" there's a perfectly good explanation for this: As apps open they use up a quantity of memory and when they close, this cache of mem doesn't always gets cleared out - this is most apparent with activesync, everytime that apps goes on it uses a small amount of mem that doesn't free up. So leaving some apps like contacts and whatnot running in background actually is better in some cases. But like I said it's an easy fix. Re: mem leak, I'd check what else you have running, some today plugins like the gauges and meters stuff really use up a lot of memory and also affects battery performance as it's always polling the device for status.
yuxian wrote:
我也有發現到但是說真...(恕刪)


剛剛看了柚子大這篇改pagepool的文章
我自己也有改pagepool 但方法和柚子大的不太一樣
我的方法是參考xda的swiftblade(blue touch rom的作者)的方法
可參考下面網址--
HOW TO CHANGE TRUE PAGEPOOLS HACKS FOR ELFIN 2.20.xxx ROMs

那篇寫的蠻長的,我節錄其重點如下--
[HOW TO CHANGE ELF'S PAGEPOOL]

Through comparison, I also discovered that the ELF's Default Pagepool is 8MB and is different from the ELFin's 12MB Pagepool within the same ROM. I reckoned then that it must be determined by a different set of bytes in the unique hex string pattern and discovered that they are "02 15", the fifth and sixth bytes of the string pattern:

[8 MB Pagepool] |03 15 A0 03 | 02 15 A0 13 | 00 10 83 E5 | DA C2 FF EB| ELF's Default Pagepool
[4 MB Pagepool] |03 15 A0 03 | 04 16 A0 13 | 00 10 83 E5 | DA C2 FF EB|
[6 MB Pagepool] |03 15 A0 03 | 06 16 A0 13 | 00 10 83 E5 | DA C2 FF EB|
[0 MB Pagepool] |03 15 A0 03 | 00 16 A0 13 | 00 10 83 E5 | DA C2 FF EB|

Step 1: Open the OS.nb or .NBH file with a Hex Editor
Step 2: Search the for hex string pattern |03 15 A0 03 | 02 15 A0 13 | 00 10 83 E5 | DA C2 FF EB| (Two addresses should be found)
Step 3: At the first address found, change the 5th & 6th bytes "02 15" to "04 16" for 4MB pagepool
Step 4: Repeat Step No.3 at the 2nd address found
Step 5: Save & Exit the Hex Editor
Step 6: If you are using the OS.nb, start cooking your new ROM with it
Step 7: Flash the new .NBH file to your ELF and enjoy the 4MB True Pagepool

我照以上的方法修改了shadow 2.1te的rom的pagepool
如果你原本的rom的pagepool是8mb或6mb
改成4mb後 program memory是真的會多2mb至4mb
但對我記憶體稀少的 elf 來說還是不夠的啊!
文章分享
評分
評分
複製連結

今日熱門文章 網友點擊推薦!