[KERNEL] Overclocking 1.2.6/1.5.7! SetCPU support! - Atrix 4G Android Development

unknown and I got overclocking working in the regular 1.2.6/1.5.7 kernel. This does seem to fully work with SetCPU. Wifi and sound still work. This is only a 1.1ghz overclock for safety. With the patch you can do more. Note, don't change the frequency it boots at from 1ghz. The original patch made it 1.1ghz, and it failed to boot for us.
This work is almost a straight port of faux123's code from the G2X. His work is based on others' earlier work. unknown got the final idea that made it work from looking at kholk's source.
Kernel
Ramdisk
Kernel source
Patch
Kernel config
Instructions:
1. Download kernel and ramdisk
2. Connect phone to PC via USB cable.
3. Boot phone into fastboot mode. Vol down and then vol up during early boot.
4. Run fastboot flash:raw zImage ramdisk.gz
Thanks unknown!
Thanks faux123!
Thanks kholk!

This is the secks!
This is why is important to share source, this is why devs that play nice, get the work done!

awesome.. Though I don't think i'll go back to froyo, this should still show how far the processors powers can be pushed! (here's to hoping for 1.8Ghz stable :> lolol)

Is this a complete own kernel on its own? And if so what kind of optimization is in it
Sent from my MB860 using XDA App

Firefox can't establish a connection to the server at higgs.cygnusx-1.org.

I appreciate your work guys, but the only ones willing to go through and install a custom kernel IMO are already using 1.8.3 or 2.3.4

rdubyah said:
Firefox can't establish a connection to the server at higgs.cygnusx-1.org.
Click to expand...
Click to collapse
problem fixed!

Outstanding, thank you!

Very nice work, Edgan. Can't wait to get hands on the 2.3.4 kernel source once the OTA hits..

ahjdmarchi said:
Is this a complete own kernel on its own? And if so what kind of optimization is in it
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
Not sure what you mean. This is the original Motorola/AT&T US 1.2.6 kernel source, with the kernel configuration file from 1.5.7, and the overclocking patch. It has no other optimizations.
This is more of a proof of concept. Since we don't have original source for 1.8.3 or Android 2.3.x releases.

Thanks for the explanation edgan
edgan said:
Not sure what you mean. This is the original Motorola/AT&T US 1.2.6 kernel source, with the kernel configuration file from 1.5.7, and the overclocking patch. It has no other optimizations.
This is more of a proof of concept. Since we don't have original source for 1.8.3 or Android 2.3.x releases.
Click to expand...
Click to collapse
Sent from my MB860 using XDA App

Great work guys

help
what is the install code

how do you install the patch file

The patch AFAIK is for the kernel sources.
If you need to use the kernel flash the zimage.

explain in noob terms

troypage1994 said:
explain in noob terms
Click to expand...
Click to collapse
at dos prompt
cd c:\(your fastboot folder path)
fastboot flash:raw zImage ramdisk.gz

i have already done thathow do iinstall the patch file

troypage1994 said:
i have already done thathow do iinstall the patch file
Click to expand...
Click to collapse
Unless u are compiling the kernal yourself u don't need the patch. If you are u should know how to use the patch
Sent from my Xoom using Tapatalk

Cool =)
Atrix ~_~

Related

AOSP eclair build from Samsung Vibrant Source code.

