Kernel Building - Samsung Galaxy Ace Plus S7500

is it possible to build this kernel: https://github.com/TheWhisp/android_kernel_samsung_msm7x27a exactly like this?
or i have to include this deconfig: https://github.com/TesterTerbon/and...mmit/6b28c6df95cffa72d9ff5f590c0607be873ae77f
or the deconfig of yazidukrit:
https://github.com/yazidkucrit/kernel_KeongBalap/blob/cm-11/arch/arm/configs/trebon_defconfig
the kernel the whisp has is 3.4.75 and the first deconfig is for 3.4.67 and yazid for 3.0.101

ShadowsDie said:
is it possible to build this kernel: https://github.com/TheWhisp/android_kernel_samsung_msm7x27a exactly like this?
or i have to include this deconfig: https://github.com/TesterTerbon/and...mmit/6b28c6df95cffa72d9ff5f590c0607be873ae77f
or the deconfig of yazidukrit:
https://github.com/yazidkucrit/kernel_KeongBalap/blob/cm-11/arch/arm/configs/trebon_defconfig
the kernel the whisp has is 3.4.75 and the first deconfig is for 3.4.67 and yazid for 3.0.101
Click to expand...
Click to collapse
3.4 kernel is for Kitkat 4.4 and since we can only wait for TheWhisp to release Kitkat 4.4 for our Ace Plus because it rightfully belongs to him since he ported it.Yazid kernel is based on 3.0.101 and in order to build that kernel type 'make trebon05_defconfig' using GCC 4.7 toolchains or Linaro 4.7 toolchains.For Ace Plus,not possible to build 3.4 kernel yet but we can build 3.0.101 kernel for CM 10.1
Sent from my GT-I9082 using Tapatalk

Techix18 said:
3.4 kernel is for Kitkat 4.4 and since we can only wait for TheWhisp to release Kitkat 4.4 for our Ace Plus because it rightfully belongs to him since he ported it.Yazid kernel is based on 3.0.101 and in order to build that kernel type 'make trebon05_defconfig' using GCC 4.7 toolchains or Linaro 4.7 toolchains.For Ace Plus,not possible to build 3.4 kernel yet but we can build 3.0.101 kernel for CM 10.1
Sent from my GT-I9082 using Tapatalk
Click to expand...
Click to collapse
but as ,me and yjosipy we are trying to build 4.4 and when building kernel it requires a deconfig which one i have to use?

ShadowsDie said:
but as ,me and yjosipy we are trying to build 4.4 and when building kernel it requires a deconfig which one i have to use?
Click to expand...
Click to collapse
Use the jena_defconfig at arch/arm/configs/cyanogenmod and make sure you used the latest Google Arm-Eabi GCC toolchain
Sent from my iPad using Tapatalk

Is our device really included here?
https://github.com/TheWhisp/android_kernel_samsung_msm7x27a

ANDROID-000 said:
Is our device really included here?
https://github.com/TheWhisp/android_kernel_samsung_msm7x27a
Click to expand...
Click to collapse
yes this is the kernel. The same for mini 2 and ace plus

Techix18 said:
Use the jena_defconfig at arch/arm/configs/cyanogenmod and make sure you used the latest Google Arm-Eabi GCC toolchain
Sent from my iPad using Tapatalk
Click to expand...
Click to collapse
can't i use tester trebon's deconfig?

ShadowsDie said:
can't i use tester trebon's deconfig?
Click to expand...
Click to collapse
Use the latest trebon_defconfig from Tester trebon.Sorry i forgot to see that it was under the pull requests
Sent from my iPad using Tapatalk

Related

[ROM] Unofficial Linaro CM 10.1 + Bionic Nightlies *Tutorial Compile yourself!!*

