⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.lrk

📁 ROM programming of HTC mobile devices
💻 LRK
字号:
 Linux ROM Kitchen ================= Linux ROM kitchen is a tool that allows you to cook your own Windows Mobile ROMs for HTC Windows Mobile devices. This means you can extract the contents of a Shipped or Dumped ROM, and add/remove files or Packages into the ROM. It consists of several tools, most of them can be run separately from command line, altough they are all nicely put together in a GUI. Basic knowledge of ROM cooking is expected, it helps if you have played with similar kitchens available for windows before, and know a bit of the internals of WinCE OS.   Use it with CARE. If you don't know what you're doing you can brick your device. USE IT AT YOUR OWN RISK. Command Line Tools ================== lrk-extract: Exctract ROM packages from Shipped OS.nb or Dumped ROM(Part0x.raw) lrk-build: Create os-new.nb from kitchen folder (SYS/OEM + ROM + Packages) sofbuild: Generate packages.sof dsminfo: Show information from a *.dsm file dsmbuild: Create a *.dsm file from a package folder nbimg: Create a BMP file from a NB splashscreen, or create a NB file from a BMP  ScreenCast ========== To show the basic usage of LRK, I have created a SWF video showing how to cook a ROM, it is available here:        http://www.eslack.org/pof/LRK/ Installation ============ To run LRK you need to have installed the following dependancies:    (NOTE: if you used the .deb package, you should probably have them all)  * HTCFlasher: http://htc-flasher.googlecode.com  * gtkdialog: http://linux.pte.hu/~pipas/gtkdialog/  * zenity: http://live.gnome.org/Zenity  * wine: http://www.winehq.org  * lcab: http://lcab.move-to-cork.com  * cabextract: http://www.cabextract.org.uk  * tofrodos (dos2unix): http://www.thefreecountry.com/tofrodos/index.shtml There are also a few windows binaries needed, which will run trough wine. My plan is to eventually write linux native replacements for them, but at the moment this is better than nothing. To install the windows tools:    $ wget http://www.eslack.org/pof/LRK/LRK-tools.tgz    $ tar zxvfp LRK-tools.tgz    $ cd LRK-tools    $ sudo cp * /usr/share/LinuxRomKitchen/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -