GT-S5830i Custom Kernel many features and root included - Galaxy Ace S5830i Q&A, Help & Troubleshooting

Hi Folks,
This is my first post on XDA, though I have been using this excelent forum for a long while but never had a chance to post.
I want to share with all of you, ROM developers, the Kernel I have build for my own use for my GT-S5830i device, from Samsung Kernel Sources. Feel free to use it if you want.
THIS KERNEL IS ONLY FOR GT-S5830I, not for use in other devices. IT SHOULD WORK ON ALL ROMS, EVEN STOCK ROMS!!!!
Kernel Includes:
Freqs:
156 MHz
312 MHz
624 MHz
832 MHz
Governors:
Intellidemand
InteractiveX
SmartassV2
Conservative
bcm21553
Performance
I/O Schedulers
noop
deadline
cfq
vr
sio --> Got this one from Rafael Baugis Source. Thankyou Rafael, hope this is not an inconvenient.
Fatures:
Enabled Module Loading
Init.d Support
Improved kernel scripts (Many of them, i dont really know why Samsung is opensourcing such sources. I know this is a low cost phone, but...)
Swap support
Ramzswap support
Root --> Kernel is all ready rooted, su is in xbin as usual lol. Just need to download busybox and Superuser from Google Play.
Btw, Camera, Flash, Wifi etc etc etc... is working fine.
Optional boot logo (splash image) I have uploaded 2 kernels, one with Splash, one with no Splash. Splash img is attached below. Basically I modified param.lfs.
Filesystem Support
ext2, 3, 4
Msdos
VFAT
YAFFS2
JFFS2
AT THE MOMENT KERNELS CAN ONLY BE FLASHED BY ODIN, HAD NO TIME TO MAKE AN UPDATER SCRIPT.
I WONT EXPLAIN HOW TO FLASH WITH ODIN AS THERE ARE MANY MANY MANY TUTORIALS ON THIS TOPIC.
The links:
https://dl.dropbox.com/u/68301491/PDAnitKernelNoSplash.tar
Version with no splash screen
https://dl.dropbox.com/u/68301491/PDAnitKernelRing.tar
Version with splash screen.
May be you will get CWM asking to reboot, please reboot, this only happens the first time.
Others:
Im not responsable if you brick your phone (its difficult to to do this if you have apropiate CWM and you have a complete backup of your system. If you dont have a backup, i think you are crazy trying kernels around the www).
Please dont ask me for OC, or adding more freqs, I have been trying this for many weeks with no success. MPU tables, opp, etc... just found nothing in the source code even seeking throug the asm script. May be I will spend some more time on this, but to be honest i am bored. 4 freqs for this "tiny machine" I think is ok. Remember Less Is Best.
Hope you enjoy it.
Thank you for downloading. And please dont donate, lol I do this for fun, but if you like it, please press the Thanks Button.
I will upload all sources to git as soon as possible, and if I have some time I will try to write a tutorial, just to have an other one on the web.
Special Thanks to:
Rafael Baugis, some of your sources helped me understanding the kernel, and I directly used your sio io sched source. Hope you dont mind.
Btw your kernel is really nice and complete. Difficult to add new features. YOU ARE A CRACK.
http://forum.xda-developers.com/showthread.php?t=1818830
droidphile --> http://forum.xda-developers.com/showthread.php?t=1369817 You opened my eyes, after this post is when I started messing up with the kernel.
thewadegeek --> http://forum.xda-developers.com/showthread.php?t=1748297 Awsome post, this is what everyone needs to compile an Android kernel. That linaro toolchain works incredible.
irfanbagus, repencis, savie etc.. --> http://forum.xda-developers.com/showthread.php?t=1572030&page=6 OC and freqs seekers for bcm21553, sorry i could not post anything, I just didnt found anything new to your comments.
KERNEL SOURCE CODE
As prommised, here is the link to my kernel source code.
https://dl.dropbox.com/u/68301491/ni...el_sources.zip
Please feel free to use it, compile it, use any part you need, use it for study, improve it etc... hope this source may help other kernel devs.

axyllum said:
Hi Folks,
This is my first post on XDA, though I have been using this excelent forum for a long while but never had a chance to post.
I want to share with all of you, ROM developers, the Kernel I have build for my own use for my GT-S5830i device, from Samsung Kernel Sources. Feel free to use it if you want.
THIS KERNEL IS ONLY FOR GT-S5830I, not for use in other devices. IT SHOULD WORK ON ALL ROMS, EVEN STOCK ROMS!!!!
Kernel Includes:
Freqs:
156 MHz
312 MHz
624 MHz
832 MHz
Governors:
Intellidemand
InteractiveX
SmartassV2
Conservative
bcm21553
Performance
I/O Schedulers
noop
deadline
cfq
vr
sio --> Got this one from Rafael Baugis Source. Thankyou Rafael, hope this is not an inconvenient.
Fatures:
Enabled Module Loading
Init.d Support
Improved kernel scripts (Many of them, i dont really know why Samsung is opensourcing such sources. I know this is a low cost phone, but...)
Swap support
Ramzswap support
Root --> Kernel is all ready rooted, su is in xbin as usual lol. Just need to download busybox and Superuser from Google Play.
Btw, Camera, Flash, Wifi etc etc etc... is working fine.
Optional boot logo (splash image) I have uploaded 2 kernels, one with Splash, one with no Splash. Splash img is attached below. Basically I modified param.lfs.
Filesystem Support
ext2, 3, 4
Msdos
VFAT
YAFFS2
JFFS2
AT THE MOMENT KERNELS CAN ONLY BE FLASHED BY ODIN, HAD NO TIME TO MAKE AN UPDATER SCRIPT.
I WONT EXPLAIN HOW TO FLASH WITH ODIN AS THERE ARE MANY MANY MANY TUTORIALS ON THIS TOPIC.
The links:
https://dl.dropbox.com/u/68301491/PDAnitKernelNoSplash.tar
Version with no splash screen
https://dl.dropbox.com/u/68301491/PDAnitKernelRing.tar
Version with splash screen.
May be you will get CWM asking to reboot, please reboot, this only happens the first time.
Others:
Im not responsable if you brick your phone (its difficult to to do this if you have apropiate CWM and you have a complete backup of your system. If you dont have a backup, i think you are crazy trying kernels around the www).
Please dont ask me for OC, or adding more freqs, I have been trying this for many weeks with no success. MPU tables, opp, etc... just found nothing in the source code even seeking throug the asm script. May be I will spend some more time on this, but to be honest i am bored. 4 freqs for this "tiny machine" I think is ok. Remember Less Is Best.
Hope you enjoy it.
Thank you for downloading. And please dont donate, lol I do this for fun, but if you like it, please press the Thanks Button.
I will upload all sources to git as soon as possible, and if I have some time I will try to write a tutorial, just to have an other one on the web.
Special Thanks to:
Rafael Baugis, some of your sources helped me understanding the kernel, and I directly used your sio io sched source. Hope you dont mind.
Btw your kernel is really nice and complete. Difficult to add new features. YOU ARE A CRACK.
http://forum.xda-developers.com/showthread.php?t=1818830
droidphile --> http://forum.xda-developers.com/showthread.php?t=1369817 You opened my eyes, after this post is when I started messing up with the kernel.
thewadegeek --> http://forum.xda-developers.com/showthread.php?t=1748297 Awsome post, this is what everyone needs to compile an Android kernel. That linaro toolchain works incredible.
irfanbagus, repencis, savie etc.. --> http://forum.xda-developers.com/showthread.php?t=1572030&page=6 OC and freqs seekers for bcm21553, sorry i could not post anything, I just didnt found anything new to your comments.
Click to expand...
Click to collapse
great.

