Skip to content

Instantly share code, notes, and snippets.

@ZdrowyGosciu
ZdrowyGosciu / make-changelog
Created July 8, 2015 09:48
rom-make-changelog
# Generate changelog from REPOs by Zdrowy Gosciu
#
# Usage :
# make-changelog UTC_TIMESTAMP (from last build.prop = ro.build.date.utc)
# e.g. make-changelog 1436063245
# Output : DD-MM-YYYY.txt
#
DZIEN=`date -u -d @$1 +"%d"`
MIESIAC=`date -u -d @$1 +"%m"`
ROK=`date -u -d @$1 +"%Y"`
@ZdrowyGosciu
ZdrowyGosciu / rom-make-kernel
Created May 20, 2015 12:08
Make kernel via ROM
. build/envsetup.sh
lunch pac_d802-userdebug
make -j8 bootimage
(...)
Made boot image: /home/(...)/out/target/product/d802/boot.img