Welcome to dsixda's Android Kitchen. This is a ROM customization kitchen used for Android devices made by manufacturers such as HTC, Samsung and many others. Downloading the kitchen: To get the latest (as well as older) official releases from GitHub: https://github.com/dsixda/Android-Kitchen/releases To get the latest beta release from Github (newer than official, yet to be tagged as a release): https://github.com/dsixda/Android-Kitchen/archive/master.zip A list of supported devices, as well as release notes, setup instructions and FAQ are all found here: http://forum.xda-developers.com/showthread.php?p=5626292
A text-based kitchen for Android ROM customization. Uses shell scripts and works with Cygwin/OS X/Linux.
Welcome to dsixda's Android Kitchen. This is a ROM customization kitchen used for Android devices made by manufacturers such as HTC, Samsung and many others. Downloading the kitchen: To get the latest (as well as older) official releaseCategory: Linux / Miscellaneous |
Watchers: 182 |
Star: 988 |
Fork: 591 |
Last update: Sep 18, 2023 |
There is a new baksmali/smali in development labeled 1.3.4-dev. I urge you when it comes out to change the method of deodexing.
Currently there is lots of hardcoded dependencies, which were needed back in the day and now aren't. Lots of people report problems deodexing ROMs, but then only use your kitchen :/ , and since some of the dependencies are bugged or wrong they blame apktool or smali/baksmali when its really the scripts their using.
In order to feed the mass population, I feel I should urge the developer(s) to update it when free. smali v1.3.4 reads the odex file for dependencies so the actual use of the -c parameter is un-needed. Don't worry with all that classpath stuff.
So instead of a 1,000 line do_deodex file it can be brought down to
smali.jar -a API_LEVEL -d "../framework" -x "$file.odex" etc etc
- update emmc-update-binary to AOSP 4.2.1
- update SuperSU to 0.98
Please help me sir..... When i command ./menu this it show some options but when i command for advance mod it will show me only 8th options in there. What should i have to do there is missing 18 to 24 number options? Android kitchen is the very interesting thing I want to know more about this please sir help me I will be waiting for your answer........... ☺☺☺☺☺
This patch adds support for ramdisk which are compressed with lz4. This was tested on stock boot/recovery images from the LG G2.
Updated SuperSU, busybox, and the wifi tether app, added a change log, and removed old files
Instead of asking the user to change directory, let the script do it by itself.
$0
expands to the filename of the script, then dirname
extracts its
containing directory. cd
changes the current directory to it. Then,
everything else works as before.
The original split_updata.pl seems to be too old, which will not recognize image names for recent UPDATE.APP .
Usage:
split_updata.py -l UPDATE.APP # list images in UPDATE.APP
split_updata.py -u UPDATE.APP # unpack images to output/
Hope python won't bring too many dependencies for Kitchen.