.............
.........
are these diffrent than ur last 806 kernel ??? better performance ??
Re: [KERNEL] Nameless 2.00.401.2 -gcada9 modded kernel
Why don't you test it, and report.
Thank you!
I will test after the school xP
after flashing !! a lil improvement in performance !! phone is more snappy !! or may b its just my eyes !! but antutu score are more stable !! 4.5 to 4.6 k ! even though i get low scores for my crappy SD card !! thnx einstein
4.700+ benchmark result einstein.frat you're incredible.
TheRedHunter said:
4.700+ benchmark result einstein.frat you're incredible.
Click to expand...
Click to collapse
hi
wifi error with this kernel need modules ?!
test on buld 2.00.707 stok
extract files inside rar archive push to system/lib/modules folder then reboot....
UPDATE: 2-19-2013
removed fast charge - no joy for desire c
add ext4 kernel panic in jinode
Re: [KERNEL] Nameless modded kernel 3.0.16 / 2.00.401.2 -gcada9
Is it possible to implement slide to wake up feature to your kernel?
Sent from my HTC Desire C using xda app-developers app
Re: [KERNEL] Nameless modded kernel 3.0.16 / 2.00.401.2 -gcada9
I tried with several sources, it just freeze and reboot phone, no luck in there I guess
Sent from my HTC Desire C
thank you
Re: [KERNEL] Nameless modded kernel 3.0.16 / 2.00.401.2 -gcada9
People get it moved to original android development by your mod, all source built ROMs, kernels belmg there
Sent from my HTC Explorer A310e using xda premium
Re: [KERNEL] Nameless modded kernel 3.0.16 / 2.00.401.2 -gcada9
What do you mean, original android is only for cdma.
Sent from my HTC Desire C
UPDATE: 2-26-2013
patched to linux kernel upto 3.0.35
renamed to 3.0.16 for stock htc modules to work
einstein.frat said:
UPDATE: 2-26-2013
patched to linux kernel upto 3.0.35
renamed to 3.0.16 for stock htc modules to work
Click to expand...
Click to collapse
einsetin is there any specific improvements to patch 35 ? Will try to make the recovery based on this one .
Re: [KERNEL] Nameless modded kernel 3.0.35 / 2.00.401.2 -gcada9
Seems to sharpen the display, and smooth while playing games,
There's no changelog on the upstream so I can't tell whats changed, all I know is I patched this one at a time to 16.17.18......upto 35. Many files was patched.
Sent from my HTC Desire C
Re: [KERNEL] Nameless modded kernel 3.0.35 / 2.00.401.2 -gcada9
I wanna test this out at some point, great work Einstein.
Is there a big difference in speed, smoothness compared to other kernels?
Sent from my HTC Desire C using xda premium
Phone boots faster, benchmarks are in 4600 range.
Ingress is snappier.
I'm happy.
;- )=
Related
Announcement:
I am pleased to announce that from now on I will be working with ralle.gade too! He is a kernel dev with a lot more experience than me who can hopefully bring us some really cool stuff
Hey guys,
I've made this thread to share with you my kernel for the Wildfire. It is based on HTC's own kernel, however I have added patches specific to FroYo (to enable sd-ext support, stop screen flicker, enable touchscreen). It also features overclock to 768MHz. The kernel was built for the CM ROMs which I am working on.
You can get the source here. To build it, navigate to the source directory and run the following command:
Code:
make arch=ARM subarch=ARM cyanogen_wildfire_defconfig
You can then run
Code:
make arch=ARM subarch=ARM
to compile the kernel.
You will get a zImage which you can then add to a boot.img for a ROM, as well as a bcm4329.ko WiFi module to be added to /system/lib/modules
I recommend that only developers try this (for now anyway) and the rest of you wait for the devs to release an OC kernel for their ROM.
I have attached a prebuilt zImage (kernel) and wifi module in a zip folder. DO NOT TRY TO FLASH THIS. It is not a flashable zip, but the resources necessary for devs to make a patch of this for their ROM.
The v4 zip attached below can be flashed to ANY ROM without any negative consequences. For devs, the zImage and WLAN module can be found inside if you wish to use it as standard kernel in your ROM.
Changelog - v2:
*Added Ext4 support
Changelog - v3:
*Added BFQ Scheduler (by ralle.gade)
*Added undervolt (by ralle.gade)
*Other patches by ralle.gade (more details can be found in source)
*ralle.gade took yo' 19MHz
Changelog - v4:
*Added AUFS overlay (by ralle.gade) - adb shell or terminal emulator "aufs --enable" to activate system r/w
*Added interactive CPU scheduler. (by ralle.gade)
*ralle.gade gave back yo' 19MHz
*Added newer Wireless driver (with Wireless-N support) (by me)
*Hidden easter egg (unintentionally added by me) - Only works if your ROM has the necessary files (I'm looking at you, adeadrat )
Changelog - v4.1:
*Set default freq. to 245-518 MHz - Should fix booting problems for some people
Changelog - v4.2:
*Update WiFi driver to fix WiFi sleep bug (by zinx)
Known bugs:
*No WiFi on some roms. If it doesn't work on 4.2, use 4.1
If you'd like to donate, use the link in my signature or above my avatar. You can also donate to ralle.gade here. It would be much appreciated
Thanks to:
*adeadrat - for informing me that the OC actually works
*HTC - for releasing their kernel source
*Google & The Android Team - for developing android and making it open source
*Linus Torvalds - Starting development of the open-source linux kernel.
Have a nice day,
HCDR.Jacob
Nice!!
Sent from my HTC Wildfire using XDA App
HCDR.Jacob said:
Hey guys,
I've made this thread to share with you my kernel for the Wildfire. It is based on HTC's own kernel, however I have added patches specific to FroYo (to enable sd-ext support, stop screen flicker, enable touchsctreen). It also features overclock to 768MHz.
You can get the source here. To build it, navigate to the source directory and run:
Code:
make arch=ARM subarch=ARM cyanogen_defconfig
You can then run
Code:
make arch=ARM subarch=ARM
to compile the kernel.
You will get a zImage which you can then add to a boot.img for a ROM.
I recommend that only developers try this (for now anyway) and the rest of you wait for the devs to release an OC kernel for their ROM.
I will compile this myself later on and upload the zImage for developers to add into their ROMs if they want to save themselves time by not compiling it
Have a nice day,
HCDR.Jacob
Click to expand...
Click to collapse
TNX! Tried too compile the source in the github, with your config.
dont forget make modules
edit,
and oh itś cyanogen_wildfire_defconfig
HCDR.Jacob said:
Hey guys,
I've made this thread to share with you my kernel for the Wildfire. It is based on HTC's own kernel, however I have added patches specific to FroYo (to enable sd-ext support, stop screen flicker, enable touchsctreen). It also features overclock to 768MHz.
Have a nice day,
HCDR.Jacob
Click to expand...
Click to collapse
Good work!
What is the minimum clock set at? Stock or lower? I'm running mine at minimum 122mhz at the moment, works fine. And can the overclocking be modified using SetCPU or is it locked in the kernel somehow?
BTW, have you had the time to look into some undervolting?
I'm fully aware that you're busy with CyanogenMod and other stuff, I'm just a bit curious
Will probably flash the OpenFire rom this evening to try this out
Lots of questions at the same time, I apologize for that
Good work!
It would be nice if someone could make a ROM for us newbees to install.
any try to flash this?
good work jacob. i have been wishing for an OC kernel and here it is absolute legend, and only 16? good work fella
beardyone said:
good work jacob. i have been wishing for an OC kernel and here it is absolute legend, and only 16? good work fella
Click to expand...
Click to collapse
Thanks man
Wait, will these work with Wildpuzzle ROM installed?
a1exander said:
Wait, will these work with Wildpuzzle ROM installed?
Click to expand...
Click to collapse
thanx jacob!
just made a package for puzzle rom, but im unable to test it yet.. hope girl come home soon
Can we use this with WildPuzzleROM v8 ?
erhanakt said:
Can we use this with WildPuzzleROM v8 ?
Click to expand...
Click to collapse
If you look on previous post danne has added something like this in his own thread for Wildpuzzle ROM, i'll test it now.
jacob you make my life complete <3
Hey Jacob,
I have a very importen info about your kernel
AnantK123 said:
The Touch Panel is SYN3KY_01
Click to expand...
Click to collapse
Your kernel dont work with the SKN3KY_01 touch panel it seems it only works with the AMTEL panel.
The same bug is posted on OpenFire (the kernel is your source) and WildPuzzle (uses your OC kernel in v8.0.4) thread.
The kernel included in the CN RUU supports WiFi Tether and AMTEL + SKN3KY_01 Touch Panel.
Maybe there is a way to dirty hack the newer kernel until htc will release the source.
Sent from my HTC Wildfire using XDA App
bluedragon1982 said:
Hey Jacob,
I have a very importen info about your kernel
Your kernel dont work with the SKN3KY_01 touch panel it seems it only works with the AMTEL panel.
The same bug is posted on OpenFire (the kernel is your source) and WildPuzzle (uses your OC kernel in v8.0.4) thread.
The kernel included in the CN RUU supports WiFi Tether and AMTEL + SKN3KY_01 Touch Panel.
Maybe there is a way to dirty hack the newer kernel until htc will release the source.
Sent from my HTC Wildfire using XDA App
Click to expand...
Click to collapse
I have a SYN3KY_01 too.... can you pleease give a kernel I can use in openfire rom?
blingblingslyna said:
I have a SYN3KY_01 too.... can you pleease give a kernel I can use in openfire rom?
Click to expand...
Click to collapse
You can try the kernel file 0050 posted in the WildPuzzle Topic for v8.0.4 but that kernel isnt tested with openfire, i use this kernel atm with WildPuzzle rom and its working great
Sent from my HTC Wildfire using XDA App
guys, you can make this kernel overclock for wildpuzzle 7.3.1?
bluedragon1982 said:
You can try the kernel file 0050 posted in the WildPuzzle Topic for v8.0.4 but that kernel isnt tested with openfire, i use this kernel atm with WildPuzzle rom and its working great
Sent from my HTC Wildfire using XDA App
Click to expand...
Click to collapse
oh itś not working for me.. 0050 it is with wildpuzzle 8.0.1(i think)
edit,
sorry it was 0055 that didnt work. But you cant flash 0050 in openfire. AND I cant unpack or mount boot.img. whatś the fs-type?
Ill look into the screen issue, and for those asking about openfire, its the same kernel
Sent from my Tattoo using XDA App
HCDR.Jacob said:
Ill look into the screen issue, and for those asking about openfire, its the same kernel
Sent from my Tattoo using XDA App
Click to expand...
Click to collapse
yeah, but it wont start at all with wildpuzzle 0050.
CyanogenMod 7 and AOSP FroYo with .32 kernel
No more updates coming. No more Development by PCFighter.
You can download 2.3.7 v6 and 2.2.2 AOSP from forum.android.pl because pcfighter doesn't want downloads to be posted on xda.
CyanogenMod 7.2 / Android 2.3.7 Gingerbread Features:
- new kernel: 2.6.32 for an ultrafast UI & no lags. It's much smoother and faster than most other ROMs with .29
- SmartAss v2 CPU governor makes the CPU scaling always high enough for no lags and still saves battery life.
- USB tether (which doesn't work on .29 kernel)
- accu temperature (does not even work on stock ROM)
- FM-Radio
- Screen Calibration (?)
- CPU overclock up to 864mHz (you shouldn't go over 825, it just causes bugs, kernel panics and wastes battery juice)
- CyanogenMod 7.2 with all features for a high customizability and great performance
- Screenshots attached
Versions:
CyanogenMod 7 v6: For key backlight copy lights.swift.so to /system/lib/hw from v5. give it chmod 644
or the older telease with key backlight and higher brightness:
CyanogenMod 7 v5
+ Service Pack 1
+ Service Pack 2
+ GApps (Market...)
+ boot.img with zice's fixes and changed colours (no Artifacts on wakeup, CIFS, SWAP)
(+ zice's kernel without changed colours)
Clear dalvik cache & cache after installing
AOSP 2.2.2 FroYo Features:
- new kernel: 2.6.32 for an ultrafast UI & no lags.It's much smoother and faster than most other ROMs with .29
- latest (v20e) kernel source with BFS, SIO, CPU governors for being even faster
- FroYo is faster than Gingerbread has a better battery life and is rock stable. It's for everyday usage and with many features compared to stock 2.1.
- manual network search
- Overclock (not very stable, anyway you won't need it)
- Screen Calibration
- Themes available: First Blood and Sense Theme
- Screenshots attached
Versions:
AOSP 2.2.2 v2.3 with 2.6.32 kernel (sometimes bugs)
AOSP 2.2.2 v1.9 with slower 2.6.29 kernel but working without any bugs
All credits go to PCFighter. Don't post downloadlinks for the ROM.
i would like to put it when some bugs are solved
I am making zip patch to boot a .29 kernel, so you will use rom with full options.
new kernel!!!!
Nice will wait until the .32 kernel fully works like a .29 one
Sent from my GT540 using xda premium
Nice to hear that somebody is working on new kernel.
Gosh!!
We're having .32 kernel. Mike's almost finished with .35. We have AOSP and CM7 Gingerbread, AOSP and CM6 Froyo, AOSP and Stock Eclair. We have so much!!! Thanks to all the devs for making this phone wonderful!
please fix wifi drivers. wifi turning on scanning and error. thanks
I know that, I will release new versions of .32 and .29 maybe today.
I really don't get it why people are asking for the .29 kernel Guys, you have muraiks rom wich is the best it can get on CM7 if you ask me :/ I'd let the developer focus on the .32 kernel MAINLY on this rom :/ as you see, there are few bugs and camera doesn't work which is normal but, it's just my opinion nice work will keep an eye on this one
pebe94 said:
I know that, I will release new versions of .32 and .29 maybe today.
Click to expand...
Click to collapse
Thanx, we waiting!
Hey Pebe
what are the main differences between yours amd mur4iks rom if they want to patch the kernel to .29 ??
Speed, stability and smoothness And it's polish baisicly
Are english or other language included (like serbian)?
bataya said:
Are english or other language included (like serbian)?
Click to expand...
Click to collapse
i will try now
bataya said:
Are english or other language included (like serbian)?
Click to expand...
Click to collapse
of course, AOSP ROM's contains all languages.
wwenigma said:
of course, AOSP ROM's contains all languages.
Click to expand...
Click to collapse
it is CM but supports all languages too ;D
sooo i have tested this and it worked reaaally nice it was fast without overclock and wifi worked for me well too ^^ hope the few bugs are solved soon and this will be a big competitor
@pebe love the rom so far once all the bugs have been fixed in the .32 kernel like the black screen issue and camera i will definitely change to this rom
Good luck with developing.
andreas__ said:
it is CM but supports all languages too ;D
Click to expand...
Click to collapse
CM is just a mod over AOSP, so yep.
Anybody who has got the new "RCmix Kernel v12" to be flashed?
Or a good alternativ?
-------------
Ups... wrong thread...
it is not for incs..it's for dhd
It's just because i have seen IncS Rom's with that Kernel.
/ Sent from my HTC Phone /
What abojut the #11 Kernel or another good Sense Kernel?
jkolner said:
What abojut the #11 Kernel or another good Sense Kernel?
Click to expand...
Click to collapse
i have used two kernels:
unity v10
rcmix by klquicksall.
both r gud..but i have used klquicksall one most(d one which came with rc team rom v4).
Here is the link to RCMIX kernel v12:
http://www.multiupload.com/BTRIC3V1SU
Is that really for the IncS?
EDIT: Don't try the previous kernel at home, you'll get stucked at HTC logo.
ICEss is a ROM that aims to fill the gap between some of the less stable Sense ports from other phones, and the Stockish ROM everyone seems to like that isn't on XDA. ICEss is fast, stable, and decent on battery.
Features:
Stock look & feel
Based on latest AT&T ICS 4.0.3
Modded build.prop or Stock (and I mean STOCK)
Aroma installer
Includes Holics 0730 Kernel and Faux Kernel 077u (for S-OFF only!)
Zipaligned, deodexed
De-bloated (AT&T junk, CIQ, and some Sense stuff)
Full Sense (no flaky workaround to obtain a AOSP look)
Advanced Power Menu (thanks GSLEON3)
thermald removed (greatly improved battery life)
rooted, with your choice of SuperSu or Superuser
Sweep2Wake
HQ Camera mod
OrDroid Video Mod
Underclock or Overclock GPU
Bugs:
Aroma splash screen says version 0.8
You tell me
Todo:
Add LeeDroid Tweaks
Unlock with Menu button
Current Download:
0.4 (Android File Host) - Thanks ronnie498
0.4 (4Shared)
Previous Version Download:
0.3 (4Shared)
Screenshots:
Coming Soon
How to Install:
Follow the Superguide Thread and ensure you're bootloader is unlocked, and that you have a custom recovery like TWRP or ClockWorkModRecovery.
Download ICEss Rom zip to your SD card.
Boot into recovery (power off then hold Power and Volume Down while powering up).
Install the ZIP through your recovery.
If you're S-OFF, the kernel you selected will be installed, and all you have to do is reboot.
If you're S-ON, the boot.img has been built for you and saved to the SD card. You must get this file onto your computer and "fastboot flash boot boot.img" from there.
Tips for Better Battery Life:
During install, choose -25mV or -50mV undervolt, and GPU lowclocking, or normal mod
Set CPU Frequency range between 1512 MHZ and 342 MHZ.
Set CPU Governor to Intellidemand and I/O Scheduler to noop
Use a 3rd party screen brightness app like Lux
CHANGELOG
ChangeLog:
0.4:
Fixed APN list. Should be as complete as any other rom for Vivid
Fixed error in Aroma install when Faux's kernel is selected
Thanks needed to try another stock ICS ROM. I have been on holics rom 1.2 for a while know need change
Sent from my HTC PH39100 using xda app-developers app
Looks great! Thanks
Can't wait til leedroid tweaks are added.
Nice I'll try this out later
Sent from my HTC Holiday using xda premium
Updated to Version 0.4. This has fixed the APNs list, and the install steps for Faux's kernel. See the Changelog post for basically the same thing I said here
I'd like to know if anyone would be interested in me including any other kernels in the ROM. I'm also working on building my own using Faux's source as a starting point.
Excellent! Glad to see someone is doing something (anything) for this phone :good:
Nice! I can't wait to try this!
I would give 10000000 internets to a sense 3.5 based rom
Hey ess,
Great effort here. (Once tweaks are in, this'll be awesome \o/
Me personally, like to see a kernel that is most battery friendly
Sent from my rooted, S-Off HTC Vivid 4G
running Pegasus 2.5.0a ICS 4.0.3
using XDA Premium app \o/
LQQKS said:
Me personally, like to see a kernel that is most battery friendly
Click to expand...
Click to collapse
Same here my friend! So far, the Holics 0730 kernel has proven itself to be the best on battery in my experience. This is why I used it as the base kernel for my ROM. Faux's as almost or maybe just as good as long as you have your CPU frequency in the stock to underclocked range. In fact, the Intellidemand governor that I preach about using in either Faux or Holics kernels was written by Faux, and is by far my favourite. It's conservative, but isn't slow to ramp up to meet demands, which is why I recommend it highly.
The kernel I'm working on has two goals in mind: use the least amount of memory as possible, and use the Intellidemand governor and noop scheduler by default. It will basically be a slimmed down version of Faux's.
How would I get the boot.img to my pc? would my phone not start up after flashing the custom ROM because im missing the boot.img?
also what is the difference between modified and stock build prop?
Download the Rom zip to your computer and extract it, or, download the Rom zip to your phone and extract it. Copy the boot.IMG to the sd card then to your computer.
Sent from my HTC Holiday using xda app-developers app
There is no boot.IMG in your ICEss ROM
Sent from my HTC Raider on the Rogers Wireless Network
I combine kozmiks stockish kernel with CPU tuner to underclock and have gotten decent battery life
Sent from my rooted, S-Off HTC Vivid 4G
running Pegasus 2.5.0a ICS 4.0.3
using XDA Premium app \o/
Personally I dislike Tweaks on the Vivid, my big issue is the duplicated center clock. Perhaps a version with and one without? Everything else looks fantastic!
Sent from my De-Sensed HTC Vivid using Tapatalk 2
I'll try, thank man.
camo_flage said:
There is no boot.IMG in your ICEss ROM
Sent from my HTC Raider on the Rogers Wireless Network
Click to expand...
Click to collapse
Sorry mate, I was answering this on my phone while talking about a different ROM. My ROM zip does not have the S-ON kernel images. However, when you run the installer, and select S-ON, it will build a boot.img and move it to the root of your SD card. If you have TWRP recovery, you can then mount the SD card in USB and pull the file off with your computer. Otherwise, you will need to use a card reader, or some other method.
Alternatively, you can use the S-ON Holics kernel link in my signature, or any other kernel meant for S-ON.
calikevin said:
Personally I dislike Tweaks on the Vivid, my big issue is the duplicated center clock. Perhaps a version with and one without? Everything else looks fantastic!
Sent from my De-Sensed HTC Vivid using Tapatalk 2
Click to expand...
Click to collapse
I'm trying to get the original source for Tweaks so I can implement it from scratch, and hopefully fix the bugs present in other roms (one of the biggest reasons I made this rom in the first place) and implement the rest of the stuff that never worked in any rom.
does anyone know how to overclock htc desire c with namelles rom v6.0.2 installed,if so..are there any risks like killing my phone?
+1, I hope a badass dev will crack on it soon.
the same overclock 756 mhz nameless rom v6.04 please ?
check this link out guys, it is working for me: http://forum.xda-developers.com/showpost.php?p=36335104&postcount=547