assusdan / android_kernel_doogee_y200

Linux kernel 3.10.101+ for Doogee Y200

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doogee Y200 3.10.101+ Linux kernel

####Not working:

  • Fingerprint
  • Camera focus
  • Flashlight
  • Front camera rotated 180 degree

####For the Assembly:

  1. set arch to arm (32bit) or arm64

export ARCH=arm

  1. set toolchain and path

pushd ..

git clone https://github.com/assusdan/arm-cortex-linux-gnueabi-linaro_5.2

export CROSS_COMPILE=$PWD/arm-cortex-linux-gnueabi-linaro_5.2/bin/arm-cortex-linux-gnueabi-

popd

  1. select the desired configuration

make Sprint4g_defconfig

  1. build

make -j4

  1. Take the resulting zImage dts in the folder arch/arm/boot

  2. Pack it using Carliv Image Kitchen

  3. Flash

Special credit goes to: assusdan

About

Linux kernel 3.10.101+ for Doogee Y200

License:Other


Languages

Language:C 95.1%Language:C++ 2.1%Language:Assembly 1.8%Language:Objective-C 0.6%Language:Makefile 0.3%Language:Perl 0.1%Language:Shell 0.0%Language:Yacc 0.0%Language:Lex 0.0%Language:Roff 0.0%Language:Scilab 0.0%Language:Python 0.0%Language:Awk 0.0%Language:GDB 0.0%Language:UnrealScript 0.0%Language:ASP 0.0%Language:M4 0.0%Language:SourcePawn 0.0%Language:Batchfile 0.0%