[Kernel] Optimus G Pro (E980, E988, F240) - LG Optimus G Pro

Hi there,
This is the kernel compiled for E980, E988, F240 LG Optimus G Pro, thanks to the LG bootloader being bypassed/unlocked by @djrbliss & also a lot of helps from @thecuded
All models are compiled with lastest source code (config build based on individual models)
!!!!!!!!!!!I Am Not Responsible For Any Problems Due To Flashing This Image!!!!!!!!!!!!!!
Make sure you do your own backup (by CWM / TWRP recovery)
Installation Instructions:
1. Install recovery program http://forum.xda-developers.com/showthread.php?t=2361941
2. Put the kernel zip in your external SD card (for example)
3. Install from recovery program
Kernel Features:
Target: Stable, Fast, Optional
==========================
V1.0
==========================
Support for init.d
IO Scheduler: Add FIOPS
Voltage Table Selectable: Min=600000 Max=1400000
TCP Congestion: WESTWOOD,HSTCP,HYBLA,HTCP,VEGAS,VENO,SCALABLE,LP,YEAH,ILLINOIS
CPU Gov: INTELLIDEMAND, DANCEDANCE,SMARTASS2,HYPER
Dynamic File Sync
NTFS_RW
NTFS_FS
Add Support WCD9310 FauxSound Audio Control ===> it seems not really working, just implement the coding
How to enable init.d:
Requirement: (busybox needs installed in /system/xbin)
Install this init.d-v01.zip
It will create the sysinit script in /system/bin, then create /system/etc/init.d folder with one initial file named "00setfs".
This script will execute automatically when start up, it will remount your /system , /data , /cache with "noatime" option.
If you don't like it, simply using root explorer to remove it later. Once init.d is working, you can create your own startup scripts.
Test if init.d is working ?
[email protected]:/ # mount | grep /system
mount | grep /system
/dev/block/platform/msm_sdcc.1/by-name/system /system ext4 rw,noatime,data=ordered 0 0
[email protected]:/ #
Click to expand...
Click to collapse
E980 Download:
V1.0 (fixed an issue about smart cover seems not working)
https://mega.co.nz/#!4cgx1S5b!W7Eg9iqvvvu2Ajpbsu-B_x6R23sKfZHuiB_qAvKlwcs
Click to expand...
Click to collapse
E988 Download:
V1.0
https://mega.co.nz/#!8ARC0CQa!QmckUCfeJIBa94MrhTK1g1fch8Bx7kqvDdmJ7oZ_fMs
Click to expand...
Click to collapse
F240K Download:
V1.0
https://mega.co.nz/#!1ARSUKoB!c0UMwCs2nR7kYT4W6cDmmXcOvkUeBZUMkzJD_shw1oU
Click to expand...
Click to collapse
F240S Download:
V1.0
https://mega.co.nz/#!BUYCTKJI!BdZUakZ11uJS7Q6uQov-uBcfYWc7vtgXSrP_0xrv-5s
Click to expand...
Click to collapse
F240L Download:
V1.0
https://mega.co.nz/#!oAJxGZiB!WxIGLQPll5KUt7VujBrYcXH0mCJVkQI2w4YHx-HpcDk
Click to expand...
Click to collapse
My github which to comply with GPL and XDA rules.
"If you like my work please consider Buying me a coffee by clicking ~donate to me button~ "
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

what version is 988, is that an international phone?

Timisone said:
what version is 988, is that an international phone?
Click to expand...
Click to collapse
yes, I will build other versions for KR F240K, L, S

Can you build one for 980 please?

Timisone said:
Can you build one for 980 please?
Click to expand...
Click to collapse
please dump your boot.img to me
(I believed you had been rooted)
adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/boot of=/sdcard/boot.img
and then upload to somewhere and let me know

hkfriends said:
please dump your boot.img to me
(I believed you had been rooted)
adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/boot of=/sdcard/boot.img
and then upload to somewhere and let me know
Click to expand...
Click to collapse
Here is the E980 boot.img
Sent from my LG-E980 using xda premium

acejoker25000 said:
Here is the E980 boot.img
Sent from my LG-E980 using xda premium
Click to expand...
Click to collapse
Please grant me access to your gdrive .... (no permission for my gmail account)

hkfriends said:
Please grant me access to your gdrive .... (no permission for my gmail account)
Click to expand...
Click to collapse
Changed it my bad didn't realize it was private
Sent from my LG-E980 using xda premium

acejoker25000 said:
Changed it my bad didn't realize it was private
Sent from my LG-E980 using xda premium
Click to expand...
Click to collapse
thank you for getting it for me.

Timisone said:
thank you for getting it for me.
Click to expand...
Click to collapse
No problem I just happened to be on at the right time.
Sent from my LG-E980 using xda premium

