[KERNEL] [MODULES] [TOOLS] [SOURCE] savieSGY "[email protected]" - Galaxy Y GT-S5360 Android Development

Hii all
Since i can provide kernel source so its more wise to remove this thread..
@MOD: sorry to break xda rules
@all: thanks to all support for this 1years expecially my bro @irfanbagus and @kurotsugi
More thanks to : @HARRISh2704 @zcop @mai77
@b16h22
@faqbly
@doky73 @Maroc-OS @madteam
@Amarullz
@alfiyan.sys @PsychoGame
@rom maker: please dont integrate my kernel and share it on xda
Regard
[email protected]

Just flashed it, working perfect on stock XXKK5 ROM and Merruk's kernel.
Edit: not all governors are showing as listed and then I tried some, UI started to lag, even through the frequency is the same, 832Mhz.
It seems the lag becomes apparent when i change ONLY the governor. If I change I/O sched, It's lag-free.
Seems like a bug/problem ?

Will try this.. thanks hitted!

you can make one .zip to integrated in kernel sources with alls governors and i/o ?
sorry my bad english !!!

whitexp said:
you can make one .zip to integrated in kernel sources with alls governors and i/o ?
sorry my bad english !!!
Click to expand...
Click to collapse
Actually i have and support cm7 too..
This another way to get gov+io in stock kernel and kernel with less gov+io.

Will it work on stock ddle rom and kernel or does it require the kernel to be modified and also does it require init.d support because stock kernel doesn't have init.d support ?

rkmiks said:
Will it work on stock ddle rom and kernel or does it require the kernel to be modified and also does it require init.d support because stock kernel doesn't have init.d support ?
Click to expand...
Click to collapse
Dont know. But try with scriptmanager application and apply start in boot maybe can solve activate script in booting.

savie ..
I'm trying to update kernel 2.6.35.7 to .14

savie said:
Dont know. But try with scriptmanager application and apply start in boot maybe can solve activate script in booting.
Click to expand...
Click to collapse
One more thing , how to decide which of the governors or tweaks will be most appropriate for my device.

Not working....got bootloops using creed 3.5 with merruk kernel
Had to again reflash stock rom..!!!
Sent from my GT-S5360 using xda premium

Hey op can you try to compile a kernel from cm sources?? We need the wifi to be working
Sent from my GT-S5360 using XDA

rkmiks said:
One more thing , how to decide which of the governors or tweaks will be most appropriate for my device.
Click to expand...
Click to collapse
You can try to understand more in here: http://forum.xda-developers.com/showthread.php?t=1369817
Explains a lot about governors, I/O schedulers and what they do. I tried SIO I/O and interactive governor and it's lag-free. Can browse internet with stock browser and it is smooth as butter.

kuulbhaskar said:
Not working....got bootloops using creed 3.5 with merruk kernel
Had to again reflash stock rom..!!!
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
U know u must back to stock kernel or someone kernel support init.d anf not supported i/o sched and governor
If u want u can back to stock kernel and use script manager to use this tweak work
Sorry my english so bad
Sent from my GT-S5360 using xda app-developers app

shoutokuyaki said:
U know u must back to stock kernel or someone kernel support init.d anf not supported i/o sched and governor
If u want u can back to stock kernel and use script manager to use this tweak work
Sorry my english so bad
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
So can i use merruk kernel after having these governors..????
Sent from my GT-S5360 using xda premium

hell_lock said:
Hey op can you try to compile a kernel from cm sources?? We need the wifi to be working
Sent from my GT-S5360 using XDA
Click to expand...
Click to collapse
As a matter of fact,his kernel does boot cm7.
Sent from my GT-S5360 using XDA

kuulbhaskar said:
So can i use merruk kernel after having these governors..????
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
i think u can use in merruk kernel just make sure it flashing.

hell_lock said:
Hey op can you try to compile a kernel from cm sources?? We need the wifi to be working
Sent from my GT-S5360 using XDA
Click to expand...
Click to collapse
Yes we need it.
Sent from my GT-S5360

kuulbhaskar said:
Not working....got bootloops using creed 3.5 with merruk kernel
Had to again reflash stock rom..!!!
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
+1
I ve tried many times.
But i made some governors working fine.
Like hotplug etc..
I made some tweaks with the modules and scripts.
See attachments.