Hi all,
If anyone wants to play with this and let me know how it works feel free.Its the system directory from an AOSP eclair build using the Samsung Vibrant source download from the opensource website.I have no Vibrant myself I just built this as a test to see if it would build clean with no errors using the samsung files as a test for when the Epic 4g sources get released.Please feel free to use it in a rom or whatever you chose and post back if it works or not.
www[DOT]mediafire[DOT]com/?wytytv44odtdsdx
EDIT: This is not flashable! This is a stock /system filesystem from a build of AOSP android this is the base for a ROM not a complete ROM in itself.
Most likely it won't work cause Eugene is working from the aosp but is running into problems getting sound and camera to work.
I was just surprised it compiled the first run I saw another post where they were getting a lot of errors.And I figured there would be corrupt files I had a hell of a time extracting the archieve.
Sent from my SPH-M900 using Tapatalk
Thanks for posting that. I would like to have a look around but I wasn't sure where and what to grab.
www.mediafire.com/?wytytv44odtdsdx
heh
10char
Rhcp thanks for reposting a real link kinda sucks not being able to post them.
Sent from my SPH-M900 using Tapatalk
skeeterslint said:
Rhcp thanks for reposting a real link kinda sucks not being able to post them.
Sent from my SPH-M900 using Tapatalk
Click to expand...
Click to collapse
Not a problem. Post some more so you can update your OP.
Good work on the build. Did you build the kernel too?
rhcp0112345 said:
Not a problem. Post some more so you can update your OP.
Good work on the build. Did you build the kernel too?
Click to expand...
Click to collapse
There is no Kernel in a system image.
just got home, gonna dl and see what cooking
rhcp0112345 said:
Not a problem. Post some more so you can update your OP.
Good work on the build. Did you build the kernel too?
Click to expand...
Click to collapse
I haven't tried building the kernel yet but I pulled the intramfs from a vibrant and captivate kernel to compare them togther and see if there are any real differences which it seems there really isn't that I noticed.One thing I did notice though is that the samsung kernel sources don't build the initramfs into the kernel that I noticed.With the Samsung Moment the sources had a file to build the kernel modules and a couple other programs that went into the intramfs and it had the initramfs_list file hidden inside the source somewhere it doesn't seem like they did that with the vibrant kernel source.How do they expect you to build a kernel that requires an initramfs in it and not build it into the kernel during the compile?I am gonna tinker around and probably use the initramfs_list file from the Moment initramfs and just add in all the directorys and files that are in the vibrant/epic/captivated initramfs.
it gets stuck on "installing update"
my clockwork does that from time to time with any zip file, just pull the battery and retry
Thats just a raw /system filesystem it would need to be cooked into a rom for it to be flashable.I threw it up there for someone to try and cook a rom out of it.
Has anyone had the problem when trying to compile a kernel that the suppiled build script doesn't build the modules?I can get the zImage to build but it won't build the modules at all.I would like to at least get it built with the samsung script and get the modules built then use the modules in the initramfs and try to build it with another script with the initramfs in the kernel.
skeeterslint said:
Thats just a raw /system filesystem it would need to be cooked into a rom for it to be flashable.I threw it up there for someone to try and cook a rom out of it.
Has anyone had the problem when trying to compile a kernel that the suppiled build script doesn't build the modules?I can get the zImage to build but it won't build the modules at all.I would like to at least get it built with the samsung script and get the modules built then use the modules in the initramfs and try to build it with another script with the initramfs in the kernel.
Click to expand...
Click to collapse
same problem I had with building the kernel
chaoscentral said:
same problem I had with building the kernel
Click to expand...
Click to collapse
The captivate kernel builds with the samsung script with no problem modules and all, used the captivate script with the vibrant kernel source same deal builds the kernel but no modules.
Almost Done! http://twitpic.com/2et5cb
eugene373 said:
Almost Done! http://twitpic.com/2et5cb
Click to expand...
Click to collapse
You're out of your mind - in a good way. Vanilla has got to FLY on this thing, right?
eugene373 said:
Almost Done! http://twitpic.com/2et5cb
Click to expand...
Click to collapse
Thank you so much for your hard work Eugene! Now if only we can get a mod or someone to lock your threads so only you can update, I'm tired of having to explain adb push/pull to people over-and-over, so I know you must be too.
Cheers,
=)
eugene373 said:
Almost Done! http://twitpic.com/2et5cb
Click to expand...
Click to collapse
Eugene,
If I'm not mistaken...that's the stock home launcher for 2.2 isn't it? Or are you running adw/launcherpro
Sent from my SGH-T959 using XDA App