acejoker25000 said:
No problem I just happened to be on at the right time.
Sent from my LG-E980 using xda premium
Click to expand...
Click to collapse
guy, kernel is ready...
damn, I forgot I don't have E980 aboot image to LOKI patch (bypass security)
please dump aboot.img to me from E980
adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/aboot of=/sdcard/aboot.img
Edit: Oh, I manage to fix this issue (as E988 is the same signature with E980 in LOKI prg
You can ignore my request then...

hkfriends said:
guy, kernel is ready...
damn, I forgot I don't have E980 aboot image to LOKI patch (bypass security)
please dump aboot.img to me from E980
adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/aboot of=/sdcard/aboot.img
Edit: Oh, I manage to fix this issue (as E988 is the same signature with E980 in LOKI prg
You can ignore my request then...
Click to expand...
Click to collapse
Thank you. It looks to be working perfect.
---------- Post added at 12:22 PM ---------- Previous post was at 11:56 AM ----------
Are you going be making any custom roms? You seem very talented.

thanks for your work !
i just tried the F240L version and i could not connect to wifi anymore
maybe it's just (i need to go back to stock rom) me but someone else with F240L test it ?

Very nice work installed the E980 seems to be running smooth

Awesome looks like your kernel for the E980 fixed the TWRP touch screen issue on Updated TOT! very nice! thank you!:laugh:

whats the best app to use for the kernel?

Timisone said:
whats the best app to use for the kernel?
Click to expand...
Click to collapse
well i was on thecubes CWM recovery since TWRP wasnt working properly, then flashed kernel then flashed thecubes TWRP again and all is good:good:

turilo said:
well i was on thecubes CWM recovery since TWRP wasnt working properly, then flashed kernel then flashed thecubes TWRP again and all is good:good:[/QUOTE}
Is there a program this installs to manage the kernel or do I have to install one?
Click to expand...
Click to collapse

Timisone said:
turilo said:
well i was on thecubes CWM recovery since TWRP wasnt working properly, then flashed kernel then flashed thecubes TWRP again and all is good:good:[/QUOTE}
Is there a program this installs to manage the kernel or do I have to install one?
Click to expand...
Click to collapse
You need to get trickstermod from the play store to manage kernels tweaks
Sent from my LG-E980 using Tapatalk 2
Click to expand...
Click to collapse

Timisone said:
turilo said:
well i was on thecubes CWM recovery since TWRP wasnt working properly, then flashed kernel then flashed thecubes TWRP again and all is good:good:[/QUOTE}
Is there a program this installs to manage the kernel or do I have to install one?
Click to expand...
Click to collapse
You can install trickster MOD from the play store
https://play.google.com/store/apps/...xLDEsImNvbS5iaWdleWVzMHgwLnRyaWNrc3Rlcm1vZCJd
@hkfriends I installed it and it fixed the recovery touchscreen issues, but I don't see any of your added governors.
I'm on the AT&T variant E980
Click to expand...
Click to collapse

Related

ActivoSpeeder | V3.4 | CM ~ Stock ~ ICS ~ JB

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Original Mini Thread : Here
------------------------------------------------------------------------
Note : This ActivoSpeeder is modded and ported to Wonder, and
have alot differences than the original one from Mini, Young, and Ace.
ActiveAndroid is a evolution of SlickSleep, mixes
performance, battery saving and deep sleeping tweaks.
You can get many script in only 1 unique script.
Nothing like it's (it's only 1 form !), Yet.
------------------------------------------------------------------------
REQUIREMENTS
1. Android 2.3.x, 4.0.x, 4.1.x, 4.2.x
2. A pair of sharp eye
3. A working brain
4. Root Exploring apps
5. Small experience for moving script with Root Explorer
6. Kernel that support init.d
7. Patched services.jar for Android 4.0.x and later
8. The patched Zipalign library, here.
OPTIONAL REQUIREMENTS
1. Modded INT2EXT for working memory extender
------------------------------------------------------------------------
Installing script :
1. Download latest version
2. Reboot to recovery
3. Mount system
4. Flash the script .zip file
5. Reboot
Installing pre-patched zipalign binary :
1. Download it
2. Rename it to zipalign (no .txt behind it)
3. Push it to /system/xbin (just replace any zipalign binary which already there)
4. Change the permission to :
rwx
rwx
rwx
Installing Script Manually :
1. Download the Zip file
2. UnRAR the file with WinRAR and copy to SD Card
3. Open Root Explorer, move script to /system/etc/init.d
4. Change permission to :
rwx
rwx
rwx
5. Reboot your phone
6. Enjoy...
-------------------------------------------------------------------------------
Code:
[URL="http://forum.xda-developers.com/attachment.php?attachmentid=1859600&stc=1&d=1365145520"]Version 3.2 for Any ROM[/URL]
[URL="http://forum.xda-developers.com/attachment.php?attachmentid=1854789&d=1364973423"]Pre-patched zipalign binary (it's not a .txt file, just remove .txt line after you downloaded it !)[/URL]
-------------------------------------------------------------------------------
CREDITS
ALLAH SWT
Google -- Links, and OS
XDA -- Tutorial
Samsung -- Phone
adrian -- Helper
F4uzan -- Creator
Who Press Thanks -- Helper
My Friend -- Tester, and helper
Kwesley1020 -- Image
ImbaWind -- Adrenaline Engine
Zeppelinrox -- V6 Supercharger
LENAROX -- some part of his script are used here
MiniX Team -- For big support !
You -- Support, and user !
-------------------------------------------------------------------------------
Activo Version 3.2
- First release !
Activo Version 3.4
- Fixed kernel panic
- etc
-------------------------------------------------------------------------------
LIKE THIS SCRIPT ? RATE THIS THREAD 5 STAR AND VOTE FOR NEWSWORTHY THREAD !
Did anyone try and does it work.?
Too much flashing! I'm blinded on my Galaxy W!
TiTAN-O-One said:
Did anyone try and does it work.?
Too much flashing! I'm blinded on my Galaxy W!
Click to expand...
Click to collapse
I didn't try it yet. But, i think its absolutely work for our phone. Because f4uzan have been ported his script for Wonder:thumbup:
Sent from my GT-I8150 using xda premium
This activo speeder need any specific command to run? Thanks
-Sent from CM10.1 i8150-
i installed and is great i boot very fast also i app. open faster ~ i will need to check the battery now i will have soon news !!!
In that case... FLASHING IT AND FEEDBACK LATER...! :thumbup::thumbup::thumbup:
Too much flashing! I'm blinded on my Galaxy W!
Its working fine, my phone is smoother now not sure if placebo but will continue testing it
-Sent from CM10.1 i8150-
Requirements patched services.jar. what is that? Where can i get that? Sorry 4 this noob question
Sent from my CM10.1 Wonder
Just a little question so that I don't do it wrong :
Do I install only the script .zip file?
or do I need to install both the script .zip file and also the pre-patched zipalign binary?
Does this have autostart?
should we delete existing tweak before use this.. sorry.. new android user here..
Sent from my GT-I8150 using xda app-developers app
im using xburst tweaks... is it okay to use this ? does it conflict ?
i use it but suddenly my internal sd card undetected,
i flash the zip and put zipalign,did i do anything wrong?
i test this script. but sorry to say that it doesnt suit my need. multitasking is good, just not for gaming. i try play predator, it hang on the loading page. i'm a tester not a developer, so this is just the result of my testing.
jamestts said:
i test this script. but sorry to say that it doesnt suit my need. multitasking is good, just not for gaming. i try play predator, it hang on the loading page. i'm a tester not a developer, so this is just the result of my testing.
Click to expand...
Click to collapse
cifoel said:
i use it but suddenly my internal sd card undetected,
i flash the zip and put zipalign,did i do anything wrong?
Click to expand...
Click to collapse
gdonanthony said:
im using xburst tweaks... is it okay to use this ? does it conflict ?
Click to expand...
Click to collapse
kryptonite bob said:
should we delete existing tweak before use this.. sorry.. new android user here..
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
miki2o said:
Does this have autostart?
Click to expand...
Click to collapse
ghyeng said:
Just a little question so that I don't do it wrong :
Do I install only the script .zip file?
or do I need to install both the script .zip file and also the pre-patched zipalign binary?
Click to expand...
Click to collapse
geniusboy93 said:
Requirements patched services.jar. what is that? Where can i get that? Sorry 4 this noob question
Sent from my CM10.1 Wonder
Click to expand...
Click to collapse
hotheabilly said:
Its working fine, my phone is smoother now not sure if placebo but will continue testing it
-Sent from CM10.1 i8150-
Click to expand...
Click to collapse
TiTAN-O-One said:
In that case... FLASHING IT AND FEEDBACK LATER...! :thumbup::thumbup::thumbup:
Too much flashing! I'm blinded on my Galaxy W!
Click to expand...
Click to collapse
gmenelau said:
i installed and is great i boot very fast also i app. open faster ~ i will need to check the battery now i will have soon news !!!
Click to expand...
Click to collapse
Sorry all for not replying. I have work to do and have to leave XDA for a little bit. Again, sorry.
@gmenelau > Thanks for trying. I don't have Wonder so i must test it on my friend's phone/
@TiTAN-O-One > I'm waiting your feedback.
@hotheabilly > Great, after two users reported working that's mean i can port it futher
@geniusboy93 > Go to Supercharger thread at XDA, you will find some information there.
@ghyeng > You can install the .zip file only, but i recommend to install the zipalign library so boot will be faster.
@cifoel > What ROM do you use ?
@jamestts > I will try to improve it for gaming and multitasking needs. Thanks for report.
can answer my question ? im using it now with xburst tweak so far i dont have problems.. but i dont know if its working or not XD
I've included this tweak on my oneofakind rom with crossbreeder and x-burst tweaks, have people report that after include this tweak the wifi will disable when deepsleep, for me wifi working well and thanks for this tweak :good:
Sent from my GT-I8150 using xda app-developers app
ipromeh said:
I've included this tweak on my oneofakind rom with crossbreeder and x-burst tweaks, have people report that after include this tweak the wifi will disable when deepsleep, for me wifi working well and thanks for this tweak :good:
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
ow nyc to how about MonsterROM ? ))))) :laugh:
Deepsleep works fine on OOAK V15... Its just that, i don't know whether the script is working or not :/
Too much flashing! I'm blinded on my Galaxy W!
ipromeh said:
I've included this tweak on my oneofakind rom with crossbreeder and x-burst tweaks, have people report that after include this tweak the wifi will disable when deepsleep, for me wifi working well and thanks for this tweak :good:
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
AFAIK its may caused a confilct. First, x-burst tweak cant combined with v6,adrenaline, etc(check official thread). Second, this tweak have some combined tweak that has been added in x-burst such as ram script,deep sleeping tweak. Third, if you have been including x-burst to your rom you should not to adding crossbreeder again, because its has included in x-burst. cmiiw, just saying sir. i know u have a lot knowledge bout android than me hihi
Sent from my GT-I8150 using xda premium

