ron scubadiver
Android Enthusiast
Imho, that part doesn't contribute to your great composition.
that's OK. I changed it. You are one heck of a coder.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Imho, that part doesn't contribute to your great composition.
that's OK. I changed it. You are one heck of a coder.

One reason I am developing my own kernel is not to have a bloated kernel with so many features, governors, schedulers that I don't need. I want to keep it that way. I wish I could make everyone happy but I will not include S2W. 
mrg, would crypto be active when accessing an https website, for example?
I have linked the short document for qcrypto below.
https://github.com/mrg666/android_kernel_shooter/blob/master/Documentation/crypto/msm/qcrypto.txt
The following is from our actual dmesg that lists the functions of qcrypto
<6>[ 5.419555] qcrypto qcrypto.0: qcrypto-ecb-aes
<6>[ 5.419891] qcrypto qcrypto.0: qcrypto-cbc-aes
<6>[ 5.420349] qcrypto qcrypto.0: qcrypto-ctr-aes
<6>[ 5.420684] qcrypto qcrypto.0: qcrypto-ecb-des
<6>[ 5.426483] qcrypto qcrypto.0: qcrypto-cbc-des
<6>[ 5.426666] qcrypto qcrypto.0: qcrypto-ecb-3des
<6>[ 5.431854] qcrypto qcrypto.0: qcrypto-cbc-3des
<6>[ 5.432037] qcrypto qcrypto.0: qcrypto-sha1
<6>[ 5.432189] qcrypto qcrypto.0: qcrypto-sha256
Regarding S2W, we had a discussion on this at the XDA thread. The feedback about S2W was mixed and I am one of the naysayersOne reason I am developing my own kernel is not to have a bloated kernel with so many features, governors, schedulers that I don't need. I want to keep it that way. I wish I could make everyone happy but I will not include S2W.
I can try to help you with S2W addiction if you want![]()

Sounds good. I respect your decision not to add S2W to your kernel. But my phone power button isn't easy to use so that's where S2W comes in to save me.
I will just have to dream about your kernel with S2W then.![]()
Did you try this electrical tape trick on the power button. I totally fixed mine. Just use even smaller than shown in the video, just enough to cover the tip of the switch. And the thin strip should not be bridging over the tip of the switch (one side connected to the phone only). I have used two layers several months ago. It is still there.
ok so quadrant standard crashes with 1.728 performance in harmonia, mobsters hd and unlock potental why is that

Am I fired, sir?![]()
i tried everything idk just want to see my score lol
EVO 3D CPU originally works at 1.188 GHz max. Your CPU apparently is not able to run at 1.7 GHz. Overclocking is never guaranteed and we are talking about 45% overclock at 1.728 GHz. Just set it back to 1.512.

I just took a peek at the github and see mrg is hard at work. LED control would be a good addition although I am setting them dim with this script:
#!/system/bin/sh
echo 2 > /sys/devices/platform/leds-pm8058/leds/button-backlight/currents
I flashed the latest and nothing bad happened, what else can I say?
Well, that is excellent.
A kernel must be small and efficient; it must work with minimal resources since its main purpose is distributing them efficiently to the OS and apps. And it should also be transparent and unintrusive; a user shouldn't need to "tweak" the kernel.
This is what I tried to do with MiRaGe.
Ran the RUU a few days ago, running stock rom with few small changes, and latest mirage build and it's absolutely great with default clock settings. I retract what I said the day u released this lol its truly nice and I got about 12hrs battery with streaming music the entire time and 4g and tons of screen time. The minimalistic simplicity is the greatest. Really cannot complain at all. Awesome work Mirage.