[Kernel] ikxdf's kernels (original HTC 2.6.29 stable and 2.6.35.4 for tests)

Hi guys,
I stopped a while to build rom for tatoo but I continued to follow the thread.
For fun I have compiled the latest stable kernel ... if anyone cares to test it I'll put the link here.
I take this opportunity to insert a link to my kernel sources generated using HTC.
I think it's correct to use this kernel for the development of libraries on the camera and radio, as it turns out to be the only kernel you know works.
Compiling the latest kernel I have seen many great features ... but totally missing some drivers, such as those in radio ...
I do not understand this anxiety developers to have a custom kernel and the most updated ... But I think it is appropriate to start building a secure kernel. When the camera and the radio works then you can create as many kernels you want ... but not before.
This is my thought ... meanwhile I'll use this post to whoever wants to download the kernel and HTC for those who want to test my kernel 2.6.35.4.
Kernel_2.6.29_HTC
contain for shure all drivers for FMRadio,camera,bt ecc and all htc patches (if presents). this kernel il generated from HTC kernel source downloaded from htc site.
Features added: ext3 and ext4 partitions support
Kernel_2.6.35.4_v1NOT WORKING
Is a testing kernel. it is generated compiling the last stable source released on kernel.org
Kernel_2.6.35.4_v2
- FMRadio diriver inculded
- voltage and current regulator support
- Led drivers
- ext3 ext4
nice job, my friend.
francians said:
nice job, my friend.
Click to expand...
Click to collapse
is not nice... it haven't the radio drivers and i don't know if it work well...
i have only spent some time today because i have nothing to do..
it isn't a serious kernel for me...
ikxdf said:
Hi guys,
... But I think it is appropriate to start building a secure kernel. When the camera and the radio works then you can create as many kernels you want ... but not before.
Click to expand...
Click to collapse
Although I´m no dev, this is actually very sensible. I´d rather had a slightly outdated but FULLY functional kernel, than the most up-to-date but crippled one...
No source or config files or tweeks you made?
Good day ikxdf!
Seg
segway_ said:
No source or config files or tweeks you made?
Good day ikxdf!
Seg
Click to expand...
Click to collapse
i will upload the source and the config soon
The attached kernel Kernel_2.6.35.4_v1_[ikxdf].zip does not even boot.
No adb no something on /proc/last_kmsg after boot to recovery!!
Nice try ikxdf.
Seg.
segway_ said:
The attached kernel Kernel_2.6.35.4_v1_[ikxdf].zip does not even boot.
No adb no something on /proc/last_kmsg after boot to recovery!!
Nice try ikxdf.
Seg.
Click to expand...
Click to collapse
This is because he based it on the stock Linux kernel, and not the android branch... I don't even know if it's compiled for ARM or x86, but I'll check that soon...
Sent from my HTC Hero using XDA App
EDIT: I have checked for the kernel architecture and it is compiled for ARM. I also took the liberty of extracting the config from it, and saw that it seriously need lots of attention. I have attached a copy of the config below... BTW: good luck with getting this to work
segway_ said:
The attached kernel Kernel_2.6.35.4_v1_[ikxdf].zip does not even boot.
No adb no something on /proc/last_kmsg after boot to recovery!!
Nice try ikxdf.
Seg.
Click to expand...
Click to collapse
please sega-way evitate your sarcasm and read well before writing:
ikxdf said:
is not nice... it haven't the radio drivers and i don't know if it work well...
Click to expand...
Click to collapse
ikxdf said:
For fun I have compiled the latest stable kernel ... if anyone cares to test it I'll put the link here.
Click to expand...
Click to collapse
if u don't know i haven't a tatto for testing.
if anyone want test and send me the error i will try to fix if i find the time.
for me the only correct kernel is the 2.6.29 compiled from the htc source. All other kernel is only a game.
For the next time...learn to read all post before writing.
Thanks
kiljacken said:
This is because he based it on the stock Linux kernel, and not the android branch... I don't even know if it's compiled for ARM or x86, but I'll check that soon...
Sent from my HTC Hero using XDA App
EDIT: I have checked for the kernel architecture and it is compiled for ARM. I also took the liberty of extracting the config from it, and saw that it seriously need lots of attention. I have attached a copy of the config below... BTW: good luck with getting this to work
Click to expand...
Click to collapse
thanks Kill. I can't take a look now but next week i will try to recompile it. Please i need a .config of a original 1.6 ROM...can u upload it here?
ikxdf said:
thanks Kill. I can't take a look now but next week i will try to recompile it. Please i need a .config of a original 1.6 ROM...can u upload it here?
Click to expand...
Click to collapse
from the tattoo.. it was gz now is zip
ikxdf said:
please sega-way evitate your sarcasm and read well before writing
Thanks
Click to expand...
Click to collapse
Its just a feedback...
Sorry if you take it as something else....
Seg
i'm trying to made this kernel booting and have add some features:
- FMRadio diriver inculded
- voltage and current regulator support
- Led drivers
if anyone want test it i will upload it today
uploaded in first posts
I've been away from the Tattoo scene since we got root on this little device.
I'm currently interested in getting psfreedom to run on Tattoo but it seems that the stock HTC kernel is crippled (missing usb stuff). If your kernel is at least bootable, this would be a nice place to start
mainfram3 said:
I've been away from the Tattoo scene since we got root on this little device.
I'm currently interested in getting psfreedom to run on Tattoo but it seems that the stock HTC kernel is crippled (missing usb stuff). If your kernel is at least bootable, this would be a nice place to start
Click to expand...
Click to collapse
if u are talking about 2.6.35.4 version you have to try if it can boot because i haven't a tattoo for test it.
I have sell my tattoo after 2 week but all great users of this thread have always made a great testing job for me and for my rom.
If anyone want test if this kernel is booting or not i will contine to develope it.
If it doesn't boot and adb will start i need a logcat.
if u are talking of the original htc kernel 2.6.29 version it is already working on my rom (Pancake) .
i will release sonn the wlan.ko module for 2.1 and for 2.2 roms for the 2 versions of kernel.
Hi, ikxdf!
I'm willing to try your kernel. I am quite an experienced linux user of desktop and server but I'm quite new regarding ROM flashing. But still, from what I gather I have to flash your kernel archive in the boot sector, right?
I have AmonRA's recovery installed and tested. And I'm eager to try cooked stuff as I've just gotten my Tattoo out of service today after 3 weeks!!! I was so dissapointed in having my old Nokia again.