[ROM|Stock|2.3.6] Flashable Stock S5660DXKT8 ROM

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi, Welcome to my thread!​
Today I'm gonna share this System Dump to able to flash "stock" rom to your gio!
FEATURES:
- Pure Stock Touchwiz 2.3.6 ROM
- Pre-Rooted
- Use of ext4 filesystem for faster load
- Use of custom kernel
SCRRENZ:
I have tell you it's pure stock
DOWNLOAD:
update_orig_S5660DXKT8.zip (118.2 MB)
https://mega.co.nz/#!I8pGQZDa!K1rXfmeEcHtHzmVH7tP4l2NU5ho2K9lvRMx-bZv5wsI
PATCHES:
- Patch to rev 2:
https://copy.com/6e7rHO2FbAuv
- px-kernel (to fix wifi error)
http://mirror.phiexz.com/file/265e77bdfab7a61821616f2b
THANKS TO:
- Samsung (for the stock ROM, and gio, etc)
- XDA-Developers (for comminity, etc)
- Me (for making this ROM )
- voetbalremco (for helping managing this thread)
- phiexz (for kernel)
- Chainfire (for SuperSU)
!!! CONSIDER BUY SUPERSU PRO !!!
CHANGELOG:
rev 1
- Initial version
rev 2
- fixed wifi error
----------------------------------------------------------------
HOW TO INSTALL:
1. Download the ROM
2. Download the patch
3. Install CWM or TWRP (if you don't have one)
4. Boot to CWM or TWRP
5. Install the ROM
6. Install the patch ONE-BY-ONE
7. Wipe data and dalvik
8. Reboot and go!
Dat MS Paint skills. :laugh::laugh:
by the way: custom kernel, ext4 and pre-rooted isn't pure stock but stock-based.
Could u upload it somewhere else? I cant find download buttom
Sent from my GT-S5660 using xda app-developers app
voetbalremco said:
Dat MS Paint skills. :laugh::laugh:
by the way: custom kernel, ext4 and pre-rooted isn't pure stock but stock-based.
Click to expand...
Click to collapse
Not paint lol, photoshop
Sent from my GT-S5660 using Tapatalk 4 Beta
batman38102 said:
Could u upload it somewhere else? I cant find download buttom
Sent from my GT-S5660 using xda app-developers app
Click to expand...
Click to collapse
Maybe tomorrow
Sent from my GT-S5660 using Tapatalk 4 Beta
Looks interesting, but like Voetbalremco, it's stock-based, but very close from pure keep up the good work! nu
Sent from my GT-I9100 using xda app-developers app
Caproid said:
Looks interesting, but like Voetbalremco, it's stock-based, but very close from pure keep up the good work! nu
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
it seems like I would provide update to this ROM to have latest gapps and... what? mods?
----
Anyone tried this? how do you feel? bugs?
wi-fi error
why you delete romanian language?
wifi error when i try to activate it .
ga8r13llitt05 said:
wi-fi error
why you delete romanian language?
Click to expand...
Click to collapse
I didn't delete Romanian, but it's DXKT8, that's mean it's East-Asian region, Malaysia, Singapore, Indonesia, Vietnam, etc
Wifi error : Wait for new patch ya guys!!
EDIT: PATCH AVAILABLE!
still don't work wifi ... I followed all steps and nothing :| .
AngSanley said:
I didn't delete Romanian, but it's DXKT8, that's mean it's East-Asian region, Malaysia, Singapore, Indonesia, Vietnam, etc
Wifi error : Wait for new patch ya guys!!
EDIT: PATCH AVAILABLE!
Click to expand...
Click to collapse
10x for your reply & 10x for patch
edit: still don't work
Maybe you add Deodexed and zipaligned?
Sorry my bad English
ga8r13llitt05 said:
10x for your reply & 10x for patch
edit: still don't work
Click to expand...
Click to collapse
okay, if still not work, download px-kernel and flash it, waiting for reports..
..
AngSanley said:
okay, if still not work, download px-kernel and flash it, waiting for reports..
Click to expand...
Click to collapse
Use u235 kernel instead because px-kernel can't handle ext4 on stock roms.
Put a link and some instructions for that kernel ..
buhanita said:
Put a link and some instructions for that kernel ..
Click to expand...
Click to collapse
AngSanley said:
okay, if still not work, download px-kernel and flash it, waiting for reports..
Click to expand...
Click to collapse
voetbalremco said:
Use u235 kernel instead because px-kernel can't handle ext4 on stock roms.
Click to expand...
Click to collapse
try this: http://mirror.phiexz.com/file/7b0f7db3a7e6ac16bf5998e2
work very well
10x op
and how to install?
buhanita said:
and how to install?
Click to expand...
Click to collapse
download, copy to sdcard, go to recovery, install zip from sdcard, choose zip, select, install, reboot

[DEV][ROM][JB 4.3][Unofficial] Omnirom

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DISCOUNTED
Omnirom
Rom:
http://dualhoki.vim.hu/bubor/dev/omnirom/ mirror: http://rpi.bubor.hu/bubor/dev/omnirom
gapps:
http://dualhoki.vim.hu/bubor/dev/gapps-jb-4.3.zip mirror: http://rpi.bubor.hu/bubor/dev/gapps-jb-4.3.zip
Issue
Same as other 4.3
Its not rooted, you must install superuser from recovery twrp description
reserved
20131028: include multiwindow support (start some app, hold down home key, hold your finger on any app, and click "add to split view")
You may neeed to set APN manually for gsm data, or just install http://dualhoki.vim.hu/bubor/dev/omnirom/Apn-fix.zip from recovery. Without clean install, you have to reset APN settings: settings-> more... -> mobile network -> access point names , click settings, Reset default.
One more rom,Glide still alive, thanks bubor
Sent from my SGH-I927 using XDA Premium 4 mobile app
NO Root access
WTF!!
P.S. I wonder why Omni can attract everyone's attention with just a speech, after all it's just another AOSP ROM, and the said "universal compatibility" is not that easily achievable...
Sent from Samsung Captivate Glide @ CM10.1.2
Capps please and changelog,bugs,etc
Sent from my SGH-I927 using xda premium
kdrumwork said:
Capps please and changelog,bugs,etc
Sent from my SGH-I927 using xda premium
Click to expand...
Click to collapse
what is capps? First build so no changelog and nobody knows the bugs.
For rooting, you must install superuser, what is inside my last twrp.
AndyYan said:
WTF!!
P.S. I wonder why Omni can attract everyone's attention with just a speech, after all it's just another AOSP ROM, and the said "universal compatibility" is not that easily achievable...
Sent from Samsung Captivate Glide @ CM10.1.2
Click to expand...
Click to collapse
You might the a look at the names of the core developers.
Sent from my OmniROM-powered LG Optimus 4X HD
where I can activate the multi windows, because I read that this ROM works with that option
Adam77Root said:
You might the a look at the names of the core developers.
Sent from my OmniROM-powered LG Optimus 4X HD
Click to expand...
Click to collapse
I care about who's in the party but care more about what the party's gonna throw at me. If it's another AOSP ROM that's painstaking to set up to ideal condition then I doubt if I would swallow (ParanoidAndroid/PACman are brilliant but I never got them to work exactly as I thought).
Sent from Samsung Captivate Glide @ CM10.1.2
Thanks bubor
Been wanting this since announcement of it at android BBQ.
Will try it out.
Do I flash twrp after Omni install? To get root?
Sent from my SGH-I927 using XDA Premium 4 mobile app
Think it could include the new version of play store found here?
Sent from my SGH-I927 using Tapatalk
---------- Post added at 06:09 PM ---------- Previous post was at 06:09 PM ----------
Lol messed up the link sorry
Sent from my SGH-I927 using Tapatalk
Yeah...
ugoPS said:
NO Root access
Click to expand...
Click to collapse
I can't post logcats, because there is no root access, so pretty much, I'm screwed....
D:
LaizureBoy said:
I can't post logcats, because there is no root access, so pretty much, I'm screwed....
D:
Click to expand...
Click to collapse
you dont need root access for logcat.
Just install superuser from recovery, thats all.
Uh oh.
Sent from my SGH-I927 using Tapatalk
---------- Post added at 06:34 AM ---------- Previous post was at 06:27 AM ----------
lockscreen clock messed up
Sent from my SGH-I927 using Tapatalk
install rom in my latest TWRP
mount->system
advanced -> file manager -> /system/xbin/su -> delete , reboot ->system
this point TWRP doesnt reboot, but offer to install supersu, swipe to install, it would reboot your phone.
You need internet, opne supersu installer, click TWRP, it will reboot twice, and you are completed.
...
bubor said:
install rom in my latest TWRP
mount->system
advanced -> file manager -> /system/xbin/su -> delete , reboot ->system
this point TWRP doesnt reboot, but offer to install supersu, swipe to install, it would reboot your phone.
You need internet, opne supersu installer, click TWRP, it will reboot twice, and you are completed.
Click to expand...
Click to collapse
1.) Wiped all of the caches.
2.)Did a factory reset.
3.)Installed the latest TWRP.
4.)Went to system\xbin\su and deleted it.
5.)Reboot.
6.)Nothing happened.
7.)Went to install the su-script.
8.)Same error message.
WTF?
LaizureBoy said:
1.) Wiped all of the caches.
2.)Did a factory reset.
3.)Installed the latest TWRP.
4.)Went to system\xbin\su and deleted it.
5.)Reboot.
6.)Nothing happened.
7.)Went to install the su-script.
8.)Same error message.
WTF?
Click to expand...
Click to collapse
what is "install the su-script"?
does /system/bin/.ext/.su exists?
I did it with new install, you need to wipe system only, install rom, gapps, and that is. If you tried to install superuser already, it might be problem.
bubor said:
what is "install the su-script"?
does /system/bin/.ext/.su exists?
I did it with new install, you need to wipe system only, install rom, gapps, and that is. If you tried to install superuser already, it might be problem.
Click to expand...
Click to collapse
I mean, when superuser asks you to install it via TWRP.
That's what I meant.
I just deleted su in bin, in the original instructions you stated to erase su in xbin...
LaizureBoy said:
I mean, when superuser asks you to install it via TWRP.
That's what I meant.
I just deleted su in bin, in the original instructions you stated to erase su in xbin...
Click to expand...
Click to collapse
but still /system/bin/.ext/ exists? you must delete it.