You should post that thread in the other section
Nice work
Sent from my GT-S5830i using xda premium

No contacts from sim card like in Rafael.Baugis kernel ....
:/

Android-fany said:
You should post that thread in the other section
Nice work
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
I guess it was first post for him hence he wont be able to post in dev section
nice work though
Sent from my GT-S5830i using xda premium

soumik shah said:
I guess it was first post for him hence he wont be able to post in dev section
nice work though
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
Ou I forgot
Sent from my GT-S5830i using xda premium

Android-fany said:
Ou I forgot
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
just post until 10 post..

seems good hey frnds test this kernel and give feedback please

ithunter said:
seems good hey frnds test this kernel and give feedback please
Click to expand...
Click to collapse
why don't u use it?

Kernel installed Correctly !!! :good: Now i'll check it with modules from Rafaels kernel and with Antutu Benchmark Good Work !!

ALL TEST I WAS MADE IN AnTuTu Benchmark v3.0.2
I.TEST WITH YOUR KERNEL:
Used settings and ROM:
ROM:Jillie Bean beta3
Max CPU:832MHz
Min CPU:624MHz
GOVerformance
SCHED:cfq
KERNEL:[email protected]) )
Test Result:
CPU:505
GPU:538
RAM:230
I/O:351
TOTAL:1624
II.TEST WITH RAFAELS BAUGIS KERNEL:
Used settings and ROM:
ROM:Jillie Bean beta3
Max CPU:832MHz
Min CPU:624MHz
GOVerformance
SCHED:cfq
KERNEL:Rafael Baugis #201211201515
Test Result:
CPU:506
GPU:555
RAM:225
I/O:168
TOTAL:1454
The results are very interesting. Yours kernel has better results than Rafaels.

Alucard1989pl said:
ALL TEST I WAS MADE IN AnTuTu Benchmark v3.0.2
I.TEST WITH YOUR KERNEL:
Used settings and ROM:
ROM:Jillie Bean beta3
Max CPU:832MHz
Min CPU:624MHz
GOVerformance
SCHED:cfq
KERNEL:[email protected]) )
Test Result:
CPU:505
GPU:538
RAM:230
I/O:351
TOTAL:1624
II.TEST WITH RAFAELS BAUGIS KERNEL:
Used settings and ROM:
ROM:Jillie Bean beta3
Max CPU:832MHz
Min CPU:624MHz
GOVerformance
SCHED:cfq
KERNEL:Rafael Baugis #201211201515
Test Result:
CPU:506
GPU:555
RAM:225
I/O:168
TOTAL:1454
The results are very interesting. Yours kernel has better results than Rafaels.
Click to expand...
Click to collapse
I/O benchmarks are extremely unreliable and can greatly vary with the same configuration.

Hi all.
First of all i wanted to thankyou so much for the comments and the interest you have taken for, testing and benchmarking my kernel.
Please let me know any issues you find to keep on fixing and improving.
Please notice Rafaels kernel is uv for all freqs, mine has normal freqs.
Rafael as i assume is looking for batery performance vs performance, mine is based in performance vs batery.
What is best? Bothe of them depending on usage you want.
Rafael kernel has very good performance even with the uv. I dev the kernel slightly different to his one.
Why? Whats the meaning of having 2 kernels that are the same?
Be different my friend ))))
Thank you so much for the benchmark and taking your time and interest in testing. People like you motivate devs to keep on working
Sent from my GT-S5830i using xda app-developers app

axyllum said:
Hi all.
First of all i wanted to thankyou so much for the comments and the interest you have taken for, testing and benchmarking my kernel.
Please let me know any issues you find to keep on fixing and improving.
Please notice Rafaels kernel is uv for all freqs, mine has normal freqs.
Rafael as i assume is looking for batery performance vs performance, mine is based in performance vs batery.
What is best? Bothe of them depending on usage you want.
Rafael kernel has very good performance even with the uv. I dev the kernel slightly different to his one.
Why? Whats the meaning of having 2 kernels that are the same?
Be different my friend ))))
Thank you so much for the benchmark and taking your time and interest in testing. People like you motivate devs to keep on working
Sent from my GT-S5830i using xda app-developers app
Click to expand...
Click to collapse
Keep Goin' with your work I'll try make more test for more GOV and SCHED with different freq to "find" wich is better to safe battery and to gameplay with your kernel and rafaels kernel to find more differents . I'll add all results in attachmet file

This is your Kernel without splash screen for recoveries