[KERNEL][03JAN12] HTC-Holiday-2.6.35-kx 001

Disclaimer.
This is a largely untested alpha for a very expensive phone. I am not responsible for anything you do with it.
Information.
This is the initial release of HTC-Holiday-2.6.35-kx, a custom kernel for the HTC Vivid.
This is currently only for PirateGhosts's RumRaider Beta10, but may work with other versions of RR.
More information to follow.
Instructions.
If you don't know how to use this, you shouldn't be using it anyways. BUT....
1. Fastboot flash the boot.img
2. adb push the bcm4330.ko (WiFi module) to /system/lib/modules
Changelog.
001:
Snapdragon compile tweaks
Perflock disabled
Future Plans.
OC/UV
SPEED
Loopback?
Whatever
Download.
kx_kernel_001.zip - 3.53MB
Known Issues.
Kernel breaks camera
Instructions for porting to other ROMs.
Unpack the kx boot.img
Unpack the boot.img of the ROM you are porting to
Replace the ROM's zImage with the zImage from this kernel
Repack boot.img, flash with fastboot, and push the wifi module
This should, but is not guaranteed to work. Flash at your own risk.
I wish I knew more about this stuff, but unfortunately I don't and here comes a noob question:
Should the kernel not work properly or cause a boot loop etc...would I need to just re-flash the ROM from CWM? Also, will this still work with the Rogers HTC Raider?
So this is based on the Sense 3.5 kernel from Telstra? I guess it will work on any ROM based on this one, right?
Thank you so much!
Yesss
Can you add loop device support in the fuuttuureee!?
Sent from my HTC PH39100 using xda premium
Looks like I f'd the camera up... Can anyone confirm?
Updates tomorrow
Sent from my HTC PH39100 using xda premium
kxhawkins said:
Looks like I f'd the camera up... Can anyone confirm?
Updates tomorrow
Sent from my HTC PH39100 using xda premium
Click to expand...
Click to collapse
Yup camera is borked , had to pull the battery. Everything else seems to work fine tho.
finsilva said:
Should the kernel not work properly or cause a boot loop etc...would I need to just re-flash the ROM from CWM? Also, will this still work with the Rogers HTC Raider?
Click to expand...
Click to collapse
If something goes wrong, you should be able to just fastboot flash the original boot.img. It's always a good idea to make a nandroid / Titanium backup before flashing anything though.
vhjc said:
So this is based on the Sense 3.5 kernel from Telstra? I guess it will work on any ROM based on this one, right?
Click to expand...
Click to collapse
This is based on HTC's ATT Vivid sources, packed with the ramdisk from RumRaider 10. It should work with any ROM currently available, but would have to be repacked with the respective ramdisk. Read: This will not work out of the box for any ROM other than RumRaider.
MazinDLX said:
Can you add loop device support in the fuuttuureee!?
Click to expand...
Click to collapse
Please read OP; Loopback is planned.
User Error said:
Yup camera is borked , had to pull the battery. Everything else seems to work fine tho.
Click to expand...
Click to collapse
Thanks. Why'd you have to pull the battery?
kxhawkins said:
Thanks. Why'd you have to pull the battery?
Click to expand...
Click to collapse
it locked up while initializing the camera. tried it again just now and it was fine, aside from the camera not working part.
This is on hold until I can figure the overclocking on this out. I compiled Raider sources, and bananacake's kernel, and am unable to change clock speeds past 1.2GHz in SetCPU.