I've flashed via CWM but still no added governors and I/O. Using Merruk + Chobitz.

eyjay1991 said:
I've flashed via CWM but still no added governors and I/O. Using Merruk + Chobitz.
Click to expand...
Click to collapse
I think that merruk kernel problem in installing.
Make sure to mount before install something with merruk kernel.
Hope help.

Related

[MOD] Get Governers of your choice on your Custom-ROM or Kernel

Hello people!
Here is something interesting for everyone..
You can get the Governer of your choice on your Custom ROM or Kernel.
Governers Present in this pack-
Lazy
Scary
Brazilianwax
Minmax
Lionheart
SmartassV2
Conservative
Userspace
Ondemand
Interactive
InteractiveX
Savagedzen
Lagfree
Download this zip and flash it via CWM
Make sure you have atleast 2mb of space free in /system.
Incase you do not wan't to use a particular governer.
Using Root Explorer , go to /system/etc/init.d
Open up 'insmod_governers' with text editor.
For Eg. If you do not wan't lagfree governer, strike out this line.
Code:
insmod /system/lib/modules/governers/cpufreq_lagfree.ko
Same applies for other Governers.
NOTE TO ALL ROM Developers:
If you wish to use a particular governer, simple copy over the module to /system/lib/modules/governers
In your updater script add this line while setting permissions,
For Example:
Code:
set_perm(0, 0, 0777, "/system/lib/modules/governers/cpufreq_lagfree.ko");
Now final step,
Open up any init.d script and add this line,
Code:
insmod /system/lib/modules/governers/cpufreq_lagfree.ko
Here I have taken lagfree as an example , you may use any governer of your choice.
PS: This will work only on Universal-CF-ROOT or Kernels with CF-ROOT Ramdisk.
The Idea-
The idea here was building the cpufreq drivers as Loadable modules. Here by 'insmod' we load the module thereby making the Cpufreq driver i.e Governer to work.
Hit Thanks if this helped you! Enjoy, Cheers , bye
WOW! Nice work!
Will this work on Bam Custom Kernel #13.. yes I am using the universal one with the CF-root ramdisk. Will this work?
Silentkiller101197 said:
Will this work on Bam Custom Kernel #13.. yes I am using the universal one with the CF-root ramdisk. Will this work?
Click to expand...
Click to collapse
Yes it will work.
Sent from my GT-I9003 using xda premium
Adi_Pat said:
Yes it will work.
Sent from my GT-I9003 using xda premium
Click to expand...
Click to collapse
i am little confused. Do u mean if I am using xda_bam kernel & if that kernel dont have lagfree governer then using this mod we can add that governer in kernel. Please correct me I am wrong
vishal24387 said:
i am little confused. Do u mean if I am using xda_bam kernel & if that kernel dont have lagfree governer then using this mod we can add that governer in kernel. Please correct me I am wrong
Click to expand...
Click to collapse
Yeah right.
Sent from my GT-I9003 using xda premium
vishal24387 said:
i am little confused. Do u mean if I am using xda_bam kernel & if that kernel dont have lagfree governer then using this mod we can add that governer in kernel. Please correct me I am wrong
Click to expand...
Click to collapse
And then, by editting init.d can we delete some governers of the list?
Are all the governors optimized to work well with our device?
Simply brilliant dude !
Can we use it with ICS kernel ? Currently that's the one which needs lot of love
silentvisitor said:
Simply brilliant dude !
Can we use it with ICS kernel ? Currently that's the one which needs lot of love
Click to expand...
Click to collapse
Yes I concur. Great work, is it implementable on the ics kernel?
Edit:btw, I saw that in the op that only amit's kernel will work, just clarifying. And if not possible can this be ported? Thanks for your work
Cheers
Sent from my GT-i9003 powered by Stable and Smooth CyanogenMod 9!
bscraze said:
Yes I concur. Great work, is it implementable on the ics kernel?
Edit:btw, I saw that in the op that only amit's kernel will work, just clarifying. And if not possible can this be ported? Thanks for your work
Cheers
Sent from my GT-i9003 powered by Stable and Smooth CyanogenMod 9!
Click to expand...
Click to collapse
This shud work on All galaxy sl software combos,including ICS
It should work since ics also has init.d and updater-script (i think). The best way is trying and testing
Enviado desde mi GT-I9003 usando Tapatalk
luiseteyo said:
It should work since ics also has init.d and updater-script (i think). The best way is trying and testing
Enviado desde mi GT-I9003 usando Tapatalk
Click to expand...
Click to collapse
Send me any module from ICS kernel ramdisk. I will change the vermagic and recompile the governers.
Sent from my GT-I9003 using xda premium
great job!
sakindia123 said:
This shud work on All galaxy sl software combos,including ICS
Click to expand...
Click to collapse
This imho will work in actual version of ICS for our device because the kernel is the simply samsung kernel with modifier ramdisk to boot ics and not kernel 3.x
( of course , maybe , it can work also in 3.x kernel )
anyway great idea, thanks!
Adi_Pat said:
Hello people!
Here is something interesting for everyone..
You can get the Governer of your choice on your Custom ROM or Kernel.
Governers Present in this pack-
Lazy
Scary
Brazilianwax
Minmax
Lionheart
SmartassV2
Conservative
Userspace
Ondemand
Interactive
InteractiveX
Savagedzen
Lagfree
Download this zip and flash it via CWM
Make sure you have atleast 2mb of space free in /system.
Incase you do not wan't to use a particular governer.
Using Root Explorer , go to /system/etc/init.d
Open up 'insmod_governers' with text editor.
For Eg. If you do not wan't lagfree governer, strike out this line.
Code:
insmod /system/lib/modules/governers/cpufreq_lagfree.ko
Same applies for other Governers.
NOTE TO ALL ROM Developers:
If you wish to use a particular governer, simple copy over the module to /system/lib/modules/governers
In your updater script add this line while setting permissions,
For Example:
Code:
set_perm(0, 0, 0777, "/system/lib/modules/governers/cpufreq_lagfree.ko");
Now final step,
Open up any init.d script and add this line,
Code:
insmod /system/lib/modules/governers/cpufreq_lagfree.ko
Here I have taken lagfree as an example , you may use any governer of your choice.
PS: This will work only on Universal-CF-ROOT or Kernels with CF-ROOT Ramdisk.
The Idea-
The idea here was building the cpufreq drivers as Loadable modules. Here by 'insmod' we load the module thereby making the Cpufreq driver i.e Governer to work.
Hit Thanks if this helped you! Enjoy, Cheers , bye
Click to expand...
Click to collapse
Nice idea to distribute IO governor as a kernel module. Althought I do not own a I9003 any more, I still feel nice to see such a development on I9003 forum.
btw, since you are distributing the binary compiled from GPL src code, make sure you upload and distribute the src code as well.
UnknownzD said:
Nice idea to distribute IO governor as a kernel module. Althought I do not own a I9003 any more, I still feel nice to see such a development on I9003 forum.
btw, since you are distributing the binary compiled from GPL src code, make sure you upload and distribute the src code as well.
Click to expand...
Click to collapse
Please see my github Its the same as my i9003 source
Sent from my GT-I9003 using xda premium
Hey adi_Pat. Shouldn't the init.d insmod_governers have numeration? Something like....
01insmod_governers
02insmod_governers~
?
Hey adi_pat dont works for me, i have KPU and cf-root bam kernel 12. I flashed your zip and gives me bootloop, i had deleted insimod_goveres from init.d
luiseteyo said:
Hey adi_Pat. Shouldn't the init.d insmod_governers have numeration? Something like....
01insmod_governers
02insmod_governers~
?
Click to expand...
Click to collapse
Numbers are useful to organize init.d scripts, because they are always executed in alphabetic order (numbers have the priority over letters).
Sometimes scripts need to be executed in a determined order, but not this/these.
You can delete insmod_governers~. Usually, files that end with '~' are a backup copy made by text editors: http://en.wikipedia.org/wiki/Tilde#Backup_filenames
@Adi_Pat
I think it's better to remove it from the flashable zip, because when you extract a zip, extracted files usually get "Execute" permission, so users will have the same script executed two times, but I'm not sure.
(there's updater-script~ too, but this one shouldn't give problems)
EDIT:
The backup copy is different and I think it does nothing, but it's still better to remove it.
@IoSconoscutio
I actually set permissions for modules to chmod 777 as well as chmod 777 for the init.d script. I made it flashable because people may find it difficult to manually insert each module.
Sent from my GT-I9003 using xda premium

