[KITCHEN][28.03] HTC Android Basic Kitchen v0.30 - for Beginners [PC/MAC] [KITCHEN][28.03] HTC Android Basic Kitchen v0.30 - for Beginners [PC/MAC]
Ergebnis 1 bis 2 von 2
  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)
      • 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?

    1. Entpackt folgende Datei in einen Ordner DIE Küche
    2. Um die Küche auszuführen wechselt mit der Shell in den Ordner mit der entpackten Küche und gebt folgendes ein: ./menu
    3. Die Minimal Schritte die durchgeführt werden müssen sind,
      1. "Set up working folder"
      2. Und am Schluss, also am Ende der Arbeit "Build ROM from working folder"
    4. 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


    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
    Version 0.18 (March 7, 2010):
    • 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
    Version 0.17 (March 3, 2010):
    • Added blank file to /system/sd for apps2sd, to prevent failed reboot
    Version 0.16 (March 3, 2010):
    • Add option to press 'x' to cancel, in task killer menu
    • Improved error checking
    Version 0.15 (March 1, 2010):
    • Modified Apps-to-SD script to create system/sd folder
    Version 0.14 (February 26, 2010):
    • 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
    Version 0.13 (February 22, 2010):
    • Script will now prompt the user to enter custom or default values for task killer tweak
    Version 0.12 (February 21, 2010):
    • Fixed issue with 'grep' command not parsing version number correctly in OS X
    • Revised layout of menu to make it less cluttered
    Version 0.11 (February 20, 2010):
    • Fixed issue with Mac OS X where 'grep' filter for 'sw_ver' was not working
    Version 0.10 (February 20, 2010):
    • 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
    Version 0.9 (February 18, 2010):
    • 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
    Version 0.8 (February 18, 2010):
    • Added option for 'apps to SD'
    Version 0.7 (February 18, 2010):
    • 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
    Version 0.6 (February 17, 2010):
    • Improved error-checking
    Version 0.5 (February 16, 2010):
    • Fixed error with enabling USB debugging mode
    • Modified script for better OSX compatibility
    Version 0.4 (February 16, 2010):
    • 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
    Version 0.3 (February 15, 2010):
    • Fixed file permission issue with 'su'
    Version 0.2 (February 15, 2010):
    • 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)
    Version 0.1 (February 15, 2010):
    • Initial version
    • Includes boot.img and system.img files from Orange 2.73.61.66 shipped ROM
    FAQ:
    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
    3
     

  2. ####UPDATE####

    Die Küche ist inzwischen Zeit auf Version 0.30
    0
     

Ähnliche Themen

  1. Verschiedene ROM Kitchen
    Von Moritz im Forum ROM Cooking
    Antworten: 21
    Letzter Beitrag: 30.06.2010, 11:35
  2. Antworten: 0
    Letzter Beitrag: 21.03.2010, 12:51
  3. [ROM][03.03]KiNgxKxNexus Desire2Nexus Beta v0.4
    Von dremox im Forum Google Nexus One Root und ROM
    Antworten: 12
    Letzter Beitrag: 04.03.2010, 21:17
  4. Antworten: 79
    Letzter Beitrag: 12.12.2009, 16:45
  5. Suche Kitchen
    Von marko1982 im Forum Touch Diamond 2 ROM Upgrade
    Antworten: 4
    Letzter Beitrag: 27.11.2009, 16:38

Besucher haben diese Seite mit folgenden Suchbegriffen gefunden:

android kitchen

htc android kitchen

android basic

room kitchen androidhtc android kitchen frameworkandroid basic kitchen .53htc dream orange ro how tounyaffs.exe downloadandroid kitchen nexus oneandroid kitchen for htcAndroid Basic Kitchen v0.25android kitchemandroidbasichtc touch diamond kitchen androidrebuild boot.img nexus skitchen android htc android basic kitchen downloadunyaffs.exe reagiert nichthtc android diamond2 buildingsxda devloper javaunyaffs.exe cgkitchen basics apkdsixda android kitchen kernel ersetzen ubuntuandroid basic kitchen .53.htc kitchen android

Stichworte