[KERNEL][ALPHA] kernel 3.0.8 ODM/NVRM tegra forward porting - LG Optimus 2x

Since I had no permission to post a new thread, so Ive just posted a reply at the following link
from http://forum.xda-developers.com/showpost.php?p=23783120&postcount=1338
wkpark said:
This is forward ported tegra kernel 3.0.8 based on the Nvidia's ODM/NVRM tegra kernel 2.6.32.9
http://github.com/wkpark/tegra-linux-3.0.y
about ~700 commits are cherry-picked from the tegra kernel 2.6.32
almost all commits/commit logs are preserved. some commits are not needed anymore and some commits hard to merge.
anyway this is the result of my effort.
0. prepare android-common repo. it contain's minimal changes for android. the latest mach-tegra tree is removed.
1. about 4~6 hours needed to cherry-pick quick and dirty manually. I can figure out where are the hard parts.
2. fix to make it compile
* add slab.h / remove smp_lock.h / fix .unlocked_ioctl / fix DECLARE_MUTEX etc.
3. apply SU660 patch sets. fix for kernel 3.0.x
4. first try to boot => fail~ :>
5. figure out where are the trouble making points
* timer / irq / gpio / platsmp codes are changed in the kernel 3.0 => dig the log and fix it up
6. at last I can make boot su660 up! (about ~15 days needed to fix to boot up. total 300~400 times retry to boot)
----
the uploaded git repo is rebased interactively (remove some useless history, merge some hunks etc)
and I separate it into three branches
1. tegra-orig-3.0.8 = original android-common + tegra 2.6.32 patch series
- can be used the base of all other nvrm/odm based tegra kernel.
2. su660-lg-usb = tegra-orig-3.0.8 + su660 patches + lg-usb for official firmwares
3. su660-ics = tegra-orig-3.0.8 + su660 patch + ICS touchscreen patch, camera patch by rmcc
currently it works nicely with the SU660
Click to expand...
Click to collapse
and I've made a forward ported P990/P999 kernel based on the lge-kernel-star managed by arcee
(Please see http://forum.xda-developers.com/showpost.php?p=23831782&postcount=1351)
and finally
this is a bootable image for P990(under testing) and P999(not tested at all)
(See also http://forum.xda-developers.com/showpost.php?p=23834645&postcount=1353)
(all for CM9/ICS)
http://code.google.com/p/openstar2x/downloads
this is just first step toward the kernel 3.0
happy hacking~!
P.S.1: I also have forward ported working (but less stable) kernel 2.6.35 (about ~7 days needed to boot up)
this encourage me to forward port kernel 3.0. and this is the result
P.S.2: I'm not related to Nvidia nor LG
ChangeLog
03/20
1. fixed haptic feedback
03/22
1. fixed three annoying kernel WARNING/BUG messages
- irq wakeup warning with gpio-keys
- revert recent cpufreq_stat commit (already reverted in the lge-kernel-star)
- simplified platsmp.c (some parts of platsmp.c already included into the core code)
2. revert some part to original ramdisk.
- emmc/sdcard swap fix (for testing purpose)
- USB vendor ID fix included (for USB tethering)
3. included YAFFS (by vadonka with minor fix)
03/25
1. various minor bugs are fixed by pastime1971 (thanks~)
03/26
1. cleanup reboot/ram_console codes
03/27 (http://forum.xda-developers.com/showpost.php?p=24097273&postcount=243)
1. p99x: fix oops while shutdown (http://forum.xda-developers.com/showpost.php?p=24102050&postcount=249)
2. cleanup cnt32_to_63_clear()
3. [HACK] copy the warmboot information to the original reserved_buffer
area before shutdown.
03/28
1. star: fixup some minor bugs (various compiler warnings are fixed)
03/29 (http://forum.xda-developers.com/showpost.php?p=24181934&postcount=258)
1. star: add CONFIG_STAR_BATTERY_UNIT_UV to support voltage unit in uV
2. su660: adjust star_capacity_from_voltage_via_calculate()
- i think it is not su660 specifc. so Ive just applied it onto the P99x
- use star_capacity_from_voltage_via_calculate() to adjust battery capacity after singular 3G/BB/rild behavior to fix "999%" battery bug.
(there are so many posts exist on this issue e.g. http://forum.xda-developers.com/show...&postcount=211)
Source Code
https://github.com/wkpark/tegra-linux-3.0.y/tree/p99x-ics
Known Issues
* frequently boot fails with the external SD card.
- workaround : remove your external SD card.
Download
for SelfKANG3(by arcee) or it's variants. Owain's CM9 KANG custom rom.
P990
http://code.google.com/p/openstar2x/downloads/detail?name=boot-cm9-for-p990-3.0.8-vib-120320.zip for P990
http://code.google.com/p/openstar2x/downloads/detail?name=boot-cm9-for-p990-3.0.8-120322.zip for P990
P999
http://code.google.com/p/openstar2x/downloads/detail?name=boot-cm9-for-p999-3.0.8-120321.zip for P999 (not tested at all)
http://code.google.com/p/openstar2x/downloads/detail?name=boot-cm9-for-p999-3.0.8-120322.zip for P999 (not tested at all. feel free to feedback)
introduced to the G2X forum by missaellpzchvz - http://forum.xda-developers.com/showpost.php?p=23904261&postcount=1
SU660
http://code.google.com/p/openstar2x/downloads/detail?name=boot-cm9-for-su660-3.0.8-vib-120320.zip for SU660
http://code.google.com/p/openstar2x/downloads/detail?name=boot-cm9-for-su660-3.0.8-120322.zip for SU660
FAQ
Q: Does this mean we will have hardware acceleration anytime soon with ICS? (by der.einstein)
A: No. this is a ODM/NVRM based tegra kernel. all the handicap are same as the kernel 2.6.32

Nice work man!
Sent from my LG-P990 using xda premium

I just can follow owain´s attitude! Your progress on the kernel is really awesome
If you need a tester for your kernels, my smartphone is all time ready.

This sounds great!
Does this mean we will have hardware acceleration anytime soon with ICS?
Sent from my Optimus 2X using XDA

nice , i'll be trying this one out at friday oder saturday , I need the phone to be ready for day to day usage during the week

crazy_dj said:
nice , i'll be trying this one out friday oder saturday , I need the phone to be ready for day to day usage during the week
Click to expand...
Click to collapse
Most is already working. Just wifi is the big problem with this kernel but I think this will be soon fixed cause we have good developers on our side.

Very nice work! man!

works well for a first test, just had one total lockup so far, but who knows if it was even related to the kernel.
i do notice that switching between tasks seems a bit less responsive, even though 2d performance indeed seems a bit smoother.
very good for a first release! hope other devs will join in here soon
Sent from my LG-P990 using XDA

Thanks a lot for this kernel! The phone feels a lot snapier! My Wifi is working without problems but I have one question, is it possible to somehow mount the SD card as the main storage? So basicly like the standard CM Mount.
thx

wkpark said:
Since I had no permission to post a new thread, so Ive just posted a reply at the following link
from http://forum.xda-developers.com/showpost.php?p=23783120&postcount=1338
and I've made a forward ported P990/P999 based on the lge-kernel-star managed by arcee
(Please see http://forum.xda-developers.com/showpost.php?p=23831782&postcount=1351)
and finally
this is a bootable image for P990(under testing) and P999(not tested at all)
(See also http://forum.xda-developers.com/showpost.php?p=23834645&postcount=1353)
(all for CM9/ICS)
http://code.google.com/p/openstar2x/downloads
this is just first step toward the kernel 3.0
happy hacking~!
P.S.: I also have forward ported working (but less stable) kernel 2.6.35 (about ~7 days needed to boot up)
this encourage me to forward port kernel 3.0. and this is the result
FAQ
Q: Does this mean we will have hardware acceleration anytime soon with ICS?
A: No. this is a ODM/NVRM based tegra kernel. all the handicap are same as the kernel 2.6.32
Click to expand...
Click to collapse
I commend the excellent work and thank you so much for this new kernel, but I would love to know why choose a 3.0.x kernel with respect to a kernel 2.xx, I can understand a bit 'but I want better security

Robse86 said:
Thanks a lot for this kernel! The phone feels a lot snapier! My Wifi is working without problems but I have one question, is it possible to somehow mount the SD card as the main storage? So basicly like the standard CM Mount.
thx
Click to expand...
Click to collapse
Yeah, that would be awesome.
Thanks for your hard work.

I don't know exactly where, but there is a guide how to modify fstab to swap mounting just search
Odesláno z mého LG-P990 pomocí Tapatalk

My untrained eye makes me think this thing doesn't touch your vold.fstab.
If that wasn't your question and you actually want to change it, the file is located in \system\etc\vold.fstab and you can edit it with a text editor. Just swap the two lines around. (Aka, point at different targets. Any sensible person could work it out )
Edit: Also, should mention I'm flabbergasted this exists. Excellent work Mr. OP

When i flash this kernel my phone do not recognize my baseband and the battery is showing 999%. What am i doing wrong?

slebit said:
When i flash this kernel my phone do not recognize my baseband and the battery is showing 999%. What am i doing wrong?
Click to expand...
Click to collapse
It would be great if you say to us, which baseband, RIL and ROM you use

Impact7 said:
It would be great if you say to us, which baseband, RIL and ROM you use
Click to expand...
Click to collapse
I use owains kang 26 with 0824 baseband and ril 0824 (V21f, europe).
Sent from my LG-P990 using Tapatalk

slebit said:
I use owains kang 26 with 0824 baseband and ril 0824 (V21f, europe).
Sent from my LG-P990 using Tapatalk
Click to expand...
Click to collapse
First, you can install the kernel again. But wipe dalvik cache.
Hope this fix it.

Dekudan said:
My untrained eye makes me think this thing doesn't touch your vold.fstab.
If that wasn't your question and you actually want to change it, the file is located in \system\etc\vold.fstab and you can edit it with a text editor. Just swap the two lines around. (Aka, point at different targets. Any sensible person could work it out )
Edit: Also, should mention I'm flabbergasted this exists. Excellent work Mr. OP
Click to expand...
Click to collapse
I checked this already, nothing changed there! Must be sth. else. Damned I want to use this kernel but all my stuff is on the externel SD card

Impact7 said:
First, you can install the kernel again. But wipe dalvik cache.
Hope this fix it.
Click to expand...
Click to collapse
Already done that, unfortunately it didn't solve it...
Sent from my LG-P990 using Tapatalk

Yes! Very good job indeed!
Very fluid, no wireless problem here, sdcard mounted as usual, I will keep it for a while..
Many thanks! Impressive job.

Related

[Kernel] [GB 3.0.27] Imperticus kernel for CM7/MIUI - ON HOLD

DEVELOPMENT ON HOLD
Given that Vandoka's kernel is similar to mine, and my upcoming exams, there will be no development in the near future.
Hello,
This is a port of 3.0.26 kernel for CM7, based on wkpark's and vadonka's work.
Most of the work is by wkpark and vadonka, so huge thanks to them!
Not too many features have been added, but will be adding more in the future so watch this space.
Credits
arcee & CM team - you know what they do
wkpark - for making 3.0 kernels possible and loooads of fixes
vadonka - kernel source updates (3.0.8+) and other improvements
pastime - for various fixes
Harsh - will be adding a few of his fixes in future
and anyone else I missed out.
Information
* Wipe dalvik cache before flashing
* First boot takes some time, so be patient
Changelog
Build-1304 (oc and noc versions)
SD card fix
Lot of oc tweaks and clean ups
SLQB mem allocator as default
improved battery driver (vadonka)
Simple I/O added and default
other tweaks
Build-0404 (no overclock version added)
Update to 3.0.27 (thanks to Harsh)
Voodoo sound
OC/UV added
Simple IO added and as default
Memleak fix (faux123 and vadonka)
GPS lag fix (thanks to vadonka)
Battery driver update
Activate rndis
Tweaked deadline IO (thanks to harsh)
Other fixes...
Build-0204
Initial beta build
Click to expand...
Click to collapse
Download
Mediafire Link
nice work mate good luck!
New linux kernel source 3.0.27 released, commit in my source.
Sent from my LG-P990
Nice work
Sent from my LG-P990 using xda premium
Any chance of getting another mirror. Just keeps asking me to sign up
Sent from my Optimus 2X using Tapatalk 2 Beta-5
Now reborn Imperticus I used to flash your previous rom long long time ago.
Cheers.
Imperticus said:
Hello,
Download
Mediafire Link
Click to expand...
Click to collapse
Thanks!
The '#' in the link should be a '?':
http://www.mediafire.com/?1bip0v78ja4oc
What additional advantages has the new kernel from the older version?
thx for answer...
darryd said:
What additional advantages has the new kernel from the older version?
thx for answer...
Click to expand...
Click to collapse
In ICS9 the most important advantage is battery life its 20-30% better than kernel V2
Good news!... Thanks for the Job!
Is hardware acceleration supported on those 3.x Kernels? I mean, is the problem of nVidia source code releasing only related to CM9/ICS or to the 3.x Kernel?
I tried some CM9 and Kangs (first builds) based on ICS, and without HW modules/drivers, went back to CM7Kang for stability and performance.
Hardware acceleration works.
eyronic said:
Hardware acceleration works.
Click to expand...
Click to collapse
OK thanks for the info... Gonna try it! If nVidia's HW modules/drivers are OK, and battery life better...
Last but not least, does this kernel supports OC/UV or "stock based" for freq/voltages?
plakers said:
OK thanks for the info... Gonna try it! If nVidia's HW modules/drivers are OK, and battery life better...
Last but not least, does this kernel supports OC/UV or "stock based" for freq/voltages?
Click to expand...
Click to collapse
No oc/uv at the moment, but its something that will be coming in the future.
Sent from my Optimus 2X using Tapatalk
Imperticus said:
No oc/uv at the moment, but its something that will be coming in the future.
Click to expand...
Click to collapse
That would be great!
As far as I can tell after using it for 5 hours, the kernel seems to work stable and swift. The only thing I've really missed so far is Voodoo Sound support.
(Tested so far: USB debugging, USB mount, cifs, francarl's modified LG camera, HW accelerated MX Video player, wifi, hspa data, calls, GPS)
Touchscreen isn't that responsive as on Vadonkas.
Otherwise no bugs till now.
Keep up! Very good work!
Gesendet von meinem Optimus 2X mit Tapatalk
Works good about 6 hours.
Imperticus, please, keep one version without oc/uv in future.
Hardware acceleration works.
how u mean work? can u explain..ty
The GPU works the way it's meant. It will work best on ICS though after LG/Nvidia releases the binaries.
Nice and straightforward name for kernel.
Great!
Does this kernel have voodoo sound? Any ram hacks?
Thank you
/CK

[KERNEL][STOCK] KosiKernel 006 (build 20120605)

Since I've been asked several several times now to release the kernel I'm running on my own phone I took some hours and prepared it (clean build, cleanup of commit comments, etc.).
Beware that this kernel is build for my own purpose and usage-pattern so it may or may not work well for you. I have a pretty tight schedule with a full time job and also working on my master thesis therefore I cannot guarantee any support for this. That's also the reason why I keep this short and simple. Nevertheless if you try it please report some feedback on your experience. Don't let the version 006 irritate you, this is the first publicly available version.
Big thanks go to all developers who made this possible in the first place: spica1234, StefanGünthör, vadonka, and all others who provide the current sources of their kernels
Usual disclaimer
This software is intended for advanced users. You're using this on your own responsibility. I'm not liable for any damages to any hardware and/or data caused by using this software.
Incomplete feature list (see Changelog for detailed changes)
(based on spica1234's SR3R)
spica's powersave mode "2" by default
optimized compilation flags for tegra
removed (for me) unneeded kernel features and useless modules on tegra platform
Ext3/4 support
OC/UV enabled
ramzswap (with snappy)
reduced logging and debugging features
JRCU
loads of small changes to improve performance, stability, efficiency; including cross- and backports from other and 3.x kernels.
non-fancy name
no support guarantee
Known Issues
slowdown after long usage without reboot
sometimes instabilities with WiFi
Download
http://db.tt/LCGOUc1E (kosi006.zip, MD5: cd289d7f9fb378181f85d817121b7e63)
Installation
As usual install ZIP through CWM after performing the obligatory backup. Wipe of dalvik-cace and cache partition recommended.
Can also be combined with spicas Performance Packs for additional performance.
If instabilities arise, try increasing voltage by +25mV (worked on my phone).
Source
https://github.com/kosi2801/LGP990_KosiKernel
I try to credit all the changes I integrate from elsewhere by the appropiate origin both in the commitlog as well as in the Changelog. If you identify a uncredited change please let me know and provide me with the publicly available source so I can give proper reference.
reserved
reserved too
wish you the best of luck sir, new dev are always welcome
Thanks man, my wish came through, thanks for sharing and good luck mate
Sent from latest Django Manouche with Spica Sr2r2 Kernel
Yes there my man comes!
Kosi bro felt very gr8 seeing your kernel. Congrets.
And thank you for giving TRUE honour by using SR3R as base sources with revolutionary OTF. I really feel good that atleast my SR3R sources are belived to be usefull, as Today i can see almost all stock kernels being either fully/partially based on performant SR3R sources. That's a great matter of HONOUR and PLEASURE to me. Thanking you to using it.
BTW you are free to ship Official OTF HP 2X OTF Tweaker Application with your build. I preffer newer Myrt OTF so you can use both but from my side you're free to use any of my work without my permission
I'm eager to flash. To be very frank I found your kernel building tutorials very easy for newbies. Keep updating that thread also, with new tips for newbies.
Once again congrets and keep releasing newer kernels, if you cant manage time then atleast once in a 10-15 days
How nice, also to see yet another Austrian flag on top of a kernel developer thread
kosi2801 said:
Known Issues
slowdown after long usage without reboot
[*]sometimes instabilities with WiFi
Click to expand...
Click to collapse
Would it be correct to say WiFi instabilities cannot be fixed until LG releases an updated driver?
First impression coming from Spica1234 sr2r2 kernel my first notice is reduced smoothness, but it's also well known that sr2 had great smoothness. Anyways it seems to run fine and stable so once again thanks for sharing
Sent from latest Django Manouche with Kosi2801 006 Kernel
akyp said:
Would it be correct to say WiFi instabilities cannot be fixed until LG releases an updated driver?
Click to expand...
Click to collapse
I'm not sure. I integrated some fixes from NVidia directly and tried out some other changes (CONFIG_DEEPSLEEP => only "hibernating" WiFi driver on disable, not completely unloading kernel module). The deepsleep made no change in the short run and locked up in the long run so I deactivated it again. The NVidia patches made it a tad more stable (at least that's my impression) but it's still far from rock-solid.
There are however several other options which are still on my todo list:
check and try bcm4239 driver from CM
check and try bcm4239 experimental driver from Stefan Günthörs repository
check and try bcm4239 driver from NVidia/Broadcom repository (which lacks the LG adaptions and is therefore much more work)
look for other possible sources of updated/changed bcm4239 driver on Tegra boards
check individual commits and fixes in all repositories and integrate/merge/port the sane and safe ones
So there is still some work possible on my side but the possible outcome of each single option is still unknown.
IF, however, LG would make another update to the WiFi driver publicly available this would surely be another highly relevant try/source to have a look on.
Thank you. Glad to know I am not the only one bothered by WiFi problems. I have tried many ROM/kernel combinations and it's the same story everytime: At first it works as it should, then speed begins to drop, then it refuses to be turned on or off, causing a crash. I think I will give the v20s a try.
akyp said:
I think I will give the v20s a try.
Click to expand...
Click to collapse
Please give me a short notice if that solves the issues for you
kosi2801 said:
Please give me a short notice if that solves the issues for you
Click to expand...
Click to collapse
Tried rebuilt v20s for a few days. Sadly the slowdown is still there, but the driver seems a bit more resilient -- I haven't got any errors when turning it on and off.
akyp said:
Tried rebuilt v20s for a few days. Sadly the slowdown is still there, but the driver seems a bit more resilient -- I haven't got any errors when turning it on and off.
Click to expand...
Click to collapse
Did you try with standard LG Mobile update?
wals46 said:
Did you try with standard LG Mobile update?
Click to expand...
Click to collapse
No, only tried the CWM version by Flix: http://forum.xda-developers.com/showthread.php?t=1699106
akyp said:
No, only tried the CWM version by Flix: http://forum.xda-developers.com/showthread.php?t=1699106
Click to expand...
Click to collapse
If you want to test the standard 2x features you'd better to flash the original lg rom distributed in your country, baseband included. After mobile update do a factory reset. If you have problems contact the local lg support. If everyting is ok and want to waste time, try custom rom/kernel. Then all the problems will be between you and xda forum.

[KERNEL] Atrix-MROM Atrix 4G Kernels 2.6.32.60

This is the kernel powering Android Atrix 4G MROM, it's main focus is battery life. After some requests from users, I decided to simply share the kernel to allow the use on any CM7 and GB ROMs. This is a branched off version of faux123 kernel for atrix. He did an amazing job putting this kernel together allowing me to tweak it just enough to improve battery life. I created 2 separate versions, one for CyanogenMod 7.2 and the other one for Gingerbread or Blur.
Current stable release: 2.6.32.60 build #45 (hv) and #44 (sv)
Current testing release:
For CM7 and GB, you can choose 2 types of kernels, the sv (Software Driven Voltages) or hv (Hardware Driven Voltages), I could not really establish the best battery saver kernel, it really depends on your personal usage.
The kernels run at maximum of 1 GHZ.
WARNING: I DECLINE ANY RESPONSIBILITY IN DAMAGING YOUR PHONE. YOU ASSUME ALL RISKS IN ANY PROCESS DESCRIBED ON THIS PAGE.
Installation:
Backup your current ROM
Download Atrix-MROM kernel for either CM7 or GB (Blur)
Save the zip file somewhere on your /sdcard
Reboot your Atrix 4G into clockworkmod recovery
Flash the zip file
Clean dalvik cache
If you need help in clarify the installation steps, maybe you should stay away from flashing a kernel anyway.
This kernel is a branch of faux123 kernel; it has been recompiled with the following changes:
removed all debug flags
removed unreferenced libraries pointers for platforms other than Android
changed default governor
undervolt
new kernel frequencies to improve battery life
build 2 CM7 versions, hardware and software voltages
Download Kernels HARDWARE and SOFTWARE voltages
Download EXPERIMENTAL BUILDS (requires registration)
All the source code changes made to the branched faux123 release are available via my github repository https://github.com/MROM/kernel-MB860
If you like my work, please consider a donation.
donor page: http://www.montuori.net/android-mrom/mrom-donors/
Changelog: https://github.com/MROM/kernel-MB860/commits/2.6.32.60
To report bugs, follow these steps:
Install ADB (Google SDK) www.android.com for reference
Connect your phone to USB (Make sure USB Debugging is set)
run "adb logcat > {somefileonyourpc}"
Reproduce the problem
Press CRTL+C on your computer
Open a Bug Report, the link is on the main thread.
Make sure to attach the logcat file, a description of the problem, and the time it happened
After that, it can be tracked and I can ask additional information to solve
A great tutorial on how to use adb and logcat is located here
Thanks i am trying GB Blur kernel now.
I hope its fast.
You should make overclock kernels.
Hi, I will flash it now to test. Thanks for work
Send from my Atrix 4G
i get wifi error in laytveyit v4
blttalas said:
i get wifi error in laytveyit v4
Click to expand...
Click to collapse
What is the rom based on and where is the dhd.ko kernel module located?
Wi-Fi Module
Hi,
Should you get errors in turning on Wi-Fi, please provide your rom name and the location of file dhd.ko. After flash, it might be in multiple places.
nice to have a new kernel good work
question this kernel has undervolt feature ?
Maibol said:
nice to have a new kernel good work
question this kernel has undervolt feature ?
Click to expand...
Click to collapse
Complete different frequencies and slight undervolt, same kernel that comes with MROM.
Any success? Would like to know for both cm7 and gb please...
Looks interesting...
What are the specific changes this kernel has over, say Faux's or the stock CM7 one?
Notorious544d said:
Looks interesting...
What are the specific changes this kernel has over, say Faux's or the stock CM7 one?
Click to expand...
Click to collapse
the kernel is a branch of faux kernel; it has been recompiled with the following changes:
- removed all debug flags
- removed unreferenced libraries pointers for platforms other than Android
- changed default governor
- undervolt
- new kernel frequencies to improve battery life
- some other minor things I don't remember, trying hard...
I would love to see if this runs well in Neutrino!!!...
I'm running this on TopSmarts ROM and it's working great. No problems here. Thanks MMontouri!!!
mmontuori said:
the kernel is a branch of faux kernel; it has been recompiled with the following changes:
- removed all debug flags
- removed unreferenced libraries pointers for platforms other than Android
- changed default governor
- undervolt
- new kernel frequencies to improve battery life
- some other minor things I don't remember, trying hard...
I would love to see if this runs well in Neutrino!!!...
Click to expand...
Click to collapse
I imagine that this will be asked a lot, it would be good if it was in the OP. Thanks for your work!
natboy said:
I imagine that this will be asked a lot, it would be good if it was in the OP. Thanks for your work!
Click to expand...
Click to collapse
done... thanks...
I have fixed the Wi-Fi issue for GB kernel, please re-download it or follow the following steps to fix it:
please type as root "mount -o rw,remount /system"
then "cp /system/lib/modules/dhd.ko /system/lib/dhd.ko"
then "sync; sync; sync; reboot"
Running it in neutrino now will test tomorrow as its 2am here.
Hopefully its solves the heat issues faux kernel had also I noticed voltage options are gone from kernel.
Yes wifi works
Sent from my MB860 using xda app-developers app
mmontuori said:
I have fixed the Wi-Fi issue for GB kernel, please re-download it or follow the following steps to fix it:
please type as root "mount -o rw,remount /system"
then "cp /system/lib/modules/dhd.ko /system/lib/dhd.ko"
then "sync; sync; sync; reboot"
Click to expand...
Click to collapse
Hi, i had problem with wifi and nottachtrix 1.3.1,this fix works.
Kernel installed since 12h with 3 hours of 3g activity (firefox and tethering) ,and battery decreased from 88 to 60.
Unfortunately, a big problem for me: webtop doesnt work, mobile view and phone touchscreen is buggy.
Seems like download page is offline. I hope it's just a temporary problem.
Sent from my CM7 powered Atrix using TapaTalk \o/
Sorry about the server, I am having temporary issues with the hosting provider... it's definitely temporary though...
very good and stable kernel. my battery behaves perfectly. continue in the same direction

[Dev] [JB/ICS] OC Engine for 2.6.39 Kernel

I got time today a little while to observe OC possibility, and attempted. I was in hurry and these days I dont much have time these days so I've not tested what I've writtten, but theoretically it should work without issues:
OC Engine For LG Optimus 2x For 2.6.39.x Kernel
*It's written for 1.2Ghz but it's easy to ramp up to 1.4/1.5 by observing codes.
Devs feel free to use ,
and rippers dont rip codes to represent it as yours.
Download
*See attached patch file
Wow thank you so much.....will have a look at it right away......
spica1234 said:
I got time today a little while to observe OC possibility, and attempted. I was in hurry and these days I dont much have time these days so I've not tested what I've writtten, but theoretically it should work without issues:
OC Engine For LG Optimus 2x For 2.6.39.x Kernel
*It's written for 1.2Ghz but it's easy to ramp up to 1.4/1.5 by observing codes.
Devs feel free to use ,
and rippers dont rip codes to represent it as yours.
Download
*See attached patch file
Click to expand...
Click to collapse
this is another OC/UV patch
http://forum.xda-developers.com/showthread.php?t=1971350 (Please see attachments)
based on the "Overclocking the Toshiba AC100" work by gordan
- http://www.altechnative.net/2011/12/31/overclocking-the-toshiba-ac100/
and the TF101 OC by ibladesi
- https://github.com/ibladesi/TF101-HighOC-3P1
it works nicely with my SU660
harsh already applied simplified version of this OC/UV patch on his kernel
https://github.com/bhanvadia/lge-kernel-star/commit/ed65546739d458454f0c4d14902d970626046e06
https://github.com/bhanvadia/lge-kernel-star/commit/31cd7ea99b962386ba12e36fc99e3ac9dc858def
it needs two fixes
- https://github.com/bhanvadia/lge-kernel-star/commit/604d675b84aaa905a675109e52b4becebded9cff
- https://github.com/bhanvadia/lge-kernel-star/commit/4ade8a95ed07aa5ac08d1923f48192f91ced8d68
Thanks wkpark for all these references. I logged in xda after many days, I wasnt aware about yours and harsh's attempt about oc. Anyways but I am happy, about your references and yours and harsh's work . Actually your 2 refrences posted last are useful that's neccessory for oc, I made a long route instead as I din't get much time to observe other files.
Thank you anyways
Sent from my LG-P990 using xda app-developers app
Welcome back buddy.....
Old is gold.....have seen the two old buddies come back when there sadness with one good one gone....
But life is like that......good and bad
O2X with Magical ROM and supersonic kernels from my buddies
whank u spica any one compile a OC kernel all ready?
Take your time, but those can't wait, all of us in fact, must try Topogigis rom
Sent from the new smoothly LGP990
Thanks Spica
Subscribed :laugh:
CarloIT said:
Thanks Spica
Subscribed :laugh:
Click to expand...
Click to collapse
I logged in after many days and found wkpark has already made oc available in easy more effective ways and more robustly it has been written
Users are usually don't aware about the real heroes and those such persons are wkpark, harsh etc who has given very much contributions for lg optimus 2x.
So thanks deserving persons are wkpark and harsh as well that users must know
"Share, learn and enjoy" that's the key to OpenSource
Sent from my LG-P990 using xda app-developers app
wkpark said:
this is another OC/UV patch
http://forum.xda-developers.com/showthread.php?t=1971350 (Please see attachments)
based on the "Overclocking the Toshiba AC100" work by gordan
- http://www.altechnative.net/2011/12/31/overclocking-the-toshiba-ac100/
and the TF101 OC by ibladesi
- https://github.com/ibladesi/TF101-HighOC-3P1
it works nicely with my SU660
harsh already applied simplified version of this OC/UV patch on his kernel
https://github.com/bhanvadia/lge-kernel-star/commit/ed65546739d458454f0c4d14902d970626046e06
https://github.com/bhanvadia/lge-kernel-star/commit/31cd7ea99b962386ba12e36fc99e3ac9dc858def
it needs two fixes
- https://github.com/bhanvadia/lge-kernel-star/commit/604d675b84aaa905a675109e52b4becebded9cff
- https://github.com/bhanvadia/lge-kernel-star/commit/4ade8a95ed07aa5ac08d1923f48192f91ced8d68
Click to expand...
Click to collapse
can u build one version for p990!
anjo88 said:
can u build one version for p990!
Click to expand...
Click to collapse
commit in my github is for P990 itself.
But as Topo said, OC is flaky currently. Anything more than 1.2 GHz make phone hang. Need to find where did NVIDIA implemented code for making CPU stuck as half frequency if its OCed.
Harsh said:
commit in my github is for P990 itself.
But as Topo said, OC is flaky currently. Anything more than 1.2 GHz make phone hang. Need to find where did NVIDIA implemented code for making CPU stuck as half frequency if its OCed.
Click to expand...
Click to collapse
great can u share it so that people can test! i have all msot shure that audio bug is boatloader related so if some on can compile a cm10 from RC and apply the new bootloader for testing will be great!
Anda I'm saying that because 28e/g cm10 old bootloader call problems v228/e/g new bootloader at 10 not a sigle call problem!
anjo88 said:
great can u share it so that people can test! i have all msot shure that audio bug is boatloader related so if some on can compile a cm10 from RC and apply the new bootloader for testing will be great!
Anda I'm saying that because 28e/g cm10 old bootloader call problems v228/e/g new bootloader at 10 not a sigle call problem!
Click to expand...
Click to collapse
bootloadr is not related with audio bug... and that will never be.
official leaked ics roms doesn't have audio bugs just because they are official p990 roms with the official p990 kernel from lg, i remind you that cm10 is using su660 kernel source, a not completely but strongly enough different phone.
pidocchio said:
official leaked ics roms doesn't have audio bugs just because they are official p990 roms with the official p990 kernel from lg, i remind you that cm10 is using su660 kernel source, a not completely but strongly enough different phone.
Click to expand...
Click to collapse
If you read a bit more, you'll find out that the original P990 ICS leak with untouched kernel is also suffering from the same bug. Nothing to do with CM10 or SU660...
Sent from my LG-P990 using xda app-developers app
pidocchio said:
bootloadr is not related with audio bug... and that will never be.
official leaked ics roms doesn't have audio bugs just because they are official p990 roms with the official p990 kernel from lg, i remind you that cm10 is using su660 kernel source, a not completely but strongly enough different phone.
Click to expand...
Click to collapse
If you read a bit more, you'll find out that the original P990 ICS leak with untouched kernel is also suffering from the same bug. Nothing to do with CM10 or SU660...
Click to expand...
Click to collapse
I think that the new bootloader and related thing have better compatibility with ics then the old gb bootloader, for sure..
I'm using the leaked ics from the beginning and i don't have a single call bug
Buccio said:
I think that the new bootloader and related thing have better compatibility with ics then the old gb bootloader, for sure..
I'm using the leaked ics from the beginning and i don't have a single call bug
Click to expand...
Click to collapse
why dont adapt cm10 with new bootloader and then we know wheter the in call audio bug is still present or not....sorry for oot
godh3ll said:
why dont adapt cm10 with new bootloader and then we know wheter the in call audio bug is still present or not....sorry for oot
Click to expand...
Click to collapse
Agree, someone with kind heart and capable should build cm10 with new bootloader/layout partition.
aldyu said:
Agree, someone with kind heart and capable should build cm10 with new bootloader/layout partition.
Click to expand...
Click to collapse
+11111
godh3ll said:
why dont adapt cm10 with new bootloader and then we know wheter the in call audio bug is still present or not....sorry for oot
Click to expand...
Click to collapse
I know audio bug is really an annoying bug.
I don't know whether audio bug is related to boot loader or not.
And about boot loader, I won't say its impossible w/o sources but we don't have boot loader sources, neither sources of old nor new:/
Sent from my LG-P990 using xda app-developers app
don't care about OC on JB, need ramhack...CM10 have tiny free ram

Mourta Kernel, the continuation of IODAK's excellent work.

Featuring a new cpufreq interface, AbyssplugV2, intelliplug and a whole host of new additions that are not available in any other kernel for the x3.
Among them are updates only found in this kernel, saner defaults via config, better optimizations for the actual code and a rewritten version of devfreq.
It also have an updated baseband configuration and built in rather than to keep a module as it makes no sense to have a vital function as a module.
https://bitbucket.org/mourta/liquid_kernel_lge_p880-stable/
Kernel: http://www.mediafire.com/download/viy5a3dtaccd0gm/mourta-stable-08-23.zip
If there is a request for it i also have a ROM available based on grouper blobs, AD optimizations and a build around this kernel with a new dev tree.
For kernel install, it's anykernel, you can install it on any custom ROM, for stock and the lastest updates you will have to head over to Modaco and my original thread.
Note that this is a one time release, if you like it you'll have to head over to modaco to get updates.
it should be noted that the recommended settings is using intelliplug (you may need to use kernel tweaker or trickster mod for that if you're not running my ROM, and abyssplugv2, i also recommend ROW for a sheduler and Westwood for your congestion handling.
Note that you can now overclock to any frequency and it will feed the GPU chip with the needed volatage, this is great for cooking a roast beef but not for any practical use.
Quadrant scores are 8k and the last Antutu was at 16487, no overclocking but you won't reach that without using my ROM.
And with that... i'm done.
Thanks to the IODAK, Fransico, Adam77Root, Faux123 and others that provided code and/or input.
Oh, what I see here? The awesome kernel I'm testing with @ottomanhero and lucaarx and the great dev and friend @IcanhasLG coming back on xda? Let's rock hard&heavy, right now!
peppethustra said:
Oh, what I see here? The awesome kernel I'm testing with @ottomanhero and lucaarx and the great dev and friend @IcanhasLG coming back on xda? Let's rock hard&heavy, right now!
Click to expand...
Click to collapse
We'll see how this goes.
Thankfully i am in touch with a mod that will keep this drama free,
And for anyone wondering, peppethustra is head of my testing crew, you get stable releases because of them.
It should be noted that i'm still going to prefer the forum that greeted me over the one that shunned me from the get go, updates here will be sporadic at best but on time on the other forum.
It's great to see your work on XDA.Now everyone can experience your awesome work
P.S. you can find neccessary links in my signature
Great work, running your kernel now.
But Iodak was not updated since long ago and its sources does not contain many great fixes from cm11 kernel.
Thats why Demetris relased Cyodak kernel in Android development section. It's Iodak brought up to date with latest cm 11 kernel .
It would great to see Muorta Kernel based on Cyodak instead of old Iodak. We would have your exclusive features with up to date cm11 kernel upgrades. But maybe you already upgraded iodak's source, let us know
FunkyRasta said:
Great work, running your kernel now.
But Iodak was not updated since long ago and its sources does not contain many great fixes from cm11 kernel.
Thats why Demetris relased Cyodak kernel in Android development section. It's Iodak brought up to date with latest cm 11 kernel .
It would great to see Muorta Kernel based on Cyodak instead of old Iodak. We would have your exclusive features with up to date cm11 kernel upgrades. But maybe you already upgraded iodak's source, let us know
Click to expand...
Click to collapse
Obviously, the real necessary updated patches have been implemented yet ("continuation" means this, too), so it's not necessary nor in Mourta's plans to base it on cyodak (which really isn't the only way to find updated code for our device)
peppethustra said:
Obviously, the real necessary updated patches have been implemented yet ("continuation" means this, too), so it's not necessary nor in Mourta's plans to base it on cyodak (which really isn't the only way to find updated code for our device)
Click to expand...
Click to collapse
That's what I wanted to know, as OP didn't explicitly stated it. Thanks
FunkyRasta said:
That's what I wanted to know, as OP didn't explicitly stated it. Thanks
Click to expand...
Click to collapse
Outdated sources never are a good base for developing a fresh new kernel or ROM, if there is a new compatible code implementation ready to be merged into the code That's the first thing a good developer checks (and if you can, look at Mourta's bitbucket linked in the OP to view his commits, there will be all the principal news about new code implementations)
Tried this but I loose my modem every now and then and the screen won't wake sometimes.
baxtex said:
Tried this but I loose my modem every now and then and the screen won't wake sometimes.
Click to expand...
Click to collapse
Go to Modaco and find newer version (26/8/2014) . It will resolve problems like yours
Okay will do.
How's the deep sleep ?
Written from my Optimus 4X powered by Omni 4.4
LGaljo said:
Go to Modaco and find newer version (26/8/2014) . It will resolve problems like yours
Click to expand...
Click to collapse
this version, according to trickster mod, does not use deep sleep state and still screen won't wake up sometimes. so i dropped it for now.
greetings
peter
peter_altherr said:
this version, according to trickster mod, does not use deep sleep state and still screen won't wake up sometimes. so i dropped it for now.
greetings
peter
Click to expand...
Click to collapse
Can you give more info about your ROM, kernel settings, setup etc. and provide a logcat if possible? That's a rare issue you're having there.I've used my phone for 20 hours now, (%3 battery left) and it slept for about 15 hours, same version.
I suggest you to try flashing the kernel twice.I had such problems with iodak kernel back in the time and flashing it twice had fixed the deep sleep issue.
ottomanhero said:
Can you give more info about your ROM, kernel settings, setup etc. and provide a logcat if possible? That's a rare issue you're having there.I've used my phone for 20 hours now, (%3 battery left) and it slept for about 15 hours, same version.
I suggest you to try flashing the kernel twice.I had such problems with iodak kernel back in the time and flashing it twice had fixed the deep sleep issue.
Click to expand...
Click to collapse
+1
@peter_altherr And more important thing: have you at least wiped cache and dalvik before flashing the kernel? If yes, try wiping system partition too (no factory reset, you can leave /data partiton intact) then reflash ROM, gapps and kernel, and see how it goes..wait 3 or 4 minutes before trying to wake up device, after the first boot, and deep sleep would start without problems
I have tried the 26/8 version but that still gives me RIL problems, I get no signal whatsoever. I cannot grab a logcat as I need my phone to work right now but I'm Running latest beanstalk version.
baxtex said:
I have tried the 26/8 version but that still gives me RIL problems, I get no signal whatsoever. I cannot grab a logcat as I need my phone to work right now but I'm Running latest beanstalk version.
Click to expand...
Click to collapse
Wait for next version, great changes will come even about this issue
@peter_altherr you should unplug it from charger and try unplugged.
when charging cpu never reaching deepsleep.
@ whoever had freeze/sod problems with last kernel version: a new fixed release has been uploaded (it's a minor release: reverted GPU OC, which was causing the problem). Check official thread for the download link
my phone does not see SD card with 0902
and yes im 100% sure its kernel problem....recovery sees my sd, and so iodak kernel

Categories

Resources