[share][kernel]ironbuang_systems

good day fellow xda members,,, after some coaching from some friendly people i am now gonna share my kernel....:victory::victory::victory:
to you guys armed with your flame throwers please stand down and have some mercy :laugh:,,, this is my 1st share and well its not yet on par with other kernels like kuro,savie, merruk etc.... but ive been improving it ever since i first started..... and i will continue on with its improvement...
this is also for my kabayans(countrymen) they have produced some roms for our galaxy y but none of them rolled out a kernel so i myself made one
FEATURES:(not much but its basically the essentials)
init.d support
4 cpu frequencies (156,312,624,832)
flash player support
ext2,3,4 support
swap support
droidwall support
undervolted by -100mv
added some governors
userspace
powersave
ondemand
ondemandx
minmax
lionheart
lazy
lagfree
intellidemand
hotplug
interactive
conservative
performance
added io scheds
sio
cfq
deadline
vr
Click to expand...
Click to collapse
DOWNLOAD LINKS - Mod Edit: Links removed as kernel has no source code so is violating the GPL and XDA Forum Rules.
KERNEL#38
KERNEL#39rev1
additions
5 cpu frequency
KERNEL#48
removed unstable 468mhz
undervolt integrated
KERNEL#50
i went loco mode on this one
7 frequencies all in all!!!
now works on jellyblastv3
back on proper 4 cpu freq
KERNEL #53
back to the stable 4 freqs
added ext4 support
added swap support
added boot splash
smaller kernel size(using lzma compression)
312mhz boot now fixed
lionheart, interactive govs built in (disregard metaphase gov its a fail)
can run flashplayer on our phone
only 1 bug 312mhz cant go down to 156 and vice versa must be on 624 or 832 for it to ramp down to 156 (fix coming soon)
312mhz cant go down to 156 and vice versa must be on 624 or 832 for it to ramp down to 156 (fix coming soon)
sorry if development is slow.. busy for my upcoming board exam
Click to expand...
Click to collapse
INSTRUCTIONS
1.reboot to CWM recovey
2.if on kernel with built in cwm go to mounts and storage and mount /system
3.choose install zip from sdcard
4. look for the directory you downloaded my kernel zip
5. flash away
6. reboot and see how it works
Click to expand...
Click to collapse
known bugs
1.INCOMPATIBLE with JELLYBLASTv3
wont boot and logcat show no such file or diretory /system/xbin/busybox(but i checked it busybox is there)
2.HYPERION ROM-reportd by vanhalen35
battery charging wont reach 100% when using setcpu stucks at 99% but unistalling setcpu and rebooting it charges up to 100% dont know why but on my ussrv6 it charges just fine up to 100%
3.#39rev1
468mhz isnt working properly yet
4.#48
kernel version shows up as unavaiable under settings>about phone>kernel info .but is seen using cpuspy
startup is laggy due to it boots up using 312mhz
5.#50
CPU states cannot be read except for deepsleep
still laggy at booting but after a while it is fine
728 is not stable, the rest seems fine need verification from you guys
6. #51
still havent solved the cpu booting at 312mhz
7. #53
312mhz cant go down to 156 and vice versa must be on 624 or 832 for it to ramp down to 156 (fix coming soon)
just report anyother bugs you encounter
big big thanks to these guys:good::good::good:without them i woulld not even know how to compile a kernel without their help
irfanbagus
marco-too
savie
master_key
kurotsugi
and this guy for being my tester...
vanhalen35
and lets always not forget to mention
YOU
Reserved..
I am a true kernel-holic so thanks
Sent from my GT-S5360 using xda premium
finally,
nice job,
and i lol at the english translation of the title,
see?
i told you people will appreciate your work
it also motivates you and lets you have lots of testers instead of you testing it alone
deathnotice01 said:
finally,
nice job,
and i lol at the english translation of the title,
see?
i told you people will appreciate your work
it also motivates you and lets you have lots of testers instead of you testing it alone
Click to expand...
Click to collapse
yeah... i guess you are right... now trying to fix the undervolt so there will be no need for bacem tweak and
trying to add smartassv2 governor
good work sir but is this compatible with repencis v3.5?
deleted (double post)
blackpanther2209 said:
good work sir but is this compatible with repencis v3.5?
Click to expand...
Click to collapse
give it a try... only tested on 3 roms as of now which is ussr hyperion and jellyblast and only jellyblast was incompatible,,, it should work on yours just have back up kernel just in case
Congratulations for ur new kernel.
tnx sir i will give u some feedback after i flash my rom.
Finally you posted it!! Great job
Sent from my GT-S5360 using xda premium
cool.. how about on stock rom?
Sent from my GT-S5360 using xda premium
tjsgy said:
Finally you posted it!! Great job
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Indeed i did.... figured that development would be slow if i kept it to myself
Sent from my GT-S5360 using xda premium
pm sent..
Sent from my GT-S5360 using xda premium
the kernel is still the same bro after i flashed it.anyway,tnx a lot and congratz of ur new kernel.
blackpanther2209 said:
the kernel is still the same bro after i flashed it.anyway,tnx a lot and congratz of ur new kernel.
Click to expand...
Click to collapse
What do you mean the same??? #38 is same as #39
Or your kenel did not change on your rom???
Sent from my GT-S5360 using xda premium
the kernel did not change on my rom.
did you flash it thru cwm or stock recovery?
Sent from my GT-S5360 using xda premium
blackpanther2209 said:
the kernel did not change on my rom.
Click to expand...
Click to collapse
Did you get any errors???
Sent from my GT-S5360 using xda premium
i flashed with cwm and follow all the instructions and i did not get any error or fc after reboot.

