[top]Install git

For Ubuntu
Code:
sudo apt-get install git


[top]Create folders tree & get sources

Code:
cd ~
mkdir i5700.2
cd i5700.2

[top]Get initramfs

Code:
git clone git://github.com/leshak/i5700-leshak-initramfs.git initramfs

[top]Get kernel source

Code:
mkdir kernel
cd kernel
git clone git://github.com/leshak/i5700-leshak-kernel.git i5700-kernel
cd i5700-kernel
cp spica_android_defconfig .config


[top]Configure kernel

Code:
make menuconfig
Check path to initramfs source file!
General setup -> Initramfs source file (for me: "/home/leshak/i5700.2/initramfs/initrd.arm.initramfs_list")


[top]Build kernel

Code:
make -j4
kernel you can find: arch/arm/boot/zImage


[top]Create PDA.tar file for Odin

Code:
tar -cvf YourCoolKernel_PDA.tar zImage
and flash it with Odin



Bookmarks

Posting Permissions

Posting Permissions
  • You may not create new articles
  • You may not edit articles
  • You may not protect articles
  • You may not post comments
  • You may not post attachments
  • You may not edit your comments