[Modules] CPU Governors for Locked Bootloaders - Xperia Play Android Development

Okay, so I have compiled several CPU governors that are able to be used on locked bootloaders. This does not mean over clock, but may help performance wise.
Download them from http://icxperia.com/keiran/modules/
How to use them:
Download them and put them on your sdcard in a folder named modules.
Then, in a terminal emulator on the phone execute:
su
insmod /sdcard/modules/*.ko
Now, using NoFrills CPU Control, you can change the CPU governor to one of those you just downloaded and inserted. You will have to follow out the process on every reboot.
Keiran
Sent from my R800i using Darkforest ICS

KeiranFTW said:
Okay, so I have compiled several CPU governors that are able to be used on locked bootloaders. This does not mean over clock, but may help performance wise.
Download them from http://icxperia.com/keiran/modules/
How to use them:
Download them and put them on your sdcard in a folder named modules.
Then, in a terminal emulator on the phone execute:
su
insmod /sdcard/modules/*.ko
Now, using NoFrills CPU Control, you can change the CPU governor to one of those you just downloaded and inserted. You will have to follow out the process on every reboot.
Keiran
Sent from my R800i using Darkforest ICS
Click to expand...
Click to collapse
Thanks,
I was Thinking about a Gaming ROM & About Modules for Governers.
I love this work + Would you be able to make Overclock Modules/ Underclock Modules for Locked Bootloader?
I have some people who are Locked and dont have any way of Unlocking Financially.
Thanks In advance

Mind listing the differences and the advantages/disadvantages of using each of them for people like me who have no idea what these do ?

Nabeel_Nabs said:
Mind listing the differences and the advantages/disadvantages of using each of them for people like me who have no idea what these do ?
Click to expand...
Click to collapse
Basically they are things in power that govern how much RAM is used the most common is smart assv2 or smoothass, they govern the devices usage of RAM better than stock governers.
They allocate RAM better than stock usually these are for unlcoked bootloadrrs but keiran has Done the first step to the achievement for people with locked bootloaders the step towards OC and UC is near.
Sent from my R800i using XDA

Xperia4life said:
Basically they are things in power that govern how much RAM is used the most common is smart assv2 or smoothass, they govern the devices usage of RAM better than stock governers.
They allocate RAM better than stock usually these are for unlcoked bootloadrrs but keiran has Done the first step to the achievement for people with locked bootloaders the step towards OC and UC is near.
Sent from my R800i using XDA
Click to expand...
Click to collapse
They have nothing to do with ram, they adjust CPU frequency scaling

Oh, was asking about the different files more than the actual governors - figured they had something to do with controling the frequencies, thanks for the info though

Nabeel_Nabs said:
Oh, was asking about the different files more than the actual governors - figured they had something to do with controling the frequencies, thanks for the info though
Click to expand...
Click to collapse
I use smartassv2, by esamarux
I've used this governor on a Wildfire and my play, and the only other governor that gets close to the same level of performance is the interactive governor.
Sent from my R800i using Darkforest ICS

KeiranFTW said:
I use smartassv2, by esamarux
I've used this governor on a Wildfire and my play, and the only other governor that gets close to the same level of performance is the interactive governor.
Sent from my R800i using Darkforest ICS
Click to expand...
Click to collapse
Alright, I've downloaded smartass v2 but when I type in the script
su
insmod /sdcard/modules/cpufreq_smartass2.ko I recieve "failed (Exec format error)". I'm rooted on stock .42 with a R800i...
Same error recieved in gscript,android terminal emulator and script manager.

Gah, you know how stupid I am *face palm* will have it fixed tomorrow
Sent from my R800i using Darkforest ICS

KeiranFTW said:
Gah, you know how stupid I am *face palm* will have it fixed tomorrow
Sent from my R800i using Darkforest ICS
Click to expand...
Click to collapse
Lol,far from it, was thinking I was doing something wrong. Thanks alot!

Nabeel_Nabs said:
Lol,far from it, was thinking I was doing something wrong. Thanks alot!
Click to expand...
Click to collapse
Well you see, I rather stupidly compiled these for my kernel, not the stock one
Sent from my R800i using Darkforest ICS

KeiranFTW said:
Well you see, I rather stupidly compiled these for my kernel, not the stock one
Sent from my R800i using Darkforest ICS
Click to expand...
Click to collapse
Lol,keiran do you recon when OFFICIAL CINPLETE ICS comes. Out you'll make a Overclock module? For locked bootloaders.
Sent from my R800i using XDA

It was converted to .txt, can I just change the file extension?
Sent from my R800x using XDA

I want to try this. Will it work with my play? TIA
EDIT: ok I tried and I get permission denied, any help plz
Sent from my little GizMo ``'\[©_•].,,

hi kieran...
i have locked bootloader...
i tried to install...but no luck
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
am i doing wrong?
regards...

Yeah damn, same exec format error. Author says he accidentally compiled then for his kernel (not stock) and will fix it but that was months ago. I tried them all and none work.

oh come on, this one it really cool
---------- Post added at 04:24 PM ---------- Previous post was at 04:07 PM ----------
but exec format error

Related

[KERNEL] Hewett Kernel 9/8/11

Hewett Kernel
Hey guys I just finished compiling a custom kernel. It's named Hewett because that's the name of the dorm building I'm living in in college Anyway, onto the good stuff:
Features:
+ext4, reiserfs, JFS filesystem support added
+kernel debugging removed (makes the kernel faster)
+IP tunneling
+Blackberry USB charging support (think it means it will correctly support Blackberry chargers?)
To do:
Overclocking
OnDemand CPU governor support
openVPN via tun.ko support
I haven't been able to test this yet (haven't unlocked my phones bootloader yet), so I'll leave it to you guys to test it. It's based on the stock kernel source but with modifications...
Download link: http://www.4shared.com/file/OGV5Aqk7/HewettKern_boot.html
Alright so I'm still unfamiliar with how Motorola packages ROMs, so I just uploaded the zImage (kernel, not packaged into boot.img. Still needs a ramdisk (you can use any ramdisk)).
mrinehart93 said:
Hewett Kernel
Hey guys I just finished compiling a custom kernel. It's named Hewett because that's the name of the dorm building I'm living in in college Anyway, onto the good stuff:
Features:
+ext4, reiserfs, JFS filesystem support added
+kernel debugging removed (makes the kernel faster)
+IP tunneling
+Blackberry USB charging support (think it means it will correctly support Blackberry chargers?)
To do:
Overclocking
OnDemand CPU governor support
I haven't been able to test this yet (haven't unlocked my phones bootloader yet), so I'll leave it to you guys to test it. It's based on the stock kernel source but with modifications...
Download link: Currently building into boot.img and waiting to upload to 4shared...
Click to expand...
Click to collapse
Awesome Can't wait! Will download as soon as its up!
-DJ
Sweet, can't wait to try it. Thanks.
Sent from my MB855 using xda premium
This just made my day
Sent from my MB855 using xda premium
Thanks in advance!
Sent from my MB855 using xda premium
Added this post to kernel section under pudding, thanks.
Good job man
Sent from my MB855 using xda premium
Thanks man, this great news!
what about 4g? will we ever?
Jqqnwemuyykwnyknenbwfnye uegNeymeisnu .... so hard to type and masturbate ... thank you
Sent from my MB855 using xda premium
iSaint said:
Jqqnwemuyykwnyknenbwfnye uegNeymeisnu .... so hard to type and masturbate ... thank you
Sent from my MB855 using xda premium
Click to expand...
Click to collapse
Dude! You effing kill me! ROFLMAO!
Can't wait. What is up tunneling?
Sent from my MB855 using Tapatalk
iSaint said:
Jqqnwemuyykwnyknenbwfnye uegNeymeisnu .... so hard to type and masturbate ... thank you
Sent from my MB855 using xda premium
Click to expand...
Click to collapse
Man that is fk'in great!!!
ROFLing everywhere
-DJ
dschachm said:
Can't wait. What is up tunneling?
Sent from my MB855 using Tapatalk
Click to expand...
Click to collapse
http://en.wikipedia.org/wiki/IP_tunnel
I want to add openVPN support to the kernel as well.
kernel
This is what I was talking about I love it gorgeous wow
oh how much i hate you so very much... i was hoping to have teh first kernel up
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ill just leave this here instead
So how are we supposed to install this?
Sent from my MB855 using xda premium
So this might be a stupid question, can we install this kernel and then relock the bootloader or is that not doable?
-DJ
mrinehart93 said:
Hewett Kernel
Hey guys I just finished compiling a custom kernel. It's named Hewett because that's the name of the dorm building I'm living in in college Anyway, onto the good stuff:
Features:
+ext4, reiserfs, JFS filesystem support added
+kernel debugging removed (makes the kernel faster)
+IP tunneling
+Blackberry USB charging support (think it means it will correctly support Blackberry chargers?)
To do:
Overclocking
OnDemand CPU governor support
openVPN via tun.ko support
I haven't been able to test this yet (haven't unlocked my phones bootloader yet), so I'll leave it to you guys to test it. It's based on the stock kernel source but with modifications...
Download link: http://www.4shared.com/file/aWu8cvmf/zImage.html
Alright so I'm still unfamiliar with how Motorola packages ROMs, so I just uploaded the zImage (kernel, not packaged into boot.img. Still needs a ramdisk (you can use any ramdisk)).
Click to expand...
Click to collapse
hey how do i flash or install that thing?
shabbypenguin said:
oh how much i hate you so very much... i was hoping to have teh first kernel up
ill just leave this here instead
Click to expand...
Click to collapse
Holy ****! You da man Shabby! Good job!

[ACS][Kernel] Photon-Penguins RC2

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Shabbypenguin and the Android Creative Syndicate
present to you
Photon - Penguins​
RC2
Added BFQ scheduler
Optimized the makefile for tegra 2
added ext4 support - its now dual fs. if you have ext4 then your fine, if you have ext3 (stock) then again.. your fine
broke wifi
RC1
stock base
overclocked to 1.1ghz
added undervolt support
adbd rooted
dont mind the 0.3 oc etc in about phone.. sorry i dont feel like recompiling it all again just to get those numbers right hope yall forgive me
DO NOT FLASH VIA BOOTSTRAP!!!
​Download​
source
Credits:
Drockstar, nubecoder, and rodderik for so much help while i learn what im doing
edgan for atrix oc patches (note to anyone trying to get them working your gunna need to do em manually)
decad3nce, for hating me enough to push me into trying to do things on my own instead of sitting around waiting for others to do em
guys at ACS for being a kickass team
dreamsforgotten and thomaskull yall have been invaluable with this learning kernel stuff
Sorry if this is a stupid question, but will it work with the custom roms? Like the Alien rom? I am coming from the Thunderbolt where they had aosp and sense kernals, but I'm guessing the way the roms are made they should be compatible with this?
Awesomeness! Unlocking now!
EDIT: Does adbd rooted mean that superuser is not required now?
Thanks in advance!
Sent from my MB855 using xda premium
gpgorbosjr said:
Sorry if this is a stupid question, but will it work with the custom roms? Like the Alien rom? I am coming from the Thunderbolt where they had aosp and sense kernals, but I'm guessing the way the roms are made they should be compatible with this?
Click to expand...
Click to collapse
as it stands we dont have aosp so everything is blur roms and blur kernels atm, so should work just fine
Good stuff shabbypenguin. Keep up the great work!
shabbypenguin said:
as it stands we dont have aosp so everything is blur roms and blur kernels atm, so should work just fine
Click to expand...
Click to collapse
Alright, that is what I thought.
Also, does anyone have the stock kernal up as a zip file in case we wanted to go back, or do we have to re-install the rom?
PS, sorry I didn't say it in the first post, THANKS!
Works great with the star wars rom.
Sent from my MB855 using Tapatalk
Do we just flash this in cwm?
Sent from my MB855 using xda premium
mikel719 said:
Do we just flash this in cwm?
Sent from my MB855 using xda premium
Click to expand...
Click to collapse
yup i tried to make it nice and easy
shabbypenguin said:
yup i tried to make it nice and easy
Click to expand...
Click to collapse
Thanks for the hard work.
Sent from my MB855 using xda premium
Is this the kernal we need to overclock?
Yes.
Sent from my MB855 using xda premium
Okay. Is there a specific program we need to overclock? And do we flash it with fastboot?
i order to flash this would i need to have the bloader unlocked?? so no 4g?
I think you do need to have the bootloader unlocked. And supposedly there is a way to retain the 4G with the pudding thread. Not for sure on that though.
nickespi said:
i order to flash this would i need to have the bloader unlocked?? so no 4g?
Click to expand...
Click to collapse
Yes your bootloader needs to be unlocked.
Sent from my Nexus S 4G using XDA App
Can we get a definitive answer on this please? Can we unlock bootloader, flash kernel, then relock bootloader? Is this possible? This should be in a FAQ imho.
Thanks in advance!
-DJ
Sent from my MB855 using xda premium
i have no idea if you can relock the bootloader with a custom kernel running.
you need to use a program like setcpu to change the cpu freqs. right now its 1.1ghz but im going to look into seeing if we can push this bad boy higher.
im kinda surprised at what appears to be a lack of interest in this, everyone was clamouring saying "kernel source was out why dont we have kernels!!!!" then it died down and people got to being depressed about this phone, now two kernels come out in one night both of them offering new features

[STOCK KERNEL] Marckernel Gingerbread OC 2 ghz

For stock rom
Compiled from sony sources for Neo V
Download like
Code:
http://sourceforge.net/projects/seandroid/files/xperianeov/Kernel/Gingerbread/stockkernel/romk0la/boot0.4.img/download
V0.4
-Fix problems with bluetooth/radio
-Hardware 100% working
V0.3
-Fix 1.6 ghz by default
-Set by default CPU Governor onDemand
-Fix bug wifi
-Fix bug name version
-Clean modules
v0.2
-Change version name
-Swap
-Filesystem support
ext3
ext4
Reiserfs
Fuse
NTFS read/write
NFS client/Server UTF-8 and iso 8859-15 (European Version, with euro)
Cifs
v0.1
->OC/UV 2ghz from sources freexperia Path to doomlord
->Recovery of sir doomlord
->/etc/init.d by doomlord
->sd-ext
->Change bootimage
Notes:
For use recovery please use a backkey
1,6 ghz by default
thanks! to freexperia, doomlord, sony and users htcmania&xda
WiFi not working
Sent from my MT11i using xda premium
Yes, now we are working on this to fix it.
Thank you very much for report.
Regards.
salah_heart said:
WiFi not working
Sent from my MT11i using xda premium
Click to expand...
Click to collapse
Hi we can update the kernel to version 0.3 it`s work fine the wifi.
Regard
hi noob here ,, sorry for this dumb question but how can I install this on my neo V? Can i install this on locked bootloader? I am currently running aniking 0.3 for Neo V with bootloader locked... thanks in advance.
If you have locked bootloader, you can't change kernels.
kibol44 said:
If you have locked bootloader, you can't change kernels.
Click to expand...
Click to collapse
hey thanks but just in case I will unlocked my bootloader, how can I flash this on flashtool>?
DrearierJester1 said:
hey thanks but just in case I will unlocked my bootloader, how can I flash this on flashtool>?
Click to expand...
Click to collapse
you can flash it using fastboot via android sdk
hey, does Bluetooth work fo you guys? i cant even activate it.
-Haroon
thedr0idboy said:
Yes, now we are working on this to fix it.
Thank you very much for report.
Regards.
Click to expand...
Click to collapse
this device uses TI wlan right?
then this might be of interest to u:
https://github.com/DooMLoRD/Xperia-2011-TI-WLAN
Haroon94 said:
hey, does Bluetooth work fo you guys? i cant even activate it.
-Haroon
Click to expand...
Click to collapse
Bluetooth doesn't work for me too
DooMLoRD said:
this device uses TI wlan right?
then this might be of interest to u:
https://github.com/DooMLoRD/Xperia-2011-TI-WLAN
Click to expand...
Click to collapse
Hi,
Yes, this device uses TI wlan.
I will review the link.
Thank you very much Doomlord
Regards
morfini said:
Bluetooth doesn't work for me too
Click to expand...
Click to collapse
Hi,
On this new version bluetooth works, and also the radio.
Thank you for the report.
Regards.
It says 0.4 version has 100% working H/W. So can I flash any NEO ROM on my unlocked BL and flash this kernel, my FM and HDMI will work fine is it? Or is there any particular set of ROMS with which this kernel goes?
Can someone please give me info so I can go ahead with a little confidence on my new NEO-V
palimatix said:
It says 0.4 version has 100% working H/W. So can I flash any NEO ROM on my unlocked BL and flash this kernel, my FM and HDMI will work fine is it? Or is there any particular set of ROMS with which this kernel goes?
Can someone please give me info so I can go ahead with a little confidence on my new NEO-V
Click to expand...
Click to collapse
Hi palimatix this kernel is for stock rom, you can try some roms from this link
Code:
https://sourceforge.net/projects/seandroid/files/xperianeov/Roms/BOOTLOADERUNLOCK/GINGERBREAD/STOCKROM/
with are the quadrant scores with and without overclock?
please someone just make the test it is going to take only a few minutes
ps: i'm not lazy, i just wanna know because i'm thinking of buying this phone
sorry for my bad english
brenorc97 said:
with are the quadrant scores with and without overclock?
please someone just make the test it is going to take only a few minutes
ps: i'm not lazy, i just wanna know because i'm thinking of buying this phone
sorry for my bad english
Click to expand...
Click to collapse
same answer
quadrant scores do not represent the phones true performance , it depends on what kernel & rom you are using . this phone is very good & powerful similar to other xperia phones (have same snapdragon)
and besides these kernels are in early stage of development so these are not final products & may improve their performance in future updates
Hi people xperia neo v is interesting device ,It is highly configurable and it have good hardware. The development of this roms and kernels is growing quickly Thanks to Sony, freexperia, and many more people
Generic Stock Rom with bootloader lock.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Romk0la 0.7 with Marckernel gingerbread bootloaderunlock
By Default 1.6 ghz
With 2.0 ghz
Once in a while, if you activate WiFi the Phone crashes.
Someone else?
Haroon
Hello is it possible to use this kernel on Xperia Pro?
I mean its the same phone but with extra keyboard only.
If I try and fail, is it possible to backup current vernal first and restore it?
Sent from my MK16i using Tapatalk

[KERNEL][CM10.1] BigMem + OC

UPDATED 6.06
Changes:
- Linux 3.0.80
- Allow more undervoltage
- GPU overclock
- OC to 1.7
- early suspend/late resume drivers
======
As we known, mediapad's camera is very poor and useless, I never use the camera except the front camera for skype.
So I've been thinking to trade the back camera function with more available RAM.
Then I decided to build my own kernel from cm10.1 kernel, do a liitle changes then recompile it...
my changes is just editing these lines:
Code:
#define MSM_PMEM_SF_SIZE 0x0000000
#define MSM_PMEM_ADSP_SIZE 0x1000000
It works ... my total ram jumped from about 710MBto 870MB ... thats about 160MB (20%) addition
And the surprise is the camera and video playback still works flawlessly...
I've been using this kernel for 2 days now without single crash and no known bugs so far.
The battery is also good... the performance should be great too because I use gcc 4.7 from the ndk to compile it
I don't know how to do the github thing and my connection is too slow to do that, so... I just share it here:
here is the new kernel:
DOWNLOAD
Tested on CM10.1 by after_silence
just download n then
Code:
fastboot flash boot boot-6.06.img
danisukses said:
simply rename the bigmem image to boot.img and inject it to OC kernel flashable zip by after_silence then you can install it from twrp. no need adb or fastboot again.
Click to expand...
Click to collapse
---
credits: after_silence, zyr3x, hwmod, bart594, arkusuma, etc
Hi
Sounds interesting. Could we get more information?
Are bugs known? Is something missing? Is this kernel OC capable?
What did you do to free up do much Space?
Thank you for developing. Will try it later this day.
Torstiko
Sent from my Huawei MediaPad using xda app-developers app
---------- Post added at 08:35 AM ---------- Previous post was at 08:19 AM ----------
Tried installing it via TWRP and get a 'Error installing bigmem.zip' or something like this.
Maybe it's just me.
Greets
Sent from my Huawei MediaPad using xda app-developers app
that's not flashable zip... you should flash it with fastboot
no, this is not oc-capable yet
--
EDIT: This is already OC-able now
I want more info too
manteb bero... :thumbup: :thumbup:
OC is the must for mediapad. hope you will release it soon
danisukses said:
manteb bero... :thumbup: :thumbup:
OC is the must for mediapad. hope you will release it soon
Click to expand...
Click to collapse
Ssiiip good job
Sent from my Huawei MediaPad using xda premium
Works for me, and camera also still works
kernel with bigmem + oc + suspend/resume
http://www.mediafire.com/download/ki6vn66myxedzye/boot-6.04.img
credits
Thank you for your work!
It is really fast. Don't know, if it is because of more RAM or because of compiling with NDK, but I checked the speed with Antutu and the score is 2000 Points above the one with after_silence's kernel (both OCd to 1674mhz) and 300 above comec's ICS.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Will check it now, but no bugs found yet.
Edit: It is not undervoltable below 800mV. Would be nice to have the lower voltages, like in after_silence's kernel.
Torstiko
Sent from my Huawei MediaPad using xda app-developers app
I get 8500 with only 1.5Ghz
Torstiko said:
Edit: It is not undervoltable below 800mV. Would be nice to have the lower voltages, like in after_silence's kernel.
Click to expand...
Click to collapse
after's kernel can go down to 750mV...I would like to have same range here anyway excellent work
Can this kernel use in every cm10.1 rom?
or Only last cm 10.1 rom, Thank you.
Hi everybody, this kernel is really good, fast and stable on overclock (I run at 1620) but I've found some problems with undervolting... I use IncrediControl and even one step down in undervolting (down to 800 in the lower frequencies) on the causes reboots and system crashes... Don't know if someone else has noticed this but by now do not undervolt this kernel.
github
okay.. I learn about github last night and here is it:
https://github.com/antinarcoba/mediapad
GuZuRa said:
Don't know if someone else has noticed this but by now do not undervolt this kernel.
Click to expand...
Click to collapse
Works for me at 800mV. No crash or reboot yet.
Just mentioned at github, that sharonsym is working on the OC-Section.
Maybe it works for you in the next release.
Greets
can someone post here ADB and fastboot drivers? without hisuite
Here: https://dl.dropboxusercontent.com/u/32486460/adb_fastboot.rar and to get adb working install this http://adbdriver.com/downloads/
441Excelsior said:
can someone post here ADB and fastboot drivers? without hisuite
Click to expand...
Click to collapse
simply rename the bigmem image to boot.img and inject it to OC kernel flashable zip by after_silence then you can install it from twrp. no need adb or fastboot again.
I tried it and it runs very unstable, it reboots immediately after boot (lockscreen appears for a second)
uv can goes downto 750mV now
download

[EOL][Kernel][TW] HispAsian Kernel FOF6 [08/06/15]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Built from T-Mobile FOF6 Source
Permissive
Init.d Support
Wake Controls/Functions
Sound Control
CPU Voltage Control
Fast Charge
Quick Wake Up
TCP Congestion Controllers
Governors
Schedulers
sched_smt_power_savings & sched_mc_power_savings enabled
Slimbus overclock
Disabled Gentle Fair Sleepers
Frandom
sysfs to disable fsync
Auto Hotplug
and more.....
HispAsian_Kernel_5.1.1_08_06_2015
HispAsian_Kernel_5.1.1_07_16_2015
Here
Accepted Here
​
You da man...TY
What
:angel::angel::angel::angel:come on I just put the other one in my rom thanks for steping up to the plate
Does this kernel also include the 5.1.1 root method? Or is that a separate kernel entirely? Thanks!
Hybrid Divide said:
Does this kernel also include the 5.1.1 root method? Or is that a separate kernel entirely? Thanks!
Click to expand...
Click to collapse
Doesn't. But flashing the kernel will still allow you to be rooted and/or flash supersu
ShinySide said:
Doesn't. But flashing the kernel will still allow you to be rooted and/or flash supersu
Click to expand...
Click to collapse
So, just to clarify, if I flashed your root method on 5.1.1, and then flashed this kernel, I'd still be able use root privileges/supersu?
Just want to make sure I have that right. Thanks!
Hybrid Divide said:
So, just to clarify, if I flashed your root method on 5.1.1, and then flashed this kernel, I'd still be able use root privileges/supersu?
Just want to make sure I have that right. Thanks!
Click to expand...
Click to collapse
Still have and able to use root with no boot problems.
What would be the disadvantages of using this kernel?
Thanks for supplying another kernel.:good::good:
Man, I am out of thanks, I will catch up....lol
I tweaked your kernel not going to share tho *looking around*
anyway only problem is when switch to Pegasus governor it reboots and freezes and rest work perfect especially smartmax
AxAtAx said:
What would be the disadvantages of using this kernel?
Thanks for supplying another kernel.:good::good:
Man, I am out of thanks, I will catch up....lol
Click to expand...
Click to collapse
Breaks private mode which all permissive kernels do. Pegasus causes a reboot evidently.
Does this kernel support screen color control?
Sent from my SM-G900T using XDA Free mobile app
lightninbug said:
Does this kernel support screen color control?
Sent from my SM-G900T using XDA Free mobile app
Click to expand...
Click to collapse
You got a free thanks
Not yet
Would screen miroring failure be due to kernal or Rom ?
shiny a user asked me for a att port do you think it would work if I replaced att kernel with yours. I know already their would be no root so is it pointless
malbert16442 said:
shiny a user asked me for a att port do you think it would work if I replaced att kernel with yours. I know already their would be no root so is it pointless
Click to expand...
Click to collapse
I won't touch a device with a locked bootloader. But yeah there'd be no root
I was wondering will you be incorporating a kernel control like KTweaker was for Ktoonsez kernels, so we can have the ability to adjust kernel settings.
Thanks
crazyc78 said:
I was wondering will you be incorporating a kernel control like KTweaker was for Ktoonsez kernels, so we can have the ability to adjust kernel settings.
Thanks
Click to expand...
Click to collapse
You can download one from the Playstore. Normally i used trickster. But future releases will include Kernel Adiutor https://play.google.com/store/apps/details?id=com.grarak.kerneladiutor
ShinySide said:
You can download one from the Playstore. Normally i used trickster. But future releases will include Kernel Adiutor https://play.google.com/store/apps/details?id=com.grarak.kerneladiutor
Click to expand...
Click to collapse
Thanks, I wasn't too familiar with Kernel auditor. I am now lol, I may try trickster as well. Good work on the kernel appreciate it.
Also curious about fauxsound compatible but does it include fast charge enabling by chance?
marco_wack said:
Is there something like fauxsound or so to boost volume in this kernel ?
Click to expand...
Click to collapse
omgbossis21 said:
Also curious about fauxsound compatible but does it include fast charge enabling by chance?
Click to expand...
Click to collapse
Something similar. Next update for both

Categories

Resources