Related
Here's my first costom kernel img. For all the brave out there
May suffer from increased battery drain. Feedback welcome. Not there yet: alternative governors.
Wow nice one may i request a GPU overclock please?
snoory said:
Here's my first costom kernel img. For all the brave out there
May suffer from increased battery drain. Feedback welcome. Not there yet: alternative governors.
Click to expand...
Click to collapse
thx, but what is the trick for reaching recovery?
snoory said:
Here's my first costom kernel img. For all the brave out there
May suffer from increased battery drain. Feedback welcome. Not there yet: alternative governors.
Click to expand...
Click to collapse
Thanks...
Just test it out, my Quadrant raise from 14xx (1.4GHz) to 15xx (1.6GHz) not bad..
FYI, I'm on MIUI v4 ALPHA 1 SEMC
its not include recovery. only kernel
sirkay said:
its not include recovery. only kernel
Click to expand...
Click to collapse
is it any tutorial for flashing recovery after kernel?or how to merge?
funiewski said:
is it any tutorial for flashing recovery after kernel?or how to merge?
Click to expand...
Click to collapse
here tutorial by idareyoutoclickthis
How to install CWM
Download this then extract
Make sure you enabled USB debugging, and also you need to set Screen timeout to 10 minutes so you don't miss the superuser promt
Run install-cwm1.cmd from the folder
Follow screen on screen instruction, reboot.
Click to expand...
Click to collapse
to merge you need bootimgtools
does it have some kind of side effect when we clock the phone until 1.6 Ghz??
i've flashed this kernel...it is good that the game run smoother with it...
but then i feel like this is like too fast until the animation seems to be a bit weird...
didn't check yet for the battery drain...
i've used the sirkay kernel and it saved me a lot of battery time...
albagani said:
does it have some kind of side effect when we clock the phone until 1.6 Ghz??
i've flashed this kernel...it is good that the game run smoother with it...
but then i feel like this is like too fast until the animation seems to be a bit weird...
didn't check yet for the battery drain...
i've used the sirkay kernel and it saved me a lot of battery time...
Click to expand...
Click to collapse
it depends. sometime your phone will start warm bcos your engine running beyond its normal speed. all machine have their own capabilities.
for me, normally will set speed between 1.2ghz to 1.4ghz. but i prefer 1.2ghz, dont wana force it to much
btw, its not my kernel. i added some script into ramdisk and compiled with other(s) kernel. thats all
unlocked bootloader is a must right?
Right.
Sent from my Xperia Ray using xda app-developers app
v2 Released. Scroll down for info!
Hello,
After lots of help from sirkay and FXP, I've built my own kernel that I thought I'd share with you.
This kernel wouldn't exist without the hard work of FXP. This is built from his source code. All real credit for this belongs with him (and DoomLord too, also an FXP Team member)
That said, this is my take and keeps the rather awesome release that is CM7.2 alive!
To be clear: This is a kernel for Cyanogen Mod 7.2 - Gingerbread! If you want a good ICS Kernel look at Sirkay's Thread.
So, what's different?
Uses a very recent GCC to compile, GCC version 4.6.3 which I optimised the build for Cortex-a8 and NEON.
Is compiled for performance not size (Optimize for size unticked)
Heap Randomisation is disabled.
Enabled SWAP - So you can use swap if you want to...
Default Scheduler changed to deadline, same as the Sony official kernel (still has bfq if you want to use it)
Default governor changed to ondemand.
CONFIG_OABI_COMPAT turned off. (This might break apps, haven't found any yet though)
Disabled CPUFreq Debugging.
Disabled FRAME_POINTERS, enabled STACK_UNWIND. Reason here: http://lists.openmoko.org/nabble.html#nabble-td6126708
There is no boot logo when this kernel boots. Each time I added one, the kernel refused to boot. I'll look at that. Just have patience, your phone is booting still...
(Here's where I make lots of stupid claims about how smooth, how buttery, how much battery life this kernel saves. Except I'm not a screaming idiot, so I'm not going to do that!)
I'm interested in any feedback you have, but I did this mostly for me.
And please remember the real person to thank, FXP. It's his source code I've used to build this. Also again thanks to Sirkay for his help and pointers.
Download it from here.
- muppet
Nice Kernel what's battery performance ??
aditya080908 said:
Nice Kernel what's battery performance ??
Click to expand...
Click to collapse
About the same as every other kernel.
OTG support? ?!
Sent from my ST18i
so good, This is what I looking for
@muppetmania attach here you png file. i can try to convert it to .rle for you
Could GB MIUI have the privilege?
Could we have a CM7 based MIUI 2.3.7 kernel?
I think GB MIUI works just fine and don't want to upgrade to ICS or JB.
But a better kernel for GB MIUI is always appreciated.
Thanks in advance,pls let us know if you'd be willing to.
Anoopnk said:
OTG support? ?!
Click to expand...
Click to collapse
If you'd like me to respond to questions, please post an actual articulate question in the first place. Cheers.
Yes, I'm aware I'm a ****, it's been pointed out to me already
sirkay said:
@muppetmania attach here you png file. i can try to convert it to .rle for you
Click to expand...
Click to collapse
Thanks sirkay, but the problem isn't that I can't make a rle file, it's that the rle file when added to the ramdisk stops the kernel booting. It seems to a bug in the SEMC loader, I found a post about it somewhere. Does the boot.img need to be padded out to a certain size to work?
Sometimes my logo.rle would work, but then I'd make changes, recompile, and the kernel would hang on boot. Annoying, so I've removed it for the moment.
rivtre said:
Could we have a CM7 based MIUI 2.3.7 kernel?
I think GB MIUI works just fine and don't want to upgrade to ICS or JB.
But a better kernel for GB MIUI is always appreciated.
Thanks in advance,pls let us know if you'd be willing to.
Click to expand...
Click to collapse
Hi rivtre,
I'd love to help, but my Ray is the only phone I have and is running CM7.2. While I could make a kernel for MIUI I'd have no (easy) way to test it. It wouldn't be fair to anyone if I started releasing untested things. So I'm sorry, it's not that I don't want to help, but no. Anyway, read the next bit to see why that's probably not a bad thing!
To All:
My kernel seems to be terrible when it comes to HD video recording. Can anyone else test this? I get heaps of dropped frames using my kernel when recording HD video vs a FXP Stock kernel. I need to look more at this, but for the moment I'd recommend not using this kernel!
v2 Released!
Version 2 of muppet kernel released.
What's new?
Compiled with GCC 4.7.1
Reverted to BFQ Scheduler by default
Reverted to Interactive CPU Scaling by default
Added logo.rle so you know it's booting!
Removed Debugging Symbols (CONFIG_KALLSYMS)
Reverted the scheduler and CPU scaling as they seemed to be the cause of the video recording lag.
Enjoy!
Download
does the kernel also work with this rom http://forum.xda-developers.com/showthread.php?t=1424121?
can I flqsh the kernel with flashtool?
is overclocking possible?
borg17a said:
does the kernel also work with this rom http://forum.xda-developers.com/showthread.php?t=1424121?
can I flqsh the kernel with flashtool?
is overclocking possible?
Click to expand...
Click to collapse
Not sure if it works with the stock ROM or not - try it and report back.
Yes, like all kernel images, you can flash it with Flashtool.
You can OC up to 1.6Ghz.
I tried it, but It doesn't work. Booting failed
muppetmania said:
Not sure if it works with the stock ROM or not - try it and report back.
Yes, like all kernel images, you can flash it with Flashtool.
You can OC up to 1.6Ghz.
Click to expand...
Click to collapse
borg17a said:
I tried it, but It doesn't work. Booting failed
Click to expand...
Click to collapse
Oh well sorry. It's only for CM7.2
muppetmania said:
Version 2 of muppet kernel released.
What's new?
Compiled with GCC 4.7.1
Reverted to BFQ Scheduler by default
Reverted to Interactive CPU Scaling by default
Added logo.rle so you know it's booting!
Removed Debugging Symbols (CONFIG_KALLSYMS)
Reverted the scheduler and CPU scaling as they seemed to be the cause of the video recording lag.
Enjoy!
Download
Click to expand...
Click to collapse
Just flashed your kernel, going to give a test run! thanks!!
Edit:
Well it doesn't seem to me that the camera recording works at all ... pictures = fine - but when trying to record video - the image freezes - and the camera app crashes.
I have to reboot to get back into the camera app...
Also, can't play any video I previously recorded...
Anything I'm missing?
I've flashed your kernel and did a cache + dalvik wipe...
Cheers!
Apocalyps2 said:
Just flashed your kernel, going to give a test run! thanks!!
Edit:
Well it doesn't seem to me that the camera recording works at all ... pictures = fine - but when trying to record video - the image freezes - and the camera app crashes.
I have to reboot to get back into the camera app...
Also, can't play any video I previously recorded...
Anything I'm missing?
I've flashed your kernel and did a cache + dalvik wipe...
Cheers!
Click to expand...
Click to collapse
Oh, well that's not the sort of feedback I wanted!
I haven't done much video recording the last couple of weeks (I've been away from work)
Let me do some testing and see what I can find...
Thanks for reporting
If you want a logcat I'll make one and get it to you , cheers
Sent from my ST18i using xda app-developers app
GPS
i just install your kernel on my phone...but why my GPS cannot running well
a1nx said:
i just install your kernel on my phone...but why my GPS cannot running well
Click to expand...
Click to collapse
why your bug reporting so terrible
a1nx said:
i just install your kernel on my phone...but why my GPS cannot running well
Click to expand...
Click to collapse
Update baseband to 75 or 77 ...reflash kernel !!!
Have fun !!
Sent from my ST18i
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).
DESCRIPTION
This is not the real project butter introduced in Android Jelly Bean!
This is just compilation of tweaks! And some additional tips by me.
INSTRUCTIONS
Download and try. Flashable ZIPs
Perform a FULL NANDROID BACKUP before flashing any ZIP
Use 'lulzactiveq' governer
Use SIO scheduler
MODS
Project Butter build.prop tweaks
Seeder Entropy app
CPU Control
Governers (Please Google it as I don't have original download source link)
DOWNLOADS
Project-Butter-for-ICS-Without_adreno_conifg_v1.5-beta1.zip
vSync_Activator.zip
vSync_DeActivator.zip
Seeder Entropy v1.1.apk
Seeder Entropy v5 (CWM Flashable ZIP)
CPU CONTROL
DISCLAIMER
These mods are not made by me. I've merely put them all in one thread for you guys to use. Do not blame me for bootloops (perform a backup), bricked devices (can't possibly happen here) or Thermo Nuclear Warfare.
thunderising said:
http://forum.xda-developers.com/showthread.php?t=1911327
REQUESTING if ANYBODY can PORT THIS FOR OUR DEVICE
Click to expand...
Click to collapse
It seams that this is all about Adreno optimization.
Since we use Mali GPU, this is not relevant.
The rest is only well known "build.prop" tweaks that can increase overall performances a little bit but not much.
It will definitely not give a taste of "Project Butter".
By the way if you want to test something new on your device that can give even more juice, give this a try
Vilo76 said:
It seams that this is all about Adreno optimization.
Since we use Mali GPU, this is not relevant.
The rest is only well known "build.prop" tweaks that can increase overall performances a little bit but not much.
It will definitely not give a taste of "Project Butter".
By the way if you want to test something new on your device that can give even more juice, give this a try
Click to expand...
Click to collapse
you re wrong, there s also 4 devices that ve not quallcomm processor and Adreno GPU read carefully. Tnx 4 link
Read post carefully, it's there for non qualcomm and adreno chipsets as well.
It's not real Project Butter, but it gives a FEEL of BUTTERY SMOOTHNESS as far as possible.
Can you prepare instructions how to implement a project butter for the Xperia U stock ICS?
You just quote the content of the subject
Sorry, now i see.
It is there: http://forum.xda-developers.com/attachment.php?attachmentid=1384807&d=1349684386
I flashed this zip and XU works little smoother.
Project butter is not only about vsync or some build.prop tweaks
Its way more
smekcio said:
Can you prepare instructions how to implement a project butter for the Xperia U stock ICS?
You just quote the content of the subject
Sorry, now i see.
It is there: http://forum.xda-developers.com/attachment.php?attachmentid=1384807&d=1349684386
I flashed this zip and XU works little smoother.
Click to expand...
Click to collapse
Can you tell me if you simply flashed the ZIP from CWM?
Did you do anything else?
Are all apps working fine? If your feedback is positive then others can start trying it out as well.
Zip is buggy, u have to mount system manualy to flash it
Sent from my ST25i using xda app-developers app
---------- Post added at 09:35 AM ---------- Previous post was at 09:35 AM ----------
But i guess its working a little better for now
Sent from my ST25i using xda app-developers app
pipi14 said:
Zip is buggy, u have to mount system manualy to flash it
Sent from my ST25i using xda app-developers app
---------- Post added at 09:35 AM ---------- Previous post was at 09:35 AM ----------
But i guess its working a little better for now
Sent from my ST25i using xda app-developers app
Click to expand...
Click to collapse
I flashed and didn't really know how to tell the differences. It's buggy as in? PLEASE MENTION BUGS.
I'm flashing now with system mounted in CWM. XPERIA SOLA.
EDIT
System seems smoother now. No bugs. MOUNT SYSTEM before installing.
Sorry to rain on everyone's parade but this is not an actual rendition of Project Butter ;P Its a collection of tweaks which will definitely improve performance on stock and all,given a branding no different than The Geeky Engine or Thunderbolt Script
On stock, you'll most probably see improvements, but for some custom roms which already include some of the tweaks, it might cause issues.. For safety purposes, ask your rom's Developer if its ok to flash on his rom first Anyway its not a bad script though so Thx for the share, bro
Min3r said:
Sorry to rain on everyone's parade but this is not an actual rendition of Project Butter ;P Its a collection of tweaks which will definitely improve performance on stock and all,given a branding no different than The Geeky Engine or Thunderbolt Script
On stock, you'll most probably see improvements, but for some custom roms which already include some of the tweaks, it might cause issues.. For safety purposes, ask your rom's Developer if its ok to flash on his rom first Anyway its not a bad script though so Thx for the share, bro
Click to expand...
Click to collapse
+1...
most of custom roms already includes not all but most of the build.prop tweaks.... and i think its not sufficient to port project butter.... but nice catch thunderising.. i will include some tweaks in my next release (if i see some new improvements) thanx
pulak861 said:
+1...
most of custom roms already includes not all but most of the build.prop tweaks.... and i think its not sufficient to port project butter.... but nice catch thunderising.. i will include some tweaks in my next release (if i see some new improvements) thanx
Click to expand...
Click to collapse
Already used it over Pure Blood V2 and it's working great.
Although this **** seems to be the real deal!
http://forum.xda-developers.com/showthread.php?t=1987032
EDIT
Made a request here:
http://forum.xda-developers.com/showthread.php?t=1911327&page=5
This is not a port, these are just tweaks. Change the title
Sent from my LT22i using Tapatalk 2
Did change.
Am I the only one who saw that "this is not actual Project Butter" post as a long-winded way to state the obvious? I can't be.
Appreciate the effort, thunderising.
AwesomeTurtle said:
Am I the only one who saw that "this is not actual Project Butter" post as a long-winded way to state the obvious? I can't be.
Appreciate the effort, thunderising.
Click to expand...
Click to collapse
Nope u r the 3rd
Bt yes a good initiative
Even most of unofficial cm10 for several devices dun have project button ported
I've been using it for 1 month by now....and there is not any big difference.
Hi
It works on sola ics build 154 bl lock with cw for to flash it?
Tx
tapatalked
Which rom are you on ? If its stock, it'll work If its a custom rom, its best you ask the maker of that rom
What Ican confirm is that this along with SEEDER (app) works. I have a smooth experience. Just feel it.
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!!!