After trying other ROM's, I would always come back to CM 10.1 for its infrastructure, stability and clean features, however I still wanted experimental bleeding edge optimizations like the Linaro toolchain.
These releases will only feature Linaro toolchain and bionic optimizations and keep CM10.1 unaltered for the most part. I did no work whatsover, just compiled with patches by others. If you want to learn how, there's a tutorial on post #3
Instructions
NANDroid
Wipe/Factory Reset if coming from anything other than CM 10.1 (Seems to be okay to dirty from from non-linaro previous cm nightlies)
Wipe Cache
Flash .zip
Flash custom kernel
Flash gapps if needed
Reboot
Download
www.trailblazerz11.com
Goo.im Also Availible on GooManager
Nexus 4 Thread
Disclaimer: I am not responsible for anything that may happen.
Credits:
Cyanogenmod
Linaro
Google
Eug39 for help with errors
Evan McClain for cm10.1 gerrit patches
codeworkx for patches
bricked for kernel patches
EvoXOhio for helping get this whole thing started
Github
https://github.com/trailblazerz
Changelog (besides cm changes)
5/24- libm: sqrt and sqrtf via ARM vsqrt instruction.
5/13- mvectorize-with-neon-quad
4/24- -mcpu=cortex-a9
4/14- Updated to 2013.04 Linaro Thanks kszaq again
4/4- Arch specific strcmp from Google
4/3- Updated to 2013.03 Linaro Thanks kszaq
3/4-Updated kernel to Googles 4.2.2 tag
2/23-Grouper bluetooth fix, Thanks Eug
2/18-ARMv7 optimized memchar()
A-15 memspy
Change Krait flag value
2/13-Added bionic improvement to memspy from paranoid android
Added vfpv4 flag
2/11-Added bionic optimizations for A-9 from CM gerrit
Added some flags
2/8-All widgets now work in lockscreen
2/6-Added ARMv7 optimizations to bionic
2/5-Initial Release patched to compile with linaro
Tutorial Revamped Feedback please
Tackle_berry was able to compile it and modified the tutorial http://forum.xda-developers.com/showpost.php?p=39567944&postcount=623
Set up CM build environment - CM wiki
Best to compile a build so you know everything is working before adding Linaro
note: My build enviroment is on Arch Linux on latest RC kernel.
Download and set up Linaro toolchain
http://www.linaro.org/downloads/ Components, Android, Linaro 4.7 ICS/JB
Extract and rename the folder to linaro-4.7 and place it in /prebuilts/gcc/linux-x86/arm
"Linarize" Automated now
Start a linaro branch if you are going further add to it otherwise you can skip the following and work off branch and just apply the script every time.
Code:
repo start linaro --all
Download the attached script and run it. It will cherry-pick all the linaro patches (with the exception of bionic which is pulled)
Done
Updating
repo sync to sync from CM then run the script again if you didnt make a linaro branch. If you did repo sync should automatically update your branches
I cannot control repo syncs causing conflicts or new commits from CM (or by you) cause build errors. I will try to fix and upload changes asap.
IMO the most enjoyable part of compiling your own build is banging your head on an error then eventually finding a fix and having everything work as its suppose to. It's about the journey
Re: [ROM] [KANG] Linaro CM 10.1
I'm gonna give it a whirl,I dig the Linaro Kernel, its a monster on the 10.1 nightlies. I'm bummed about the bugs with cifs mounting on 4.2 but Subsonic is awesome so its doing the trick for now.
Re: [ROM] [KANG] Linaro CM 10.1
Using it on Nexus 4 since this morning with Franco #61 kernel. No issues so far but still early.
Sent from the singletrack....
New 2/6 build tested and uploaded. Synced fresh from CM and also added some ARMv7 optimizations to bionic
Re: [ROM] [KANG] Linaro CM 10.1 Nexus 4&7 *2/6*
2/8 nightly uploading
Synced and mako has new pow() optimization fixed.
Sent from my Nexus 4 using Tapatalk 2
2/15 Grouper Uploaded, 4.2.2 merged.
Was too busy to find new blobs(if there are any?) but works fine for me
Re: [ROM][CM10.1][KANG] Linaro CM 10.1 + Bionic *2/15 Nightly 4.2.2*
trailblazerz11 said:
2/15 Grouper Uploaded, 4.2.2 merged.
Was too busy to find new blobs(if there are any?) but works fine for me
Click to expand...
Click to collapse
Thanks this is awesome
Sent from my SGH-T999 using xda app-developers app
Hi trailblazerz11, I was flashing too many things the past week since I was not happy on the smoothness. So I decided to return on CM and try your ROM. I just started to use but it feels already very smooth. I will feedback more in a few days. However, thanks so far!
trailblazerz11 said:
2/15 Grouper Uploaded, 4.2.2 merged.
Was too busy to find new blobs(if there are any?) but works fine for me
Click to expand...
Click to collapse
HI, as you know I'm building cm-10.1 with basically the same mods you are using. Just wanted to ask you if bluetooth works in this rom, because, since the 4.2.2 update, bluetooth is broken on my builds.,
wonder if it works on nexus 7 3g
Re: [ROM][KANG] Linaro CM 10.1 + Bionic *2/16 Nightly 4.2.2*
eug89 said:
HI, as you know I'm building cm-10.1 with basically the same mods you are using. Just wanted to ask you if bluetooth works in this rom, because, since the 4.2.2 update, bluetooth is broken on my builds.,
Click to expand...
Click to collapse
Flashing this in recovery should fix bluetooth.
https://www.dropbox.com/s/omjuuielei3z5p6/4-2-2BluetooohFix-Fix.zip
Sent from my Nexus 7 using Tapatalk HD
RobertsDF said:
Flashing this in recovery should fix bluetooth.
https://www.dropbox.com/s/omjuuielei3z5p6/4-2-2BluetooohFix-Fix.zip
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
Thanks, this fixes it.
Re: [ROM][KANG] Linaro CM 10.1 + Bionic *2/16 Nightly 4.2.2*
This is really great! Thanks
Sent from my Nexus 7 using Tapatalk HD
Re: [ROM][KANG] Linaro CM 10.1 + Bionic *2/16 Nightly 4.2.2*
Will upload 2/18 nightly when I get home.
Didn't know about the Bluetooth issues, hopefully new nightly fixes. Thanks for the fix
Sent from my Nexus 7 using Tapatalk HD
EDIT: Uploaded
R: [ROM][KANG] Linaro CM 10.1 + Bionic *2/18 Nightly 4.2.2*
trailblazerz11 said:
Will upload 2/18 nightly when I get home.
Didn't know about the Bluetooth issues, hopefully new nightly fixes. Thanks for the fix
Sent from my Nexus 7 using Tapatalk HD
EDIT: Uploaded
Click to expand...
Click to collapse
Did you have to use the bluetooth.default.so file contained in the zip posted above to get the Bluetooth to work or It was already working fine in your builds?
Re: [ROM][KANG] Linaro CM 10.1 + Bionic *2/18 Nightly 4.2.2*
eug89 said:
Did you have to use the bluetooth.default.so file contained in the zip posted above to get the Bluetooth to work or It was already working fine in your builds?
Click to expand...
Click to collapse
Not fixed in 2/18 had to flash it too
Sent from my Nexus 7 using Tapatalk HD
R: [ROM][KANG] Linaro CM 10.1 + Bionic *2/18 Nightly 4.2.2*
trailblazerz11 said:
Not fixed in 2/18 had to flash it too
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
Does your build for the nexus 4 have the same issue?
bluetooth.default.so gets compiled from external/bluetooth/blue droid but I haven't made any changes from cyanogenmod's source in that repo and in the official nightlies BT seems to work fine. It could be some compiler flag, next time I'll try building without the -03 optimizations.
Re: [ROM][KANG] Linaro CM 10.1 + Bionic *2/18 Nightly 4.2.2*
eug89 said:
Does your build for the nexus 4 have the same issue?
bluetooth.default.so gets compiled from external/bluetooth/blue droid but I haven't made any changes from cyanogenmod's source in that repo and in the official nightlies BT seems to work fine. It could be some compiler flag, next time I'll try building without the -03 optimizations.
Click to expand...
Click to collapse
It works fine on mako. Yeah, probably something with linaro or O3
Sent from my Nexus 4 using Tapatalk 2

