{
"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"
}
Custom kernel for the Motorola Xoom
LATEST RELEASE: ElementalX-Xoom-2.1 (December 10, 2013)
Code:
* Standard disclaimer:
* Your warranty is now void. Use at your own risk.
* In other words: It is your choice to use this software,
* I am not responsible for any damage or problems!
FEATURES:
compatible with all ROMs, including Android 4.3
sweep2wake
doubletap2wake
Overclock to 1.7GHz
user voltage interface
GPU overclock
OTG support
ROW scheduler
zRam with Google's snappy compression
governors: interactiveX2, smartassv2, intellidemand, lagfree, lionheart
NTFS read/write support
optional exFAT support
battery saving tweaks
DOWNLOAD
Latest version (requires big part mod):
ElementalX-Xoom-2.1
ElementalX-Xoom-2.1-vanilla (no GPU overclock)
Previous version (for those without the bigpart mod)
ElementalX-Xoom-v1.3
ElementalX-Xoom-v1.3_vanilla (no GPU overclock)
Previous versions:
ElementalX-Xoom-v1.2
ElementalX-Xoom-v1.2_vanilla (no GPU overclock)
ElementalX-Xoom-v0.8
ElementalX-Xoom-v0.7:
Wingray
Stingray
Everest
CM10.1-Wingray
CM10.1-Stingray
CM10.1-Everest
ElementalX-Xoom-v0.5-Wingray
ElementalX-Xoom-v0.5-Stingray
ElementalX-v0.4: http://goo.gl/fdKEE
ElementalX-v0.2: http://goo.gl/PD1sx
ElementalX-v0.1: http://goo.gl/kXvRW
INSTALLATION
Install zip from recovery.
You must have an existing working kernel for the ROM you are using, and you must reflash this kernel whenever you change to a different ROM. The reason is that the universal installer injects the ElementalX kernel into whatever boot.img that is currently installed.
Please hit the Thanks button if you download this
If you really like it, please consider buying me a beer
Actually, I won't spend it on beer. I'm saving it up for my next device
Click to expand...
Click to collapse
Thanks:
dreamcwli for initial kernel source
TDR, kcrudup, bigrushdog and everyone else who came before me
NOTES:
Compatibility
Works on all Xoom models: wingray, stingray and everest. As of version 1.0, it should work on any ROM. I have tested it on EOS4, My Android, CM10.1, CM10, Baked BB8 and Orca. It should work on others, including Android 4.3
Versions
The vanilla version does not overclock the graphics. I recommend using the regular version unless you are specifically having issues due to the overclocked graphics.
Configuration
The config file is located at /etc/elementalx.conf. You can edit this file to change kernel settings. Whatever is set in this file will take effect when the device is booted. A log file is stored at /data/local/tmp/elementalx.log
Sweep2Wake
I totally revamped sweep2wake. To put the screen to sleep, you now have to swipe along the edges. You can swipe anywhere to turn the screen on. There is a new option for sweep2sleep only.
0=disabled
1=sweep2wake/sweep2sleep (default)
2=sweep2sleep only
/sys/android_touch/sweep2wake
There is also an option called shortsweep (enabled by default) so you don't have to sweep all the way across the screen. You can turn the shortsweep option off.
0=disabled
1=enabled (default)
/sys/android_touch/shortsweep
Doubletap2wake
Doubletap2wake is another new feature. You can turn the screen on by double tapping anywhere on the screen.
0=disabled
1=enabled (default)
/sys/android_touch/doubletap2wake
If you are one of those with sleep of death from sweep2wake, you might want to try sweep2sleep only and doubletap2wake disabled. Then you can still sweep your screen to sleep, but the touch driver acts completely as stock during suspend.
All these options can be changed in /etc/elementalx.conf so they are automatically set at boot.
zRam
zRam creates a compressed block device in RAM that is used as swap. Although it claims some of your RAM as swap, everything written to swap is compressed. This increases the apparent memory available to the system and helps with multitasking. Swap files on disk are very slow, but with zRam the swap is on RAM so it can be read as quickly as regular memory. Even though the data need to be decompressed, modern CPUs can decompress quicker than if it had to be to read from disk. The penalty is cpu usage, which could drain battery; however, this is likely negligable in daily use. I didn't enable this by default because not everyone will want it. This is for heavy multitaskers and will allow you to quickly switch between more apps and have more tabs open in your browser without refreshes.
zRam is disabled by default. If you want to enable it, edit /etc/elementalx.conf
change ZRAM=0 to ZRAM=1 and reboot.
You can check if zRam is working by typing the command "free" into the terminal. You should see the total used and free swap. If these are all 0, then zRam is not enabled.
Governors
Intellidemand is the recommended governor, but there are several to choose from. If your ROM has performance settings, check that your desired governor selected.
Max Screen Off Frequency
You can toggle max screen off and change the max screen off frequency by editing /etc/elementalx.conf.
If you want to edit the settings directly, the sysfs entries are at /sys/devices/system/cpu/cpu0/cpufreq/screen_off_max_enabled and /sys/devices/system/cpu/cpu0/cpufreq/screen_off_max_freq
Editing those files doesn't persist after a reboot, if you want the setting to persist, edit /etc/elementalx.conf
If you have instability or reboots while the screen is off, disable max screen off frequency.
exFAT support
There is also optional support for the exFAT filesystem. A module has to be loaded for it to work, it is not loaded by default. The option to load it at boot is in /etc/elementalx.conf
CHANGELOG:
December 10, 2013 - ElementalX-Xoom-2.1
-fix power button
December 9, 2013 - ElementalX-Xoom-2.0
-compatible with bigpart mod
-adjust doubletap2wake
-numerous other changes that hopefully make it snappier
September 14, 2013 - ElementalX-Xoom-v1.3
-redo sweep2wake
-add doubletap2wake
-enable selinux
-optional exFAT support
-disable max screen off frequency by default
April 11, 2013 - ElementalX-Xoom-v1.2
-disable MMC deferred resume (thx cyanogenmod team)
April 7, 2013 - ElementalX-Xoom-v1.1
-fix: boot frequency is max 1000MHz
-add toggle for max screen off
-add adjustable max screen off frequency
April 5, 2013 - ElementalX-Xoom-v1.0
-vanilla version does not overclock graphics (oc version is recommended unless you have problems)
-s2w: choose 1 or 2 finger sweep
-s2w: fixed to ensure only single motion is detected
-add ROW scheduler
-ROW is now default scheduler
-automatic process group scheduling
-added Joe's RCU
-screen off max frequency of 486MHz
-cpu1 off when screen is off
-enable extra CIFS stuff
-avoid loadavg moire
-add arm cpu topology
-universal installer is now fully universal
March 18, 2013 - ElementalX-Xoom-v0.8
-optimized build -O3 Linaro 4.7.3
-universal installer
March 11, 2013 - ElementalX-Xoom-v0.7
-fix nvmap.c warning
-fix init script (was stalling during boot)
March 10, 2013 - ElementalX-Xoom-v0.6
-add kernels for all Xoom subtypes
-add kernels for Cyanogenmod 10.1
-dual zram
-add sweep2wake options in /etc/elementalx.conf
-disable gentle fair sleepers
-speed up framebuffer copy
-use glibc memcpy
-use glibc string
-optimized ARM rwsem algorithm
-Makefile optimizations
-lower transition latency:
-readahead set to 2048
-noatime, nodiratime by default
-switch do_fsync() to fget_light()
-add /dev/frandom
-disable preemption in machine_shutdown
-remove clock sleepable warning
-Drop GFP_COMP for DMA memory allocations
-use memory compaction
-correct check in dev_addr_del()
-fix 32-bit overflow in get_monotonic_boottime
-Fix L2X0_AUX_CTRL_WAY_SIZE_MASK
-enable l2 cache data prefetch
-update tegra i2c
-disable preemption when reading CCSIDR
-use kzalloc instead of kmalloc
-switch to kzalloc/vzalloc
February 16, 2013 - ElementalX-Xoom-v0.5
-patched up to dreamwcli's latest source (wifi tether support)
-added dancedance (credit snuzzo and The Captain)
-Makefile optimizations
February 12, 2013 - ElementalX-Xoom-v0.4
-sysfs interface for sweep2wake
-added governors: interactiveX2, smartassv2, intellidemand, lagfree, lionheart
-added zRam with Google snappy compression
-fix init.d support
-add init script and config file
February 12, 2013 - ElementalX-Xoom-v0.2
-tweak overclocking and cpufreq driver
-add GPU overclock
-add installer
-increase readahead to 1024MB
-allow CPU-supported unaligned accesses
-add NTFS write support
February 11, 2013 - ElementalX-Xoom-v0.1
-Initial release (beta)
-based on dreamcwli kernel http://forum.xda-developers.com/showthread.php?t=1997434
-add sweep2wake
Click to expand...
Click to collapse
Source:
ElementalX-Xoom
sweep2wake patch: http://goo.gl/ImX9v
.
I hate the power button on the Xoom, so I decided to implement Sweep2wake. I just started working on this last night, so I haven't done any changes other than sweep2wake. Once sweep2wake is working well, I will add a bunch of other features.
I'll update the OP properly later this week.
Awesome stuff, gonna try it tonight. Should this work on CM10.1? what about Stingray?
There are many governors available for other devices, any chance you can include them in this one?
Thanks for the effort, we've been starving for new kernels for a long time now...
shpitz461 said:
Awesome stuff, gonna try it tonight. Should this work on CM10.1? what about Stingray?
There are many governors available for other devices, any chance you can include them in this one?
Thanks for the effort, we've been starving for new kernels for a long time now...
Click to expand...
Click to collapse
I will be adding more features and an installer sometime this week.
I think CM10 needs a different kernel, but I'm not sure. If you try it, let me know if it works. I've only tested on My Android and EOS4.
If someone could let me know what needs to be added for Stingray, I could give it a shot but I wouldn't be able to test it since I have the wifi only xoom. Is the modem the only difference between Stingray and Wingray?
I don't have a clue, but will try tonight
Re: [KERNEL] [Xoom WiFi] [Feb11] ElementalX-Xoom-v0.1 | OC | UV | SWEEP2WAKE
Dude, thanks for another option!
Sent from my Xoom using Tapatalk 2
OK, tried it just now and it won't boot, stuck at the boot animation of CM10.1 nightly 02112013 (Stingray).
Any logs I can pull? Followed the steps in the OP.
EDIT: Flashed boot.img from the cm-10.1-20130211-NIGHTLY-stingray.zip, booted fine.
EDIT2: I wonder if i need to flash radios after the kernel?
shpitz461 said:
OK, tried it just now and it won't boot, stuck at the boot animation of CM10.1 nightly 02112013 (Stingray).
Any logs I can pull? Followed the steps in the OP.
EDIT: Flashed boot.img from the cm-10.1-20130211-NIGHTLY-stingray.zip, booted fine.
EDIT2: I wonder if i need to flash radios after the kernel?
Click to expand...
Click to collapse
I don't think your mobile will work, this is based on dreamcwli's kernel, which currently only has full support for wingray and everest. This will work on stringray except the mobile data connection.
It appears this does not work with CM10 (I'm not surprised)
Installed it on the other Stingray tablet running My Android (don't have data activated on it) and it works fine.
What do you use to control the kernel? freqs, voltages, gpu, etc...?
shpitz461 said:
Installed it on the other Stingray tablet running My Android (don't have data activated on it) and it works fine.
What do you use to control the kernel? freqs, voltages, gpu, etc...?
Click to expand...
Click to collapse
Haven't used my xoom much lately, but CPU Master seems to work.
______________________________________
so, anyone try sweep2wake yet?
.
Re: [KERNEL] [Xoom WiFi] [Feb12] ElementalX-Xoom-v0.2 | OC | UV | SWEEP2WAKE
Nice vid. Kinda pissed i didnt bring my xoom ti my girls so i could flssh this right now. Keep up the good work
Sent from my Galaxy Nexus using Tapatalk 2
this kernel is awesome! i'm so happy to finally see the xoom get some kernel love.
will you be implementing the fiops or row i/o scheduler?
Re: [KERNEL][Feb12] ElementalX-Xoom-v0.4 | OC | UV | GPU OC | ZRAM | SWEEP2WAKE
Sleep2wake works like a dream (hahaha) on myandroid. Fabulous, and still buttery smooth. Haven't tried it on eos yet; flar, does it take away the launcher lag at all?
Sent from my XT894 using xda app-developers app
awesome~great work
notbrodie said:
this kernel is awesome! i'm so happy to finally see the xoom get some kernel love.
will you be implementing the fiops or row i/o scheduler?
Click to expand...
Click to collapse
I'm going to be testing out a bunch of different governors and schedulers. Some will probably have to be backported, since this is still a 2.6 kernel and everything else I've worked on lately is well into 3.x.
Seeing as there are only a few people tyring this, I'll probably just toss everything out there as I build it.
alex94kumar said:
Sleep2wake works like a dream (hahaha) on myandroid. Fabulous, and still buttery smooth. Haven't tried it on eos yet; flar, does it take away the launcher lag at all?
Sent from my XT894 using xda app-developers app
Click to expand...
Click to collapse
If you're talking about a delay in the animation when you exit the app drawer, then yes, it still lags. I've noticed it happens only on screens with icons and widgets. No problem on blank screen (ie, just wallpaper, no icons or widgets).
Could you create test builds for Stingray? Currently running Baked v7 on it.
shpitz461 said:
Could you create test builds for Stingray? Currently running Baked v7 on it.
Click to expand...
Click to collapse
I think this should work, minus the mobile connection.
I would like this to work on all models, but I just started poking around with xoom kernels on Sunday, so I'm not up to speed on all the hardware variations and requirements yet.
Re: [KERNEL][Feb12] ElementalX-Xoom-v0.4 | OC | UV | GPU OC | ZRAM | SWEEP2WAKE
flar2 said:
I think this should work, minus the mobile connection.
I would like this to work on all models, but I just started poking around with xoom kernels on Sunday, so I'm not up to speed on all the hardware variations and requirements yet.
Click to expand...
Click to collapse
Excellent work for only a few days. The sweep2wake feature is great because it also works from the lockscreen, unlike other solutions.
Swyped from my Xoom
flar2 said:
I think this should work, minus the mobile connection.
I would like this to work on all models, but I just started poking around with xoom kernels on Sunday, so I'm not up to speed on all the hardware variations and requirements yet.
Click to expand...
Click to collapse
We haven't had new kernels for months/year, so there's no rush. Appreciate your work and effort!
Re: [KERNEL][Feb12] ElementalX-Xoom-v0.4 | OC | UV | GPU OC | ZRAM | SWEEP2WAKE
Hi, flar2
Can you apply changes committed on February 11 in my repo to fix Wi-Fi tethering for stingray and umts_everest users?
Related
MAGRATHEA
click magrathea to begin
{
"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"
}
"....BOCA's back, with twice the nitrous, & twin turbos!"
Click to expand...
Click to collapse
A quick message from ME!
I have NEVER, sold this rom, nor any open source software.
Nor, have I ever CHARGED money for access to my early releases.
The issue was with kernel source code, (or lack of it)
and in my public voice of dissatisfaction
Again, never have sold ANYTHING! But according to the GPL, I can.
Apparently, every single developer,
more so kernels and applications, developed under the GPL,
are required to have a source code up.
Kernels are GPL, my rom's apps are Apache
PLEASE REPORT ANY THREADS
OR DEVELOPERS
of roms/kernels & apps
THAT DO NOT COMPLY WITH THE GPL!!!!
It is illegal software.
Alot of paid apps are GPL, and a source code is required
Also:
According to XDA: having a contributor release, is acceptable, but not preferred by xda.
Therefore: the Contributor program will remain.
Kernel source added: go to my website, and hit the information tab.
Although, I choose to advertise my work on XDA:
because of recent treatment, I will not be here, much
I will check in here, from time to time,
but I much prefer you join me on my website.
Fell free to post and discuss here, there...anywhere!
Thank you, everyone, who showed your support, while I was XDA banned
ROM Permissions:
NO part of BOCA may be relinked, nor uploaded anywhere.
Period.
Nor distributed in whole or part, without my permission,
and possibly the other developers whose work is in BOCA.
KERNEL Permissions:
full permissions granted,
just give me credit,
and link me to active/inactive work it's used in or to create
Major thanks to Humbros & Ronis for this newest release
I look forward to reading your BOCA reviews
Complete BOCA project general release CHANGELOG
goodness that's a long project changelog!
UPDATE:
11/20/2011
Newest test zImage BEING uploaded for testers/contributors as a flashable zip
kernel features
*TINY_SHMEM FILE SYSTEM enabled
*LCD Voltage down to 260000 from 300000
*Touchscreen Driver Tweaks
*10 point touch
*OC/UV 600mhz, 1.2 & 1.4ghz added
*Set at 1000mhz stock
*voodoo sound v10
*patched up to 2.6.35.13 (from 2.6.35.7)
*Minimal Undervolt Settings
*new recovery (made by Humbros - 'pimped out by diz' - 'pimping' taken out (just for this test)
*large market downloads
*CPU Governor SAVAGEDZEN
*CPU Governor SmartassV2
*CPU Governor DARKSIDE - NEW
*CPU Governor SCARY -NEW
*CPU Governor GREASELIGHTNING -NEW
*CPU Governor ONDEMANDX - NEW
*CPU Governor LagFree
*CPU Governor Conservative
*CPU Governor Smoothass
*CPU Governor Interactive
*CPU Governor Interactive X
*CPU Governor performance
*CPU Governor powersave
*CPU Governor On demand
*CPU Governor user space
*Fifo I/O Scheduler
*NOOP I/O Scheduler
*CFQ I/O Scheduler
*DEADLINE I/O Scheduler
*V/R I/O Scheduler
*SIO I/O Scheduler
*BFQ-v2 I/O Scheduler
*AutoGroup Shed
*CONFIG_NETFILTER_XT_TARGET_LED
*video record has returned once again. - thanks jt1134
*better memory killer
*very flexable undervolting
*lower tab temperature
*"trickle charge" (VERY SLOWELY) in car
11/18/2011
Newest test zImage uploaded for testers/contributors as a flashable zip
kernel features
*TINY_SHMEM FILE SYSTEM enabled
*LCD Voltage down to 260000 from 300000
*Touchscreen Driver Tweaks
*10 point touch
*OC/UV 600mhz, 1.2 & 1.4ghz added
*Set at 1000mhz stock
*voodoo sound v10
*patched up to 2.6.35.13 (from 2.6.35.7)
*Minimal Undervolt Settings
*new recovery (made by Humbros - 'pimped out by diz'
*large market downloads
*CPU Governor SAVAGEDZEN
*CPU Governor SmartassV2
*CPU Governor LagFree
*CPU Governor Conservative
*CPU Governor Smoothass
*CPU Governor Interactive
*CPU Governor Interactive X
*CPU Governor performance
*CPU Governor powersave
*CPU Governor On demand
*CPU Governor user space
*Fifo I/O Scheduler
*NOOP I/O Scheduler
*CFQ I/O Scheduler
*DEADLINE I/O Scheduler
*V/R I/O Scheduler
*SIO I/O Scheduler
*BFQ-v2 I/O Scheduler
*AutoGroup Shed
*CONFIG_NETFILTER_XT_TARGET_LED
*video record has returned once again. - thanks jt1134
*better memory killer
*very flexable undervolting
*lower tab temperature
*"trickle charge" (VERY SLOWELY) in car
many thanks to humberos & Ronis
11/18/2011
BOCA 2.3.7 Test #8
uploaded for testers/contributors
(*full changelog now available from inside BOCA test V8
CyanogenMod_settings/system/view_changelog
*modded vold so mount points mirror Samsung stock
*Build.prop tweak
Changed:
ro.build.tags=test-keys
to
" "=release-keys
Might help with some market issues.)
11/18/2011
BOCA 2.3.7 Test #7
uploaded for testers/contributors
11/14/2011
project tentatively reopened
11/4/11
BOCA 2.3.7 suspended due to market issues, German region getting photos deleted, and having no computer to give proper support.
ROM still available at my website, but beware the above issues are possible.
10/31/11
Thanks to arcelor for the market fix
http://forum.xda-developers.com/show...&postcount=108
Initial 2.3.7 BOCA general release
NOTE TO MY CONTRIBUTORS!!!
This is 2.3.7BOCA_test3, you already have it!
10/25/11
*3 new governors (smartassV2, smoothass and lagfree) thanks ronis and humbros! BOCA has 9 to choose from
*new recovery with both internal & external support,
*adjusted the frame buffer rate, again
* voodoo sound v10 added in kernel
*can now browse in incognito mode (leave no cookies, history or cache behind!)
*Secret Agent theme by default,
*cyanobread and androidian theme chooser themes added,
*Gtalk with video over 3g or wifi,
*Giff animations work in browser,
*you can now use your wireless keyboard properly,
*10 point touch, 1.2, 1.4 ghz
*VTL Launcher, blinker tab, es task manager, new superuser, car home, *touchscreen booster - included,
*FUGU tweaks,
*System blur removed
*New status bar hide animation,
*fully working market,
*blue black gmail,
*Auto download email attachments: false,
*stepping kernel - thanks kodaxi
*large market downloads should be fixed, thanks tek
*default screen timeout is now 10 minutes,
*tablet tweak icons rearranged to mirror our tabs soft buttons,
*PSP and wiimotes DO work
*Wifi on by default
*screenshot added to power menu, screenshot rotation fixed
*power menu rewrite to reflect its a tablet, not a phone,
*home added to power menu,
*Default ua browser is: ghasp ipad! RIP Steve Jobs,
*Facebook zynga games work from Facebook.com now in browser now, try Linux UA,
*HD world boot animation,
*tweaKr removed juwe ram script removed, heretic mode removed, for now! Writing v2 ,
*Status bar widened, to 35, up from 25
*Statusbar icons enlarged to 35, up from 25
*Tablet tweak icons moved off of the edge of the screen-it bugged me,
*Fullscreen disabled(means you always have a status bar, hide it with arrow, bring it back with volume down)
*Wifi scan set to 155,
*Dalvic vM set to: dalvik.vm.heapstartsize=5m, dalvik.vm.heapgrowthlimit=64m, dalvik.vm.heapsize=128m,
*maxevents per second:85
*LCD density at 190- I like 180 better,
dock sounds activated,
*bluetooth everything should be fixed,
*there is still a bug were the hotspot wont password secure, stays open,
*video playback fixed,
*Games play nicely,
*you tube HDplayback fixed
*tons of system sounds to choose from
*61 languages supported natively
*much faster browser scroll, zoom and performance
*way better battery
*New default load 360 drag lockscreen (ring)
*3rd party app install warning removed
*Tons of frameworks and system ui xml work!
(BOCA v2 HERETIC releasd)
8/1/11
*Fixed and re uploaded Secret Agent and High Voltage mount points
*added p100L/N versions
*Video record DOES NOT WORK ANYMORE as far as I know. The dev responsible for this miracle, asked that his work be removed until further notice. Try some apps, u may get it going, IDK.
*Updated FUGU tweaks
*adjusted the frame buffer rate, again
*Added a removed apps folder (system/removed apps) these apps include mathon tab browser, padkite, and BOCA netflix
*Incorporated HERETIC mode
*Auto zip align and app deox, upon boot
*massive data tweaks (stays higher on the upper levels of broadband connection now, among alot of others)
*multiple phone tweaks including shortened delay
*pointer reset now set at 1 millisecond, up from 3 milliseconds (a more responsive touchscreen)
*added minfree ram mods (2560,4096,6144,12288,14336,18432)
*Themed market and gmail added, with developers permission
*new boot animation
*auto media management
*GPS tweaks
*now uses CPU for acceloration (this equals better multitasking and gameplay)
*features a CPU that scales according to battery life and user needs. Full *battery, CPU is topped at 1.4 and drops as battery dies. AC power, CPU stays topped at 1.4 (100-1.4 scaling is still in affect)
*UI speed increase
*much faster multitasking
*auto loads all apps at boot for quicker use
*SD read ahead now set at 4096
*2nd implication of Chameleon Status Bar
*EXT 4 tweaks updated
*WMV/A decoding added
*Mount points fixed
*USB mode fixed
*Bootsound can now be activated
*new miui media a sounds
*new miui like sytem notifications
*new user voted stock icons
(BOCA initial release)
7/17/2011
UPDATE #2
*Added a Secret Agent "clean" version with all the purple and blue mods taken out
UPDATE # 1
*uploaded new High Voltage version with some fixes for sd card mounts, and smoother ui
7/16/2011
*implemented animated status bar pulldown/up background window
*implemented stock BOCA default app icons
*initial test release of chameleon status bar
*100% TW free! & all Samsung and carrier bloatware removed!
*Ext4 with ext4 tune ups for increased read/write speeds
*Deoxed and zip aligned
*Rooted & busybox installed
*Angry GPS
*Power notification widget support
*LCD set @ 190
*WIFI scan set to 100 for better battery life
*Dalvic cache set at 64m for optimal performance
*Exteneded power menu to include Recovery/Download/Reboot - also turned off confirmation screen
*UA select enabled
*Screen off animation enabled
*Custom boot animation enabled with cool boot animation
*Themed purple & green with with massive other theme mods
*CM themes chooser & Cm parts
*updated tablet like market
*Silent startup & shutdown sounds
*Updated modded Gtalk and appropriate lib mods to allow voice, 3g and front video camera support
*Fully operational DSP manager
*Special 3 dock launcher with scrollable docks and ADW theme support
*10 point touch
*Fully integrated & modded HC style Tablet Tweaks
*Optimized frame BUFFER rate to maximize LCD display color and quality
*OC/UV 600mhz, 1.2 & 1.4ghz added - Set at 1000mhz stock
*FUGUtweaks active
*Optimal RAM modifications
*Voodoo 9 intergrated into kernel
*Initial release of cwr based BOCA RECOVERY
*mounts are: Phone storage: 1 & mount/sdcard/external_sd
*BASH (command shell) and module support
*TWEAKR ADDED!!!!!! - This is NEW & super secret! Gives you complete control over BOCA rom modifications! From kernel tweaks to soon to be darn near anything!
6/10/11
Began pulling files from the nexus s, and galaxy s, to create my cm7 BOCA port
Random Information
As of current, my computer is broken.
I managed to use my neighbors computer, frequently, to work.
But, I have overstayed my welcome there.
New work/releases will be next to impossible, until I get this resolved
Currently, all donations go towards a new computer.
Check my website for donation totals, and any updates in that regards.
Thank you
-diz
Things being worked on:
New bootanimation
new HD theme
apply/make PR patch for new release
add tiny_shmem (added in newest TEST release)
add JFS support in kernel
add BFQ in kernel (added in newest TEST release)
More UI tweaks to make your tab a tab
Broken:
Video record (Its BACK!! (In NEWEST test release) Yup, back for the second time in BOCA, thanks to jt1134)
wifi hotspot password (fixed in NEWEST test release)
Bug reports by testers:
Skype......?
password on lockscreen can be buggy
diz's recommended apps, for use with BOCA
FONTS: alternative language display/support
Vietnamese (untested/unconfirmed)
Camera record:
use VideoCam Illusions, free, or paid, from Android Market
Bluetooth:
HEADSET: SAMSUNG HM3700
APP: FreeSync (samsung bluetooth app) free on market
Notification Lights:
BlinkerTab (included)
Clearing Cache:
ES Task Manager (included)
File Exploring:
ES File Manager (free on market, app also has built video player, root explorer, share capabilities & text editor)
Root Explorer (Paid market app)
File Sharing:
DropBox (included)
Joystick/controller
Sixaxis
(Ps3 controllers)
Wiimote
(Wii Controller's)
Unique File/Screen Sharing:
TeamViewer: A developers dream! (free and paid apps on market)
Touchscreen Optimizations:
Touchscreen Booster (included)
Video streaming/watching:
HULU
HULU IS AVAILABLE IN USA AND JAPAN ONLY!!
Tested on Stock BOCA browser, & Skyfire
http://forum.xda-developers.com/showpost.php?p=18841045&postcount=36
Netflix (visit Dblfstr's thread, HERE, Forget about the one on the market)
VOIP:
GrooVe IP (w/google voice account) $4.99 on market. Works great WIFI/data/bluetooth/head phones/speakers
Ebook Reader:
Laputa There used to be pro and free versions. I still have my pro, and its awesome!
The Tiger looks nice!
Hey diz, welcome back...
Have you changed anything between general release and the last test?
Sent from my GT-P1000 using xda premium
Hello.
Anyone can post any image or video review of this new build (2.3.7)? Thanks.
I want to take a look on new realse before to install it.
Hey diz,
I think you are in U.S but this is a really good website for buying a good computer.
I do not know if they ship abroad.
http://www.overclockers.co.uk/
Keep up the good work
Sent from my GT-P1000 using XDA Premium App
2.3.7
is it stable and for daily use ?
and your other bocas are just roaming so i cant use 3g data, i have euro tab.
benisman89 said:
is it stable and for daily use ?
and your other bocas are just roaming so i cant use 3g data, i have euro tab.
Click to expand...
Click to collapse
It is definitely stable and great for daily use, very fast browser. This is a well recommended rom. Thank you diz for your continued support and effort.
ani55 said:
It is definitely stable and great for daily use, very fast browser. This is a well recommended rom. Thank you diz for your continued support and effort.
Click to expand...
Click to collapse
do you know do i have to flash some modem?
benisman89 said:
do you know do i have to flash some modem?
Click to expand...
Click to collapse
Specify to me what the problem is, if you cannot connect to mobile internet it is normally an apn issue.
Welcome back
dizgustipated said:
BOCA project general release
Click to expand...
Click to collapse
WELCOME BACK my zombie friend we were missing you!!!
ani55 said:
Specify to me what the problem is, if you cannot connect to mobile internet it is normally an apn issue.
Click to expand...
Click to collapse
well it cant connect my provider its just roaming... but this problem was in heretic
i havent tried this 2.3.7 so.
Now in the overcome's site there is the 4.0.0 kernel, i don't find the 3.3.1, is the same?
benisman89 said:
is it stable and for daily use ?
and your other bocas are just roaming so i cant use 3g data, i have euro tab.
Click to expand...
Click to collapse
Sounds like an outside issue.
I have over 8000 current euro users, as in, using right now.
havent heard them say its an issue.
Maybe reflash modem.
Because BOCA doesnt change modem.
If your modem worked before BOCA, it should still be the same.
-diz
Ps, yes its daily driver status.
And has awesome battery.
No more 'less than a day, and its dead'
Specialosio said:
Now in the overcome's site there is the 4.0.0 kernel, i don't find the 3.3.1, is the same?
Click to expand...
Click to collapse
Thats right!
Ab is back, all hail the awesome ab!
I see no issue with using new overcome kernel, in a restock to get to BOCA
I have not tested, though.
just remember, kernel only, not the overcome rom
Can anyone confirm thats its still okay?
dizgustipated said:
Sounds like an outside issue.
I have over 8000 current euro users, as in, using right now.
havent heard them say its an issue.
Maybe reflash modem.
Because BOCA doesnt change modem.
If your modem worked before BOCA, it should still be the same.
-diz
Ps, yes its daily driver status.
And has awesome battery.
No more 'less than a day, and its dead'
Click to expand...
Click to collapse
im using jpz modem also tried reflash the modem but no go still roaming.
i really want to move on your rom from overcome but this issue is buggin me ...
if someone can make solution, my version is pda:jpa phone:jpz csc:jpa
dizgustipated said:
Thats right!
Ab is back, all hail the awesome ab!
I see no issue with using new overcome kernel, in a restock to get to BOCA
I have not tested, though.
just remember, kernel only, not the overcome rom
Can anyone confirm thats its still okay?
Click to expand...
Click to collapse
I try anyway and work, so everything ok with the kernel 4.0.0
May I know what's the battery life like for those who've flashed this rom? Thank you.
These kernels are provided as-is without warranty. I'm not responsible for any problem you can encounter with your phone or if your cat suddenly dies.
Although, don't expect support even if I will eventually help since I love cats.
{
"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"
}
Note : These kernels are only compatible/tested with CyanogenMod 9 based roms.
Use them on any other rom at your own risks. You won't get support from us.
Overview :
- 3.1.10 linux base
- LiveOC
- Custom Voltage
- Battery Life eXtender
- DIDLE
- Voodoo Sound 10
- PMFAST mode for best wifi performance (different low power mode than default, using a bit more power).
- USB host mode support
- 342MB RAM
- Various tweaks for more speed and battery saving
CHANGELOGS IN #2 POST
By default, no overclock/undervolt is applied.
You'll need NSTools to use/enable all the features of this kernel. (Available for free on the Android market)
Downloads
Glitch kernel (CWM flashable only)
Glitch Kernel Updater app now available on the Android market to support us !i9000 :
- 24/03/2012 - V14 B6
PLEASE FLASH A FREAKIN' GB BOOTLOADER IF YOU WANT TO USE THIS KERNEL !
WARNING : THIS KERNEL IS USING MASS STORAGE USB MODE BY DEFAULT (TEAMHACKSUNG'S CM9 DEFAULT SETTING). IF YOUR USING A DIFFERENT ROM AND IT IS USING MTP BY DEFAULT, MAKE SURE TO SWITCH TO MTP IN GLITCH RECOVERY JUST AFTER FLASHING THE KERNEL, OR YOU'LL END IN A BOOTLOOP. YOU CAN THEN SWITCH TO MASS STORAGE IF YOU WANT AFTER A FIRST BOOT.
Supported devices : I9000, Captivate, Vibrant, Telus Fascinate, Verizon Fascinate
OLDER RELEASESLIVE OC GUIDEFAQ, Changelogshttp://forum.xda-developers.com/showpost.php?p=21703700&postcount=2http://forum.xda-developers.com/showpost.php?p=21703700&postcount=2
Do you want to discuss on this kernel, get the fresh news on development, or become a kernel tester ?
Join the IRC channel from your web browser herehttp://webchat.freenode.net/?channels=glitchkernel ! No registration needed
Make sure the channel is "#glitchkernel" and you're set.
For those who already have an IRC client,
here is the server : irc.freenode.net
port : 6667
Channel : #glitchkernel
-------------------------
Source :
- Glitch repo : https://github.com/organizations/Glitchkernel
Who is the Glitch team ?
- Kernel developement : ssewk2x & Tk-Glitch.
- Public relations / web hosting : Sixstringsg.
- App developement : Smasher816.
- Extreme overclocking testing : Shaolin95
- Beta testers team, with members coming and leaving
Credits :
Pawitp, jt1134, Morfic, Ezekeel, Zacharias.maladroit, Supercurio, lippol94, sztupy, Eugene373, Franciscofranco
Thanks to the donators and everyone bying the Glitch Kernel Updater app from the market, it's much appreciated and encourages us to continue our work !
Thanks to the beta testers team and to everyone helping me to debug and find new useful things to integrate !
Without all of you, this kernel wouldn't be !
Changelogs :
V14
BETA 7 - Currently in development :
- Upstream sync
- Added mem increase mod by Kali (CM Team) - 384MB RAM available with 720p recording working. It does need a patch on the rom side to work though. Make sure your rom supports it or you'll get broken 720p recording
- Force fast charging support - Thanks to Chad Froebel
- Fixes for light sensor
- Fascinate : Fixes for orientation sensor / Needs updated libs to work
- Recovery backup really fixed this time
- Fixup of our LiveOC code for selective LiveOC to be stabler and to most likely prevent memory corruption at low frequency resulting in GPU crash and/or reboots on some devices
- Updated and fixed GlitchassV2 governor for it to work correctly with LiveOC
- Added fixes on DIDLEv2 from Stratosk
...
24/03/2012 - BETA 6 :
- Upstream sync (modemctl, compass fix..)
- Fixed BLN, and added blink support (available through NSTools)
- Disabled Samsung sleep patches from Teamhacksung to prevent SODs
- Fascinate : Ported ssewk2x phantom keypress filter code from Glitch V13.1
- Vibrant : Merged GPS changes from FaultException
- Moved back to Deadline ioshed as default to fix nandroid
- Added Derteufel's selective LiveOC mod - It will prevent low frequency steps to OC, potentially providing enhanced stability and powersaving
- Fixed potential bug in vfat fs driver
- Fixed bug in ext4 fs driver
- Merged some audio changes from Teamhacksung
- Added touch support in Glitch recovery (incomplete)
- Some cleaning
22/02/2012 - BETA 5 :
- Voice audio through dock, thanks to xcaliburinhand (should fix related issues with Glitch volume boost hack)
- Renamed SmartassV2 governor to "GlitchassV2" to prevent latest NSTools version hanging
- Added FranciscoFranco Conservative governor tweaks for more speed
- Added a DIDLE enabler into screensate scaling script to kill BT in sleep and make DIDLE work with both TOP=ON and TOP=OFF. You'll need to enable screenstate scaling in Glitch menu from recovery in order to get DIDLE to use this (disabled by default). It's mostly for testing purposes - Feel free to report your experience with it.
- Moved back to previous sysinit to prevent the DIDLE enabler script to make the phone hanging on the bootlogo. Also fixes screenstate scaling making the phone unbootable, and some SOD/COD issues for guys using some other tweaking scripts
- Implemented BLN9 port from Derteufel with NSTools compatible sysfs. This way all the unsupported roms will get led notifications, and CMLed haters will hopefully stop to yell..
- The flash-time script has been updated to be able to clean more stuff
- A few fixes on the wifi driver to work better with our devices Please report your experience with DIDLE enabled. It may be required to disable DIDLE on some phones to prevent SOD/COD/softreboots or other instabilities. Also MAKE SURE YOU HAVE A DAMN GB BOOTLOADER !
- Reverted modemctl changes from Teamhacksung - should fix data issues some are having
21/02/2012 - BETA 4.1 :
- Reverted sleep GPIO stuff from THS stock samsung port. Should fix SODs some are encountering.
21/02/2012 - BETA 4 :
- Fixes on LiveOC and custom voltage from Ezekeel
- Fixes + various enhancements on I/O scheduling (up to 50% I/O speed improvement compared to beta 3)
- Fixed touchscreen freezing randomly
- Fixed various bugs here and there
- Back from Eugene's DIDLE to Ezekeel's DIDLE v2 mod (available through NSTools again) -> You may encounter SoD if enabled with wifi ON.
- Load balancing improvements
- Updated FIOPS I/O sched
- Sync with THS latest source
09/02/2012 - BETA 3 :
- LiveOC frequency steps changed again - Now all steps are using a 200MHz bus by default, so pushing liveOC % will give the same bus speed on all steps
- Default Int voltage for 1GHz set to Samsung's default to fix instability on bad overclocker devices
- Fixed recovery not displaying long lists items as well as cosmetic fixes - updated to latest source from Koush
- Fixed init.d support
- Switched to Tiny SHMEM, better on small devices
- Ext4 optimizations for more speed
- Readahead values tweaked a bit - should be better overall
- Fascinate : Use GB driver for i500 to fix prox/light sensors, and updated RIL init (Thanks to Sbrissen)
- Fsync() enabled again to prevent/limit data loss while experimenting with overclocking, and to (probably) fix the reboot->bootloop issue
- Disabled frame pointer, FIQ debugger, and some more debug stuff, Morfic-like
- Some writeback quickfixes
- Updated wifi drivers with added net fixes and optimizations
- GlitchOndemand polling tweaking for more stability
- Misc tweaks
29/01/2012 - BETA 2 :
- Updated to linux 3.1.10
- A few fixes on LiveOC (Thanks Ezekeel)
- GPU load affecting CPU frequency scaling (200 vs 100MHz) is back
- Removed CFQ and BFQ, and added SIO & the all new flash oriented FIOPS i/o schedulers - FIOPS is now default
- Better VM tweaks
- Fixed GlitchOndemand polling to fix stability issues some are encountering
- i/o-less dirty throttling backport from linux 3.2 (thanks to Franciscofranco)
- Added dynamic writeback & various writeback fixes
- Proportional rate reduction for TCP (thanks Google )
- Small fix on Lazy gov from Ezekeel
- Captivate : Port battery charging/fuel gauge code from stock --> Improves (but does not completely fix) phone turning off while
charging for some users (charging death). (Thanks to Pawitp)
- Vibrant : Headset buttons fix (Thanks to FaultException)
- Fixed and now built-in CIFS
- Changed OC steps (1152 step is now 1160, with 200MHz bus, 1440MHz step removed, added 1400 and 1500 MHz steps)
- Moved back to "old" DIDLE implementation for now
- Glitch call volume hack is back
- Various optimization and CPU load reduction in some typical cases
- Verizon Fascinate : fix for boot issue on preview 5 and BETA 1
- Updated USB host driver to build 5
23/01/2012 - BETA 1 :
- Dock audio support.
- Added gamma V1 hack and MDNIE bypass mode.
- Added more governors to play with & tweaked interactive and ondemand.
- DIDLE V2 added back for people who want to mod their framework (It may/will cause sleep of death on some devices, as always)
- Battery charging calculation fix (BLX will now show 100% as default).
- Changed overclocked steps for more stability and easier setup.
- Dm-cache support.
- Updated linux base to 3.1.9.
- Improved memory management and cache handling.
- General speed enhancements.
- Fsync disabled.
- Added an entry in the GLITCH menu (in recovery) to choose between mtp and mass storage USB mode.
- USB host mode (OTG) - updated to build 4, from sztupy - thanks to him and everyone involved in this !
- Bootmode injection fix from pawitp.
- Optimized RWSEM algorithm.
- VM and I/O performance enhancements.
- Added BFQ i/o scheduler.
- More cleaning, various optimizations and power management tweaks.
PREVIEW #5 : (For build 13+)
- Even better 720p video recording.
- Fixed Vibrant GPS.
- Added back various governors.
- New colors from Samsung stock.
- Toolchain sorcery with linaro 4.4.5, and using NEON and hardfloat optimizations.
- Bootmode injection support.
- Various speed enhancements.
PREVIEW #4 :
- Fixed softkeys on Captivate and Fascinate.
- Refresh rate back to 60Hz as the uncap breaks colors (it'll help to get better smoothness on heavy games too).
- Better 720p video recording.
- Tweaked governors and schedulers for testing.
- Big cleanup.
- Removed DIDLE for now - useless anyway, the rom prevents it to work correctly.
PREVIEW #3 :
- Added color adjustments to Nexus S framebuffer.
- Dock audio stuff back in.
- Cleanup.
PREVIEW #2 :
- Fixed GPS issues.
- Moved to Nexus S Framebuffer (stock colors, no more color adjustment available).
25/12/2011 - V14 Preview #1
- Compatible with Teamhacksung's ICS/CM9 builds 10 or higher.
- Now using linux 3.0.8 base from the Nexus S drop
- Upstream synced to the latest from THS (TVout, cleanup, 3.0 port..)
- Reverted to stock CM LED Notifications (fixing all the previous problems some users encountered with BLN) / No more BLN app needed, enabled by default.
- Removed Voodoo Color, and back to stock implementation.
- Added support for a new low power mode on wifi chipset, enhancing signal reception and stability, at the cost of a bit higher power consumption.
- Back to NEON mfpu for now
- Full support for init.d scripts
- Readahead value back to 1024 for better results (SDcard read Cache)
- Fixed headset buttons
- Fixed randomly freezing softkeys
- Big cleanup and rewrite of some stuff
- Removed the 200MHz lock when the GPU is active for battery life. Depending on your launcher and/or widgets, you'll get some slowdowns. Change min freq to 200 to fix it.
Major additions, ported from Ezekeel's work on the Nexus S (thanks Morfic !) :
You will need NSTools app, available for free on the market, or here : http://forum.xda-developers.com/showthread.php?t=1333696
- Added "LiveOC" system, giving access to GPU/bus overclocking on the fly, per 1% step.
- Added "Custom Voltage" control, giving access to ARM and Internal voltage undervoling and overvolting. (This makes the previous leakage system obsolete, which is now removed.)
- Added "Battery life eXtender" mod, allowing the user to limit the maximum charge percentage to preserve the battery life (not the battery runtime obviously)
- Added support for DIDLE V2, a very low power mode that will help battery life in many idle/semi-idle cases.
- Lazy governor sysfs, to enable or disable the frequency ramping up when screen is off (to end tasks quicker to sleep faster).
Keep in mind CM9 is at early stages of development and contains many bugs still.
Cool! Trying now
Seems very nice so far, anyone have a link for the modded Bluetooth fix framework?
Sent from my brain to my hand to my SGS to the internetz!
GlitchOnDemand?
What changes did you make?
Thanks for the update.
What bus speed is the 1152Mhz frequency using? My phone gets jittery using it with 110% OC value where as the frequency before and after are ok with 110%.
darckengel said:
GlitchOnDemand?
What changes did you make?
Click to expand...
Click to collapse
maybe this... https://github.com/Tk-Glitch/GlitchDEV/commit/ee960b0781ee079a425513ba9b7631d3b01aeda5
edit: i`m dumb, that`s a change from july.
I saw new governors like smoothass and lagfree. What changes did you make in these two?
Thanks.
EDIT: Forget the question. I already google it..
Can I use this Kernel with v13 Teamhacksung's? Is there going to be any problem?
[email protected] said:
Can I use this Kernel with v13 Teamhacksung's? Is there going to be any problem?
Click to expand...
Click to collapse
Well I would update to V14, but you should be fine on V13.
Got the download
Well I have dl now, waiting for the battery to come up to 100%.... will report back after the flash
Thanks TK
Gage_Hero said:
Well I have dl now, waiting for the battery to come up to 100%.... will report back after the flash
Thanks TK
Click to expand...
Click to collapse
You don't need to be at 100% to flash. Just make sure you have enough to not die during flashing.
sideeffects said:
Thanks for the update.
What bus speed is the 1152Mhz frequency using? My phone gets jittery using it with 110% OC value where as the frequency before and after are ok with 110%.
Click to expand...
Click to collapse
This is "normal" or at least known, you need to do what you are doing, use one above or below when you find one of those laggy frequencies.
Deep idle top=off isn't working at all for me even with framework fix or manual command disable (echo 1 > /sys/class/rfkill/rfkill0/soft)
Top=on is working much better than pre though. Seems to stick, not just 1st couple screen odds.
Sent from my GT-I9000 using XDA App
Thanks guys, loaded on TH build 14 and working very good - haven't been able to test everything yet but wifi and 3g looking very good, browsing, colors, overall responsiveness.
one very clear test is opening of Opera browser: on any other kernel it goes to a black screen for at least a couple of seconds before it opens, but with this kernel it opens immediately.
great work!
Looking good
So far its pretty impressive. Wireless, data and camera all work good. Pretty fast too without making any changes. I will let it run for a bit before I start messing around
Thanks devs!!
You guys are super heros .........awesome! Thankxx a lot for your hard work, @TK-glitch and @sixstrings .
I've got some problems. Normally I use 1200mhz with 120% live OC (resulting in 1440mhz as maximum frequency) and is stable.
now I've tryed 1152mhz with 100, 110, 120 and 125% live oc and it crashes immediately.
With 126% live OC is stable but REALLY slow (just like if it is using a very low frequency, even if cpu spy says is the maximum).
I'd like to have back the 1200mhz step. ATM I've changed to devil kernel just because of this problem.
Going OT for a second: Is just me or flash player (expecially on video playback) on ICS is way slower than on gingerbread? I don't think is kernel related, but asking can't hurt.
beta 1 seems to be very good indeed.fact its the first kernel I'm using with overclock to 1300mhz.all others including preview 5 max stable overclock for me was 1200. .
request:could u please explain the differences/advantages of governers.I know on-demand,conservative basically.but so many different governers with this kernel!!which to use acco to requirements?!a quick. guide like the one for live oc could be helpful. . oh btw,natural for me to use the one with the name 'glitch on demand'
just got it boot and work on b13, so far so good!
btw, a small OT, why did you remove the troll face and the line "glitch in progress"? I love those
ohcanada said:
just got it boot and work on b13, so far so good!
btw, a small OT, why did you remove the troll face and the line "glitch in progress"? I love those
Click to expand...
Click to collapse
Because its a beta now.
THIS IS TORO SPECIFIC. Reference for maguro/toroplus at respective forums.
DOWNLOADS HERE ARE COMPATIBLE WITH ALL VARIANTS.
I'm Very sorry. This is posted on 18th August. I need to start studying now. I'm left with 30 days. A major super milestone will come after 11 October Please await for my exams to end Cheers~
READ THIS BEFORE DOWNLOADING
THE ULTIMATE ASKP USER GUIDE
{
"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"
}
"The kernel for the ones who love everything in one."
Let's make it simple.
With the introduction of so many kernels in the forums, every user just wants his/her phone to enjoy the crisp experience of their device. With ASKP, you get to enjoy the brilliant works of all developers into one small kernel. ASKP, is a modified kernel that merges many tweaks together, just like P.A.C.
DISCLAIMER
We, the ASKP Team, are not responsible for any bricks that are caused by this kernel. When you flash this kernel, you agree that it's what you've done. Read the Thread THOUROUGHLY before posting any redundant questions or are trying to flame for bugs.
Click to expand...
Click to collapse
Features
- Compiled with Codesourcery 4.7.3 May 2013 Toolchain
- Advanced Hotplugging System
- Customized Memory Page Allocation from the Linux Community
- Optimized Generic Memory Hotplug Drivers
- SELinux Upstream Patches
- OSELinux System
- Joe's RCU
- MIUI Compatibility
- Google's Sources Merges
- Optimized OMAP 4 Tweaks
- zsmalloc support
- The new XZ Compressed Image
- LZ4 RAMDisk and lib compressor module from Linux Upstream
- dcache Support
- Overall Performance increase System-wide while reducing battery drain
- Frandom Optimizations
- word-at-a-time Interface by faux123
- -pipe Optimizations
- Optimized LPDDR RAM Timings
- sched per cpu variable which avoids locks
- ARM CPU Topology Support
- Content Adaptive Brightness (CAB)
- Battery Life eXtender (BLX)
- Tweaked Governors
+ Ondemand
+ hotplug
+ Interactive *Default*
+ hyper
+ Dynamic Interactive
+ performance
+ Powersave
+ InteractiveX
- TCP Algorithims
+ Westwood *Default*
+ reno
+ cubic
+ vegas
+ yeAH
- Read-Ahead Buffer
- Input/Output Schedulers
+ Noop
+ deadline
+ Sioplus *Default*
+ row
+ CFQ
+ BFQv6
- Dynamic File Sync
+ With commits upstream from Faux's source
- Gamma Control
- GPU Overclocking
+ 308MHz
+ 384MHZ
+ 512MHz
- USB Fast Charge
- Underclock and Overclock support
+ 198MHz Minimal
+ 1420MHz Maximum
- Init.d Support
- PGM Support
- BLN Support
+ Includes Battery LED
- Voltage Control
- Sound Control
- zRAM Support
- Linux Kernel Patch-ups
+ Latest Generic Hotplug Helper from 3.10
+ Interactive governor from 3.4.10
+ lpj from 3.4.10
- CGROUP_TIMER_SLACK Feature
- WLAN Modulus tweaks and fixes
- lib strings tweaks
- memhotplug upstream patches
- Hotplugging ARM Fixes from Linux 3.11 RC
Source: Github
4.3 Changelog - https://github.com/Amperific/kernel_tuna_4.3/commits
4.2 Changelog - https://github.com/Amperific/kernel_tuna_4.3/commits/milestone
Issues Log.
• NONE! XD
The ASKP Team.
*Head Developer* Amperific
*GFX & Admin* Idrito
*Head Test Pilot* Okanb3
*tuna Test Pilot* Khizar
WANT TO TREAT US TO A CUP O' BEER? Donate to us here!
Credits:
Boy Petersen (Source Base)(Cherry picks)
CyanogenMod (Source base)
Imoseyon (Cherry picks)
idrito (Design)
Ezekeel (Voltage & Sound Control, BLX)
Anarkia (AK)(Cherry Picks)
Franco (FK)(Cherry Picks)
Edoko (AirKernel)(Cherry Picks)
Simone201 (N.E.A.K.)(Cherry Picks)
Faux123 (Cherry Picks)
Huexxx (Patches)
Texas Instruments (Generic OMAP Patches)
Linus Torvalds (Upfront kernel patches)
ARM Linux (Generic Patches)
Codesourcery (GCC)
CyanogenMod (Cherry Picks)
Samsung (Cherry Picks)
Qualcomm (Patches)
_MBQ (FTP File Hosting)
Downloads
How to's *READ BEFORE YOU DO ANYTHING EVEN IF UR DOWNLOADING STABLE*:
- These builds are currently at the super experimental stage. Whichever below are risky for being your daily driver, but I myself test it before release, so rest assured it will boot.
- By downloading the zip, just wipe cache and dalvik cache and flash the zip.
- Your first bootup may take up to 9 minutes, So yeah. Take note It's not a brick.
- Lastly, Always check up the issues log and make sure you accept that issue before flashing. I assure you that every single bug will be listed there.
- +Some Spoiler+ xD So everytime we release a Build, it means that the next build is ready and under testing Just to say xD
- Like our work? Click this! to support us
@lastforone's MEGA All-in-one ASKP Mirror~ Click below
Remember to thank him!
Open Alpha Releases - OBSELETE
ASKP-b1.zip - 5.69 MB
ASKP-b2.zip - 5.45 MB
Beta Releases
ASKP-b3.zip - 5.85 MB
ASKP-b4.zip - 5.82 MB
ASKP-B15MR2.zip - 2.93 MB
GOLDEN MASTER RELEASE NOTES
- Any release that falls under the Golden Master release is a pre-milestone release. With the G.M Builds, you'll get to enjoy 95% stability system-wide. This means that builds falling under G.M are considered daily drivers. But there's a saying, "Nothing is perfect". So yeah. Expect a few issues here and there. Even if there are, it wouldn't be bad. All the major bugs will be completely killed before the Beta phase ends.
- Boot up speeds won't take as long as Alpha and Beta releases, expect booting to be much shorter
Golden Master Releases *Pre-Milestone*
ASKP-b5.zip - 5.82 MB
ASKP-b5a.zip - 4.55 MB
Mirror: ASKP-b5a.zip
ASKP-b6.zip - 4.55 MB
Mirror: ASKP-b6.zip
ASKP-B16MR2.zip - 2.93 MB
ASKP-B17MR2.zip - 2.93 MB
ASKP-B18MR2.zip - 3.06 MB
STABLE RELEASE NOTES
- Yep. You see this. It means the kernel is good to go, you can take it, put it into your phone, and run it like you're putting a bacon on a bread Like spreading butter over a pan. That smooth. There should be virtually no issues here. Even minor ones most probably are ROM-related. Unlike the builds above, you won't get to enjoy super experimental features like higher frequency clock rates. Take note of that
STABLE RELEASE
ASKP-b7.zip - 4.56 MB
ASKP-b11.zip - 5.75 MB
ASKP-b12.zip - 4.57 MB
ASKP-B18.zip - 4.49 MB
ASKP-B19.zip - 4.49 MB
ASKP-B19MR2.zip - 3.06 MB
PRE-SUPER MILESTONE RELEASE NOTES
- This is the final few builds that can near the End Of Line product of the kernel. Whatever is here is extremely experimental, untested and unsupported. These builds are only a minor preview of the upcoming super milestone. Do not think that the main features of the super milestone will appear here. This is because we don't want other developers to strip our works off immediately even before we release the super milestone.
PSM RELEASE
ASKP-B13.zip - 4.45 MB
ASKP-B14.zip - 4.49 MB
ASKP-B15.zip - 4.49 MB
SUPER MILESTONE RELEASE
- I've got nothing else to say xD Bugless. Super Stable. End Of Line.
ASKP-B16SM.zip - 4.49 MB
Frequently Asked Questions (FAQs).
- Wait, is this another mainline kernel?
*No. It is not. ASKP has commits that would come from almost every part of the world. This gives it the feeling of unity, like a unified kernel. Apart from that, Patches from Various manufacturers of the many parts of the phone will be brought upfront into this kernel.
===================================
User-Based Tutorials
- These are basically either from the quotes of a member utilizing ASKP whom we believe may help you in achieving your optimum performance and battery life from this Kernel.
ASKP Team's
Amperific said:
Clock speed: 192-1228MHz
Governor: Interactive
Scheduler: deadline
Read ahead buffer size: 384
TCP Congestion: Westwood
CAB: On
USB FC: On
Multi Core Power Saving: 1
High Performance Sound: On / Boost: 2
Vibrator Strength: 75
Battery Life Extender: 100
Dynamic Fsync: On
GPU OC: 384MHz
zRAM: Off
Smartreflex: All Switched On
RGB: morfic
Click to expand...
Click to collapse
User-Specific
gamerman123x said:
ASKP B14 is really smooth with the ROM LiquidSmooth 2.9 and here are my settings for trickster mod
General:
R.A.B - 512
Schedular - BFQ
CPU Frequency;
Min - 192mhz
Max - 1344mhz
Max Screen Off - 537mhz
Min screen On - 384mhz
Governor - Hyper
Specific:
WiFi High Performance - Off
C.A.B - Off
Force Fast Charge - Off
Multi core Power Saving - 0
High Performance Sound - On
Headphone Volume Boost - 3
Vibrator Strength - 60
Battery Life Extender - 100
Dynamic FSYNC - On
Temperature Limit - 64
GPU OC - 384mhz
ZRAM - Off
Then all voltages are stock
Screen:
Contrast . -21
GAMMA - 6
GAMMA Offset;
Red - 2
Green - 4
Blue - 6
Color Multiplier;
Red - 165
Green - 185
Red - 205
And those are my trickster settings and my phone is buttery smooth no lag..!!
Enjoy!!
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
================================
=================================== ==
Joining the ASKP Team.
- Yep, you see this. I just feel that being a soloist isn't helping this kernel. I want to bring an up to date kernel to my users as soon as I can, and in fact, I prefer giving them nightly builds. But it is the fact that I can't work on it daily, so I need more help, that's why I am forming a team, a team to help in this kernel. So here are the few people I need
+ Kernel Developer (You know it
+ App Developer (Something like A trickster mod?) xD
+ Official Tester - We've got two already So Yeah, no need anymore
PM me please or email me @ [email protected]
Need something a little different. Thanks.
So far I'm loving your kernel. Great battery life and performance. Keep up the great work.
dirtsky said:
Need something a little different. Thanks.
Click to expand...
Click to collapse
Sure! You're welcome
Sent from my Galaxy Nexus using Tapatalk 2
Good performance so far with the golden master.
Sent from my Galaxy Nexus using Tapatalk 2
Ooh will try.
Giving this a go with liquidsmooth
Sent from my Galaxy Nexus using Tapatalk 2
What's the difference between b5 and b5a? They are both under golden.
Sent from my Galaxy Nexus using xda app-developers app
---------- Post added at 01:29 PM ---------- Previous post was at 01:06 PM ----------
Can't download the b5a my phone, tried different browser to, just tries to load the page forever... Never mind finally got it to DL, on b5a working great, still would like to know difference.
Sent from my Galaxy Nexus using xda app-developers app
Gonna give her a go on PA3.6. Thanks for something new.
Sent from my Galaxy Nexus using xda premium
jeremytn86 said:
What's the difference between b5 and b5a? They are both under golden.
Sent from my Galaxy Nexus using xda app-developers app
---------- Post added at 01:29 PM ---------- Previous post was at 01:06 PM ----------
Can't download the b5a my phone, tried different browser to, just tries to load the page forever... Never mind finally got it to DL, on b5a working great, still would like to know difference.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Now,
Build 5.
It is a complete rebuild of Build 4, reverting a few unstable commits and bringing in some hotplugging fixes.
Build 5a,
Has the new generic hotplug helper from 3.10 RC 7, fixing issues that involve natively shutting core down. This should improve the hotplugging of our phone by about 50%. and also, it includes new governor tweaks and fixes and also OMAP based fixes
Sent from my Galaxy Nexus using Tapatalk 2
Restoring a backup containing the golden master 5a will not get past the boot animation.
Sent from my Galaxy Nexus using Tapatalk 2
modernbummer said:
Restoring a backup containing the golden master 5a will not get past the boot animation.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
There has no issues restoring with the GM Builds. I need a logcat. That's very eccentric.
Sent from my Galaxy Nexus using Tapatalk 2
Amperific said:
There has no issues restoring with the GM Builds. I need a logcat. That's very eccentric.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Might have been because I was using obackup rather than just straight TWRP.
Sent from my Galaxy Nexus using Tapatalk 2
build 6 running nicely on Rootbox NIghtlies for Toro. Has all the great options and performance. Thanks for bringing this here.
Is this kernel running the new WiFi drivers?
Sent from my AXI0M GNex on Tap2
branedamig said:
Is this kernel running the new WiFi drivers?
Sent from my AXI0M GNex on Tap2
Click to expand...
Click to collapse
Yes, it is
Sent from my Galaxy Nexus using Tapatalk 2
Well, I went ahead and flashed this kernel. I hardly ever comment until things run a few cycles. However, over the past few months, I've flashed so many different kernels trying to get stability, good performance and battery life. Nothing has worked exceptionally well as problems always set in after either a couple cycles or days. As such, I'm desperate.
So far, this is the smoothest and fastest kernel I've installed since the AK Cylon days. Hopefully, it holds up and I will have found a new beast for my GNex.
Let me know if you still need any testers. I'll do my best to help within my realm of usage (power user) and knowledge (advanced user but not developer or programmer).
Thanks!
Sent from my AXI0M GNex on Tap2
Amperific said:
Now,
Build 5.
It is a complete rebuild of Build 4, reverting a few unstable commits and bringing in some hotplugging fixes.
Build 5a,
Has the new generic hotplug helper from 3.10 RC 7, fixing issues that involve natively shutting core down. This should improve the hotplugging of our phone by about 50%. and also, it includes new governor tweaks and fixes and also OMAP based fixes
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
So does this mean the device will no longer sometimes freeze when it hotplugs? Or is this not included in the 50%?
just flashed on Raped Ape, and so far is running very nicely. too soon to give any deep insight, but it seems quite quick and responsive for a pre-milestone build!
Many thanks for the work - keep it up!!!
Disclaimer
Code:
*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because someone threw a POTATO at you. Please
* do some research if you have any concerns about features included in this Kernel
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
NEMESIS FUSION KERNEL
For
ZENFONE 2 LASER
{
"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"
}
Features :
This One Is Long So Better Hide It 1.)Built with latest Uber-4.9-kernel Toolchain
2.)Advanced TCP Algorithms for TCP Congestion Control
3.)Westwood TCP-Algorithm as default.
4.)Works On any CM based ROM(CM13,RR , Temasek CM13etc)
5.)11 New Tweaked & Tuned Governers for various Workload(Heavy,Low,Gaming etc)
Code:
[b][u]List of New Governers[/u][/b][list=1]
[*]elementalx
[*]hyper
[*]impulse
[*]intelliactive
[*]interactiveX
[*]lionheart
[*]pegasusq
[*]slim
[*]smartassH3
[*]smartmax
[*]yankactive
[/list]
6.)4 New IO-Schedulers For Various Workloads
Code:
[b][u]List Of New IO-Schedulers[/u][/b][list=1]
[*]Sio
[*]Fiops
[*]Zen
[*]Tripndroid
[/list]
7.)Faux Sound Controls V3.6 Included
8.)Updated to latest CM Kernel Source.
9.)GPU sits at lower frequency during suspended screen, (Battery life increased ! )
10.)New algorithm for frequency scaling.
11.)Reduced lags when you keep using your phone for several days without a restart.
12.)Various tweaks for memory management
13.)Introduced Adreno-Idler to manage GPU as GPU does not sit on lowest frequency even while doing nothing.
14.)Small tweak for graphical performance
15.)Tweaked Stock-Interactive governer.
16.)New frequency to GPU for smooth scaling
17.)Small tweak for lowmemorykiller
18.)CPU tweaks for better performance(Cores go online in reverse sequence of being online & schedule work on any available cpu)
19.)USB fastcharge=> Charging is generally slow when connected to a USB port, Now you can have faster charging by enabling it through any fast charge app.
20.)Overclocked and Underclocked GPU-Overclock for better gaming and fluidity & Underclock for battery life.
21.)Inbuilt KCAL Colour Control.
22.)ZRAM support, more zram added than default.
23.)Set SELINUX to permissive permanently from the kernel.
24.)NTFS filesystem support
25.)Kernel uses frontswap and cleancache for better performance.
26.)4 Hotplugs : Mako hotplug,inteeliplug,zen-deceision,msm-sleeper
Changelog:
V4.2
Links updated, and kernel updated to latest source
V4.1
Complete Rebuilt from scratch because of a sudden MASSIVE change in CM sources
V4.0
1.)Re-enabled Adreno-Idler
2.)Set SELINUX to permissive permanently
3.)Disabled crc check for 30% better performance in IO Schedulers
4.)Added more ZRAM
5.)NTFS filesystem support
6.)Enabled KSM, Cleancache(better IO performance) & Frontswap(improves performance when zram becomes full)
7.)New Hotplugs added-MSM Sleeper, Intelli-plug,Zen-deceision,Mako Hotplug
8.)Enabled ARCH_Power to reduce Power-Consumption and increase Battery-Life.
9.)Fix most of the problems with Z00T/Selfie Variants
V3.1
Added KCAL Colour Control-Chk Post 3 on how to use it.
V3.0
1.)Added new frequency to GPU for smooth scaling
2.)Small tweak for lowmemorykiller
3.)CPU tweaks for better performance(Cores go online in reverse sequence of being online & schedule work on any available cpu)
4.)USB fastcharge=> Charging is generally slow when connected to a USB port, Now you can have faster charging by enabling it through any fast charge app.
5.)Overclocked and Underclocked GPU-Overclock for better gaming and fluidity & Underclock for battery life.
V2.0
1.)Updated to latest CM Kernel Source.
2.)GPU sits at lower frequency during suspended screen, (Battery life increased ! )
3.)New algorithm for frequency scaling.
4.)Reduced lags when you keep using your phone for several days without a restart.
5.)Various tweaks for memory management
6.)Introduced Adreno-Idler to manage GPU as GPU does not sit on lowest frequency even while doing nothing.
7.)Small tweak for graphical performance
8.)Tweaked Stock-Interactive governer.
All together ,this new build has increased the phone and gaming performance as reported by my testers.
Click to expand...
Click to collapse
V1.0
1.)Built with latest Uber-4.9-kernel Toolchain
2.)Advanced TCP Algorithms for TCP Congestion Control
3.)Westwood TCP-Algorithm as default.
4.)Works On any CM based ROM(CM13,RR etc)
5.)11 New Tweaked & Tuned Governers for various Workload(Heavy,Low,Gaming etc)
Code:
[b][u]List of New Governers[/u][/b][list=1]
[*]elementalx
[*]hyper
[*]impulse
[*]intelliactive
[*]interactiveX
[*]lionheart
[*]pegasusq
[*]slim
[*]smartassH3
[*]smartmax
[*]yankactive
[/list]
6.)4 New IO-Schedulers For Various Workloads
Code:
[b][u]List Of New IO-Schedulers[/u][/b][list=1]
[*]Sio
[*]Fiops
[*]Zen
[*]Tripndroid
[/list]
7.)Faux Sound Controls V3.6 Included
Source:
Updated[For V4.1 + ]
https://github.com/abhishekr700/Nemesis_Kernel
Old
Nemesis Fusion Kernel Source
Downloads:
Z00L
Nemesis Fusion V4.2
Old Releases
Nemesis Fusion V4.1
Nemesis Fusion V4.0
Nemesis Fusion V3.1
Nemesis Fusion V3.0
Nemesis Fusion V2.0
Nemesis Fusion V1.0
Z00T
Nemesis Fusion V4.2
Old Releases
Nemesis Fusion V4.1
Nemesis Fusion V4.0
Nemesis Fusion V3.1
Nemesis Kernel V3.0
Nemesis Fusion V2.0
Nemesis Fusion V1.0
How To Install:
METHOD 1 [FASTBOOT]
Download the kernel image file
Put this file in the same folder as fastboot.exe
Put phone in fastboot mode and connect to pc.
Run this command
(For flashing kernel temporarily.Reboot to return to your previous kernel)
Code:
fastboot boot boot.img
(For flashing kernel permanently)
Code:
fastboot flash boot boot.img
Wipe cache via recovery.
Done!!!
METHOD 2 [TWRP]
Download the kernel image file.
Put this in your SD Card
Reboot to TWRP Recovery
Choose the option to flash img
Choose the kernel file.
Wipe cache via recovery.
Done!!!
CREDITS
These 2 guyz made this kernel development awesome.They helped me lear things and clear my doubts.
@say99
@yarpiin
CM13 Devs
@LuK1337
@luca020400
@itsyourgarry Special thanks for testing the builds.
@Njishi Special thanks for testing the builds.
@savoca Original Dev of KCAL Colour Control.
Instead of using this as a base for your work, CONTRIBUTE DIRECTLY TO THIS PROJECT VIA GITHUB.Just Making another kernel with a small feature addition only results in " Hotchpotch " in forum.Please contribute to this , Yes you will get credits for it.
Click to expand...
Click to collapse
XDA : DevDB Information
Nemesis Fusion Kernel, Kernel for the Zenfone 2 Laser
Contributors
abhishekr700
Kernel Special Features:CM Based Kernel for Zenfone 2 Laser
Version Information
Status: Stable
Created 2016-05-16
Last Updated 2016-05-16
Work To Be Done
1.)Overclock CPU to 1.4 GHz (HElp Needed , Please help me on this)
2.)Overclock/Underclock GPUDone in V3.0
3.)Faster Charging While Charging Phone through a USB portDone in V3.0
4.)LED Blink Rate Control Already Present
5.)Support for Kernel Adiutor/Synapse DOne!
6.)KCALL Colour control V3.1
Suggestions are welcomed here.Please post with a github commit link.
BUGS / BUG-FIXES
1. Phone restarts on pressing CALL button = Not at all kernel related, its a old cm bug.
2.Pixelmaster Camera does not work on Zenfone Selfie [NEW] [Front Cam Flash fix by @jpnos ] =
Atlast , I managed to fix it. Special Thanks to @jpnos for finding the exact bug.
THIS IS NO MORE NEEDED STARTING FROM V4.0
Click to expand...
Click to collapse
Go to /system using any root browser.
Open the file named build.prop
Add the following lines to the end of file
Code:
#Zenfone Selfie Camera Fix for Nemesis Kernel
#[email protected]
#[email protected]
ro.product.device=ASUS_Z00[COLOR="Red"]U[/COLOR]
ro.product.model=ASUS_Z00[COLOR="red"]U[/COLOR]D
Reboot Once , Done !!!
Don't Forget To Press the Thanks Button
Same Kernel with CPU Overclocked to 1.4 GHz
The kernel postex here in this post is still in testing phase.I request people to flash it TEMPORARILY and provide feedbacks.
Instructions on flashing temporarily are given in 1st post.
Edit:
For some unknown reasons, the 14. Ghz frequency is not being showed.No need to try this.
Reserved
Using Various Features
1.)Governers & IO-Schedulers-Use an app,I recommend using No Frills CPU Control for this .Its simplicity is its power.
2.)Sound Controls 3.6 -Go to play store and get faux sound controls app to use this feature.
3.)KCAL Colour Control-Use the app from here
Memorable User Reviews
simanicu said:
This is a great kernel. Now I can truly say my zenphone feels like a flagship, just like my previous G4, or the likes of Samsung or Apple.
I didn't expect much since I only spend $150 on it, bought it just because my G4 went for a swim and drown literally, lost it in the ocean. Anyhow I'm off topic.
I applied this kernel yesterday and since than is super responsive. Not only that, but before applying this kernel my phone was feeling kinda hot to the touch, stock and even with CM. Even when it was in my pocket felt a little warm. A totally different story now, it runs cool most of the time and only warms up a little when on Facebook or on a more demanding game, whenever I pick it up even after 10 min, it feels cool to the touch. I run CM 13 with Nemesis kernel and is great.
Who says that you have to pay $600 to get a good phone experience?
I can't thank you enough!!!
Click to expand...
Click to collapse
simanicu said:
2.0 is great, performance feels the same as in 1.0, but I did notice some battery improvements. Been using my phone for over 12 hours now, for calls mostly, email and some FB, I'm only down to 35% . On 1.0 yesterday had to charge it after around 10 hours use.
Kudos to the developer, great job!!
Click to expand...
Click to collapse
corybucher said:
So after about a day or so with v2 on z00t I have noticed a increase in battery life and performance. Phone is much snappier and most lag is not present. I play hungry shark world from time to time and have noticed a better gaming experience. Looking forward to more development in the future.
Click to expand...
Click to collapse
gabriele1974 said:
i can confirm that PixelMaster Camera on Z00T (Selfie) stop working with V 3.0.. i flashed on the 2.0 build but i'm waiting a 4.0 or only a 3.0 bugfix.. camera on this model in very important for the flash led of the front 13mpx cam and on the market i can't find another one with that function but also fast charging introduced with 3.0 is awesome.. i've tested two days ago between my 551ML and Selfie both at 40% of battery life and i'm being shocked seeing that in 10 minutes the Selfie with fast was at 51% when 551ML quick-intel-charge was only at 46%... please fix the cam bug quickly as you can.. for my use there's no other to add to this kernel! (Antutu scores 49000pt lol in OC)
have a nice week-end!
Click to expand...
Click to collapse
Where is the link?
Well done !!! :highfive:
This kernel does not support my ROM. Please remove my ROM from your features list.
Thank You.
RukusX7 said:
This kernel does not support my ROM. Please remove my ROM from your features list.
Thank You.
Click to expand...
Click to collapse
May I ask why?
even when it is based on cm?
abhishekr700 said:
May I ask why?
even when it is based on cm?
Click to expand...
Click to collapse
If you built for Z00L, touch won't work on Z00T
and vice versa.
RukusX7 said:
If you built for Z00L, touch won't work on Z00T
and vice versa.
Click to expand...
Click to collapse
i am releasing z00T build soon!!!
Bro.. i flashed overclock img.. but i am not able to increase cpu frequency. As there is no option in Cpu frilz app to increase it
Njishi said:
Bro.. i flashed overclock img.. but i am not able to increase cpu frequency. As there is no option in Cpu frilz app to increase it
Click to expand...
Click to collapse
Check your PM
Sent from my C2305 using Tapatalk
This work on ZE500KL ??
Suggestions
1) Support for kCAL Colour Control (enhances Colour Vibrance and Intensity). (available as a Screen TAB in Kernel Adiutor).
2) Support for HotPlugs like
MSM (Fast Lane Load)
Mako
AluCard
IntelliPlug
ThunderPlug
AutoSMP
MSM mP-Decision (Bricked)
3)CPU ---
Support for MSM Sleeper (allows for longer and aggressive Deep-Sleep to increase Battery-Life).
Fixed High-Load Average from UnInterruptible Waits (reduces CPU-Load even more in idle state).
Support for Fast-IDLING of CPU (should reduce Power-Consumption a lot).
Support for Power Efficient WorkQueue to reduce Power-Consumption (available in CPU tab of Kernel Adiutor).
Memory ---
Support for Kernel SamePage Merging (KSM).
Support for Swap, FrontSwap, and zSwap techniques (improve performance significantly when zRAM is full).
Support for Memory Compaction (improves performance).
Support for CleanCache Driver (improves I/O performance).
Support for Cross-Memory .
Support for zRAM
compression algorithm (improves performance by saving memory).
Battery---
Support for ARCH_Power to reduce Power-Consumption and increase Battery-Life.
Support for the new PowerSuspend algorithm (improves Battery-Life).
Support for preventing unnecessary WakeLocks (improves Battery-Life). (available under the Misc. Tab of Kernel Adiutor)
Support for Larch Power feature (should improve Battery-Life ).
Optimizations and Tweaks ---
Disabled CRC-Check for upto 30% faster I/O .
Support for FRandom RNG Driver (upto 50x faster than the default one).
Compiled with UberTC 4.9.4 Optimized for 64-BIT (Uber uses the latest of every component as well as increases the Battery-Life too).
Fixed the default value of SELinux to Permissive (allows certain apps such as Viper4Android to function properly).
Support for Touch-Boost and CPU-Boost.
Support for Vibration Intensity Control (available in Misc. TAB of Kernel Adiutor).
Lowest Possible CPU-Usage
(a lot of tweaks have been implemented system-wide).
Support for various Wake-Up Gestures including D2W.
Disabled Debug-Info (should reduce the size of the kernel making it lighter).
Great Work bro . I expect these changelogs
Crasim said:
This work on ZE500KL ??
Click to expand...
Click to collapse
Nope
Psm777 said:
1) Support for kCAL Colour Control (enhances Colour Vibrance and Intensity). (available as a Screen TAB in Kernel Adiutor).
2) Support for HotPlugs like
MSM (Fast Lane Load)
Mako
AluCard
IntelliPlug
ThunderPlug
AutoSMP
MSM mP-Decision (Bricked)
3)CPU ---
Support for MSM Sleeper (allows for longer and aggressive Deep-Sleep to increase Battery-Life).
Fixed High-Load Average from UnInterruptible Waits (reduces CPU-Load even more in idle state).
Support for Fast-IDLING of CPU (should reduce Power-Consumption a lot).
Support for Power Efficient WorkQueue to reduce Power-Consumption (available in CPU tab of Kernel Adiutor).
Memory ---
Support for Kernel SamePage Merging (KSM).
Support for Swap, FrontSwap, and zSwap techniques (improve performance significantly when zRAM is full).
Support for Memory Compaction (improves performance).
Support for CleanCache Driver (improves I/O performance).
Support for Cross-Memory .
Support for zRAM
compression algorithm (improves performance by saving memory).
Battery---
Support for ARCH_Power to reduce Power-Consumption and increase Battery-Life.
Support for the new PowerSuspend algorithm (improves Battery-Life).
Support for preventing unnecessary WakeLocks (improves Battery-Life). (available under the Misc. Tab of Kernel Adiutor)
Support for Larch Power feature (should improve Battery-Life ).
Optimizations and Tweaks ---
Disabled CRC-Check for upto 30% faster I/O .
Support for FRandom RNG Driver (upto 50x faster than the default one).
Compiled with UberTC 4.9.4 Optimized for 64-BIT (Uber uses the latest of every component as well as increases the Battery-Life too).
Fixed the default value of SELinux to Permissive (allows certain apps such as Viper4Android to function properly).
Support for Touch-Boost and CPU-Boost.
Support for Vibration Intensity Control (available in Misc. TAB of Kernel Adiutor).
Lowest Possible CPU-Usage
(a lot of tweaks have been implemented system-wide).
Support for various Wake-Up Gestures including D2W.
Disabled Debug-Info (should reduce the size of the kernel making it lighter).
Great Work bro . I expect these changelogs
Click to expand...
Click to collapse
Can you link me to the thread you copy pasted these features from.
Thanks
Sent from my C2305 using Tapatalk
this kernel is still update?
[/COLOR]
abhishekr700 said:
I wonder where people like you come from,
Go to my kernel source and see commits in overclock branch.
And for God's sake follow this before pointting finger at anyone.
Sent from my C2305 using Tapatalk
Click to expand...
Click to collapse
thanks very much for ur answer and for the setup u made for other kernels to come in the future hope u would keep this updated
no possibility to open the band 4 ( aws ) lte from the kernel?
from where I change the frequency?
arielsoyyo said:
no possibility to open the band 4 ( aws ) lte from the kernel?
from where I change the frequency?
Click to expand...
Click to collapse
If you can elaborate what this is,and provide links to a kernel which has implemented these features,I would try to get those working on this kernel.
venomus001 said:
[/COLOR]
thanks very much for ur answer and for the setup u made for other kernels to come in the future hope u would keep this updated
Click to expand...
Click to collapse
My pleasure!!
Hope you like it.
motiwyl said:
this kernel is still update?
Click to expand...
Click to collapse
Yes more features will be added over time to this kernel,
I also invite people to contribute to this kernels development
Sent from my C2305 using Tapatalk
If you can run the band 4 ( aws ) for the device ... I think I make a monument !!!
arielsoyyo said:
If you can run the band 4 ( aws ) for the device ... I think I make a monument !!!
Click to expand...
Click to collapse
http://forum.xda-developers.com/galaxy-s5/general/how-to-add-rf-lte-frequency-bands-to-t2886059
You may try this.
Sent from my C2305 using Tapatalk
[size=+3]Blue Bolt Kernel[/size]
{
"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"
}
Code:
#include<disclaimer.h>
void main()
{
/*
* I am not responsible if I brick your device.
* Flash at your own risk.
*/
exit(0);
}
[size=+2]Introduction[/size]
This kernel is based on Lineage OS's kernel source code for OnePlus 2, the main aim of this kernel is to provide Good battery life,
and to do so I have added bunch of stuff and tweaked code to improve battery and also to make sure that you don't get lag and delay I have improved the performance enough, and you can be the boss of your own device(Check Features you'll understand).
[size=+2]Features[/size]
Based on Linux version 3.10.108
CAF tag 'LA.BF64.1.2.3-03310-8x94.0'
Added Governors (Electron, Chill, Relaxed)
Blocked wakelock (by Boeffla)
Added Hotplug (Core_ctl)
GPU Underclocked to 27 MHz
Totally Re-worked GPU frequencies
Added Adreno IDLER and Adreno Boost
CPU's underclocked to minimum frequency 302MHz for both big and LITTLE
Enabled Fast Charging
Gentle fair sleepers toggle added (to save some more juice)
Faux Audio 3.6 & pDesireAudio
KCAL Support
Enabled fingerprint boost
Added Maple IO schedulers
Voltage Control
Dynamic Fsync
Improved interactive governor
Compiled with a Linaro Toolchain to get more juice out of your device
A lot of miscellaneous changes have been made to improve battery.
Slimbus Overclocked.
Added new GPU frequencies.
[size=+1]Compactibility[/size]
RC / Beta 2.x Works with all Nougat ROMs
RC / Beta 3.x Works with all Oreo ROMs
Note
Initial boot might heat up device a bit, which is normal - Let it settle
I'll recommend before coming to conclusion, give it at least 2 complete charge cycles and then raise any issue.
[size=+2]
Latest Download Link| | for Lineage Based Oreo ROMs | || | for Other Oreo ROMs | |
Bluebolt Kernel Tweaking App - One Dot One HotFix[/size]
Beta : They are compiled with new commits and some bugs might be there. If the things work the way they are supposed to be, those commits will make to the RC
RC : Release Candidate, it is supposed to be stable
Flashing and tweaking
Installation / Flashing - Download the zip, beta or RC which ever you want to, now boot into recovery and flash from there and then boot into system Voila the kernel is flashed
(Optional) - Clear cache and Dalvik
To tweak use Kernel Adiutor Mod or EXKM.
Spectrum - I've made 4 predefined settings in kernel (Battery, Balanced, Performance, Gaming) which can be switched through this app as per your need, default is balanced. Download Link is in the change-log post.
Credits
Pranay Narang, MZO, ZaneZam, Suraj Das, Francisco Franco, Lord Boeffla, Wang Han, Simao (xdevs23), Ashok Soni, Subham, Sultanxda
Sorry if I have missed anyone
Thanks
To all the members of Tester's crib, Blue testers.
You can contact me on telegram if you have any issues : Shreyansh Lodha
Happy Flashing
Source Code
My Source Code for Lineage based ROM's Kernel : GitHub
My Source Code for AOSP based ROM's Kernel : GitHub
XDA:DevDB Information
Blue Bolt Kernel, Kernel for the OnePlus 2
Contributors
ShreyanshLodha
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: RC 3.3.1
Stable Release Date: 2018-02-06
Current Beta Version: Beta 3.0
Beta Release Date: 2017-10-10
Created 2017-06-05
Last Updated 2018-04-19
Change Log
19th April 2018 -- RC 3.5 (Oreo Only)
- Dynamic Fsync
- Voltage Control
- Fixed lag in various ROMs
- Default mode in spectrum - Changed default governor to interactive
- Improved Interactive governor
- A lot of security patches
- A lot of important sched patches.
- Attempt to improve fp recognition. (Don't complain if it slows down instead, its just an attempt, will revert back if it doesn't help)
- more under the hood changes
06 February 2018 -- RC 3.4 (Oreo Only)
- Sched improvements
- Fixed Device Name when connected to a PC / Laptop.
- Improvements to GPU Driver
- Little Core Overclocked to 1651 MHz
- Added Wireguard
- Imported some changes from google's Angler
- Set CFQ as default IO Schedular.
- Enabled MSM Thermal by default.
- A ton lot of under the hood changes.
11 January 2018 -- RC 3.3.1 (Oreo Only) - Not for Delight ROM
- Slimbus Overclocked
- Improvements and fixes to pDesireAudio
- Fingerprint improvements
- Fixed CVE-2017-8824
- Improvements to LMK
29 December 2017 -- RC 3.3 (Oreo Only)
- Improvements to onDemand governor
- A ton of commits for USB related stuff
- Improvements to Fingerprint (Don't expect quicker wakups.)
- Sched related changes
- New TCP algorithm (CDG)
- Multiple changes to GPU stuff.
- Ton of RCU changes
- A lot of changes to make kernel more battery friendly.
27 November 2017 -- RC 3.2 (Oreo Only)
- Fixed issue with delayed registering of FP.
- Pocket Mode added (Doesn't register FP when phone is in pocket)(Enable it using BlueBolt Tweaking App)
- More under the hood changes
NOTE : Pocket mode is not enabled by default.
Read Second Post to know more about the App.
16 November 2017 -- RC 3.1 (Oreo Only)
- Linux kernel update 3.10.107 -> 3.10.108
- Unlocked new GPU frequencies (110,250,320,390) and removed 305MHz
- Now using Linaro 7.x toolchain for compilation
- Previous heating issue is resolved
- Added Fsync toggle
26 October 2017 -- RC 2.5 & RC 3.0
NOTE : Both Nougat and Oreo Kernel's are now having same features. Also features in Beta 3.0 are there in both the releases and new changes are listed below
- Soft Vibrate on double tap to wake
- Added GPU boost
- Using relaxed atomic_read now
- Optimized Building for both cores now A53/A57
- Improved audio Playback
- Added support for USB keyboard (https://play.google.com/store/apps/details?id=remote.hid.keyboard.client).
- Various DTS and Sched related changes.
10 October 2017 -- Beta 3.0 (Oreo)
- Rebased Kernel Again
- Governors (Chill, Relaxed, Electron, Interactive, Ondemand, Performance)
- PDesireAudio with High Performance Audio Toggle
- Faux Audio Control 3.6
- Adreno Idler
- Adreno Boost
- Display Dimmer
- Core_ctl only hotplug
- I/O sched (no-op, Deadline, row, cfq, bfq, maple)
- ZRAM enabled
- CPU (302MHz freq enabled, No over clocking as performance is enough with 1555MHz on LITTLE and 1766MHz on big)
- GPU wih 27MHz enabled
- Gestures work on Unofficial Lineage 15.0 (All gestures are enabled by default)
- Fastcharge support added
- Popular battery consuming Kernel wakelocks have been blocked by default.
- Spectrum Support is added by default (Download from Here for better experience.)
- Note This boots up on Nougat ROMs as well, gesture work on most AOSP-CAF based N ROM. But separate release of Nougat Kernel will be done later this week.
04 August 2017 -- RC 2.4
- Removed Userspace, Tripandroid, Darkness governors and added Blu Active governor
- AutoSMP hotplug
- Updated to latest CAF tag
- Addressed the issue which caused current freq jumping to max freq all the time.
- fixed a few memory leaks
- A lot of CVE in the kernel are fixed now
- Tried Improving haptic experience
- Using power efficient Workqueues
- Synced with latest Lineage kernel
- Tons of minor changes are done to improve experience.
- Bug Fixes
Some of the users are having issue with KA app (It shows the current freq to max all the time even when cores are not active)
Use KA mod app as it is working correctly.
11-07-2017 -- RC 2.3-Final
-Updated to latest Linux kernel source
-Updated to latest CAF tag
-Added maple IO Scheduler
-Rabased kernel to Franco kernel
-added back pDesireAudio and removed faux audio
If some users face lag while streaming music consider turning off hotplugs off. That will resolve the lag
-A lot of battery improvements.
-Removed HCube hotplug.
-Undervolted by default now.
17-06-2017 -- RC 2.1
-Updated to Linux 3.10.106
-Updated Impulse governor
-Updated ZEN to v2
-updated cfq
-Updated HCube with OOS 3.5.8 version
-WiFi drop fixed for some routers
-Fixed a lot of memoty leaks
- Improved Interactive governor
-Lot of Inside changes
11-06-2017 -- RC 2.0
-Released 2 Builds for AOSP and Lineage based ROMs separately to make gestures work.
-Reworked from scratch to remove unstable codes.
-Removed few Hotplugs as they were causing conflicts and drains.
-Added SmartassH3 governor
-Added fingerprint boost driver (attempt to make fingerprint recognition better)
-Added IO Switcher(It switches the IO scheduler to no-op once the screen stays off for more than 60 seconds, and with screen wake the IO scheduler will change back to what it was. This is added to improve Idle drain as no-op is the most battery friendly IO scheduler)
06-06-2017 -- Beta 1.3
-pDesireAudio removed
-Some users reported me crash in media operation which is now resolved in this update.
BlueBolt Kernel Tweaking App (Requires Root)
This app is made to give users feature which they want to control but are not supported by other Kernel tweaking app, this app might not work as intended on other kernels.
The app is in its initial stage, So, if there's a issue report it so that I can work on it, also in case any crashes or issue provide logs also if possible steps to reproduce it.
V OneDotOneHotFix (Oreo):
- Fixed App FC when pocket mode was activated.
V OneDotOne (Oreo):
- Pocket mode Notification won't stay on top and neither will it show up in status bar.
- Pocket Mode quick tile has been added for more convince.
V OneDotZero (Oreo) :
- Added Apply on Boot option. (Only I have tested it so far, and it worked fine. If you find any issues provide me steps to reproduce it.)
- UI / UX improvements.
- Performance improvements.
v 1.3.Beta : (Oreo)
- UI Fixes and Improvements for screen with lower DPI.
- Backlight control are reworked.
- Give user an appropriate message in case device is not rooted.
v 1.2.Beta : (Oreo)
- Added true Splash screen till the time app doesn't loads fully.
- Changed App Theme (Colours).
- Added BCL toggle.
v 1.1.Beta : (Oreo) (Uninstall the previous versions 1.1 or 1.0 and then install this version, otherwise you'll face FC)
- Fixed issue with app not applying settings after coming from another app and using it.
- Fixed issue with PocketMode not applying right away.
- Fixed issue with app using unnecessary SU permissions all the time.
is it undervolted? little bit undervolting on lowest frequency can improve battery life ?
chxei said:
is it undervolted? little bit undervolting on lowest frequency can improve battery life ?
Click to expand...
Click to collapse
It is in a way.
As its min frequency is 302MHz and it is volted at 780mAh
Before it was 384MHz at 855mAh
you can undervolt yourself by changing it in KA app
KA -> CPU Voltage
change it for the frequency you want
Beware that. After changing the default rates in CPU voltage I wont be responsible.
If I use it with dirty unicorns can I enable dt2w in kernel adiutor?
@ShreyanshLodha music stops playing if i turn off screen. using latest rc build and blackplayer
PeterImmel said:
If I use it with dirty unicorns can I enable dt2w in kernel adiutor?
Click to expand...
Click to collapse
No it'll breaks, This is the issue with every Lineage OS Based kernel.
chxei said:
@ShreyanshLodha music stops playing if i turn off screen. using latest rc build and blackplayer
Click to expand...
Click to collapse
I'll check and revert back to you!
meanwhile just add the music player in whitelist of battery optimisation.
ShreyanshLodha said:
No it'll breaks, This is the issue with every Lineage OS Based kernel.
Click to expand...
Click to collapse
There's no possibility to make it work?
PeterImmel said:
There's no possibility to make it work?
Click to expand...
Click to collapse
At the moment no, Request the dev to add the commit that I have mentioned in OP.
Which will make atleast DT2W work.
ShreyanshLodha said:
I'll check and revert back to you!
meanwhile just add the music player in whitelist of battery optimisation.
Click to expand...
Click to collapse
now it plays but it slutters and is very laggy
---------- Post added at 13:50 ---------- Previous post was at 13:47 ----------
tryed different hotpluges, governors and schedulers but with no luck
chxei said:
now it plays but it slutters and is very laggy
---------- Post added at 13:50 ---------- Previous post was at 13:47 ----------
tryed different hotpluges, governors and schedulers but with no luck
Click to expand...
Click to collapse
Its probably a bug of pdesireAudio I'll check if I can fix it
Or I'll revert back to just Faux audio...
If you want You can flash RC 1.1 It doesnt have pdesireaudio.
@chxei just tell me what music players have you used and are you using any audio mods or not and also tell me if you were playing music online or music was stored on device.
ShreyanshLodha said:
@chxei just tell me what music players have you used and are you using any audio mods or not and also tell me if you were playing music online or music was stored on device.
Click to expand...
Click to collapse
music player: blackplayer
music mods: none
music stored localy
chxei said:
music player: blackplayer
music mods: none
music stored localy
Click to expand...
Click to collapse
I'd suggest you use phonograph or play music, and test it with them, none of my testers have reported this issue!!
I am personally using phonograph and the playback it smooth and clear!
And if you get equalizer or some music mod app that comes with your ROM like in DU, RR and AEX then also put them in whitelist for battery optimisation.
ShreyanshLodha said:
I'd suggest you use phonograph or play music, and test it with them, none of my testers have reported this issue!!
Had the similar issue n now it solved!! i'm on Unofficial RR+Viper4Arise+Play Music. Songs play just fine:good:
Also charging speed increased far better than stock kernel.:highfive:
Minor thing is, i feel bit laggy while using Google now, FB & Insta. Is there anyway to speed it up a little?? what governor do you suggest?? let me know buddy?!!
Thanks @ShreyanshLodha for such an effort maann! appreciate it very much.
Click to expand...
Click to collapse
Harish Diesel said:
ShreyanshLodha said:
I'd suggest you use phonograph or play music, and test it with them, none of my testers have reported this issue!!
Had the similar issue n now it solved!! i'm on Unofficial RR+Viper4Arise+Play Music. Songs play just fine:good:
Also charging speed increased far better than stock kernel.:highfive:
Minor thing is, i feel bit laggy while using Google now, FB & Insta. Is there anyway to speed it up a little?? what governor do you suggest?? let me know buddy?!!
Thanks @ShreyanshLodha for such an effort maann! appreciate it very much.
Click to expand...
Click to collapse
If you feel that there's lag then,
make sure you are using any one hotplug (dont disable it and you cant use multiple)
And also you can increase min freq of the big core to 38X MHz
There are many ways, I'd suggest that you google it or read this thread.
And adjust make adjustments accordingly.
Click to expand...
Click to collapse
PeterImmel said:
There's no possibility to make it work?
Click to expand...
Click to collapse
This kernel is los based !They only way for it to work is the kernel to be based on aosp so those gestures will not work on any aosp-caf roms!
PeterImmel said:
There's no possibility to make it work?
Click to expand...
Click to collapse
Sent from my ONE A2003 using Tapatalk
Reported. This is not original development. This thread belongs to the android development section
It looks like a bunch of stuff pulled in from my repos and also from darkbeast kernel