[kernel][27/01/2012][ICS kernel based Paolo Kernel 2.6.35.14]

Hi Guys,
First of all I am not a real DEV. I see things, read things and learn from it. That's all.
I have patched Palao's kernel for my use on ICS ROM. Some guys can use it so thought to share with you.
I have not created this Kernel from scratch so haven't changed it's name. Giving full respect to it's DEV.
Change LOG:
Binod_Kernel_Paol_Sys_V1.zip
HTML:
Fixed WI-FI
Fixed Random Reboot
Few scripts for ROM stability
Downlaod: http://www.mediafire.com/?5p4790z44l36qg2
Report if you guys find some bugs. I'll try to resolve it.
Reserved
I think I can utilise it..
its for Cyanogenmod 9 (Android 4.0.3)[ALPHA3] by lupohirp?
sweetbinodray,
can you tell exactly what you used
hafidzduddin said:
its for Cyanogenmod 9 (Android 4.0.3)[ALPHA3] by lupohirp?
Click to expand...
Click to collapse
Yes....it's for LUPOHIRP ROM
Next job:
Import kgsl drivers and power manager from 3.0 kernel...
Quite good... keep it up...
What about cm7 nightlies?
Sent from my LG-P500 using Tapatalk
dnle71 said:
What about cm7 nightlies?
Sent from my LG-P500 using Tapatalk
Click to expand...
Click to collapse
Try flashing this... since not much has been changed...
_Arjen_ said:
sweetbinodray,
can you tell exactly what you used
Click to expand...
Click to collapse
Nothing much. Just changed the whole kernel folder. Only sys is from PAO.
What kernel source you use to build?
Sent from my LG-P500 using XDA App
thachtunganh said:
What kernel source you use to build?
Sent from my LG-P500 using XDA App
Click to expand...
Click to collapse
official CM7 kernel
Why use this instead of Franco's 2.35.14? Pros & cons?
Sent from my LG-P500 using Much Love
you rocks dude
but I think, franco kernel is better CMIIW
can you patch the battery improvement patches from fserve?
Whats the ICS thing about this kernel? Right.
Same question at that file explorer "ICS".
Right.
Stability fixes?
Right.
Franco is always better.
Greets!
You cant actually call this ICS Kernel...
The one which lupohirp will release with his next ICS Beta will be considered as an ICS Kernel due to backporting of many drivers to make ICS more stable...
RockR172 said:
You cant actually call this ICS Kernel...
The one which lupohirp will release with his next ICS Beta will be considered as an ICS Kernel due to backporting of many drivers to make ICS more stable...
Click to expand...
Click to collapse
Thats what I said. Bino can't port them, so this is just a BinoKernel
Wait, I'll make a script wich reboots the phone and call it "The ICS script by mDroidd"!
Vir Prudens non contra ventum mingit
RockR172 said:
You cant actually call this ICS Kernel...
The one which lupohirp will release with his next ICS Beta will be considered as an ICS Kernel due to backporting of many drivers to make ICS more stable...
Click to expand...
Click to collapse
The backport of Kgsl driver will be hard. I don't think that we just clone the free xperia kernel source then get the patch and patch our kernel source... we still need to modify, beside , the power manager is broken...
Guys you are going high. I haven't said that this is my kernel. I even haven't changed it's name. So just stop pissing someone. I patched it for my use. It's working great for me.For the ICS name, It's for ICS ROM that's why ICS kernel.
If you want go ahead and download if not then don't. keep everything very simple.
mDroidd said:
Wait, I'll make a script wich reboots the phone and call it "The ICS script by mDroidd"!
Vir Prudens non contra ventum mingit
Click to expand...
Click to collapse
Stop overacting kid! You seem to be getting dax's habits..stop spamming!
Sent from my LG-P500 using Tapatalk

