Guest Mourta Posted November 25, 2014 Report Posted November 25, 2014 (edited) Alright, also pmed you a last question if you don't mind :) Answered and i don't mind PM's about these kinds of things. :) Take care. Edited November 25, 2014 by Mourta
Guest Mourta Posted November 27, 2014 Report Posted November 27, 2014 Over 500 new updates, sound fixed, KSM optimized, power optimizations across the board, new configuration, undervolting and GPU overclocking is now in testing. Seems stable to me but there may be problems with the automatic undervolting so i'm keeping this in testing until Giuseppe tells me it's done.
Guest SuperLamic Posted November 28, 2014 Report Posted November 28, 2014 Hey @Mourta did you see that new sources for our kernel were released? If yes is there anything which can help us to get the kernel better? Thank you for your excellent work, I have lags on all kernels for our phone (with active development), not all time, but when it comes I can't use my phone. Your kernel is only one which is OK.
Guest Mourta Posted November 29, 2014 Report Posted November 29, 2014 Hey @Mourta did you see that new sources for our kernel were released? If yes is there anything which can help us to get the kernel better? Thank you for your excellent work, I have lags on all kernels for our phone (with active development), not all time, but when it comes I can't use my phone. Your kernel is only one which is OK. No, i haven't seen that, i'll check out the LG site now.
Guest 21e1c87f9d9 Posted November 29, 2014 Report Posted November 29, 2014 No, i haven't seen that, i'll check out the LG site now. https://www.lg.com/global/support/opensource/opensourceList?types=ALL&search=p880
Guest Mourta Posted November 29, 2014 Report Posted November 29, 2014 https://www.lg.com/global/support/opensource/opensourceList?types=ALL&search=p880 Yeah, i downloaded it yesterday and did a diff, it's mostly just removing comments and updating parts that are already updated in my kernel. I haven't looked at the other part of it but i'll do that when i get around to it.
Guest fritzcola Posted December 6, 2014 Report Posted December 6, 2014 I didnt realised that you realesed a new kernel!!
Guest phynix5800 Posted December 6, 2014 Report Posted December 6, 2014 OMG me neither! Thats the issue when only the thread title gets updated. Thanks for the heads up!
Guest fritzcola Posted December 6, 2014 Report Posted December 6, 2014 Is it the kernel with the Tegra 4 blobs?
Guest Mourta Posted December 6, 2014 Report Posted December 6, 2014 Is it the kernel with the Tegra 4 blobs? Blobs are the binary parts that are copied into the ROM, the part between the kernel and hardware. It's compatible with the new blobs, if that is what you're wondering.
Guest fritzcola Posted December 6, 2014 Report Posted December 6, 2014 Blobs are the binary parts that are copied into the ROM, the part between the kernel and hardware. It's compatible with the new blobs, if that is what you're wondering. Yeah thats what i meant!! Works great!!
Guest tool_king Posted December 13, 2014 Report Posted December 13, 2014 @Mourta Any recommendations concerning I/O scheduler and TCP Congestion Control?
Guest easy4me Posted December 13, 2014 Report Posted December 13, 2014 @Mourta Do you plan to integrate CPU OC feature into 3.4 kernel?
Guest Mourta Posted December 13, 2014 Report Posted December 13, 2014 @Mourta Any recommendations concerning I/O scheduler and TCP Congestion Control? For everyday use with quite good battery life and good performance it's row/interactive/balanced/westwood. For pure performancy you want row/ondemand/runnable/westwood. For benchmarking you want deadline/ondemand/runnable/westwood. Row produce results as it uses the actual filesystem storage database that is in itself cached, deadline works great for benchmarking because none of your usage is then cached, it's a random read that you are not going to experience in normal usage, this was known when ROW replaced SIO after VR was made irrelevant for the standard use on all flash memory in Linux based systems. You may find other solutions that will give you better benchmarks but from the code itself, this is what i recommend, you should get reasonable performance and good battery life from my recommendation. I've been working on rewriting the whole 3.10 code to work with the type of hotplugging that abyssplugv2 uses and found myself rewriting the driver of abyssplugv2 as well to get something that actually works with the advanced code we're now using. I can pretty much guarantee that eventually, you'll want to use abyssplugv2 for every single task both for performance and for battery life, i rewrote it once and i will be damned if i won't do it again. ;) It's just that i have all these things to do now that i figured out that if i do bring everything up to the latest date of code that will work with our device then i can just diff it and implement that on any native codebase. That mens that i can spend less than a few hours to go from this to 3.16 which is directly compatible with the latest AOSP codebase and will be diectly upgradeable to whatever version you want to reach by simply applying patches.
Guest Mourta Posted December 13, 2014 Report Posted December 13, 2014 @Mourta Do you plan to integrate CPU OC feature into 3.4 kernel? Sure, there is no problem doing so, it's directly implementable as a patch from my 3.1.10 kernel, if that is a request i'll implement it. I just removed gpu overclocking though, it may come back but at this point in time the code doesn't allow for userbased overclocking, it needs to be set in DVFS.
Guest vayduch Posted December 18, 2014 Report Posted December 18, 2014 This is kernel for stock room? I can't find informations...
Guest tool_king Posted December 18, 2014 Report Posted December 18, 2014 This is kernel for stock room? I can't find informations... No, it's not for stock. For further information have a look at this thread: http://www.modaco.com/topic/373632-liquidsmooth-32-featuring-mourta-kernel-34x-updated-2014-10-15/
Guest 1Machine Posted December 20, 2014 Report Posted December 20, 2014 Hi Mourta ,just wondering if our phone could support double tap to wake or sweep to wake ? ,If it can could you please support it in your kernel ,Big Fan of your work :D
Guest tool_king Posted December 20, 2014 Report Posted December 20, 2014 Hi Mourta ,just wondering if our phone could support double tap to wake or sweep to wake ? ,If it can could you please support it in your kernel ,Big Fan of your work :D Some versions of Iodak kernel have already supported DTTW in the past. Just search for it on xda. The price you have to pay for DTTW is worse battery life. So imho it just isn't worth it.
Guest LGaljo Posted December 20, 2014 Report Posted December 20, 2014 Some versions of Iodak kernel have already supported DTTW in the past. Just search for it on xda. The price you have to pay for DTTW is worse battery life. So imho it just isn't worth it. Normal ddtw uses touchscreen to awake, when I tried friend's lg optimus l9 ii I noticed that it uses microphone for that. How iodak's dttw works?
Guest tool_king Posted December 21, 2014 Report Posted December 21, 2014 Normal ddtw uses touchscreen to awake, when I tried friend's lg optimus l9 ii I noticed that it uses microphone for that. How iodak's dttw works? It worked with the touchscreen as well.
Guest ottomanhero Posted December 21, 2014 Report Posted December 21, 2014 A side note on double tap to wake, it doesn't even work properly.Your phone's CPU has to be online (no deepsleep, horrible battery life) plus after enabling it then a few reboots, your touchscreen stops working until you disable it (I did it by flashing another kernel)
Guest fritzcola Posted December 22, 2014 Report Posted December 22, 2014 Will the Kernel be compatible with Android Lollipop?
Guest ottomanhero Posted December 22, 2014 Report Posted December 22, 2014 Will the Kernel be compatible with Android Lollipop? I'm not gonna blame you for not reading through 10 pages of this thread but you could atleast use the search button. Yes it'll be in future versions, you can find info on it in almost every page.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now