Alucard, man, thankyou.
Great job, to be honest with the lack of time i have im not sure if i would have ever posted it.
I answered your priv. Did you receive it? Did it solve the problem? Just let me know.
Thank you. Good job for the recovery
Sent from my kernel kernel xD using xda app-developers app

Thank you for posting this I'll give it a try when I get the chance :good:

axyllum said:
Alucard, man, thankyou.
Great job, to be honest with the lack of time i have im not sure if i would have ever posted it.
I answered your priv. Did you receive it? Did it solve the problem? Just let me know.
Thank you. Good job for the recovery
Sent from my kernel kernel xD using xda app-developers app
Click to expand...
Click to collapse
I haven't any message from you of course if you send to me

Hi Alucard srry it was not for you it was for GermainZ.
Srry for the miss understanding
Sent from my GT-S5830i using xda app-developers app

axyllum said:
Hi Alucard srry it was not for you it was for GermainZ.
Srry for the miss understanding
Sent from my GT-S5830i using xda app-developers app
Click to expand...
Click to collapse
I just tried flashing my kernel and it worked fine. Thank Samsung for being lazy with their docs, and you for figuring it out.

Related

[Kernel] [Ray] DooMLoRD's Kernel for Ray [Stock] [Update: 28 Dec 2011]

This is a repackaging of DooMLoRD's kernel for the Ray - this is only for the stock Rom at this time, and will not work on MIUI or CM.
It's based on DooMLoRD's Github sources, original thread with more information about the Kernel is here: http://forum.xda-developers.com/showthread.php?t=1172885 - all thanks should go to him, I've edited very little, simply changed some of the config to suit the Ray and tested it.
Brief summary:
* Overclockable to 2GHz (set at 1GHz to start - made sure of it this time!)
* Enabled most of the schedulers so you can choose your favourite (brazillianwax, smoothass, SavagedZen, interactiveX, lagfree, minmax, Scary, smartass, interactive, conservative, ondemand, userspace, powersave, smartassV2, performance).
[UPDATE]
Had a look at the issues with the 'Flash' on the camera not working - this is now fixed.
Also, after being requested by a couple of people I've recompiled it for MIUI - you'll have to flash the second version for it to boot. (Please choose the correct one, flashing the wrong one will let you access CWM-recovery, but the system won't boot.) MIUI isn't working at this time.
Updated Kernel can be found here for Stock Roms:
http://dl.dropbox.com/u/17615284/DoomKernel-2011-12-28-1201.img
[Edit] Kernel for MIUI booted, but became unresponsive after it's been on a while. Taken the link down until I can find a day or two where I'm not using my phone so I can flash MIUI myself and look into it.
Thank you very much for this good present !
I just would ask if it is compatible with bheremans' MIUI rom, and if it's not if someone can port it, or explain to me how it can be done.
hartej said:
Brief summary:
* Overclockable to 2GHz (set at 1GHz to start - made sure of it this time!)
* Enabled most of the schedulers so you can choose your favourite (brazillianwax, smoothass, SavagedZen, interactiveX, lagfree, minmax, Scary, smartass, interactive, conservative, ondemand, userspace, powersave, smartassV2, performance). Think I may have missed a few - shall go back and check when I get a chance.
* Can't remember if I managed to get it working with the latest Ramdisk or not. At one point I was using it with a previous Ramdisk but not sure if I eventually got it working... (Currently the CMW Recovery is version 5.0.2.7?) I'll have to check on this, if it's using an old RamDisk then some of the features may not be available.
Initial release - I've been using it for a day now and it seems quite stable.
http://dl.dropbox.com/u/17615284/RayDoomKernel-2011-12-18.img
Click to expand...
Click to collapse
Can you integrate in the kernel the dual mode call recording ability, please?
aragog53 said:
Thank you very much for this good present !
I just would ask if it is compatible with bheremans' MIUI rom, and if it's not if someone can port it, or explain to me how it can be done.
Click to expand...
Click to collapse
No idea, I think that MIUI, CM7 and Stock Roms require different Kernels (or some serious customisation) so i'd be guessing: No. But it's just a guess.
Tistitus said:
Can you integrate in the kernel the dual mode call recording ability, please?
Click to expand...
Click to collapse
DooMLoRD added this to his Kernel, but I don't have any requirement to record my calls so can't confirm if it's working or not. Feel free to test it out - you may find yourself in luck!
Bah! Uploading failed the first time, but it's fixed now.
If you downloaded the file before I posted this, and only have a 1.2MB file then please DONT FLASH IT. It shouldn't mess anything up permanantly but your device won't boot.
I've uploaded the file again (to the same location), please re-download and flash this one (it should be just over 6MB)
Please make it compatible for miui?;D.......
Sent from my ST18i using Tapatalk
Hi hartej glad to see you back on the forum
A have quick question, how can be repaired this problem: http://code.google.com/p/android/issues/detail?id=3708 DooMLord may be able to help you repair it? Or will show some tips
Sorry for double post...i had found a way to port to MIUI...take a look here hartej..)
bheremans said:
Rom by iriijo
To port kernel : nothing special, just compile it with :
CONFIG_VMSPLIT_3G=y
# CONFIG_VMSPLIT_2G is not set
and
CONFIG_PAGE_OFFSET=0xC0000000
Click to expand...
Click to collapse
Sent from my ST18i using Tapatalk
Hi Hartej, sorry but even with your second upload. The kernel doesn't boot. It stays at black screen (not even the SE logo)
@hartej: some notes ...
thinking its a good choise using DooMLoRD's kernel as your base, congratulations for your wise decision
some minutes befor i fastboot'ed (temporarly) your image (i.e. fastboot boot <image>)
# kernel cpufreq defaults is ondemand 245760/1862400Hz - no max 1GHz as you'r thinking?
some LITTLE change-requests from me - please
# /proc/config.gz support - a great help for every self-builder
# init.d support - importent i'm thinking, i modifyed init.semc.rc in initrd.img in your boot image for myself (serves only as a example)
service sysinit /system/bin/logwrapper /system/xbin/busybox run-parts /system/etc/init.d
user root
oneshot
# a git respository of your kernel for self builder
ok, thats all for NOW, thank you for your good work.
greetings
Doesn't boot
I've downloaded your present(RayDoomKernel-2011-12-18.img / 6.23MB) and flash it on my Ray with fastboot tool. But it doesn't boot, just shows me black screen.(Not even show me SE logo ) Anyway I appreciate your great effort.
is it for stock 4.0.2.0.A.42 firmware
Oh I tried.Doesn't boot with the 4.0.2.A.042 FW.
@hartej
glad to see u back on this
some devices cant handle 1.6Ghz+
thats why i keep 2 kernels
2.0Ghz
and
1.6Ghz
for other things u can check my kernel-ramdisk
SWDJPA said:
I've downloaded your present(RayDoomKernel-2011-12-18.img / 6.23MB) and flash it on my Ray with fastboot tool. But it doesn't boot, just shows me black screen.(Not even show me SE logo ) Anyway I appreciate your great effort.
Click to expand...
Click to collapse
masray said:
Oh I tried.Doesn't boot with the 4.0.2.A.042 FW.
Click to expand...
Click to collapse
Lol, I'll upload the right one eventually! Just tried downloading and flashing this myself, only to discover that I'd mistakenly uploaded the latest version instead of the working one. Still playing with getting the ARC ramdisk working with the Ray, possibly because of the speed issue DooMLoRD quotes above which is the reason for the black screen - the Kernel itself is identical, it's just a difference in the RamDisks.
I've uploaded the working one now - sorry for any confusion!
http://dl.dropbox.com/u/17615284/DoomKernel-2011-12-18-1547.img
hartej said:
Lol, ... I've uploaded the working one now - sorry for any confusion!
http://dl.dropbox.com/u/17615284/DoomKernel-2011-12-18-1547.img
Click to expand...
Click to collapse
i'll testet it shortly, now it boot in ondemand 245760/1024000Hz und init.d support works too - super
one questions leaves ...
i want to compile myself. where to get your changes for the ray (.config mainly ???), when i use DooMLoRD's cloned git sources ???
thanks and have i nice day ...
hartej said:
Lol, I'll upload the right one eventually! Just tried downloading and flashing this myself, only to discover that I'd mistakenly uploaded the latest version instead of the working one. Still playing with getting the ARC ramdisk working with the Ray, possibly because of the speed issue DooMLoRD quotes above which is the reason for the black screen - the Kernel itself is identical, it's just a difference in the RamDisks.
I've uploaded the working one now - sorry for any confusion!
http://dl.dropbox.com/u/17615284/DoomKernel-2011-12-18-1547.img
Click to expand...
Click to collapse
Please for MIUI ??
Works Great
Two thumbs up!
It is quite stable even at 2ghz.
But I would stay at 1.5 with smartass v2 considering battery life.
Thank you
-Ray User from Korea.
doesn't work with FXP050 on my Ray ... It does boot into the system but it doesn't show any submenus or option menus ... they are there, i can select by where i remember them to be but it is not graphicly shown
This Kernel is for STOCK Rom !!!! not for cyanogen mod.