Franco Kernel for cm11

Nexus 4 community has a working cm11 franco
they used 2 cherrypicks from CM's Github c53fb6d134 and 07cbfb9a9c to achieve it
Can someone please post a test build here with these 2 cherrypicks
i dont know how to build a kernel
Thank You
iamawsm4 said:
Nexus 4 community has a working cm11 franco
they used 2 cherrypicks from CM's Github c53fb6d134 and 07cbfb9a9c to achieve it
Can someone please post a test build here with these 2 cherrypicks
i dont know how to build a kernel
Thank You
Click to expand...
Click to collapse
Nexus 5 community has this
No need to build a kernel yourself.
Primokorn said:
Nexus 5 community has this
No need to build a kernel yourself.
Click to expand...
Click to collapse
many people are complaining that it doesnt work with the new nightlies
iamawsm4 said:
many people are complaining that it doesnt work with the new nightlies
Click to expand...
Click to collapse
So make your choice between CAF and AOSP.
best thing you can do is
build your own kernel(ask them what they used/changed)
or
try alternative CAF kernels
or
wait till the devs do it themselves.
You cant rush genius.
its just that only if someone could make a test build with those 2 cherrypicks

Request to Dev's [OC Kernel For cm 11 RC1]

can someone make a OC kernel for cyanogenmod RC1 build , plz build an OC kernel from OP's latest kernel source , i have been waiting for the kernel for a long time so i am requesting here
Cody kernel v3.1
pico hackr said:
can someone make a OC kernel for cyanogenmod RC1 build , plz build an OC kernel from OP's latest kernel source , i have been waiting for the kernel for a long time so i am requesting here
Click to expand...
Click to collapse
Cody Kernel v3.1 work for me(767 MHz OC cpu with RC1),it's support upto 878MHz.
Cody kernel thread Link: http://forum.xda-developers.com/showthread.php?t=2606546
If I help you,
Don't miss Thanks!
Abhaysinh said:
Cody Kernel v3.1 work for me(767 MHz OC cpu with RC1),it's support upto 878MHz.
Cody kernel thread Link: http://forum.xda-developers.com/showthread.php?t=2606546
If I help you,
Don't miss Thanks!
Click to expand...
Click to collapse
lol i have seen that already but i need one built from galaxyfreak's kernel source
I get FC's with all previous oc kernel for cm11 so maybe we need a new updated oc kernel of 1 and 2 and 3 partitions can anyone make and provide it
Sent from my Explorer A310e using XDA Premium 4 mobile app
use Dark_kernel_v2.
it's been built from galaxyfreak's kernel source.
Yes we need a OC kernel for our little Pico. based on CM 11 RC1.
BTW, for dark kernel how many partitions are needed on SD card can some one lead me to a thread so that I can try OCing!

