RAM disk dump(extract initramfs.cpio)
·
Android/Start
* zImage로부터 initramfs.cpio 추출하기 #!/bin/bash # This is an update version of the script found at # http://forum.xda-developers.com/wiki/index.php?title=Extract_initramfs_from_zImage # # The problem with that script is that the gzip magic number occasionally occur # naturally, meaning that some non-compressed files get uncompressed. DEBUG= TEMP_DIR=/tmp KERNEL_FILE=kernel KERNEL_GZIP_FILE=kernel.gz..
repo 가져오기
·
Android/Start
curl http://android.git.kernel.org/repo > ~/bin/repo chmod a+x /usr/local/bin/repo * kernel.org 안될때 아래의 URL에서 repo 가져오기 curl http://php.webtutor.pl/en/wp-content/uploads/2011/09/repo > ~/bin/repo
Android Development Tutorial - Gingerbread
·
Android/Build
출처 : http://www.vogella.de/articles/Android/article.html Android Development Tutorial - Gingerbread Lars Vogel Version 7.5 Copyright © 2009 - 2011 Lars Vogel 24.06.2011 Revision History Revision 0.1 04.07.2009 Lars Vogel Created Revision 0.2 - 7.5 07.07.2009 - 24.06.2011 Lars Vogel bug fixing and enhancements Development with Android Gingerbread and Eclipse This tutorial describes how to create ..