[Kernel] [ICS] VDS kernel v2.0

Hello guys. Those of you, who have been monitoring ray's dev section, know, that there is such a kernel for GB, as "pure emerald' or "aire's" kernel. But its problem is that it's for GB So i decided to do this kernel for ICS. I'm from russia and 4pda, and on our forum we don't like many "svistoperdelkas", which means that we don't like to have many useless (and sometimes not stable) features.
So, you can understand now, why there are no many features in my kernel which you can find in sirkay's kernel, for example. The advantage of such a kernel is that there is no any trash in it, only main things.
Features:
Clean ramdisk
Removed Fota
ext2, ext3, ext4, vfat, ntfs support
USB OTG support
Init.d support
Linaro
DooMKernel recovery (it's the best, IMHO)
Added smartass2 governor (a very battery friendly one)
Swap, ZRam
2way call recording (uses CallRecoder by skvalex)
And now smth really new (for my kernel at least). Now YOU choose what OC to use. I've got 3 versions of this kernel.
1) 1.4 OC + uv (very battery friendly)
2) 1.4 OC no uv (for those ones, where uv causes random reboots) (not so battery friendly)
3) 1.6 OC + vdd. (not battery friendly at all, only for performance)
Download - link
One more thing. You can either believe it or not. But still. My HDD is dying. First 4GB of it are already covered with bad blocks. Also, the 10th GB is "bad". These bad blocks are "hardware". My linux is installed somewhere at 40th gb, but i think it won't take very long untill it's dead too. The first version of my kernel was downloaded for 260 times. Not so much as on 4pda (2000+ ), but still quite a lot. If every person who have downloaded it donated 1$ for me - i could buy a new HDD. So, if you are not indifferent to me and my HDD, please, donate to me thanks in advance
Wow!!! Finally a new kernel!
I hope it's battery friendly :laugh:
Aire kernel was my favourite GB kernel
Best regards
:good:Tnx,this is just what i needed....flashed&testing...
:good:
P.s.: I don't like "svistoperdelkas" too...
flashed, i'm trying it :good:
Finally new dev kernel.. Welcome dude! Can I use this kernel for MIUI?
Sent from my ST18i using xda premium
frogerra said:
Finally new dev kernel.. Welcome dude! Can I use this kernel for MIUI?
Sent from my ST18i using xda premium
Click to expand...
Click to collapse
yep.it works perfectly on every stock-based rom
support init.d?
I've been looking forward to this.
no, no init.d. but i'll to try add it in next version.
vdsirotkin said:
we don't like many "svistoperdelkas"
Click to expand...
Click to collapse
'Gimmicks' or 'bells and whistles'.
upd: also add to theme string tag [ICS] at the beginning.
[KRNL][ICS] VDS kernel v1.0 (11/10)
Click to expand...
Click to collapse
)
vdsirotkin said:
no, no init.d. but i'll to try add it in next version.
Click to expand...
Click to collapse
wil wait for your next version.
can i use it with CM10 ?
konikpk said:
can i use it with CM10 ?
Click to expand...
Click to collapse
no. i'm not sure, but 99% that no
vdsirotkin said:
Hello guys. Those of you, who have been monitoring ray's dev section, know, that there is such a kernel for GB, as "pure emerald' or "aire's" kernel. But its problem is that it's for GB So i decided to do this kernel for ICS. I'm from russia and 4pda, and on our forum we don't like many "svistoperdelkas", which means that we don't like to have many useless (and sometimes not stable) features.
So, you can understand now, why there are no many features in my kernel which you can find in sirkay's kernel, for example. The advantage of such a kernel is that there is no any trash in it, only main things.
Features:
OC (aka overclock) up to 1.4 gHz
UV aka undervolt
DooMKernel recovery (it's the best, IMHO)
Added smartass2 governor (a very battery friendly one)
Swap, ZRam
2way call recording (uses CallRecoder by skvalex)
Thats all A superlight kernel, as you can see Hope, that some of you share our (4pda guys') ideals in kernel features. Good luck!
Download
BTW, if you want to support my kernel (i don't believe in that ), you can donate to me thanks in advance
Click to expand...
Click to collapse
how do you define "svistoperdelkas" in kernel? debugging enabled in defconfig? what features my kernel have that yours dont?
sirkay said:
how do you define "svistoperdelkas" in kernel? debugging enabled in defconfig? what features my kernel have that yours dont?
Click to expand...
Click to collapse
wow wow, i didn't want to hurt you
OC up to 1.6, many governors, I\O shedulers and everything like that
vdsirotkin said:
wow wow, i didn't want to hurt you
OC up to 1.6, many governors, I\O shedulers and everything like that
Click to expand...
Click to collapse
sirkay said:
how do you define "svistoperdelkas" in kernel? debugging enabled in defconfig? what features my kernel have that yours dont?
Click to expand...
Click to collapse
Calm,my friends,i think that you have two different approach in kernel compiling,vdsirotkin's one is good for battery,while sirkay's one is more"experimental" and good for performance,no-one is better than another:simply they are different..:beer::beer::beer:
Inviato da me!
vdsirotkin said:
wow wow, i didn't want to hurt you
OC up to 1.6, many governors, I\O shedulers and everything like that
Click to expand...
Click to collapse
whats wrong with oc to 1.6?? my ray is stable at 1.6 so thats fine for me, nobody forces u to oc, same for governors and shedulers, not a good thing to point at another devs work and telling thats bad mine better
and arcatarc im not sure that the "simple" kernel is more battery frindle or more stable, will test during the weekand
funiewski said:
whats wrong with oc to 1.6?? my ray is stable at 1.6 so thats fine for me, nobody forces u to oc, same for governors and shedulers, not a good thing to point at another devs work and telling thats bad mine better
and arcatarc im not sure that the "simple" kernel is more battery frindle or more stable, will test during the weekand
Click to expand...
Click to collapse
even if it's stable, not a very great speed advantage does not worth battery drain.
vdsirotkin said:
wow wow, i didn't want to hurt you
OC up to 1.6, many governors, I\O shedulers and everything like that
Click to expand...
Click to collapse
arcatarc said:
Calm,my friends,i think that you have two different approach in kernel compiling,vdsirotkin's one is good for battery,while sirkay's one is more"experimental" and good for performance,no-one is better than another:simply they are different..:beer::beer::beer:
Inviato da me!
Click to expand...
Click to collapse
im not mad, just my curiosity to know how do you define "trash". if that so, then me too dont like "svistoperdelkas". i always made 2 version, one for users (with features they've requested) and one for me (with only smartassv2 and intellidemand gov, freq max 806mhz, dont UV, didnt use zram, disabled debugging, disabled unused modules).

[KERNEL][1,4GHz]Tweaked kernel v2[12/02/2013]

Features:
Don't need modules, everything included in the kernel
Init.d script support (Requires busybox in xbin)
Lulzactive, Hotplug, SmartassV2 governors
SIO, VR schedulers
Avaliable CPU frequencies: 98MHz, 196MHz, 320MHz, 480MHz, 600MHz, 800MHz, 1GHz, 1,2GHz, 1,4GHz
Default max CPU frequency: 1GHz (600MHz when screen is off)
Default min CPU frequency: 98MHz
Requirements:
Unlocked bootloader
Fastboot
Download:
http://rapidgator.net/folder/1552230/protoukernel.html
Install:
Boot to bootloader
Install the kernel with fastboot: "fastboot flash boot 'kernelname'.img"
Reboot and enjoy!
Sources:
https://github.com/atis112/htc_kernel_protou
Changelog:
v2:
Init.d support
SIO, VR scheduler
New CPU freq table with overclock
v1:
Based on 1.18.980.3
Don't use modules, all features included to the kernel
Lulzactive, hotplug and smartassV2 governors added
Wow! Nice work!
Do you mind if I add this in my ROM? And does it have init.d support?
MaartenXDA said:
Wow! Nice work!
Do you mind if I add this in my ROM? And does it have init.d support?
Click to expand...
Click to collapse
I didn't edit the ramdisk yet, but i will add init.d support in next version.
I don't mind it. Just don't forget credits.
atis112 said:
I didn't edit the ramdisk yet, but i will add init.d support in next version.
I don't mind it. Just don't forget credits.
Click to expand...
Click to collapse
Oh, then I'll wait for next version before I add it in my ROM
Anyways, this is great! Great to have yet another developer in the DX section
And we finally got a custom kernel for DesX.
Thanks man, added to Index.
Re: [KERNEL]Tweaked kernel 1.0[10/02/2013]
Hot diggity! A new kernel!!!! Awesome! We can over clock with this, right? Not that I'll over clock, just to ask
Sent from my HTC Desire X using xda app-developers app
Stereo8 said:
Hot diggity! A new kernel!!!! Awesome! We can over clock with this, right? Not that I'll over clock, just to ask
Sent from my HTC Desire X using xda app-developers app
Click to expand...
Click to collapse
Not yet. But i can make overclocked kernel later. But i think 1ghz dual-core is enough for ics.
I think that greater number governors and schedulers are more important than overclocking, you're 100% right with speed for ICS and even JB.
Re: [KERNEL]Tweaked kernel 1.0[10/02/2013]
nlooooo said:
I think that greater number governors and schedulers are more important than overclocking, you're 100% right with speed for ICS and even JB.
Click to expand...
Click to collapse
Yea, I hate overclocking, but just for the reference...
Sent from my HTC branded muffin...
720 p recordings
Great work and a great contribution to hdx community...
A req! Can u plz add 720p recording in next ver.
madhavagg16 said:
Great work and a great contribution to hdx community...
A req! Can u plz add 720p recording in next ver.
Click to expand...
Click to collapse
not a kernel feature requires correct media codecs.
Edit : @Dev congrats First custom kernel for this device(max safe oc for this processor is 1.2 GHz just saying) also a request can you add ROW IO sheduler heard its better than SIO also PegasusQ/D governer.In next release.
Thank you.
hi
atis112 said:
I didn't edit the ramdisk yet, but i will add init.d support in next version.
I don't mind it. Just don't forget credits.
Click to expand...
Click to collapse
my work on cm10 boot was stuck on ramdisk issue. i posted a last_kmsg which showed that kernel booted but ramdisk had issues.
i dont understand kernel issues very well, but hope to get it working now that you are here. i'll ask for ur help from time to time.
plus, i want to take permission to use ur kernel tree for building cm9/10 from source. dont wanna use prebuilt now.
last thing, what is the difference between an ics n jb kernel, exactly what needs to be modified to make it work?....
thanks
neXus PRIME said:
my work on cm10 boot was stuck on ramdisk issue. i posted a last_kmsg which showed that kernel booted but ramdisk had issues.
i dont understand kernel issues very well, but hope to get it working now that you are here. i'll ask for ur help from time to time.
plus, i want to take permission to use ur kernel tree for building cm9/10 from source. dont wanna use prebuilt now.
last thing, what is the difference between an ics n jb kernel, exactly what needs to be modified to make it work?....
thanks
Click to expand...
Click to collapse
Ramdisk(sorry couldnt resist) among other things but for initial booting ramdisk.
PS might not be the best person to answer though...
Re: [KERNEL]Tweaked kernel 1.0[10/02/2013]
Dark Passenger said:
not a kernel feature requires correct media codecs.
Edit : @Dev congrats First custom kernel for this device(max safe oc for this processor is 1.5GHz just saying) also a request can you add ROW IO sheduler heard its better than SIO also PegasusQ/D governer.In next release.
Thank you.
Click to expand...
Click to collapse
Qualcomm S4 Play is made for speed 1-1.2GHz, and that's the safe range of frequencies. Remember that this is ARM-cortex A5 not Krait, and more than 1.2 can really harm it.
hi
Dark Passenger said:
Ramdisk(sorry couldnt resist) among other things but for initial booting ramdisk.
PS might not be the best person to answer though...
Click to expand...
Click to collapse
I know ramdisk, but let me rephrase my question, what exactly (in ramdisk) needs to be modified and how, to make it work on jb. Anyways, i'm still figuring things out by trial n error so progress is very very slow. The logcat was the only thing i ever got to which showed the cm10 logo as well but then, everything MESSED up. Havent been able to replicate that result since.
Re: [KERNEL]Tweaked kernel 1.0[10/02/2013]
Can you include this?? http://forum.xda-developers.com/showthread.php?p=37683529
Sent from my HTC branded muffin...
neXus PRIME said:
my work on cm10 boot was stuck on ramdisk issue. i posted a last_kmsg which showed that kernel booted but ramdisk had issues.
i dont understand kernel issues very well, but hope to get it working now that you are here. i'll ask for ur help from time to time.
plus, i want to take permission to use ur kernel tree for building cm9/10 from source. dont wanna use prebuilt now.
last thing, what is the difference between an ics n jb kernel, exactly what needs to be modified to make it work?....
thanks
Click to expand...
Click to collapse
The difference isn't just in ics and jb. the difference is in cm and sense ramdisk too. I don't know what need modify yet, but i will start the work with cm later when i have enough free time.
Feel free to use my sources.
nlooooo said:
Qualcomm S4 Play is made for speed 1-1.2GHz, and that's the safe range of frequencies. Remember that this is ARM-cortex A5 not Krait, and more than 1.2 can really harm it.
Click to expand...
Click to collapse
my bad edited.seems mixed it up.
So happy to hear such good news for the DesireX! Finally the developing for this device is becoming richer first of all, thank you for this custom kernel and thanks nexus prime for his effort to port the CM series I'm not an expert but yeah, sense and AOSP/AOKP Roms need different kernels. To learn more I think that Dennis Rassmann (the creator of the famous Bricked kernel series) or faux can answer your question about ramdisk, if you contact them (they are really kind and gentle). After that I would like to ask if it's possible to add the useful sweep2wake function to this kernel, in future. For now, good work guys, never give up!!!

[KERNEL][CWM][GB][5.0USA&INTL][OC/UV]ACKernel r1

Hello! This is my first thread, ever, on any forum so please don't bash me if I forget something .
I've decide to make a kernel for the SGP 5.0 for Gingerbread because I loved Entropy512's, but I was slightly jelous of the INTL users and all their new givernors and I/O schedulers. Soooo i used Entropy512's sources and borrowed rumirand's schedulers and governors and tossed in a 1.4 GHz OC and a few cherry picks from KOala888 and voila!
Current features:
O3 optimization
battery pooling - 60sec (KOala888)
touchscreen responsivness tweaked (KOala888)
Screen UV (KOala888)
2.6.35.7 source for GingerBread.
Unsecure mode.
Swap support.
Overclock to 1.4Ghz and undervolt capabilities (use SetCPU or another software for UV).
Added lazy (default), interactive, interactiveX, smartassv2, ondemandX governors.
Added BFQ, V(R) and SIO (default) schedulers.
Init.d support.
Added statically linked busybox 1.19.3 (/sbin)*.
Modified adbd (pointing shell to /sbin/sh), so you can use adbd even if you don't have any partition working.
ext4 support (ghetto lagfix).
ClockWorkMod. Nandroid backup - restore works, mount/umount, format (formats to ext4).
CIFS support.
jhash3.
SoD patch from netarchy/coolbho3k.
TinyRCU.
netarchy's conservative tuning patch.
Custom bootanimation support (/system/media/bootanimation.zip) from Entropy512's kernel.
Per-File fsync() disable
Charginghacks from Entropy512.
I may release a 1.2 GHz version if the community finds 1.4 too unstable.
If there is anything i forgot please tell me!
Download USA
Download INTL
Almost forgot my sources: https://github.com/augiem94/linux_kernel_galaxyplayer
Feature requests are welcome!
Credits:
Entropy512-his sources and his handy build script! Saved me a TON of hassle
rumirand-for his sources
KOala888-for his tweaks
koxudaxi-for his OC settings
I've got Entropy's kernel on my player, and I keep having random freezes. For instance, I'll be typing or scrolling and thing go completely unresponsive for a second or two. I'm not sure if it's a governor thing or what (I've turned off overclocking to see if that helped, but it doesn't seem to have made any difference).
Do I just have a bad install of Entropy's, or is this something everyone has? Would flashing this kernel likely to fix those issues? Can I flash without re-installing my ROM (Gingerbread Based)? Are there any issues I should know about before applying this kernel?
Dr. Cyanide said:
I've got Entropy's kernel on my player, and I keep having random freezes. For instance, I'll be typing or scrolling and thing go completely unresponsive for a second or two. I'm not sure if it's a governor thing or what (I've turned off overclocking to see if that helped, but it doesn't seem to have made any difference).
Do I just have a bad install of Entropy's, or is this something everyone has? Would flashing this kernel likely to fix those issues? Can I flash without re-installing my ROM (Gingerbread Based)? Are there any issues I should know about before applying this kernel?
Click to expand...
Click to collapse
I had the same problem, i could never diagnose the source, but so far i havent had it once with the 1.4GHz OC. if you do get that problem tell me and ill look into it further .
EDIT: Problem still exists, if anyone has an idea what it is please tell me. I believe Mevordel had a theory a while back it was due to facebook being a rogue app and causing it. Feedback on this theory will be greatly appreciated!
EDIT2: Facebook does not appear to be the culprit.
augiem94 said:
I had the same problem, i could never diagnose the source, but so far i havent had it once with the 1.4GHz OC. if you do get that problem tell me and ill look into it further .
Click to expand...
Click to collapse
Well, I've flashed it now. Here's to hoping it's smooth sailing from here on out
I ran this kernel almost all day yesterday. Visually, things in the UI don't look much faster (probably because of the lack of GB hardware acceleration, and Project Butter), but a few 3D games run noticeably better. Those random pauses that occur, especially when typing on a keyboard, have seemed to also disappear. Thanks for making Gingerbread a bit better to use for those of us that can't let it go completely just yet!
I likewise ran all day, and didn't see any issues. I'm optimistic they're gone now. I never install Facebook, to further disprove that theory.
General question lol is it possible to compile gingerbread kernels with a Linaro toolchain?
Sent From My USA Galaxy Player 5.0
augiem94 said:
General question lol is it possible to compile gingerbread kernels with a Linaro toolchain?
Sent From My USA Galaxy Player 5.0
Click to expand...
Click to collapse
Of course But you may get compile errors when building with Linaro, in which case you will need to solve them. There are also a few other things to worry about with Linaro, else you may solve the errors and get the kernel to compile and it won't boot.
Thank you! I am a going to load this right now. Thanks for including smartassV2 in governors. The main reason I used INTL r14 over Entropy.
Edit: 8:50 pm.
Cannot load over clock module from Tegrak. When I try to load the module and change the OC to 1.152 (which I find most stable on my player) the player will reboot. 1.2 and 1.4 seem to be the only option for OC. Been running at 1.2 for now with no issues. 1.4 seemed to run too hot.
YP-G70 USA
R.E.D.D ROM
Rumirand r14 INTL Kernel on YP-G70 USA device
I Like Turtles.
1.152 OC
:fingers-crossed:
HOG1csmith said:
Thank you! I am a going to load this right now. Thanks for including smartassV2 in governors. The main reason I used INTL r14 over Entropy.
Edit: 8:50 pm.
Cannot load over clock module from Tegrak. When I try to load the module and change the OC to 1.152 (which I find most stable on my player) the player will reboot. 1.2 and 1.4 seem to be the only option for OC. Been running at 1.2 for now with no issues. 1.4 seemed to run too hot.
YP-G70 USA
R.E.D.D ROM
Rumirand r14 INTL Kernel on YP-G70 USA device
I Like Turtles.
1.152 OC
Click to expand...
Click to collapse
Same problem here with Tegrak, I'll try to get it sorted out in the next release.
EDIT: I got the module to load i think, but the device reboots directly after. It reboots after the Load Module button greys though so I'm fairly sure its loading
EDIT2: It loads if i set the max frequency to 1.2GHz from No Frills, but if i change it back to 1.4 after its loaded it reboots. Getting there .
it can't get "too" hot from technical side
Wysyłane z mojego YP-G70 za pomocą Tapatalk 2
augiem94 said:
:fingers-crossed:
Same problem here with Tegrak, I'll try to get it sorted out in the next release.
Click to expand...
Click to collapse
You probably can't load the tegrak module because the vermagic is different
android1234567 said:
You probably can't load the tegrak module because the vermagic is different
Click to expand...
Click to collapse
Im really new to the dev scene, mind explaining?
Sent From My USA Galaxy Player 5.0
augiem94 said:
Im really new to the dev scene, mind explaining?
Sent From My USA Galaxy Player 5.0
Click to expand...
Click to collapse
The tegrak module and the kernel have version names in them and the module will only load when the version inside said module matches the version of the kernel. Basically, they need to have the same name. There's some nice info on this here: http://www.tldp.org/LDP/lkmpg/2.6/html/x380.html
android1234567 said:
The tegrak module and the kernel have version names in them and the module will only load when the version inside said module matches the version of the kernel. Basically, they need to have the same name. There's some nice info on this here: http://www.tldp.org/LDP/lkmpg/2.6/html/x380.html
Click to expand...
Click to collapse
Forgive me if im being numb, but i havent changed the version in the makefile at all.
Sent From My USA Galaxy Player 5.0
After using it for a few days now,it seems that scrolling still sometimes locks up. I haven't noticed any issues with typing yet, but that could be not using it at the right time.
Sent from my YP-G70 using xda app-developers app
I've been using this on 1.2 GHz for over a week and it is great.
No persistent issues.
Thanks for the kernel!
I appreciate your work.
YP-G70 USA
R.E.D.D ROM
AC Kernel
augiem94 said:
Forgive me if im being numb, but i havent changed the version in the makefile at all.
Sent From My USA Galaxy Player 5.0
Click to expand...
Click to collapse
It's not the version of the version but the localversion (normally it is 2.6.35.7-XXXXX) The X represents the local version. You can modify the module to actually make it work with the kernel or in your case modify the localversion specified in the defconfig.
Thank you so much for this Kernel!!!! I am loving the 1.4 Ghz. Smooth sailing so far. Once again thanks!

[Kernel][Overclock][V2] Overclock kernel with boot menu for 4.4 Kitkat [Fandroid]

Thanks to XperiaSTE team for the overclock kernel source first. I just did the config and compile but nothing else.
This kernel will overclock your device to 1.15GHz. The overclocking will provide a better performance and a smoother user experience.
I'm using a kexec multiboot kernel on my device, so I didn't test the kernel packed as elf format. It should be good because I have done flashing the self-built kernels several times.
The overclock source doesn't seems to be the latest but everything works~ Maybe that's because the modules in initramfs? (I did nothing to initramfs)
It's nearly impossible for me to upload the kernel on something like devhost/mediafire, so sorry for that. Could someone upload it on these sites please?
V2 Changelog:
1) Use GCC 4.9 Linaro to compile.
2) Change the SLQB allocator to SLUB. I don't really think SLQB is stable.
3) use 2G/2G user/kernel split. It seems to have a better performance.
4) PID namespace
5) NOTE:NO recovery in V2! Instead of recovery, the kexec multiboot menu by @percy_g2 is added. Big thanks to percy_g2. For how to use it, see Link:http://forum.xda-developers.com/xperia-u/p-development/kexec-multi-boot-menu-t2647623
* To enter boot menu you should press the power key when vibrate
V2 Link: http://pan.baidu.com/s/1mgt82V2
V1(Stable) Link: http://pan.baidu.com/s/1kTyul07
Finally, sorry for my poor English
Hope you like the kernel~
zhy0919 said:
Thanks to XperiaSTE team for the overclock kernel source first. I just did the compile but nothing else.
This kernel will overclock your device to 1.15GHz. The overclocking will provide a better performance and a smoother user experience.
I'm using a kexec multiboot kernel on my device, so I didn't test the kernel packed as elf format. It should be good because I have done flashing the self-built kernels several times.
The overclock source doesn't seems to be the latest but everything works~ Maybe that's because the modules in initramfs? (I did nothing to initramfs)
It's nearly impossible for me to upload the kernel on something like mediafire, so sorry for that
Link: http://pan.baidu.com/s/1kTyul07
Finally, sorry for my poor English
Hope you like the kernel~
Click to expand...
Click to collapse
hi, first of all big thanks for the kernal!!
can u provide a changelog or something like that to show the difference between cm11 kernal and your kernal ???
is overclock the only added feature in this kernal?
thanks and i wish you support more!!!
vicky2131 said:
hi, first of all big thanks for the kernal!!
can u provide a changelog or something like that to show the difference between cm11 kernal and your kernal ???
is overclock the only added feature in this kernal?
thanks and i wish you support more!!!
Click to expand...
Click to collapse
Thanks for your support!
by doing diff -u to the two xperiap_defconfig, the configs seem to be same.
So XperiaSTE did nothing more to the overclocked kernel.
therefore the config isn't changed and the only change is in the code.
Doing diff to the whole source tree will take much time so i didn't do it
By the github commit the changes seem to be all related to overclocking.
https://github.com/XperiaSTE/android_kernel_sony_u8500
you can read cm-11.0 and overclock branches's commits
Omg, finally oc kernel for cm11! Can i use this kernel for miui v5 kk 4.4.4 by kosmos?
kopter3161 said:
Omg, finally oc kernel for cm11! Can i use this kernel for miui v5 kk 4.4.4 by kosmos?
Click to expand...
Click to collapse
CM11Overclock_Fandroid-MIUI https://yadi.sk/d/kn4Gv5wXaP7Qj
Is this kernel stable? And can I use this in Europe?
Thanks for the kernel!
Just a suggestion for anyone thinking about flashing it right away:
Wait a couple of days/weeks for someone to do some testing, you could fry your motherboard (happened to me on my previous 2 phones).
I'm not saying this kernel will do that, but it's just a precaution.
mrdjibrilo said:
Thanks for the kernel!
Just a suggestion for anyone thinking about flashing it right away:
Wait a couple of days/weeks for someone to do some testing, you could fry your motherboard (happened to me on my previous 2 phones).
I'm not saying this kernel will do that, but it's just a precaution.
Click to expand...
Click to collapse
using from mornin!!!
no issues!!
vicky2131 said:
using from mornin!!!
no issues!!
Click to expand...
Click to collapse
It's a small time period, understand me please
I was running OC kernels on my previous phones and the motherboard frying happend months after use,
I'm not saying that this is the situation with this specific kernel, these are just my previous experiences,
and it was just to warn people
I had ever used panthom kernel on stock jb, it used 1.15ghz too but still safe used for a long time..
thanks for the great work.but how to install multi rom on our phones?
If anyone has a problem downloading the kernel from baidu, I have made a mirror on dropbox:
https://www.dropbox.com/s/gxuw8o8jtllzmfi/CM11Overclock_Fandroid.elf?dl=0
Ofcourse with the permission from the developer
Can someone please explain steps for installing multiroms? Can I use cm11 along with cm10?
Would the existing cm10 need to be reinstalled?
I've given link in the thread
No reinstalling is needed
Sent from my Xperia P using XDA Free mobile app

Categories

Resources