Q/A Kernel build

I am trying to build a linaro kernal for xl which compiler should I use ?
startracker said:
I am trying to build a linaro kernal for xl which compiler should I use ?
Click to expand...
Click to collapse
Try these and you would know everything really
https://www.youtube.com/watch?v=wY97YQjv2Fc
https://www.youtube.com/watch?v=NkrRtS0Ul1I
http://www.xda-developers.com/learn-how-to-compile-a-kernel-using-linaro/
https://wiki.linaro.org/Resources/HowTo/PackageYourOwnKernel
Quote me if you expect a reply

Kernel for Exodus

Which kernels is there for Exodus? It's AOSP but it doesnt have sultans caf kernel so I'm not sure which to look for? cm13 or caf? or is there none that work?
Stock
the_rooter said:
Stock
Click to expand...
Click to collapse
......I wouldnt ask if I wanted stock. Phone gets too hot with normal use and there isn't many tweaks I can make to make it cooler.
The kernel is cm based.
Btw. there is no aosp kernel for the oneplus one. We have 4 different types. Based on CM; based on Sultans CAF kernel; based on omnirom; based on Color OS.
Sent from my A0001 using XDA-Developers mobile app
idonttakedrugs said:
Which kernels is there for Exodus? It's AOSP but it doesnt have sultans caf kernel so I'm not sure which to look for? cm13 or caf? or is there none that work?
Click to expand...
Click to collapse
Lightning Kernel v22 (updated to 23 now) and Lightning kernel based on Linux kernel v3 works for me with exodus. Personally prefer the latter. Boeffla didnt boot for me with exodus and i didnt try any caf kernels.
If you have heating issues you may want to try the 6th June build if you arent using it already
Heat issue does exist in build may 23 - june 1.. Even if you change the kernel.
Check your current build.. Update to the latest one
onitsuka. said:
Heat issue does exist in build may 23 - june 1.. Even if you change the kernel.
Check your current build.. Update to the latest one
Click to expand...
Click to collapse
Thankyou, I'm on the may the 1st build. I'll try the newest! What was causing the heat? My phone was reaching 60-70c!!!
Aniket.t20 said:
Lightning Kernel v22 (updated to 23 now) and Lightning kernel based on Linux kernel v3 works for me with exodus. Personally prefer the latter. Boeffla didnt boot for me with exodus and i didnt try any caf kernels.
If you have heating issues you may want to try the 6th June build if you arent using it already
Click to expand...
Click to collapse
Yeah I'll try the lastest, I'll also try Lightning Kernel. Thanks!!
DerRomtester said:
The kernel is cm based.
Btw. there is no aosp kernel for the oneplus one. We have 4 different types. Based on CM; based on Sultans CAF kernel; based on omnirom; based on Color OS.
Sent from my A0001 using XDA-Developers mobile app
Click to expand...
Click to collapse
Thanks for that bro, cleared things up :good:

Categories

Resources