Ergebnis 1 bis 2 von 2
-
Ehrenmitglied
- 21.03.2010, 12:45
- #1
Hallo ihr lieben
der User dsixda von den XDA-Developers hat da was ganz tolles Entwickelt.
Das ganze ist eine Küche zum seine eigene ROMs Kochen.
Nein, nicht sowas wies bei MoDaCo gibt, sondern wirklich seine eigenen ROMs kreiren.
Als erstes wäre der dsixda sicher über eine Spende dankbar.
Der Thread von dem User befindet sich hier
Für wer ist die Küche gedacht?
- Für Leute die neu im Gebiet ROM Kochen sind.
- Für Leute die gerne selbst entscheiden was in ihren ROM drin ist und nicht immer auf andere angewiesen sind.
- Für Leute die gerne eine einfache Methode wollen um ROMs zu kochen, und nicht über die komplizierten Scripts Varianten
- Für Leute die einfach mal gerne ein eigenes ROM machen wollen
Mindestanforderung um diese Küche zu benutzen
- Gerootetes HTC Android Gerät mit einem Custom Recovery Menu
- Eines der folgenden Betriebssysteme: Ubuntu Linux, Mac OS X, Windows
- Java JDK muss installiert sein
- Für Mac OS X User (MAC OS X 10.3 oder höher)
- Du musst ein .dmg Disk Image erstellen, ansonsten Bootet das ROM nicht
http://forum.xda-developers.com/show...&postcount=136
- Installiert das Sun Java JDK, für OS X 10.5 und tiefer installiert SoyLatte anstatt JDK
- Du musst ein .dmg Disk Image erstellen, ansonsten Bootet das ROM nicht
- Für Windows User
- Installiert Cygwin oder setzt eine virtuelle Maschine mit Ubuntu auf.
- Ein Shipped ROM oder Custom ROM
Ich empfehle euch Ubuntu als Betriebsystem zu verwenden.
Wie benutz ich die Küche?
- Entpackt folgende Datei in einen Ordner
DIE Küche
- Um die Küche auszuführen wechselt mit der Shell in den Ordner mit der entpackten Küche und gebt folgendes ein: ./menu
- Die Minimal Schritte die durchgeführt werden müssen sind,
- "Set up working folder"
- Und am Schluss, also am Ende der Arbeit "Build ROM from working folder"
- Neben den minimal Schritten ist einem freigestellt was man in welcher Reihenfolge verwendet. Aber am interessantesten ist es selbst im Working Folder Apps und andere Sachen zu ersetzen.
Mit dem letzten Schritt ("Build ROM...") verpackt ihr das ROM und signiert es gleichzeitig, damit ihr das ROM installieren könnt.
Hilfestellungen
- Lox_Dev's cooking guide (Hero)
http://forum.xda-developers.com/showthread.php?t=551711
- androidcutomrom's cooking Guide (Magic)
http://forum.xda-developers.com/showthread.php?t=566235
- androcheck's task killer guide (Speed up your device)
http://forum.xda-developers.com/showthread.php?t=622666
- The "No Idea Blog", Guide um ein gerootetes Android ROM zu erstellen
http://lukasz.szmit.eu/2009/12/makin...droid-rom.html
Donations
DSI XDA
XDA Developers
Changelog
Code:Version 0.30 (March 28, 2010): * Improved ROM porting so that /system/lib/modules is also copied with the kernel Version 0.29 (March 28, 2010): * Modified Tattoo's kernel base address from 0x2E000000 to 0x02E00000 * Re-organized the tools folder * Added more error-checking to fix issues in some scripts * Better Cygwin support in scripts (although repacking the kernel may still not work) Version 0.28 (March 27, 2010): * Support for HTC Tattoo Version 0.27 (March 27, 2010): * build.prop will not be modified by the script; instead a device.cfg file will be created during every 'extract ROM' procedure Version 0.26 (March 27, 2010): * Fixed issue during porting of a ROM, where script would not set the user's device type if device type of ROM returned blank string * If kitchen cannot identify device type in ROM during re-packing of boot.img, it will prompt for device type Version 0.25 (March 25, 2010): * If re-packing a boot.img for the HTC Magic, script will ask for board type (32A or 32B) * Minor error fix to the ROM porting script Version 0.24 (March 25, 2010): * Added option to port a ROM from another device * Script now checks ro.model.device rather than ro.model.product to determine device type (fixes issue with different HTC Magic variants not being recognized) * Several minor changes Version 0.23 (March 24, 2010): * Added some support for Cygwin when building boot.img - please refer to FAQ in port #3 for more info on setting up the kitchen for Cygwin * Added some error checking routines for wireless tethering script Version 0.22 (March 23, 2010): * Will update kernel for HTC Dream if adding wireless tether Version 0.21 (March 23, 2010): * If building boot.img for HTC Dream and Magic, script will confirm name of device * If building boot.img, script will reject unsupported device Version 0.20 (March 21, 2010): * Added Wireless Tether option (including the required kernel fix for Nexus One) * Added more error checking to avoid problems in script Version 0.19 (March 21, 2010):
- Renamed kitchen from "HTC Hero Basic Kitchen" to "HTC Android Basic Kitchen"
- Added support for Google Nexus One and other HTC Android devices (untested, but should work: Dream, Magic)
- Updated versions of Titanium Backup and WaveSecure in /tools folder
- Added option for /data/app functionality (it will add folder and insert update-script entries)
- Added option to add a cooked ROM to the kitchen
- Option for enabling root will now prompt if you want to add busybox or not
- When adding busybox, it will no longer overwrite update-script with a new one; instead it will just insert the busybox entries into the current update-script
- Updated the look of the main menu, split into basic options at top and advanced options at bottom
- Many small revisions made
- Added blank file to /system/sd for apps2sd, to prevent failed reboot
- Add option to press 'x' to cancel, in task killer menu
- Improved error checking
- Modified Apps-to-SD script to create system/sd folder
- Modified Apps-to-SD option to use Cyanogen script to set it up
- Improved error-checking for every option, so that problems are detected as early as possible
- Script will now prompt the user to enter custom or default values for task killer tweak
- Fixed issue with 'grep' command not parsing version number correctly in OS X
- Revised layout of menu to make it less cluttered
- Fixed issue with Mac OS X where 'grep' filter for 'sw_ver' was not working
- Changed "zip" command for update.zip (now using wildcard symbol instead of the 3 files/folders, and using the "-y" option to store symbolic links as links instead of actual referenced files)
- Added OS X binaries - should run automatically without modification
- Changed "Exit" option from 15 to 0
- Android SDK no longer required in build_rom script
- Delete BOOT-EXTRACTED folder after rebuilding boot.img, to avoid confusion with boot.img in working folder
- Change permissions of all scripts to 'executable' when menu is launched
- Added option for 'apps to SD'
- Added unyaffs source files for Cygwin; the kitchen will automatically compile unyaffs.exe if required
- In Cygwin, the script can now sign a ROM with testsign.jar -- additional software is no longer required
- Updated version of Titanium Backup in tools folder
- Minor modifications to update-script
- Improved error-checking
- Fixed error with enabling USB debugging mode
- Modified script for better OSX compatibility
- Added option to run a user's own script to automate tasks (example script "sample_custom" included in scripts folder)
- Added *.apk files for Astro, Wave Secure and Titanium Backup in tools folder, so users can add them to /system/app if they wish
- Fixed file permission issue with 'su'
- Fixed issue with copying testsign.jar to user's Android SDK folder
- Uploaded kitchen without the shipped ROM to reduce the download size (shipped ROM files can be downloaded separately)
- Initial version
- Includes boot.img and system.img files from Orange 2.73.61.66 shipped ROM
Link zu den XDA Devs
Bei mir hats wunderbar funktioniert. Auch schon mit früheren Versionen fürs Hero.
Ich verwendete Ubuntu 9.10.
Viel Spass damit
Grüsse
DremoX
-
Ehrenmitglied
- 29.03.2010, 09:53
- #2
####UPDATE####
Die Küche ist inzwischen Zeit auf Version 0.30
Ähnliche Themen
-
Verschiedene ROM Kitchen
Von Moritz im Forum ROM CookingAntworten: 21Letzter Beitrag: 30.06.2010, 11:35 -
[KITCHEN][21.03] HTC Android Basic Kitchen v0.19 - for Beginners [PC/MAC]
Von dremox im Forum HTC Hero Root und ROMAntworten: 0Letzter Beitrag: 21.03.2010, 12:51 -
[ROM][03.03]KiNgxKxNexus Desire2Nexus Beta v0.4
Von dremox im Forum Google Nexus One Root und ROMAntworten: 12Letzter Beitrag: 04.03.2010, 21:17 -
Buddy Counts [KITCHEN][GER][WM65][build 23008.5.3.0] V0.93 BlackStone Buddy Count
Von JamSam im Forum Touch HD ROM UpgradeAntworten: 79Letzter Beitrag: 12.12.2009, 16:45 -
Suche Kitchen
Von marko1982 im Forum Touch Diamond 2 ROM UpgradeAntworten: 4Letzter Beitrag: 27.11.2009, 16:38
Pixel 10 Serie mit Problemen:...