[CUSTOM][KERNEL] D.F's Kernel RC1

DennisFrea said:
Sorry guys I lost my laptop. So maybe it'll take a time to get all my data back so I can't make an update of this for now. I m verry sorry.
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Hello, everybody! I wanna share to you my little work of compiling a kernel. This kernel is compiled from the latest source on opensource.samsung.com, GT-S5360_GB_Opensource_Update3. This kernel has been tested and works on DXLF stock also on JellyBlast. And please don't expect something perfect on this kernel since I'm only a super noob.
These are the features of this kernel.
Droidwall support
Init.d support
Ext2, ext3, ext4* file systems support
5 freqs
12 governors
5 i/o scheduler
Bacem tweaked
and maybe many more...
Cpu freqs
Deep sleep
156 mhz
312 mhz
468 mhz
624 mhz
832 mhz
Built-in governors
lulzactive2
virtous
wheatley
smartassv2
interactive
conservative
ondemand
userspace
powersave
bcm21553
Lionheart
performance
Built-in i/o scheduler
noop
deadline
cfq
vr
sio
DESCLAIMER
Do it with your own risk. I don't take any resposibilities about your phone!
NOTE
Feel free to inform me about bugs.
Source
In order to follow the rules, here is the source file from this kernel. This file contains edited files (only).
http://db.tt/qD8RhXeI
The complete source is on opensource.samsung.com. I use the latest source just like described above at the first post, update3.
Downloads
CWM Flashable
Odin Flashable
Installing
Via CWM
- Download zip file
- Go into recovery (home+vol. up+power) and choose CWM
- Install zip from sdcard and choose the zip file
Via Odin
- Open Odin 1.85
- On Pda, choose the .tar file and let Odin works
Or you can use mai77 method to install boot.img from cwm.
Credits
Allah
Me
My girlfriend (LOL I never contact her when I was compiling this kernel)
irfanbagus (without him, I will never be able to compile a kernel)
manoranjan2050 (thanks for answering my stupid questions about my problems)
kurotsugi (great thanks for his kernel source)
Maroc-OS (for some governors from his source @github)
mikstev (for droidwall instruction)
dsixda (for his kitchen)
google
You!
Who else?
Reserved
Again
Hey bro, I'm on Hell's Fusion #40 kernel and i want to try out your new kernel.
Do i have to flash your kernel directly while i'm on Hell's Fusion ? or i must go back in STOCK KERNEL ?
Regards,
Rmhoh
rmhoh said:
Hey bro, I'm on Hell's Fusion #40 kernel and i want to try out your new kernel.
Do i have to flash your kernel directly while i'm on Hell's Fusion ? or i must go back in STOCK KERNEL ?
Regards,
Rmhoh
Click to expand...
Click to collapse
I've tried from hell's to this kernel and it works. No need to go back to stock kernel. But, it is more safe to go back to stock kernel first. It is your choice
good! keep it up.. :thumbup:
Sent from my Android System using Busybox Command.
My work
========================
- AndroBot SGY tweaks
- Nandroid md5 Fixer
- Ext4 to RFS Converter
Keet it up nice work :thumbup:
yes i m Flasholic
Reserve. Hope it'll good 4 battery.
Reserved for me
great work bro :good:
Sorry, I have a problem after installing this kernel it show E: Can't mount /blabla (Invalid Argument).. I flash it directly from hell fussion n repencis, is there something wrong?
Sent from my GT-S5360 using Tapatalk 2
Random Reboots
After flashing it, I was like "WOAH, that fast boot you got there!" but after media scan, my phone reboots by itself.
From savie73 to your kernel.
I'll try to revert to stock kernel and inform you if any results were made
---------- Post added at 05:18 AM ---------- Previous post was at 05:10 AM ----------
Woops, still having the same problem.
woah keep it up...good work bro :good::good::good:
Baskhara said:
Sorry, I have a problem after installing this kernel it show E: Can't mount /blabla (Invalid Argument).. I flash it directly from hell fussion n repencis, is there something wrong?
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Have you mount everything before flashing? Just try, revert to stock kernel first before installing this kernel.
iDUMMY said:
After flashing it, I was like "WOAH, that fast boot you got there!" but after media scan, my phone reboots by itself.
From savie73 to your kernel.
I'll try to revert to stock kernel and inform you if any results were made
---------- Post added at 05:18 AM ---------- Previous post was at 05:10 AM ----------
Woops, still having the same problem.
Click to expand...
Click to collapse
Thanks for informing. Did it always reboot or just once? What rom do you use?
DennisFrea said:
Have you mount everything before flashing? Just try, revert to stock kernel first before installing this kernel.
Click to expand...
Click to collapse
I've mount everything.. btw I am on Ext4..
Okay, I'll try to install it from stock kernel..
Sent from my GT-S5360 using Tapatalk 2
This reminded me of kuro's features... btw how did u add ext4 support? Just by editing .config file?
Sent from my GT-S5360 using XDA
hell_lock said:
This reminded me of kuro's features... btw how did u add ext4 support? Just by editing .config file?
Sent from my GT-S5360 using XDA
Click to expand...
Click to collapse
Yes because I took some from his source. Yes, but I don't know it really works or not. Any wrong? Then explain to me sir how to do it..
DennisFrea said:
Yes because I took some from his source. Yes, but I don't know it really works or not. Any wrong? Then explain to me sir how to do it..
Click to expand...
Click to collapse
U need to edit the ramdisk too!
Sent from my GT-S5360 using XDA
hell_lock said:
U need to edit the ramdisk too!
Sent from my GT-S5360 using XDA
Click to expand...
Click to collapse
What files? init.rc?
DennisFrea said:
What files? init.rc?
Click to expand...
Click to collapse
Ya
Sent from my GT-S5360 using XDA
OP just in case you didn't get my PM to you, you have 48 hours to upload your sources and comply with GPL and xda forum rules.

