{
"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"
}
Flashalot said:
Click to expand...
Click to collapse
Congratulations, now if us One M7 users can get the updated Mrom ui and twrp so we can flash L then I will be extra happy
dd98 said:
Congratulations, now if us One M7 users can get the updated Mrom ui and twrp so we can flash L then I will be extra happy
Click to expand...
Click to collapse
Since all its been ported already I can update it but I would need you to test it pm me on hangouts if that sounds like something you want to do [email protected]
Edit : If anyone would like to test out multirom for ville pm me on hangouts or here in xda you MUST have some experience with fastboot and adb and able to pull logcats
Flashalot said:
Since all its been ported already I can update it but I would need you to test it pm me on hangouts if that sounds like something you want to do [email protected]
Edit : If anyone would like to test out multirom for ville pm me on hangouts or here in xda you MUST have some experience with fastboot and adb and able to pull logcats
Click to expand...
Click to collapse
Next thing that is needed is for kernel developers like @flar2 @rmbq and @AKToronto to add kexec-hardboot patch to their kernels so Multirom can actually work
dd98 said:
Next thing that is needed is for kernel developers like @flar2 @rmbq and @AKToronto to add kexec-hardboot patch to their kernels so Multirom can actually work
Click to expand...
Click to collapse
Here's my patch https://github.com/flashalot/Nightmare_Kernel_Ville?files=1 last thing that needs to be done is the hardboot part which I'm stuck on here the error
I keep getting this error about CONFIG_KEXEC_HARDBOOT = y not found in proc/config.gz same with atags here's the log http://pastebin.com/SMMpqTU2
Flashalot said:
Here's my patch https://github.com/flashalot/Nightmare_Kernel_Ville?files=1 last thing that needs to be done is the hardboot part which I'm stuck on here the error
I keep getting this error about CONFIG_KEXEC_HARDBOOT = y not found in proc/config.gz same with atags here's the log http://pastebin.com/SMMpqTU2
Click to expand...
Click to collapse
Try asking @Tasssadar
I might be able to help when I return from my trip next week. I just did kexec-harboot on the m8 so it's fresh in my mind.
Also, my One S underwent successful surgery last night, and has a brand new LCD panel.
Can someone send me a pm next Tuesday to remind me?
dd98 said:
Next thing that is needed is for kernel developers like @flar2 @rmbq and @AKToronto to add kexec-hardboot patch to their kernels so Multirom can actually work
Click to expand...
Click to collapse
i already implemented kexec-hardboot patch to my kernel but it's untested so probably/maybe memory addressees are wrong
Yea I tried but a lot of it was erroring so I started from scratch I'll try it again to see any luck
Also I think I got to the bottom of it and why its not allowing you to switch ROMs
@flar2 hopefully I'll have it dome by then if not I'm pretty sure you know how to do it ?
Dual Post
Flashalot said:
Yea I tried but a lot of it was erroring so I started from scratch I'll try it again to see any luck
Also I think I got to the bottom of it and why its not allowing you to switch ROMs
@flar2 hopefully I'll have it dome by then if not I'm pretty sure you know how to do it ?
Click to expand...
Click to collapse
how is everything going, I finally got into kernel development and the help is here when needed
dd98 said:
how is everything going, I finally got into kernel development and the help is here when needed
Click to expand...
Click to collapse
Well I'm stuck on adding the address in memory.h once that's done the kernel should be fine
I also tried @rmqb patch but the phone would freeze and reboot when trying to boot the zImage or repacking the boot
Here's the kernel patch, tested and fully working using latest ElementalX source:
https://github.com/flar2/android_ke...mmit/16382d51802b3f335808efba7f4f7d57f5d3632a
https://github.com/flar2/android_ke...mmit/bdd9b2d008906987c23e719b6eb7bff17d9dff8b
I booted into the second kernel using this command:
Code:
kexec --load-hardboot <your zImage> --ramdisk=<your ramdisk> --mem-min=0x85000000 --command-line="$(cat /proc/cmdline)"
flar2 said:
Here's the kernel patch, tested and fully working using latest ElementalX source:
https://github.com/flar2/android_ke...mmit/16382d51802b3f335808efba7f4f7d57f5d3632a
https://github.com/flar2/android_ke...mmit/bdd9b2d008906987c23e719b6eb7bff17d9dff8b
I booted into the second kernel using this command:
Code:
kexec --load-hardboot <your zImage> --ramdisk=<your ramdisk> --mem-min=0x85000000 --command-line="$(cat /proc/cmdline)"
Click to expand...
Click to collapse
Fantastic [emoji2]
I'll compile a updated recovery with the kexec hardboot number and then it should be ready
So could we use multirom on our htc one s??
My current problem is that once I load up a sense Rom(4.4.2/4.4.3) the multirom boot menu is gone but on aosp it's still there so I'm currently redoing the patch to a aosp kernel instead of sense
Flashalot said:
My current problem is that once I load up a sense Rom(4.4.2/4.4.3) the multirom boot menu is gone but on aosp it's still there so I'm currently redoing the patch to a aosp kernel instead of sense
Click to expand...
Click to collapse
did you remember that liberty has aroma installer?
dd98 said:
did you remember that liberty has aroma installer?
Click to expand...
Click to collapse
That was my first though that it was from aroma m8 has the same problem but alas that's not it I'm down to 2 errors on the kernel then I'm done hopefully
so we could have both sense 6 and cm11s with multirom? i've seen that in oneplusone rom you've added multirom support. how does it work?
Tanque97 said:
so we could have both sense 6 and cm11s with multirom? i've seen that in oneplusone rom you've added multirom support. how does it work?
Click to expand...
Click to collapse
i just edited the updater script to ensure that there is no problems flashing if its released, but that means no aroma installer
Related
Here is the latest Ziggy471 kernel for the Bravo, this is a sense kernel. I will be maintaining this thread on behalf of ziggy471 as I worked with him in the development of this kernel. I will be taking most questions and support within this thread.
Code:
Changelog:
Added LZMA compression for the kernel image, makes it uber small. This should help with the few non-booters still left. Also, since it’s so small, EVERYTHING is built in, except wifi and on the EVO, wimax.
Moved the default boot speed back down to 998MHz, didn’t realize that some couldn’t run 1.113GHz, sorry about that.
Removed ALL debugging support in the kernel, this will speed it up and also makes it smaller.
Everything else is still the same, ck2, BFS357, BFQ, SLUB, CIFS, EXT4, gpu+, sd card speed up, etc…
Until I figure some things out with the AOSP kernels, I will not be releasing anymore, sorry.
Finally, for those that asked about the tweeks script I posted, it’s set for 1.113GHz max, if you want something different, edit the script and reboot. It’s the same script I had included in previous kernels, but had taken out for reasons.
Download Here
Source: http://github.com/ziggy471
Just a screen of the bench i got on my personal built rom.
{
"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"
}
Yay awesome! Thank you for sharing
I'll also be dropping in from time to time to help Jugs out.
Z
is there a chance to get this kernel for AOSP Rom´s?
golf60 said:
is there a chance to get this kernel for AOSP Rom´s?
Click to expand...
Click to collapse
He may do one, as of right now i think his plate is full.
it will be nice when we can get such a kernel with AOSP Code. It runs very good on the aurax rom....
thanks for that kernel Jugalo but somehow its not working for me, its just get stucked at the splash screen after i flash it! can you please help me solve the problem?
opened as sources available now.
And we're back
drivers/undervolt
avs also there
golf60 said:
is there a chance to get this kernel for AOSP Rom´s?
Click to expand...
Click to collapse
Juggalo_X said:
He may do one, as of right now i think his plate is full.
Click to expand...
Click to collapse
golf60 said:
it will be nice when we can get such a kernel with AOSP Code. It runs very good on the aurax rom....
Click to expand...
Click to collapse
I'll eventually try and get to the AOSP too, but as Jugs said, my plate is full right now.
Z
I have test it for LeeDroid 2.2d,wifi not work,can't open
It would be nice a aosp ROM Kernel with this Features.
miyu-hitori said:
I have test it for LeeDroid 2.2d,wifi not work,can't open
Click to expand...
Click to collapse
hi,
i had the same prob.
i copied the wifi module bcm4329.ko from the kernel.zip manually into /system/lib/modules.
i also had to copy the screenstate-scaling script manully into /etc/init.d
than it worked like a charm.
have fun.
m.
Hi thanks for this great mod of Kernel but it doesn't work for me, I'm under AuraxTSense 7.9 with Richardtrip Kernel V5 and all work well. After to have flashed my phone with your "[KERNEL] Ziggy471 Bravo 26 Oct" my Desire stay freeze in the splash boot and don't want to boot...then i have re flashed my phone with richardtrip kernel and all is good again.
Can you help me or what I'm doing wrong ?
Regards, Oijkn.
juberg said:
hi,
i had the same prob.
i copied the wifi module bcm4329.ko from the kernel.zip manually into /system/lib/modules.
i also had to copy the screenstate-scaling script manully into /etc/init.d
than it worked like a charm.
have fun.
m.
Click to expand...
Click to collapse
That's really odd, since those lines are in the the updater-script, so idk what the issue was.
Oijkn said:
Hi thanks for this great mod of Kernel but it doesn't work for me, I'm under AuraxTSense 7.9 with Richardtrip Kernel V5 and all work well. After to have flashed my phone with your "[KERNEL] Ziggy471 Bravo 26 Oct" my Desire stay freeze in the splash boot and don't want to boot...then i have re flashed my phone with richardtrip kernel and all is good again.
Can you help me or what I'm doing wrong ?
Regards, Oijkn.
Click to expand...
Click to collapse
Did you verify the downloaded file against the md5sums I posted, I know I had a few people that had bad downloads before.
Z
Oijkn said:
Hi thanks for this great mod of Kernel but it doesn't work for me, I'm under AuraxTSense 7.9 with Richardtrip Kernel V5 and all work well. After to have flashed my phone with your "[KERNEL] Ziggy471 Bravo 26 Oct" my Desire stay freeze in the splash boot and don't want to boot...then i have re flashed my phone with richardtrip kernel and all is good again.
Can you help me or what I'm doing wrong ?
Regards, Oijkn.
Click to expand...
Click to collapse
You posted same problem on Ziggy's site and here and in both places you didn't take the trouble to read previous post talking about the same issue...
ziggy471 said:
That's really odd, since those lines are in the the updater-script, so idk what the issue was.
Did you verify the downloaded file against the md5sums I posted, I know I had a few people that had bad downloads before.
Z
Click to expand...
Click to collapse
I verified it, and don't know any ppl with aurax and this kernel working ok
PS- Sorry about double posting.
ziggy471 said:
That's really odd, since those lines are in the the updater-script, so idk what the issue was.
Did you verify the downloaded file against the md5sums I posted, I know I had a few people that had bad downloads before.
Z
Click to expand...
Click to collapse
+1
Having same problem, bootloop @ splash screen...
Any idea/solution?
Sent from my HTC Desire using XDA App
@ziggy471 : Thanks for quickly reply, yes i have checked if the md5sums is the same and all is good. I don't know really why your moded kernel don't work. If you need some informations about the AuraxTSense ROM i can help you if you want, i can understand that you don't want to re flash your phone every day ^^
@Broquen : Hi, I have posted in both site and what is the problem mate ?? It's forbidden ?? And yes i have read the previous post but I have not found any solution to my problem, sorry.
Hello at all developers
I managed to rework the spade board. Now ZIMAGE boots up using ION memory allocator. This is a dmesg screenshot:
{
"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"
}
Now my problem is to port the Sense 4+ / Sense 5 RAMDISK to boot a Sense Jelly Bean ROM.... i tried many times with no results.
So i decided to open this post to ask help in building the RAMDISK
these are Kernel SOURCE(NOT WORKING) and Kernel zImage(NOT WORKING)
UPDATE:Thanks to amazing developer @coloured_chalk ION kernel successfully booted a JB Sense ROM! KERNEL+RAMDISK(WORKING) Thanks very much from all xda community
original boot image with original zImage(TheRinseM, gilbert32, Shaky156) was here http://forum.xda-developers.com/showpost.php?p=46568633&postcount=22 ... so source from this post are not working...
Note: i cannot test it for the moment... i have Fastboot issues i'm preparing a full rom for testing it
UPDATE2: @mygamers confirms that this kernel can boot Sense 5
:victory:
JB Sense 5 rom booted successfully...
Update: Tested Kernel on Sense 4+ and it didnt boot up (Didnt Show Boot Animation)
well, I am workking on ion kernel too... I'll take a look on ramdisk tomorrow, and I also need check your kernel sources too.
Always waiting to contribute as a tester....
@Shaky156 is working for porting,and @szezso helped him with the Ramdisk....Seems available maybe...
http://htc-kernel-ion-7x30-spade.googlecode.com/svn/trunk/
http://forum.xda-developers.com/showthread.php?t=2085949
tweakos said:
well, I am workking on ion kernel too... I'll take a look on ramdisk tomorrow, and I also need check your kernel sources too.
Click to expand...
Click to collapse
Thanks!
i tried shaky/szeszo's ramdisk but it didn't pass the htc splash screen...
Kernel ION for Sense 4+ / Sense 5 on DHD? Awesome
@XxXPachaXxX take a look on our sense 5 for hd2 ramdisk. maybe that can help. it was taken from a stock desire 600 ramdisk afaik, and modified for hd2.
Hi, please dont mention my name when it comes to ramdisk, cause I have not created nor distributed any ramdisk/rom, the ramdisk is szesos work, only thing I've worked on is patched up RinseM kernel (which didnt boot apparently), then created my Own kernel which passed splash screen but no log was provided, Can't really do much with a device, still have my ROM/Ramdisk but that has not been distributed yet, thanks
gilbert32 said:
@XxXPachaXxX take a look on our sense 5 for hd2 ramdisk. maybe that can help. it was taken from a stock desire 600 ramdisk afaik, and modified for hd2.
Click to expand...
Click to collapse
OK i'm taking a look at it.... thanks
Eventhough I haven't been into sense for so long, I will take a look and see if I can contribute to this great project .
Patcha do you have a Sense 5 base mate just flashed your kernel on Sense 4 and its has booted it to the lockscreen. I need to use Sense5 really.
@XxXPachaXxX ., maybe its not ramdisk issue, iam not sure but maybe its kernel. I am not finished my ION kernel yet (i do not have much time for that), after that i ll recheck it again...
tweakos said:
@XxXPachaXxX ., maybe its not ramdisk issue, iam not sure but maybe its kernel. I am not finished my ION kernel yet (i do not have much time for that), after that i ll recheck it again...
Click to expand...
Click to collapse
i'll review it but i think that the kernel is ok... because i read that ion is initialized (hope) .... my ported ramdisks didn't pass the splash screen with every kernel...
We should use an AOSP ION enabled for better testing the zImage but we don't have it
well,the messages ion allocated not guaranty right work,if you take a look on inc s ion kernel,some functions is a little bit different (gpu for example) ,and they have sense 5 booted,and we have the same hardware.
Hopefully we can get this working, I'll be willing to test on the weekends and such!
try the szeszo method:
Get the Sensation (sebastiaanFM) Ramdisk, disable mpdecision , and it should work.. Maybe use his RAMDISK?
You can always look our sourcecode: https://code.google.com/p/htc-kernel-ion-7x30-spade/
It's based on your ICS sense kernel .
Would love to help, but i sadly don't own a dhd anymore. If you need anything except for testing, I would love to help
Good luck!
TheRinseM said:
try the szeszo method:
Get the Sensation (sebastiaanFM) Ramdisk, disable mpdecision , and it should work.. Maybe use his RAMDISK?
You can always look our sourcecode: https://code.google.com/p/htc-kernel-ion-7x30-spade/
It's based on your ICS sense kernel .
Would love to help, but i sadly don't own a dhd anymore. If you need anything except for testing, I would love to help
Good luck!
Click to expand...
Click to collapse
I tried it, but desire hd needs some other change.... i'll keep you informed
XxXPachaXxX said:
I tried it, but desire hd needs some other change.... i'll keep you informed
Click to expand...
Click to collapse
@XxXPachaXxX please don't give up this project. I can be the tester
Look at this commit: https://code.google.com/p/htc-kernel-ion-7x30-spade/source/detail?r=9
Maybe it'll help ..
XxXPachaXxX said:
Hello at all developers
I managed to rework the spade board. Now ZIMAGE boots up using ION memory allocator. This is a dmesg screenshot:
Now my problem is to port the Sense 4+ / Sense 5 RAMDISK to boot a Sense Jelly Bean ROM.... i tried many times with no results.
So i decided to open this post to ask help in building the RAMDISK
these are Kernel SOURCE and Kernel zImage
Thanks in advantage
Click to expand...
Click to collapse
Can you provide a dmesg n ill have a quick look
Only for HTC One S C2!!
This is a discussion thread, about the progress on 3.4 kernel development for cyanogen mod, and other aosp based roms. There is posibility that testers will be needed...
reserved...
Logcat Error
There is one error in logcat, which appears all the time:
Code:
I/auditd ( 7220): Starting up
E/auditd ( 7220): Failed on audit_set_pid with error: Protocol not supported
I/auditd ( 7220): Exiting
Possible this is causing any kind of problems?
I'm happy to try kernel porting for you guys but for that we will need a hangout group ....
You already have me, I'll write you when I have some spare time, you can also involve Robin he's willing to help
Gesendet von meinem HTC One S mit Tapatalk
It looks like things are moving into the right direction. But I am leaving for London today so I won't be able to test until my return.
Good luck!
Sent from my HTC One S using XDA Free mobile app
qzem said:
It looks like things are moving into the right direction. But I am leaving for London today so I won't be able to test until my return.
Good luck!
Sent from my HTC One S using XDA Free mobile app
Click to expand...
Click to collapse
Nice, have a good time in London then
qzem said:
It looks like things are moving into the right direction. But I am leaving for London today so I won't be able to test until my return.
Good luck!
Sent from my HTC One S using XDA Free mobile app
Click to expand...
Click to collapse
League of Legends Championship Series in Wembley stadium?
I can volunteer as a tester.
Sent from One
Tried porting new framebuffer drivers from CAF. Attached to the bottom of this post are the kernels with the new framebuffer drivers (one for PAC and one for CM11). All I need to know is whether or not it boots. Graphical glitches do not matter.
Also, I don't plan on getting too involved in the development here as I don't own the device.
Spii said:
League of Legends Championship Series in Wembley stadium?
Click to expand...
Click to collapse
No, just sightseeing .
Sent from my HTC One S using XDA Free mobile app
Sultanxda said:
Tried porting new framebuffer drivers from CAF. Attached to the bottom of this post are the kernels with the new framebuffer drivers (one for PAC and one for CM11). All I need to know is whether or not it boots. Graphical glitches do not matter.
Also, I don't plan on getting too involved in the development here as I don't own the device.
Click to expand...
Click to collapse
Hey, first of all thanks for doing this. Your work is highly appreciated! :good:
About the kernel: I've flashed the CM Kernel, first it was bootlooping but I somehow booted it successfully into Safe Mode
And Screenshot is working
{
"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"
}
EDIT: At the 3rd loop it's booting successfully!
Spii said:
Hey, first of all thanks for doing this. Your work is highly appreciated! :good:
About the kernel: I've flashed the CM Kernel, first it was bootlooping but I somehow booted it successfully into Safe Mode
And Screenshot is working
EDIT: At the 3rd loop it's booting successfully!
Click to expand...
Click to collapse
I can't believe it actually booted on my first attempt without the device It probably bootlooped because you're on a very recent build of CM, and I used the ramdisk of a CM build made 3 months ago. New framebuffer drivers means that graphics are overall much smoother and display glitches are gone. They also allow you to use display-caf instead of display-legacy.
Sent from my Nexus 5 using Tapatalk
i would be glad if u add me to hangouts group
Tried to install the CM11 file but failed.
Error is
assert failed: getprop("ro.product.device") == "villec2
E:Error executing updater binary in zip '/sdcard/downlo......
Error flashing zip........
sunnyvijay said:
Tried to install the CM11 file but failed.
Error is
assert failed: getprop("ro.product.device") == "villec2
E:Error executing updater binary in zip '/sdcard/downlo......
Error flashing zip........
Click to expand...
Click to collapse
Yep, but don't worry I will include the updated Kernel in the ROM anyways, just wait for that
Thanks.
However could not wait and googled to fix the updater-script and was successful.
It was bootlooping but after 6th loop the phone was on and working
The Kernel Version in the About reflects 3.4.750Sultan-CAF-msmfb-g08a97af-dirty
Sultanxda said:
I can't believe it actually booted on my first attempt without the device It probably bootlooped because you're on a very recent build of CM, and I used the ramdisk of a CM build made 3 months ago. New framebuffer drivers means that graphics are overall much smoother and display glitches are gone. They also allow you to use display-caf instead of display-legacy.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Is there any progress on kernel? Or you don't have time to work on it?
Sent from my HTC One S using XDA Free mobile app
qzem said:
Is there any progress on kernel? Or you don't have time to work on it?
Sent from my HTC One S using XDA Free mobile app
Click to expand...
Click to collapse
All of the completed source is on my GitHub.
Kernel: https://github.com/sultanxda/android_kernel_htc_liberty-villec2
Device tree: https://github.com/sultanxda/android_device_htc_villec2
Vendor tree: https://github.com/sultanxda/proprietary_vendor_htc
Media-caf: https://github.com/sultanxda/android_hardware_qcom_media-caf
Display-caf: https://github.com/sultanxda/android_hardware_qcom_display-caf
Note that for display-caf and media-caf all you need are these patches:
For display-caf: https://github.com/sultanxda/androi...mmit/d8374d512958a02f05cac8261dc419efedde07c9
For media-caf: https://github.com/sultanxda/androi...mmit/67e47694cb00e70916b97e4308e1d8eef21f192f
Otherwise media-caf and display-caf are exactly the same as the CyanogenMod versions.
Now you guys have hardware vsync and the latest framebuffer drivers, along with the latest display and media HALs
Thanks a lot!! :good:
Syncing and compiling
I am gonna start maintaining a CAF version of Franco Kernel for Flo and maybe eventually DEB. Depends on how many users want the DEB version. It will be stock Franco Kernel, made to work with CM based ROMs. I may also add s2w and dt2w. Don't have time to type a long OP right now. If you have any questions, just ask. Kernel is compiled w/ Linaro 4.7, and has s2w, dt2w, s2s.
{
"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"
}
Downloads:
r17 For CM based ROMS with S2W added
FLO ONLY:
Media Fire - test18.img w/ latest changes from Franco
Click to expand...
Click to collapse
DEB ONLY
Media Fire - test-18-dev.img w/ latest changes from Franco
Click to expand...
Click to collapse
Reserved
thanx man
please can you add dynfsync feature and more CPU OC frequencies ?
Added dt2w & s2w. Gonna work on the GPU OC.
Dev Host - http://d-h.st/lRs
Media Fire - http://www.mediafire.com/download/8vciyl9zjt0zbe2/r17_CAF_s2w.img
Definitely wanna try a deb version... =)
RobbieL811 said:
Added dt2w & s2w. Gonna work on the GPU OC.
Dev Host - http://d-h.st/lRs
Media Fire - http://www.mediafire.com/download/8vciyl9zjt0zbe2/r17_CAF_s2w.img
Click to expand...
Click to collapse
What should we use to enable & disable dt2w & s2w?
Doo Doo said:
What should we use to enable & disable dt2w & s2w?
Click to expand...
Click to collapse
I use sysfs. I'm assuming that trickster should be able to enable it. Is it not enabled by default?
Sent from my Nexus 5
RobbieL811 said:
I use sysfs. I'm assuming that trickster should be able to enable it. Is it not enabled by default?
Sent from my Nexus 5
Click to expand...
Click to collapse
Yes they were enabled by default but I didn't want to use both of them at the same time using trickster to control them now all is working well thanks once again
Doo Doo said:
Yes they were enabled by default but I didn't want to use both of them at the same time using trickster to control them now all is working well thanks once again
Click to expand...
Click to collapse
Ok bud. They can also be disabled through init.d if you don't want a dedicated app for it.
Sent from my Nexus 5
Deb please!
Would love to see the deb version!
prakhargr8 said:
Would love to see the deb version!
Click to expand...
Click to collapse
I will try to work on it in a few hours when I get home from work. Only catch about that is, is that I don't have a DEB. I need someone to test the boot.img before I can release it.
Sent from my Nexus 5
prakhargr8 said:
Would love to see the deb version!
Click to expand...
Click to collapse
Are you willing to test a Deb version for me if I build one?
Sent from my Nexus 5
RobbieL811 said:
Are you willing to test a Deb version for me if I build one?
Sent from my Nexus 5
Click to expand...
Click to collapse
I also can do the test... =)
teddy0209 said:
I also can do the test... =)
Click to expand...
Click to collapse
Ok. I'm about to get on the computer now & do a test build for Deb. I'll PM you a link when it's done. Are you familiar with fastboot & recovery? This way I don't have to explain to you how to recover if something doesn't work?
Sent from my Nexus 5
RobbieL811 said:
Ok. I'm about to get on the computer now & do a test build for Deb. I'll PM you a link when it's done. Are you familiar with fastboot & recovery? This way I don't have to explain to you how to recover if something doesn't work?
Sent from my Nexus 5
Click to expand...
Click to collapse
No worries mate... No need to explain anything... =)
I'll test it as soon as you send me the link...
teddy0209 said:
No worries mate... No need to explain anything... =)
I'll test it as soon as you send me the link...
Click to expand...
Click to collapse
PM sent.
RobbieL811 said:
PM sent.
Click to expand...
Click to collapse
Test kernel is working fine...
Gonna install Super SU like you said, 'cause it breaks the default...
Edit: SU now working...
I see only 2 governors for CPU (interactive and performance), Are these the only included governors?
teddy0209 said:
Test kernel is working fine...
Gonna install Super SU like you said, 'cause it breaks the default...
Click to expand...
Click to collapse
Ok. I'll post the .img in the OP then. Thanks for checking it out for me.
RobbieL811 said:
Ok. I'll post the .img in the OP then. Thanks for checking it out for me.
Click to expand...
Click to collapse
No worries!!!
RobbieL811 said:
I am gonna start maintaining a CAF version of Franco Kernel for Flo and maybe eventually DEB. Depends on how many users want the DEB version. It will be stock Franco Kernel, made to work with CM based ROMs. I may also add s2w and dt2w. Don't have time to type a long OP right now. If you have any questions, just ask. Here is r17.
Downloads:
r17 For CM based ROMS with S2W added
FLO ONLY:
DEB ONLY
Click to expand...
Click to collapse
Quick kinda noobish question. Does the r17.IMG file get flashed to the boot image section or do I flash it to another section?
Sent from my Nexus 7 using Tapatalk
{
"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"
}
Changelog
Stock: well.... its stock with exFat, compiled with Linaro
powerhouse: exFAT, OC to 2.5 UC to 2.68, Voltage control, Sweep2sleep, color control, fastcharge, device vibrate control, GPU OC to 600 Mhz
And also kexec-hardboot in the update
powerhouse RLS1: Bumped up voltages on the OC side Thanks @holla420 for testing, now it shouldn't reboot when running benchmarks . added sio, fiops, bfq and vr schedulers. added ondemandplus governor (might add more) added memutils from LG G3 (port in from 8960 boards)
CodeCraft-M8-4.4.4 is vzw source with all powerhouse commits added
Your back to kerneling
krazie1 said:
Your back to kerneling
Click to expand...
Click to collapse
yeah, its hard to stay away. I have a little more time now.
Nice. Missed ur kernels
Sent from my insanely powered M8 using Tapatalk
Omg you're back. I've been sticking with stock kernels because there are no good sense kernels for vzw
StarfishP said:
Omg you're back. I've been sticking with stock kernels because there are no good sense kernels for vzw
Click to expand...
Click to collapse
I appreciate it bud, these kernels are both really solid & stable
Evolutionmods said:
I appreciate it bud, these kernels are both really solid & stable
Click to expand...
Click to collapse
Hit me up on hangouts
Sent from my HTC6525LVW using Tapatalk
buckmarble said:
Hit me up on hangouts
Sent from my HTC6525LVW using Tapatalk
Click to expand...
Click to collapse
You got it bruh
Does your kernel include kexec hardboot patch?
Sent from my HTC6525LVW using Tapatalk
I have one built with that in it. Lemme get some coffee and I'll post one
Evolutionmods said:
I have one built with that in it. Lemme get some coffee and I'll post one
Click to expand...
Click to collapse
First off, thanks for making a kernel with that feature. I certainly enjoy fooling with MultiROM and that's a requirement for the host ROM.
At the same time, I don't know that the kernel posted is successful. I flashed the CodeCraft-M8_PH-kexec-hardboot.zip posted in the OP on my device running Santod's latest NuSense build. Using the MultiROM Manager, it states that the kernel does not have the kexec-hardboot patch.
I can't say I have high proficiency with MultiROM or what this specific kernel feature is otherwise, so let me know if there is a specific log that it would be useful for me to attach. I wasn't sure if a logcat would say much in this instance.
jskup said:
First off, thanks for making a kernel with that feature. I certainly enjoy fooling with MultiROM and that's a requirement for the host ROM.
At the same time, I don't know that the kernel posted is successful. I flashed the CodeCraft-M8_PH-kexec-hardboot.zip posted in the OP on my device running Santod's latest NuSense build. Using the MultiROM Manager, it states that the kernel does not have the kexec-hardboot patch.
I can't say I have high proficiency with MultiROM or what this specific kernel feature is otherwise, so let me know if there is a specific log that it would be useful for me to attach. I wasn't sure if a logcat would say much in this instance.
Click to expand...
Click to collapse
Okay so that one was my bad . Its in the code just wasn't initialized in the config. I have a new one cooking right now. If its not to much trouble, can you flash it to check if the problem persist?
Happy to. Watching for the new posting. Thank you for your efforts to the community.
jskup said:
Happy to. Watching for the new posting. Thank you for your efforts to the community.
Click to expand...
Click to collapse
All set, same name new zip
Still no luck. I installed the kernel once with Flashify and a second time just from recovery to be sure. In both cases, I receive the message that the kernel doesn't have the kexec-hardboot patch.
jskup said:
Still no luck. I installed the kernel once with Flashify and a second time just from recovery to be sure. In both cases, I receive the message that the kernel doesn't have the kexec-hardboot patch.
Click to expand...
Click to collapse
It shows it hasnt been downloaded yet. try the new one
Evolutionmods said:
It shows it hasnt been downloaded yet. try the new one
Click to expand...
Click to collapse
Not sure what is up with the download counter, but yes, I've tried that copy as well. Screenshot is attached of the feedback I get from the MultiROM Manager program (and yes, I know I didn't install the main MultiROM file yet. This still works for detecting kernel ability, or it has in previous builds). Please let me know if there is any other log source I can provide.
Well I got it working and new zip is uploaded
@Evolutionmods what's setting should I have to advoid reboots when running antutu?
Sent from my Insanely powered M8 using Tapatalk