綁定帳號登入

Android 台灣中文網

打印 上一主題 下一主題

[求助] 150碎鑽_重金懸賞_高手請進

[複製連結] 查看: 1546|回覆: 13|好評: 0
跳轉到指定樓層
mingyi0118 | 收聽TA | 只看該作者 回帖獎勵 |正序瀏覽 |閱讀模式
發表於 2012-3-1 13:47
150碎鑽
本帖最後由 mingyi0118 於 2012-3-1 16:55 編輯

本人有一台ws,可能是cpu體質不良
超頻768mhz沒啥問題,但超頻806mhz一分鐘內就當機

wildfires_cpuspeed_2.3.5_v2.zip (2.95 MB, 下載次數: 1)

「用Android 就來APK.TW」,快來加入粉絲吧!
Android 台灣中文網(APK.TW)
收藏收藏1 分享分享 分享專題
用Android 就來Android 台灣中文網(https://apk.tw)
回覆

使用道具 舉報

13
cracky | 收聽TA | 只看該作者
發表於 2012-3-28 19:05

不是完全教學...只是基本建構可編譯環境而已-.-

通常這種東西要完完全全靠自己了,因為這類編譯根本沒辦法教學,都是靠經驗...
用Android 就來Android 台灣中文網(https://apk.tw)
回覆

使用道具 舉報

12
 樓主| mingyi0118 | 收聽TA | 只看該作者
發表於 2012-3-28 12:14
由 手機網頁 發佈
剛剛在xda找到的疑似製作核心教學
有那位大大英文不錯能幫翻譯
Tutorial: Compiling Wildfire S Kernel in Windows 7 – Ubuntu 11.10 32-bit

1. Download and install VirtualBox then install Ubuntu 11.10 32bit, after install go to settings shared folder mount your C: drive so you can copy paste from Ubuntu to Windows. Make Android folder in your Ubuntu home extract attached ndk-android in that folder. In terminal copy and paste this commands without quotes.

"sudo apt-get install git-core gnupg flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl libncurses5-dev zlib1g-dev valgrind"

Install Android Sdk Platform Tools search google how to do this. Install it in your android folder.

And in terminal type "sudo gedit .bashrc" without quotes and add following lines below then save.

# Android tools export PATH=${PATH}:~/android/android-sdk-linux/tools export PATH=${PATH}:~/android/android-sdk-linux/platform-tools export PATH=${PATH}:~/android/ndk-android/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin

Exit terminal then re run terminal.

2. Download Wildfire S kernel source from htcdev.com and extract to the android folder. In windows if you already installed ADB or in your adb folder open cmd prompt then connect your phone. Then copy paste this command “adb pull /proc/config.gz “ without the quotes. Then you will find config.gz in the adb folder put it to c:\then copy it to ubuntu. Copy it to kernel folder. In terminal Cd to your kernel folder then copy paste this command “gunzip config.gz” after that “mv config .config”.

3. In terminal lets edit the kernel shall we, cd to your WS kernel, type this command “make menuconfig” then just put * if you want it built in kernel then M if you like module. After making changes exit and save. If you want OC copy and replace files in kernel folder with the OC files attached, use find to search the location of files, some files Kconfig and Makefile open kernel same file compare if same then change cause I forgot what folder it should be located, but If I remeber coreectly it is in the same folder of the other files.

4.To build kernel copy paste this command to terminal “make j2 ARCH=arm CROSS_COMPILE=arm-eabi-” without quotes. Change j2 for 2 cores if you have 4 cores cpu change to j4. Wait for it to finish. When it's finished it will have the zimage and the module with last extension of .ko. Copy them to the attached archive anykernel updater .using winrar or ubuntu zip manager.

5. Copy to your phone sdcard then flash to Recovery.
用Android 就來Android 台灣中文網(https://apk.tw)
回覆

使用道具 舉報

11
cracky | 收聽TA | 只看該作者
發表於 2012-3-1 23:39
jiew2 發表於 2012-3-1 21:15
請問...

編譯kernel的話,需要裝怎樣的Toolchain? 與 ARM cross complier??

您問的東西太深奧了啦...囧
用Android 就來Android 台灣中文網(https://apk.tw)
回覆

使用道具 舉報

10
cracky | 收聽TA | 只看該作者
發表於 2012-3-1 23:34
mingyi0118 發表於 2012-3-1 21:50
http://www.angeeks.com/thread-1989686-1-1.html
不知道是不是製作核心的教學
有看沒有懂 ...

製作流程繁雜...我還沒有學到...
用Android 就來Android 台灣中文網(https://apk.tw)
回覆

使用道具 舉報

9
 樓主| mingyi0118 | 收聽TA | 只看該作者
發表於 2012-3-1 21:59
由 手機網頁 發佈
jiew2 發表於 2012-3-1 21:15
請問...

編譯kernel的話,需要裝怎樣的Toolchain? 與 ARM cross complier??

http://www.htcplayer.com/thread-277636-1-1.html

是這嗎?
用Android 就來Android 台灣中文網(https://apk.tw)
回覆

使用道具 舉報

8
 樓主| mingyi0118 | 收聽TA | 只看該作者
發表於 2012-3-1 21:50
由 手機網頁 發佈
http://www.angeeks.com/thread-1989686-1-1.html
不知道是不是製作核心的教學
有看沒有懂
用Android 就來Android 台灣中文網(https://apk.tw)
回覆

使用道具 舉報

7
jiew2 | 收聽TA | 只看該作者
發表於 2012-3-1 21:15
cracky 發表於 2012-3-1 15:27
我只能說,這個只能在 Linux 下編譯。

請問...

編譯kernel的話,需要裝怎樣的Toolchain? 與 ARM cross complier??

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

使用道具 舉報

6
sunandrew321 | 收聽TA | 只看該作者
發表於 2012-3-1 18:39
本帖最後由 sunandrew321 於 2012-3-1 18:43 編輯

我是已經設定好開機就是480~787了
但有兩個程式可以設定
所以不確定是哪個程式影響的
1.SETCPU
   進去主介面設定好後,將下面的"開機時設置"選項打勾
   打勾第一次可能會自己消去打勾(不知道為什麼...)
   就給他打勾到它讓你打勾!
2.系統優化
   進去後點CPU 然後設定一下
   畫面右邊應該有"開機設置"這個按鍵
   點進去後在"重新應用CPU設置"中選"在開機時完成"
雖然我不確定是哪個程式造成的結果...
但挑一個程式設定應該就能在開機時完成上一次的設定了


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

使用道具 舉報

5
 樓主| mingyi0118 | 收聽TA | 只看該作者
發表於 2012-3-1 17:33
cracky 發表於 2012-3-1 15:27
我只能說,這個只能在 Linux 下編譯。

Linux@@
看來版主有辦法囉^^
用Android 就來Android 台灣中文網(https://apk.tw)
回覆

使用道具 舉報

地板
a9310139 | 收聽TA | 只看該作者
發表於 2012-3-1 15:46
由 手機網頁 發佈
mingyi0118 發表於 2012-3-1 13:58
您說的那位大大就是我本人= =
此超頻內核開機時會自動設定122mhz~806mhz
雖然可用setcpu更改核心480~768

Sorry. 沒仔細看xdd.
用Android 就來Android 台灣中文網(https://apk.tw)
回覆

使用道具 舉報

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

本版積分規則