v30c Kernel Compiled with Linaro

Hi Guys,
I have managed to compile our ICS kernel with Linaro 4.7 and make it bootable after too much trouble.....
The kernel is compiled with o3 optimization
Toolchain used from made by Christopher83
http://forum.xda-developers.com/showthread.php?t=2098133
The kernel is tested with Nooby's v30b repack....
The kernel is build from original source i.e it has the first LED not working issue during Boot....
I would like to hear if there's any improvements or its just the same....
It was learning experience for me build a kernel .....
I do not guarantee of providing timely improvements or etc
I do not have a github etc...
can someone help me with that....i want to start it from zero ....with original source and will put patches on it...
I am attaching the patch as a zip file,..is a normal zip file with all the code necessary to compile the kernel with linaro,,,
it also has code of rmcc patch
O3 and linaro equals hard to debug bugs and no performance improvements.
Can you make one kernel for ligux rom?
Enviado desde mi Optimus Black
dflt said:
O3 and linaro equals hard to debug bugs and no performance improvements.
Click to expand...
Click to collapse
The O3 flag would not give much improvement over the O2 flag as the optimizations that are brought in are only applicable in a few places and the kernel isn't that computation heavy. I still want to see a O2 and Os comparison, but I don't have time to waste on things like that these days.
As for different tool chains. I have seen a benchmark sometime ago with different kernels compiled with different toolchains. The difference was marginal and seemed to differ with kernels as well as toolchains (Some toolchains just like and dislike some kernels) . Overall Code Sourcery's toolchain did best on average I think.
Post a source, otherwise this thread will be closed. You can use my guide to learn how to do that.
eagleeyetom said:
Post a source, otherwise this thread will be closed. You can use my guide to learn how to do that.
Click to expand...
Click to collapse
I was actually waiting for user replies ..but it seems no one is using my kernel...
Also i am actually busy for some time....will be providing the source either in a zip or setup a git by following your guide
AW: v30c Kernel Compiled with Linaro
eagleeyetom said:
Post a source, otherwise this thread will be closed. You can use my guide to learn how to do that.
Click to expand...
Click to collapse
Just give him some time it's always hard, when you are new to a subject... and hey, if you provide some benchmarks and further improvements, why should noone wanna use it?
Sent from my LG-P970 using xda app-developers app
Hi guys i have provided the patch to compile kernel with linaro in my OP....
regarding performance i didn't observe anything...
2days ago i officially updated my phone from 2.2 to 4.0 v30c because i wanted all my apps preserved.....
and today i experience sdcard unmount....i didnt experience it with my kernel and nooby v30b repack...maybe because i had i freshly installed...not sure....
i have not yet tried my kernel with v30c....because i have yet to patch the bootlaoader and install cwm...as per another threads to do this,,,maybe i will plan to
do this this weekend,,,,
Oh ...i got my phone reset when did reboot in recovery without any recovery with anreboot...and lost all my phone data....all efforts gone to wain...now i have to root and install apps again
Also my ICS version show 30C-SEA and i am from India...
I flashed official v30c and experienc ed sd card unmount. ..then installed v30b unlocked loader ...then installed my kernel and have been testing it....no sd unmount and also frontkey leds works according to settings done.....
Those who still have unmount problem can try my kernel in OP if you are using v20 bootloader. ..and those who use unlocked v30 unlocked bootloader dont use the Kernel attached in OP otherwise bootloop..just reply to me and I will attach the new one....
Sent from my LG-P970 using xda app-developers app
Have some view in attached file but no feedback
Thanks for your work, but I think everybody here need a optimize kernel, because, you know, the stock kernel isn't enough good
no14me said:
Have some view in attached file but no feedback
Click to expand...
Click to collapse
What u want to say???
no14me said:
Thanks for your work, but I think everybody here need a optimize kernel, because, you know, the stock kernel isn't enough good
Click to expand...
Click to collapse
I don't think there's any kernel fully optimized yet..
I asked only for those who get sd unmount to try my kernel. ..no one is forced to use it....
Sent from my LG-P970 using xda app-developers app
rajeshmk2012 said:
What u want to say???
I don't think there's any kernel fully optimized yet..
I asked only for those who get sd unmount to try my kernel. ..no one is forced to use it....
Sent from my LG-P970 using xda app-developers app
Click to expand...
Click to collapse
Just give a try with French v30C's kernel. They fixed ondemand gov. and there isn't any sd unmounting. I'm using it since it went out and hadn't any problems.
Enviado desde mi LG-P970 usando Tapatalk 2
rajeshmk2012 said:
What u want to say???
I don't think there's any kernel fully optimized yet..
I asked only for those who get sd unmount to try my kernel. ..no one is forced to use it....
Click to expand...
Click to collapse
I see a attached file have some download, but no one give the feedback that with your kernel is the sd fixed or not. Because I don't have that issue.
About the optimization, just is my suggestion
diazao said:
Just give a try with French v30C's kernel. They fixed ondemand gov. and there isn't any sd unmounting. I'm using it since it went out and hadn't any problems.
Click to expand...
Click to collapse
+1.
I just got sd unmount with my kernel after a week's use....
I will wait for v30d sources
Sent from my LG-P970 using xda app-developers app
Hi,
wer can i find the Adagio Kernel? the link in the first post seem to doesn't work
thanks
I dont want to interrupt your hard work but look here, may find something interesting (google translator needed) :-
http://lg-p970-shuajibao.shuajizhijia.net/
There are monthly updated ROMs and Kernels, you might be interested in.
Due to very little internet package I cant test them. If you find any ROM/Kernel useful please inform us all.

Categories

Resources