钻石注册表修改及一些测试过的软件

No Comments. Posted in MobilePhone by neemem on 11-01-2008. 12,794 views

**修改機內註冊表有一定的風險, 有機會影響手機的運作, 如要修改請先進行備份. HKEY_CLASSES_ROOT:(HKCR) 用來放置一些資料的定義,如副檔名的關聯,資料的類別之類的東西。 HKEY_LOCAL_MACHINE:(HKLM) 此區是放置系統的設定,不論軟體或硬體都是放在這,如同它LOCAL MACHINE的含義一樣。 HKEY_CURRENT_USER:(HKCU) 用來存放使用者自己的一些資料,除非有寫程式,否則一般都是沒有在用的。 HKEY_USERS: 這個區域是放置一些每個使用者共用的資料及設定,因為Windows Mobile依然架構是跟NT相近,有區分All User或User的分別,這裡就是紀錄這些東西。 修改註冊表要先安裝RESCO EXPLORER 內裡有一個程式叫(RESCO REGISTRY) 是可以修改機內的註冊表, 當然除在用RESCO, 還有其他的. 只不過我慣用是這個. 可以在程式集找到 - Resco Registry       又或者打開了 Resco Explorer , 亦都會見到My Registry.......

More>>

I decided to write a Manila Customizer that will work Similar to HHC for Kaiser. The app can be unzipped anywhere but i suggest \Internal Storage\Program Files\ManilaCustomizer The Clocks are stored in Whatever path\ManilaCustomiser\Clocks The Icons are stored in Whatever path\ManilaCustomiser\Icons The Sliders are stores in Whatever path\ManilaCustomizer\Sliders The TopCurtains are stores in Whatever path\ManilaCustomizer\TopCurtains The BottomCurtains are stores in Whatever Path\ManilaCustomizer\BottomCurtains The app will look for a .jpg file in order to be able to display and add a Clock theme and same goes for icons etc So if you want to add a clock Called FireLighter then simply Create a Folder : \Whateverpath\ManilaCustomizer\Cloc.......

More>>

[ROM][WWE][27.10.08][CE OS 20758] -=® panosha ® =- Shine On 2.4 Light & Full Shine On 2.4 Light & Full Shine_On_2.4_LIGHT_Dynamic_pp by koukou Shine_On_2.4_LIGHT_16MB_pp by koukou Shine_On_2.4_FULL_Dynamic_pp by koukou Shine_On_2.4_FULL_16MB_pp by koukou Shine On 2.4 Light Dynamic pp filefactory Shine On 2.4 Light 16MB pp filefactory Shine On 2.4 Full Dynamic pp filefactory Shine On 2.4 Full 16MB pp filefactory Shine On by bl0w First you must flash HardSPL Developer Edition from here thahks to cmonex. After unzipping the file you have downloaded, you must run from your desktop PC the ROMUpdateUtility.exe with your device synchronizing and the battery above the 50%. Follow the instructions on the screen. For flashing from.......

More>>

Linux / Android on HTC Diamond

1 Comment. Posted in MobilePhone by neemem on 11-01-2008. 77 views

在钻石机上也可以跑 android了…哈哈… 参考以下: First off credits goto all those working hard and having sleepless nights, people like: dcordes, netripper, druidu and all those I didnt mention! I have just made this thread to get developers a kickstart, so that they dont have to read hundreds and hundreds of posts. ========== IRC: #htc-linux @ Freenode ========== Getting the kernel (taken from http://forum.xda-developers.com/show…84#post2269384 … credits to dwaradzyn): Code: mkdir ~/android cd ~/android git clone git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git cd kernel git checkout -b htc-msm-2.6.25 origin/htc-msm-2.6.25 cd .. wget http://www.codesourcery.com/gnu_toolchains/arm/portal/package2549/public.......

More>>

Linux on Raphael and Diamond (maybe Android)

No Comments. Posted in MobilePhone by neemem on 10-31-2008. 1,166 views

This page is meant for people that want to know the progress on getting linux to work on the Raphael and Diamond devices. It was suggested in this thread to make a wiki page, which I found to be a good idea. We’re on this with some great people now. In case you feel you can help out, you can find us on #htc-linux on Freenode. Last yesterday evening/night dcordes took the lead in merging my (netripper) code and druidu’s code and shape it into a decent package. pH5 has added a branch for us on linuxtogo git to make life easier. Branch is named htc-msm-2.6.25. It’s a direct copy of the android-msm-htc-2.6.25 branch that is available on git.android.com. A machine definition has been added (HTCRAPHAEL) which will both boot t.......

More>>

apache2 ssl配置方法(转载)

No Comments. Posted in Unix Like, Web by neemem on 10-29-2008. 1,794 views

系统:RH9.0 AS3.0 软件包:httpd-2.0.50.tar.gz openssl-0.9.7d.tar.gz ssl.ca-0.1.tar.gz 安装过程 1安装openssl-0.9.7d #tar zxvf openssl-0.9.7d.tar.gz #cd openssl-0.9.7d #./config #make #su #make install 默认的安装是将openssl全部安装在 /usr/local/ssl 目录下面,所以编译apache的时候,需要指定ssl的目录:–with-ssl=/usr/local/ssl ,因为它在编译的时候要用到openssl提供的头文件和库。 2.安装httpd-2.0.50 #tar zxvf httpd-2.0.50.tar.gz #./configure –prefix=/usr/local/apache2 –enable-so –enable-ssl=static –with-ssl=/usr/local/ssl –enable-mods-shared=all #make #make install 安装的openssl默认是没有编译成动态链接库的,因为其文档说openssl的动态链接库还不成熟,可以使用 ./config shared 编译带动态链接库的openssl,但是还处于试.......

More>>