[ROM][AOSP Kitkat 4.4 GEEB Port][LS970][11/12/13][v2]

Rom No longer in development, i have moved on to another device.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is a port of the GEEB's kitkat aosp rom made by houston, the only credit i take is changing the framework xml's, with ours and adding the few lines missing from our build.prop. all credit goes to him for this. This is in no way perfect. i know there someone else doing this from source, but couple of users request i made a thread of his one and so i did.
houston's thread: http://forum.xda-developers.com/showthread.php?t=2509457
Changes:
v2
We now use our own rill class, and ril blobs, let see if this mitigates data issues(no guarantee's)
NFC fix now included in to the rom, no need to flash.
v1
Fixed GPS it now succesfully locks
Replaced the default kernel with the e975 one, this fixes the surfaceflinger/egl issues, and also enables 13mp(this depends on the camera apk you use)/fixes our camera.
Replaced defautl camera app, with the one from the nexus 5
backup your efs always, since we don't use our ril blobs or kernel, your efs might get corrupted, always have a backup handy.
Know issue:
Code:
[B]Camera focus not working
.[/B]
Screenshots:
Instructions:
flash ROM
flash GAPPS - Banks Gapps
flash SU supersu
the new 4.4 selinux security disable, so flash with any recovery
Download Link:
v2
https://mega.co.nz/#!gcMmHbBQ!p8aU5aYN4huOhVDcB9830OnfQfze9PY3OaWzimPFe6w
Click to expand...
Click to collapse
v1
http://d-h.st/dzJ
Click to expand...
Click to collapse
Initial build
http://d-h.st/krg
Click to expand...
Click to collapse
Other downloads:
NFC Fix
https://mega.co.nz/#!MA8wSCDQ!AiWCXA18neNm0ggQwN9BlxYdx7UTyAJEYLJXnJTAVjk
Click to expand...
Click to collapse
Odex Gapps for ART
http://d-h.st/8PP
Click to expand...
Click to collapse
credits to jfdsmabalot
Battery percentage Mod by kroegerama
http://forum.xda-developers.com/showthread.php?t=2516913
Click to expand...
Click to collapse
Thanks/credits
@Iomonster - for everything he does @chadouming
@xboxfanj
@dvhexer
@Shelnutt2 @autoprime - all his efs magic on LG phones
@slick_rick @ayysir
First!!! Thank you @siulmagic and @houstonn
Btw, do we need to use Mako's recovery to flash?
Very nice
Good job . every release I do u can fix it up for here
Sent from my LG G2 using Tapatalk
And I just got back to normal... Do I dare try again? Lol
Edit: Do we still need to flash the mako twrp with this?
idk how i got here...
treezy26 said:
And I just got back to normal... Do I dare try again? Lol
Edit: Do we still need to flash the mako twrp with this?
idk how i got here...
Click to expand...
Click to collapse
Not 100% but I believe so. I havent flashed this yet, but I needed to flash mako twrp for chadouming's omni 4.4 rom last night.
treezy26 said:
And I just got back to normal... Do I dare try again? Lol
Edit: Do we still need to flash the mako twrp with this?
idk how i got here...
Click to expand...
Click to collapse
nope flash using ether cwm or twrp from our device.
siulmagic said:
nope flash using ether cwm or twrp from our device.
Click to expand...
Click to collapse
Sweet, I was wrong, and am happy I was. Thank you siulmagic, I will flash this later tonight.
everytime i try to flash this it fails. any reason why?
treezy26 said:
everytime i try to flash this it fails. any reason why?
Click to expand...
Click to collapse
whats the error your getting? i flashed this before uploading it, and it flashed fine, im on twrp btw.
treezy26 said:
everytime i try to flash this it fails. any reason why?
Click to expand...
Click to collapse
Fails for me too...message: could not open zip
Using LS970 2.6.3.0 TWRP
Sent from my LG-LS970 using xda app-developers app
PabloCruzIII said:
Fails for me too...message: could not open zip
Using LS970 2.6.3.0 TWRP
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
gah dont tell me AFH is buchering uploads again =/. let me see what i can do
Huge thanks to @siulmagic and @houstonn !!!!
Looks like we are going to have plenty to play with!
Now to backup my SM10.2 that is setup nearly perfect to give this a spin. curious about this surfaceflinger thing....
Nice job dev!
Sent from my LG-LS970 using xda app-developers app
Aye, my download failed to flash as well. Both with TWRP 2.5 AND the Mako recovery.
Sent from my LG-LS970 using XDA Premium 4 mobile app
iamterence said:
Aye, my download failed to flash as well. Both with TWRP 2.5 AND the Mako recovery.
Sent from my LG-LS970 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
yep upload got corrupted, its missing 20mb woa.
siulmagic said:
yep upload got corrupted, its missing 20mb woa.
Click to expand...
Click to collapse
S'all good, man! **** happens, haha Is data working properly for you on this build? As in switching from data to WiFi and back
Sent from my LG-LS970 using XDA Premium 4 mobile app
siulmagic said:
nope flash using ether cwm or twrp from our device.
Click to expand...
Click to collapse
since you ported my rom.. u can use either cause i've disabled the new 4.4 selinux security on flashing..
I figured that it was corrupt (the flashing error). I appreciate the hard work you did on this port!
I'll patiently wait. While I chew my finger nails off =]
Sent from my LG-LS970 using xda app-developers app
houstonn said:
since you ported my rom.. u can use either cause i've disabled the new 4.4 selinux security on flashing..
Click to expand...
Click to collapse
Nice! Good thinking there sir, thank you!

[ROM] [4.4.2] [XenonHD - Unofficial][geespr-mako source] [03-15-14]

XenonHD is a custom firmware aka ROM for various Android devices. It is built from Android Open Source Project (AOSP) with additional features, performance and battery life improvements.
The idea behind XenonHD is to give users a ROM that is "blazing fast, rock stable and buttery smooth".
Base : KitKat 4.4.2 : FULL AOSP BASE FROM SOURCE.
It's Rockstable,Blazing fast.
and now Buttery Smooth too!
XenonHD Official Site
This rom is build from source. I used geespr sources (Mako sources) to get our device working (thanks Xboxfanj). I take no responsibility for your device if you somehow brick the device flashing the rom.
I flashed it this morning and so far so good. I have yet to come across any issues.
Onto the goodness.
Instructions
Backup your apps (Titanium Backup)
Make nandroid
Wipe/factory reset (Don't wipe internal sd)
Flash Rom
Flash GApps
Flash Kernel (xb-kb18 or f93 otherwise Wifi doesn't connect)
Reboot (if Superuser isn't built in or you don't have root, reboot into recovery and flash SuperSu)
If it fails to flash, try using this twrp recovery: twrp-geespr recovery
Update 03-15-2014
XenonHD 4.4.2 03-15-2014
Update 02-11-2014
XenonHD 4.4.2 11-02-2014
Downloads
XenonHD 4.4.2 02-02-2014
Mirror
Mirror II provided by @PartimusPrime
Banks GApps
SuperSU 1.91
xb-kj-geespr-b18 kernel
twrp-geespr recovery
Thanks
Team Horizon:
Adam80460
iceandfire
TheBr0ken
PCarenza
T-Macgnolia
Source:
Github TeamHorizon
Github Xboxfanj
Well thank you sir I'm a little excited about this one!
Sent from my Optimus G using xda app-developers app
gonna LGNPST Clean then flash this. gimme an hour lmao
Edit: No MTP.
askmeonemore said:
gonna LGNPST Clean then flash this. gimme an hour lmao
Edit: No MTP.
Click to expand...
Click to collapse
You sure about that? It works for me.
Screenshot of device connected as media device
Feature request! Could you add in the lockclock.apk to your zip? I've manually added it to mine, but that's a must have feature for me. I love cLock.
I've just booted this thing up. She sure is fast! I'll run it for a few hours and report back. Thanks again for this ROM dude!
Strange.
Flashing failed for me:
set_metadata_recursive: some changes failed
Error executing updater binary in zip​
Coming from Optimus_DE V5 ROM which is an optimized stock ZVC.
mesacarvin said:
Strange.
Flashing failed for me:
set_metadata_recursive: some changes failed
Error executing updater binary in zip​
Coming from Optimus_DE V5 ROM which is an optimized stock ZVC.
Click to expand...
Click to collapse
Try updating the twrp version.. If it's failing chances are it's based off mako sources
Sent from my Optimus G using Tapatalk
---------- Post added at 10:57 PM ---------- Previous post was at 10:51 PM ----------
@jblazea50 check your pm
Sent from my Optimus G using Tapatalk
goast said:
Try updating the twrp version.. If it's failing chances are it's based off mako sources
Sent from my Optimus G using Tapatalk
---------- Post added at 10:57 PM ---------- Previous post was at 10:51 PM ----------
@jblazea50 check your pm
Sent from my Optimus G using Tapatalk
Click to expand...
Click to collapse
I already mentioned in the OP about it being geespr.
Anyway, I've changed the thread title to reflect it's using mako sources and highlighted the geespr part in the OP.
Thanks
edit: Added the twrp-geespr recovery that'll allow you to flash the rom successfully.
jblazea50 said:
I already mentioned in the OP about it being geespr.
Anyway, I've changed the thread title to reflect it's using mako sources and highlighted the geespr part in the OP.
Thanks
Click to expand...
Click to collapse
Sorry didn't see it when I looked. Just wanted to help avoid all the wouldn't flash posts!!! Good job on the ROM BTW!! :sly:
Sent from my Optimus G using Tapatalk
jblazea50 said:
I already mentioned in the OP about it being geespr.
Anyway, I've changed the thread title to reflect it's using mako sources and highlighted the geespr part in the OP.
Thanks
Click to expand...
Click to collapse
Thanks.
I've updated Twrp flashing the Chadouming Custom TWRP for 4.4
Successful flash
Does this have lockscreen notifications?
Sent from my Bangin' G on Mahdi 4.4.2
jblazea50 said:
You sure about that? It works for me.
Screenshot of device connected as media device
Click to expand...
Click to collapse
it says that for me too but it doesnt show up on pc. but it works on stock
ThatKawaiiGuy said:
Does this have lockscreen notifications?
Sent from my Bangin' G on Mahdi 4.4.2
Click to expand...
Click to collapse
Yes it does. Settings > Rom Settings > Active Display
askmeonemore said:
it says that for me too but it doesnt show up on pc. but it works on stock
Click to expand...
Click to collapse
I'm not sure why that would be. I was able to get it to show up on my laptop. While being plugged in to computer, try going into settings> storage > menu > USB computer connection and just check/uncheck MTP few times.
jblazea50 said:
Yes it does. Settings > Rom Settings > Active Display
Click to expand...
Click to collapse
Not active display, Lockscreen Notifications, like in Mahdi
Sent from my Bangin' G on Mahdi 4.4.2
jblazea50 said:
Yes it does. Settings > Rom Settings > Active Display
I'm not sure why that would be. I was able to get it to show up on my laptop. While being plugged in to computer, try going into settings> storage > menu > USB computer connection and just check/uncheck MTP few times.
Click to expand...
Click to collapse
i tried it like 50 times lol. same thing happens with supernexus. PTP works and my phone shows for that but not for mtp
ThatKawaiiGuy said:
Not active display, Lockscreen Notifications, like in Mahdi
Sent from my Bangin' G on Mahdi 4.4.2
Click to expand...
Click to collapse
Hmmm...then I don't know what lockscreen notification is. I'll need to see it in action.
jblazea50 said:
Hmmm...then I don't know what lockscreen notification is. I'll need to see it in action.
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Like this
Sent from my Bangin' G on Mahdi 4.4.2
ThatKawaiiGuy said:
Like this
Sent from my Bangin' G on Mahdi 4.4.2
Click to expand...
Click to collapse
Ok, thanks. I saw video on youtube.
This rom doesn't have that. At least based on what I looked through.
jblazea50 said:
Ok, thanks. I saw video on youtube.
This rom doesn't have that. At least based on what I looked through.
Click to expand...
Click to collapse
Alright thanks, I'll wait till that's added in
Sent from my Bangin' G on Mahdi 4.4.2
askmeonemore said:
i tried it like 50 times lol. same thing happens with supernexus. PTP works and my phone shows for that but not for mtp
Click to expand...
Click to collapse
Try reinstalling the device usb drivers.
I don't have a solution for it. Un-installing and re-installing the drivers might fix it.

Categories

Resources