[DEVS] Port bln...vodoo coloor...vodoo sound

hey devs i open this topic to to make great our devices adapting these features to our kernel 3.0.x ...
I hope that we can do this ... if you want to help write here =) goodnight
supercurio said that our phone is not supported hardware
davidteri91 said:
supercurio said that our phone is not supported hardware
Click to expand...
Click to collapse
i think bln work =)
AW: [DEVS] Port bln...vodoo coloor...vodoo sound
What about custom voltage? Or do we have it already...
"...nothing is more powerful than a young boy's wish. Except an Apache helicopter..." -Ted
nope, no custom voltage
AW: [DEVS] Port bln...vodoo coloor...vodoo sound
Bln is already working with castagnaits kernel
Voodoo wont work because theres bo Wolfson sound amp in our phones.
Voodoo color..dafuq is that?
Sent from my GT-I9001 using xda app-developers app
Yes we have custom voltage already in phenom, k^kernel and nexus kernel and i'm not sure about castagnaIT
Just have a look at their thraeds in the features list, its called VDD sysfs interface.
markey97 said:
Yes we have custom voltage already in phenom, k^kernel and nexus kernel and i'm not sure about castagnaIT
Just have a look at their thraeds in the features list, its called VDD sysfs interface.
Click to expand...
Click to collapse
Yes, CastagnaIT was the first to add it in his kernel...
My kernel, Phenom Kernel and Nexus kernel have already this feature.
ok i got blnV9 working a few weeks ago but there is a strange behaviour sometimes so not all is right i think
changes have to be done in the file lights.c and in the kernel
credits to neldar castagnait and stratosk and
ok guys i solved a some of conflict and fix some file....and add in a zip of kernel a bln patch ( i find it in htc desire z kernel )...now BLN work PERFECT
biagio7xD said:
ok guys i solved a some of conflict and fix some file....and add in a zip of kernel a bln patch ( i find it in htc desire z kernel )...now BLN work PERFECT
Click to expand...
Click to collapse
:victory::victory::victory::victory::good::good::good::highfive::highfive::highfive::highfive:
AW: [DEVS] Port bln...vodoo coloor...vodoo sound
biagio7xD said:
ok guys i solved a some of conflict and fix some file....and add in a zip of kernel a bln patch ( i find it in htc desire z kernel )...now BLN work PERFECT
Click to expand...
Click to collapse
Could you tell me exacly what changes are made when flashing the zip? I aint flash anything without knowing what will change.
Sent from my GT-I9001 using xda app-developers app
XeLLaR* said:
Could you tell me exacly what changes are made when flashing the zip? I aint flash anything without knowing what will change.
Sent from my GT-I9001 using xda app-developers app
Click to expand...
Click to collapse
it is a lights for msm7x30 ( desire z and castagna use it ) =)
AW: [DEVS] Port bln...vodoo coloor...vodoo sound
biagio7xD said:
it is a lights for msm7x30 ( desire z and castagna use it ) =)
Click to expand...
Click to collapse
Ah ok, so if i flashed CastagnaIT's Kernel i dont need to flash this?
Thanks for your answers!
Sent from my GT-I9001 using xda app-developers app
XeLLaR* said:
Ah ok, so if i flashed CastagnaIT's Kernel i dont need to flash this?
Thanks for your answers!
Sent from my GT-I9001 using xda app-developers app
Click to expand...
Click to collapse
This patch is inside the zip file (containing the boot.img etc ...) so when you flash my kernel instal all the necessary =)
BTW it is VOODOO xD

