不可思議想超頻

不可思議己刷入 nik projectx 4.1 想要超頻,目前找到這個KERNEL

http://forum.xda-developers.com/showthread.php?t=1851121
在二樓有寫幾個動作:

Step 1: Download the XS-Kernel.zip, then open the Zip on your computer and extract the file mkbootimg.sh in "kernel"

Step 2: Open mkbootimg.sh in a texteditor like notepad++ or notepad, then edit the following in line 3:
Code:
output /tmp/newboot.img
to
Code:
output /sdcard/newboot.img
Step 3: Save your edited file and place it back in your zip, copy your modified zip to your phone-sdcard and install it in the recovery. Then reboot your phone and connect it to pc and take the newboot.img from the root of the sdcard.

Step 4: Now reboot your phone into bootloader and flash it via fastboot flash boot newboot.img

Step 5: Once you phone has booted, mount the system as r/w using something like ES file explorer or Root explorer, then type the following:
Code:
adb push bcm4329.ko /system/lib/modules

第五個看不太懂 好像是使用es檔案管理器編輯
adb push bcm4329.ko /system/lib/modules
這個部份,但是看不懂要編輯那個檔案~請教了解的大大感謝!
2013-04-11 9:03 發佈

boborlan wrote:
不可思議己刷入 ni...(恕刪)


adb push bcm4329.ko /system/lib/modules
<--指的是用adb 工具 將 bcm4329.ko 上傳到 手機的 /system/lib/modules 目錄下。

至於adb 工具用google 搜尋很常見,祝成功。
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?