Friday, December 9, 2016
HOW TO Beginners Guide to Android ROM Development
HOW TO Beginners Guide to Android ROM Development
This tread is not monitored or updated any more use for reference only
Quote:
Started this tutorial in the HTC HD2-Nand forum, I think maybe someone can find it useful Who is this tutorial for?
This is a very basic tutorial!! |
Quote:
Step one: Setting up the Android kitchen First you will need to set up dsixdas android kitchen (All credit for the kitchen to dsixdas) Go to dsixdas thread for a list of supported devices. Here is a summary of the installation process( I recommend you read the tread first) 1. Before you do anything install the java jdk(find it in dsixdas thread) 2. Download and extract the cygwin_packages.zip provided by dsixda on third post 3. Run the set up(make sure there is no previous cygwin installation) 4. Follow the kitchen read me txt!!! 5) local package directory *must* be the path to the cygwin_packages folder that you just extracted 6) when it shows all the package names, go to the top and select "all <-> default" until it changes to "all <-> install" (you must click on the arrows) 7. Run the cygwin at least once and close, now you will see a folder inside the cygwin installation like this: Homeyour user name 8. Download the kitchen and extract to the homeyour user name 9. Rename the dsixda-android-kitchen-*** folder to just "kitchen" 10. Now your ready to run the kitchen type: Code: cd kitchen(enter) 11. If you did things right you should see this: congratulations!! |
Quote:
Step Two: Setting up a working folder 1. First our folder structure should look like this:Code: cygwin folder/home/your user name/kitchen 3. Now we need a rom to work on, for this tutorial i will use my own rom but you can use any hd2 rom. Place the original rom zip in the original_updatefolder inside the kitchen. 4.run the cygwin.exe again type: Code: cd kitchen(enter) 6.you will be asked about changing the working folders name, at this point it makes no difference so just continue. 7.you will be asked to convert to update-scrip do it and continue 8. Now you can view the roms info 9. congratulations you have a working folder!!! |
Quote:
Step Three :change/modify/update! First I will be covering basic changes you can make to your rom, later I will be adding more helpful hints. Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
-there are several other options provided by dsixdas android kitchen for that I recomend you go to the tread and read. |
Quote:
Step Four: repackage the rom Quote:
Quote:
|