http://forum.xda-developers.com/showthread.php?t=748596
文章關鍵字
adrianmak wrote:
http://for...(恕刪)


Quadrant score 2234 分

建立一個ext2檔案格式在裡面!
把一些cache 放進去

不過整篇文章很長。要慢慢消化!
有人把過程整理好了嗎?

裡面居然超頻又搞"超卡三爽"
Quadrant score = 2711!
Used this with overclocking from raspdeep tweak @ 1.2ghz
可愛小熊 wrote:
建立一個ext2檔案...(恕刪)


這個真的是把手機當成電腦在玩,一直超....

這種提升比2.1升到2.2還要快!

這方法不用裝記憶卡就能達到這速度了~
for those that know how to do the playlogo1 trick.. here is the script that i modified to work.. have not fully tested but it seems to work for me

this is not fully auto so a few things needed to be done first:
1) create the image file in /data called /data/dataimg using dd command that OP has already stated in post 1
2) format /data/dataimg with ext2
3) save the code attached to userinit.sh and push into /data/local
4) do the playlogos1 trick and reboot


userinit.sh

mkdir /data/data1
chmod 1000:1000 /data/data1
busybox mknod /dev/loop0 b 7 0
busybox losetup /dev/loop0 /data/dataimg
busybox mount -o rw,noatime,nodiratime /dev/loop0 /data/data1


if [ "$?" = 0 ];
then
if [ ! -d /data/data1/data ]
then
busybox mkdir /data/data1/data;
busybox chown 1000:1000 /data/data1/data;
busybox chmod 771 /data/data1/data;

busybox cp -rp /data/data/* /data/data1/data;
busybox mv /data/data /data/olddata;

busybox mkdir /data/data;
busybox chown 1000:1000 /data/data;
busybox chmod 771 /data/data;
fi;

busybox mount -o bind /data/data1/data /data/data;

if [ "$?" != 0 ];
then
busybox rm -r /data/data;
busybox mv /data/olddata /data/data;
fi;

### Dalvik cache...

if [ ! -d /data/data1/dalvik-cache ]
then
busybox mkdir /data/data1/dalvik-cache;
busybox chown 1000:1000 /data/data1/dalvik-cache;
busybox chmod 771 /data/data1/dalvik-cache;

busybox cp -rp /data/dalvik-cache/* /data/data1/dalvik-cache;
busybox mv /data/dalvik-cache /data/old-dalvik-cache;

busybox mkdir /data/dalvik-cache;
busybox chown 1000:1000 /data/dalvik-cache;
busybox chmod 771 /data/dalvik-cache;
fi;

busybox mount -o bind /data/data1/dalvik-cache /data/dalvik-cache;

if [ "$?" != 0 ];
then
busybox rm -r /data/dalvik-cache;
busybox mv /data/old-dalvik-cache /data/dalvik-cache;
fi;

fi;

-----
這個可能是過程!還在看資料中兩百多篇文章
看到後來又改方法了


Here are the instructions:

First copy the two files in the attached .zip to the root of your internal memory then run the following commands after enabling debugging mode. Make sure you have the latest busybox installed. The first command takes a while since it creates a 1 GB file on the internal memory.


adb shell

su

busybox dd if=/dev/zero of=/data/dataimg bs=1024 count=1048576
busybox mknod /dev/loop0 b 7 0
busybox losetup /dev/loop0 /data/dataimg
busybox mkfs.ext2 /dev/loop0
mkdir /data/data1

busybox mount -o remount,rw -t rootfs /
mv /system/bin/playlogos1 /system/bin/playlogosnow
cp /sdcard/playlogos1 /system/bin/playlogos1
cp /sdcard/userinit.sh /system/bin/userinit.sh
chmod 755 /system/bin/playlogos1
chmod 755 /system/bin/userinit.sh
busybox mount -o remount,ro -t rootfs /

reboot

用開發模式進入用新版 busybox 建立一個1G的檔案 當成虛擬ext2硬碟(記憶體)
將資料轉到那個1G去。
可愛小熊 wrote:
看到後來又改方法了H...(恕刪)


我來試一下看看~第2個方法

ezvgjami01 wrote:

我來試一下看看~第2個方法


我沒有帳號
http://forum.xda-developers.com/showthread.php?t=748596&page=17
這篇有一個lagfix.zip 你抓下來用用一下看看

別人的測試~
Running JM5 with SamSet 1.9b and the OC1.2v2 kernel.
Managed to get a Quadrant score of 2813. Insane!
ezvgjami01 wrote:
別人的測試~Runn...(恕刪)


benchmark 終歸benchmark, 其實使用時是不是真有脫胎換骨的感覺?
關閉廣告
文章分享
評分
評分
複製連結

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