[KERNEL][Z1C] UNOFFICIAL RockZ1L Kernel [Stock Lollipop .236]

About RockZ1L : http://forum.xda-developers.com/sony-xperia-z1-compact/development/5-0-rockz1l-kernel-t3101784
This is a personal build of rockz1l with some modifications :
* Bump kernel version to 3.4.110 (include most patches from upstream)
* Add UKSM(Ultra Kernel Same-page Merging), better than the original KSM approach.
* Add f2fs support. You can follow this tutorial to convert your partitions to f2fs : http://forum.xda-developers.com/xpe...rial-migrate-filesystem-to-f2fs-ext4-t3004755
* Add sdcardfs support
* Enable TCP Hybla
* Modified and built with Hyper Linaro ARM-EABI 5.1
* Add cifs and nfs modules
* Replace tuxera exfat with exfat-nofuse (the module fakes itself as a texfat module)
* Add Paragon UFSD
* Disable vermagic check for kernel modules
The kernel is for stock lollipop rom. Only tested on 14.6.A.1.236
Download : https://drive.google.com/folderview?id=0B-DoK6BdpB2fYkYxWGpldEMtb1E&usp=drive_web
Sourcecode : https://github.com/maz-1/android_kernel_sonyz_msm8974
Good to see another kernel choice for our device.
But i'm missing the taiko audio control from sharonlius kernel?
Sent from my D5503 using xda premium
Frunzdoedel said:
Good to see another kernel choice for our device.
But i'm missing the taiko audio control from sharonlius kernel
Sent from my D5503 using xda premium
Click to expand...
Click to collapse
I think Taiko Audio Codec Control and qpnp-vibrator are already in RockZ1L kernel.
Frunzdoedel said:
Good to see another kernel choice for our device.
But i'm missing the taiko audio control from sharonlius kernel?
Sent from my D5503 using xda premium
Click to expand...
Click to collapse
I'm far away from a developer, but mayby you have a look at:http://forum.xda-developers.com/showthread.php?p=60428881??
Sent from my D5503 using xda premium
Amazing
Nice work:good:, thanks OP and which governer do you recommend for performance and good battery life?
baris27 said:
Nice work:good:, thanks OP and which governer do you recommend for performance and good battery life?
Click to expand...
Click to collapse
Alucard/ noop / and deadline for sd ext..
And alucard CPU Hotplug.
Is the best choice for performance/battery live for me (a little bit UV too)
?
Flash with twrp dont work unsuported device?!?
Bootloader is unlockt
Whats wrong?
Thx
Dennis
dennis46419 said:
Flash with twrp dont work unsuported device?!?
Bootloader is unlockt
Whats wrong?
Thx
Dennis
Click to expand...
Click to collapse
I haven't tried since I'm not currently on stock, but I notice the download folder says 'Z1l_Z1c', but all the files only say 'Z1l'. I wonder if he removed Z1c files...
Yes thats right.. I dont See IT
What Rom You Use?
Well i flahed the zl folder on my z1 compact and it works very well
On Stock Rom?
@maz-1,
i want to ask you if you have an idea why i can t overclock my device
i can t apply 2.4 GHZ frequency.
does it have to do with SE linux ?
Sorry, no idea when i tried this kernel i had no problem to apply 2.41 GHz with kernel auditor. But i prefer http://forum.xda-developers.com/showthread.php?t=3096060
[KERNEL][Z1C][5.0-5.1][F2FS] Advanced-Kernel v16.0[11/16/2015]
Sent from my D5503 using xda premium
Frunzdoedel said:
Sorry, no idea when i tried this kernel i had no problem to apply 2.41 GHz with kernel auditor. But i prefer http://forum.xda-developers.com/showthread.php?t=3096060
[KERNEL][Z1C][5.0-5.1][F2FS] Advanced-Kernel v16.0[11/16/2015]
Sent from my D5503 using xda premium
Click to expand...
Click to collapse
same thing happens with this kernel also
broky said:
same thing happens with this kernel also
Click to expand...
Click to collapse
Mayby your device is very special? ?
Sent from my D5503 using xda premium
broky said:
same thing happens with this kernel also
Click to expand...
Click to collapse
Are other signs of the kernel showing up, (additional governors, etc.)? Maybe it's just not flashing right.
levone1 said:
Are other signs of the kernel showing up, (additional governors, etc.)? Maybe it's just not flashing right.
Click to expand...
Click to collapse
yes,everything seems to appear as it should,except the highest frequency..
broky said:
yes,everything seems to appear as it should,except the highest frequency..
Click to expand...
Click to collapse
Never heard of it... I know that the original Rockz1 kernel comes with an app called 'pimp my Z1c' or something like that. Maybe you could pull the app out of the zip and install it, see if it shows anything different.
levone1 said:
Never heard of it... I know that the original Rockz1 kernel comes with an app called 'pimp my Z1c' or something like that. Maybe you could pull the app out of the zip and install it, see if it shows anything different.
Click to expand...
Click to collapse
already tried this,same result.
anyway problem seems to be solved using trickster mod
dennis46419 said:
Flash with twrp dont work unsuported device?!?
Bootloader is unlockt
Whats wrong?
Thx
Dennis
Click to expand...
Click to collapse
run "getprop ro.product.device" in recovery. Does it give you "amami" or "D5503" ?

Categories

Resources