[HELP] HOWTO: Compile Kernel Sensation Xe From Source

KernelDev101

Senior Member
Apr 9, 2013
427
717
0
Austin,Texas
msm8660_defconfig

Gesendet von meinem HTC Sensation Z710e mit Tapatalk 2
not always the same it changes thats the stock kernel command but people change this when they create custom kernels it can be anything like viper_defconfig sultan_defconfig we would first need to know the contents of his arch/arm/config folder first to know which 1 is the correct 1 and also which kernel he is trying to compile
 

bacrot78

Senior Member
Jun 12, 2012
85
141
0
Bekasi
ipoenkbcrt.wordpress.com
not always the same it changes thats the stock kernel command but people change this when they create custom kernels it can be anything like viper_defconfig sultan_defconfig we would first need to know the contents of his arch/arm/config folder first to know which 1 is the correct 1 and also which kernel he is trying to compile
not always the same?
so each will customize device_defconfig kernel can not be ascertained?
Suppose I take the stock kernel from the kernel source HTCdev of Git, his device_defconfig different.
 

SebastianFM

Senior Member
Dec 13, 2009
640
5,305
0
38
Warsaw
not always the same?
so each will customize device_defconfig kernel can not be ascertained?
Suppose I take the stock kernel from the kernel source HTCdev of Git, his device_defconfig different.
HTC never includes current config in their kernel source code. You can obtain kernel config from running device using command adb pull /proc/config.gz or extract it from zImage.
 
  • Like
Reactions: bacrot78