Skip to content

venkatarajasekhar/Alcatel_OT_985_kernel-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fully working Alcatel_OT_985 kernel source. Usage:

  1. cd /OT_985/kernel
  2. export PATH=/path_to_your_toolchain/android_prebuilt_toolchains/arm-eabi-4.4.3/bin/:$PATH
  3. export TARGET_PRODUCT=jrd73_gb
  4. ./build.sh

Known bugs:

  1. In /kernel/drivers/char the consolemap_deftbl.c the first array's size became a huge negative or a huge positive number. If negative the build fails, but if positive the build fails just at the and with final link error. Fix: If the build does not fail at the genarating of consolmap_deftbl.c, than stop building with Ctrl+c and modify the /kernel/drivers/char/consolemap_deftbl.c file's firs array size to [256].
  2. Notify led turned off, because when it turn on the flashlight also turn on and phone became hot while charging.
  3. Camera button not works.

About

Alcatel OT_985 kernel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.4%
  • C++ 3.8%
  • Assembly 2.1%
  • Perl 0.6%
  • Objective-C 0.5%
  • Makefile 0.5%
  • Other 0.1%