|ROM| SPEEDROM by IOIDroid | FAST | RELIABLE | STOCK | SUBTLE MODS | - Galaxy S 5 Android Development (Snapdragon)

{
"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"
}
ALERT BEFORE UPDATING TO THE LATEST VERSION PLEASE FIRST FLASH THE STOCK ROM FROM SAMSUNG VIA ODIN OPTHERWISE THE ROM MAY NOT BOOT !
Click to expand...
Click to collapse
​
FEATURES :
* Based on the lastest stock firmware: Android 4.4.2 XXU1ANE4
* BusyBox
* SuperSU+Bin files
* Hacked SMS app.
* Remove Popup Cover Warnings
* Build.prop tweaks for better signal, battery improvements, media quality,scrolling speed,gpu render
* Add remove shutter sound in camera.
* Read/Write to external storage
* Odexed
* Extended Power Menu
* Custom Wallpaper
* Even Faster
TO DO :
Thanks :
@alvin551
@GOLDIE​
DOWNLOADS :
Primary Download Location - Faster Than Secondary​
ARCHIVED RELEASES :
ARCHIVE OF OLD VERSIONS AND OLD MODS​
XDA:DevDB Information
SpeedROM, ROM for the Samsung Galaxy S 5
Contributors
IOIDroid
ROM Firmware Required: Galaxy S5 , Rooted , Custom Recovery, G900F
Based On: STOCK SAMSUNG
Version Information
Status: Stable
Current Stable Version: 1
Created 2014-06-24
Last Updated 2014-09-10

RESERVED
CHANGELOG​
V8
Added KTOONES Kernel
Removed Stock Browser
Added Chrome Browser (Much Better)
Added Audio Tweaks to Mixer Paths
Added Latest Camera MODS
Added Read and Write External
Zipaligned with latest binaries
Added Latest Modem
Added lots of CSC Tweaks for added features
Added Call and Message Blocking

Looks promising. Waiting for the upload

Mind I know what sort of changes you made in the build.prop. I am curious as to why Samsung would not have done this from the factory if there were no side effects, cheers!

Download Link now published !

Hellscythe said:
Mind I know what sort of changes you made in the build.prop. I am curious as to why Samsung would not have done this from the factory if there were no side effects, cheers!
Click to expand...
Click to collapse
Yes that would be good to know..
Sent from my SM-G900F using XDA Free mobile app

The Following Changes are added, these are fairly generic for custom ROM's and Samsung do not add them as they are all Vanilla Android tweaks.
#Better battery life:
usb_wakeup=enable
proximity_incall=enable
power_supply.wakeup=enable
ro.config.hw_power_saving=1
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
persist.sys.use_dithering=0
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
ro.mot.eri.losalert.delay=1000
ro.ril.sensor.sleep.control=1
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
persist.sys.shutdown.mode=hibernate
wifi.supplicant_scan_interval=90
The above changes force the phone into deep sleep after inactivity and therefore saves battery life. One of the changes also increases the amount of time Android waits between scanning for a new wireless network therefore decreasing battery drain.
windowsmgr.max_events_per_sec=300
This increases the smoothness of scrolling on the device.
The changes below force Rendering of graphics via the GPU which frees up CPU for multitasking etc.
#Render UI with GPU
debug.sf.hw = 1
There are hundreds of others but takes to long to explain them all !

Just checking but guessing as your in the uk this works fine on the G900f ?:good:

IOIDroid said:
The Following Changes are added, these are fairly generic for custom ROM's and Samsung do not add them as they are all Vanilla Android tweaks.
#Better battery life:
usb_wakeup=enable
proximity_incall=enable
power_supply.wakeup=enable
ro.config.hw_power_saving=1
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
persist.sys.use_dithering=0
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
ro.mot.eri.losalert.delay=1000
ro.ril.sensor.sleep.control=1
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
persist.sys.shutdown.mode=hibernate
wifi.supplicant_scan_interval=90
The above changes force the phone into deep sleep after inactivity and therefore saves battery life. One of the changes also increases the amount of time Android waits between scanning for a new wireless network therefore decreasing battery drain.
windowsmgr.max_events_per_sec=300
This increases the smoothness of scrolling on the device.
The changes below force Rendering of graphics via the GPU which frees up CPU for multitasking etc.
#Render UI with GPU
debug.sf.hw = 1
There are hundreds of others but takes to long to explain them all !
Click to expand...
Click to collapse
Hey mate. Have you looked at this thread?
persist.sys.use_dithering and pm.sleep_mode (x2 entries) are said to only work on CM.
ro.config.hw_power_saving=1
ro.config.hw_fast_dormancy=1
ro.ril.disable.power.collapse=0 x2 entries
ro.mot.eri.losalert.delay=1000
And maybe some others also are shown to not do anything. The thread is worth a read along with these links....
http://www.jeffmixon.com/examining-build-prop-tweaks-for-android-ics-a-comprehensive-guide-part-1/
http://www.jeffmixon.com/examining-build-prop-tweaks-android-ics-comprehensive-guide-part-2/
For example to quote jeff mixom on windowsmgr.max_events_per_sec=300....
Many build.prop tweaks set this value to 300, but it seems this is a bad idea. As Google points out, Android maxes out at 60fps. The default value is already allow for a possible max_events_per_sec of 90. Even if you allow for 300 max_events_per_sec, you’ll only ever see 60 of these events in any given second. Therefore, any value much higher than 90 is unlikely to have any noticeable impact on your experience in general. Additionally, setting this value too high can starve other UI events that need to get processed, viz. touch inputs. You’re not likely to feel like your device is running very smoothly when it is busy processing thousands of scroll events instead of responding immediately to you clicking to try and open a link or an app. There may be some specific scenarios where increasing this value does appear to improve system feedback, but changing this value for all UI events across the board will likely cause more problems than it will solve.
Sent from my SM-G900F using Tapatalk

can7 said:
Just checking but guessing as your in the uk this works fine on the G900f ?:good:
Click to expand...
Click to collapse
Yes this is built for the G900F

Goldie said:
Hey mate. Have you looked at this thread?
persist.sys.use_dithering and pm.sleep_mode (x2 entries) are said to only work on CM.
ro.config.hw_power_saving=1
ro.config.hw_fast_dormancy=1
ro.ril.disable.power.collapse=0 x2 entries
ro.mot.eri.losalert.delay=1000
And maybe some others also are shown to not do anything. The thread is worth a read along with these links....
http://www.jeffmixon.com/examining-build-prop-tweaks-for-android-ics-a-comprehensive-guide-part-1/
http://www.jeffmixon.com/examining-build-prop-tweaks-android-ics-comprehensive-guide-part-2/
For example to quote jeff mixom on windowsmgr.max_events_per_sec=300....
Many build.prop tweaks set this value to 300, but it seems this is a bad idea. As Google points out, Android maxes out at 60fps. The default value is already allow for a possible max_events_per_sec of 90. Even if you allow for 300 max_events_per_sec, you’ll only ever see 60 of these events in any given second. Therefore, any value much higher than 90 is unlikely to have any noticeable impact on your experience in general. Additionally, setting this value too high can starve other UI events that need to get processed, viz. touch inputs. You’re not likely to feel like your device is running very smoothly when it is busy processing thousands of scroll events instead of responding immediately to you clicking to try and open a link or an app. There may be some specific scenarios where increasing this value does appear to improve system feedback, but changing this value for all UI events across the board will likely cause more problems than it will solve.
Sent from my SM-G900F using Tapatalk
Click to expand...
Click to collapse
Thank You @Goldie didnt realise they didnt make any difference, i will start removing them but im sure ive noticed a difference by changing the Battery settings in terms of deep sleep and battery saving ! ?
In fact whilst ive got you here dont suppose you have a guide on building the extended power menu ?
Cheers !

Will this Rom work also in G900H version? (Exynos International)
Sent from my SM-G900H using Tapatalk

IOIDroid said:
Thank You @Goldie didnt realise they didnt make any difference, i will start removing them but im sure ive noticed a difference by changing the Battery settings in terms of deep sleep and battery saving ! ?
In fact whilst ive got you here dont suppose you have a guide on building the extended power menu ?
Cheers !
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2038675
That will work but you have to fix the access numbers. Check the last pages for info
Sent from my SM-G900F using Tapatalk

Masum56k said:
Will this Rom work also in G900H version? (Exynos International)
Sent from my SM-G900H using Tapatalk
Click to expand...
Click to collapse
No Sorry
I believe @Alvin has made a rom that will work for the H version though !

Going to release a new version later today and its going to revert back to ANE2 as i believe it is a much smoother version if the 4.4.2 OS ! The latest release is super smooth and has a couple of new features !
Sent from my SM-G900F using XDA Premium 4 mobile app

Changelog for new Version :
Call recording enabled
New Custom Kernel (super smooth)
Removed a lot of un required build.prop tweaks thanks to @Goldie
Removed even more unrequired system files
I know its a new ROM but i really think you guys should give it a try!
Sent from my SM-G900F using XDA Premium 4 mobile app

IOIDroid said:
The Following Changes are added, these are fairly generic for custom ROM's and Samsung do not add them as they are all Vanilla Android tweaks.
#Better battery life:
usb_wakeup=enable
proximity_incall=enable
power_supply.wakeup=enable
ro.config.hw_power_saving=1
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
persist.sys.use_dithering=0
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
ro.mot.eri.losalert.delay=1000
ro.ril.sensor.sleep.control=1
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
persist.sys.shutdown.mode=hibernate
wifi.supplicant_scan_interval=90
The above changes force the phone into deep sleep after inactivity and therefore saves battery life. One of the changes also increases the amount of time Android waits between scanning for a new wireless network therefore decreasing battery drain.
windowsmgr.max_events_per_sec=300
This increases the smoothness of scrolling on the device.
The changes below force Rendering of graphics via the GPU which frees up CPU for multitasking etc.
#Render UI with GPU
debug.sf.hw = 1
There are hundreds of others but takes to long to explain them all !
Click to expand...
Click to collapse
can you make zip to intall rom stock ?

IOIDroid said:
Changelog for new Version :
Call recording enabled
New Custom Kernel (super smooth)
Removed a lot of un required build.prop tweaks thanks to @Goldie
Removed even more unrequired system files
I know its a new ROM but i really think you guys should give it a try!
Sent from my SM-G900F using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Downloading now. I try all
Hmm...I guess that means first too.

Docmjldds said:
Downloading now. I try all
Hmm...I guess that means first too.
Click to expand...
Click to collapse
The new version is not uploaded yet !
Sent from my SM-G900F using XDA Premium 4 mobile app

IOIDroid said:
The new version is not uploaded yet !
Sent from my SM-G900F using XDA Premium 4 mobile app
Click to expand...
Click to collapse
And whatever version I downloaded failed
I can wait. Thanks

Related

[KERNEL][GPL][23 FEV - #4] franco.Kernel | 2.6.35.10

About
{
"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"
}
Following the popular franco.Kernel series I present you the new .35 tree based kernel for the 2.3.3 from LG and for the CM testing releases from mik.
(Because people keep flashing this **** with the wrong roms and come here crying "HALP" enjoy the big letter warning)
This kernel is not for 2.2 roms and I will laugh at you if you flash it together with 2.2. Not either will it work on miks 6.5.8 nor void forever...
franco.Kernel facebook group page: https://www.facebook.com/franco.Kernel
Features & Changelog
#4
* Added 652, 672, 691, 710 cpu frequencies
* Doubled busses frequencies - system will go faster but you'll possible lose some overclocking capabilities. Busses frequency OC > cpu OC.
* Added and tweaked Simple IO scheduler as it proved to be the fastest one for this device
* Added tun.ko and cifs.ko
* Added camera flicker bug fix
* Cleaned up some more debug ****
* One or two small tweaks
#3
* Completely rebased kernel
* No more blackscreen
* Based on CM's source
* All the tweaks and ****s you've been known about from me
* Franco magic?
* POWER
* BATTERY
* Well...I'll write a more detailed post later, too busy at the moment =)
08122011
- Touchscreen driver improved
- Same changes as the 27/11 release but now with wifi working
27112011
- Major speed up because fsyncs are not disabled
- SLUB memory allocator tweaked and made default
- Wifi Tethering fix attempt
- One or two other small tweaks and optimizations
- This release is labeled as a testing version
22112011
- Bye vsync toggle, it's not possible to change vsync without a kernel recompile
- Blackscreen bug fix attempt
- Touchscreen drivers optimized with the axis inversion workaround - changes by paolo, fserve, and me
12112011
- Vsync on/off toggle added. This is what I need be checked, I don't know if it's working: run this command via terminal or init.d script
Code:
echo "0" > /sys/module/mddi_hitachi_hvga/parameters/vsync_on
Echoing 0 it will disable vsync, echoing 1 will enable it.
- FSB/BUS overclock is lower, it will lower benchmarks a bit, but you won't notice any difference during normal usage and it will increase stability
- Obviously all the changes from the latest testing version are included
- This release is labeled as a testing version
02102011
- Smartass2 tuning
- Ck2 patch - system more responsive and noticeably faster
- Compiled with the latest Linaro 4.5.4 2011.09 toolchain
- Fix camera flicker - thanks Turducken
- Add Simple I/O scheduler and made the default - should fix the slow USB transfer bug
- net: Reorder incoming packets in PPPoLAC and PPPoPNS
- Misc fixes
- Should provide some extra battery power
19092011
- A lot of reverts to increase overall stability
- Smartass2 improvements
- BFQ i/o scheduler added and made default. VR scheduler makes the USB transfers slow
- Wifi change to drain less battery
- Clear RAM feature in Andy's rom works now
- Add Jhash3
- vfs_cache from 100 to 25
- init/calibrate backported from 2.6.39
- Some other improvements that can be seen in my github
29082011
- Reducing VM_READAHEAD from 4096 to 512. Should fix the occasional music stutter
- Some .config changes from fserve to increase battery life
- Tweaks and code cleanups from CAF to increase stability, battery and performance
- Cleaned up some governors
- Add SmartassV2 added yesterday from the original Smartass creator
- Re-written InteractiveX
- Vsync enabled by popular demand
- dirty_writeback_interval = 1500 centisecs
- Some reverts that should fix the reboots or random crashes
- Thanks across for the testing
- This release is labeled as a testing version
24082011
- Strange behavior with ext3/ext4 fixed
- More ARM architecture specific code
- Internet/data speed majorly increased
- **** legacy drivers removed
- Dunno what else
- This release is labeled as a testing version
21082011
- Filesystem tweaks from Code Aurora. Mainly ext3 and ext4 improved code
- Power management tweaks from Code Aurora
- Two Power management patches from Arco's kernel
- A lot of ARM architecture specific tweaks and improved code
- Some other small ****s
- This release is labeled as a testing version
16082011
- Battery display bug is fixed
- Terminal ****ting itself when closing fixed
- Headset button should work now too
- Some reverts to provide some extra stability
03082011
- Patched with 2.6.35.14 from upstream
- Tweaks in the touchscreen driver
- Lots of reverts from backported code to improve stability
- USB should be fixed
- CFS scheduler updates
- Wi-fi should be finally fine (I hope because I haven't touched wi-fi **** code)
- Camera should work fine now too
01082011
This is a complete re-written kernel from scratch featuring all the performance and battery patches from the last version plus a lot of new code.
The changes are all in my github so I don't need to list them here. I need you guys to test the kernel and tell me what is working and what is not working, which bugs do you find, if the performance is good, if battery is good etc etc. I don't want posts like "BLUETOOH HANDS FREE DOESN'T WORK FIX PLX" or "WAHT IS THE BAST GOVERNOR AND OC HALP PLOX" I want informative posts about your conclusions, if it kernel paniced what is your environment, your OC, your governor... stupid and non helpful posts will be ignored. If you want a good kernel, do you job as an user and help me too.
Click to expand...
Click to collapse
Take note of this, I don't care nor will pay attention if you say you're having battery drain if: you flashed the kernel sooner than 24hours of your complain post, if you didn't wipe your cache partition before or after flashing it, or if you didn't wipe your battery stats. If any of these three conditions are met at the time of your posting I will simply ignore it.
Downloads
Download:franco.Kernel-4
franco.Kernel updater app: https://market.android.com/details?id=com.franco.kernel.p500
Installation
1 - Reboot intro recovery
2 - Flash the latest kernel version from this topic
3 - Reboot
4 - Enjoy
People remember this is a pre-release, it's a gift for you all to test and play in the next days while I make it better, faster, more stable and the likes. Now I'll retire for a nice beach day after a hard nights work
wow downloading and will flash it right away!!!! cant wwait for it so test. thanks franco you are genious!
franciscofranco said:
People remember this is a pre-release, it's a gift for you all to test and play in the next days while I make it better, faster, more stable and the likes. Now I'll retire for a nice beach day after a hard nights work
Click to expand...
Click to collapse
go ahead man. you deserve the best. your v18 is still as stable as rock so I can wait for the final version of this. i will flash this now.
I know testing isn't all abt posting quadrant scores ...but anyways this kernel gives [email protected] mhz
Sent from my LG-P500 using XDA App
thx franco.
downloading....
Rotation not fixed...not a huge problem anyways. Thanks
Sent from my LG-P500 using XDA App
Flashed it, seems stable at 710Mhz (which is the maximum my phone can get). Neocore [email protected]/Smartass running on official 2.3.3. That is 10FPS higher than stock kernel and 2 fps higher than stock OC'[email protected] stock kernel.
Will test further and post.
Neocore 55.1 [email protected] 806 MHz running on void forever
Sent from my LG-P500 using XDA App
franciscofranco said:
People remember this is a pre-release, it's a gift for you all to test and play in the next days while I make it better, faster, more stable and the likes. Now I'll retire for a nice beach day after a hard nights work
Click to expand...
Click to collapse
Are you using the LG Userspace Drivers?
can i know how much quandrant score for 3D of this kernel with overclock to 768mhz in stock 2.3.3 rom and non stock rom?
RevengeFNF said:
Are you using the LG Userspace Drivers?
Click to expand...
Click to collapse
As Franco said in the other topic, these drivers are not in the kernel but integrated in roms so we have to wait for mik, andy or Noejn to update their roms
Quadrant score after freeing my memory card is 1960
Sent from my LG-P500 using XDA App
thankxx man..
sajjan said:
Quadrant score after freeing my memory card is 1960
Sent from my LG-P500 using XDA App
Click to expand...
Click to collapse
what rom are u using? are u on the new baseband?
dark-k said:
As Franco said in the other topic, these drivers are not in the kernel but integrated in roms so we have to wait for mik, andy or Noejn to update their roms
Click to expand...
Click to collapse
Ok, and just for curiosity, in what consist those drivers, that give a huge boost in 3D?
franco,just wanna say thank you. I can see your passion in making our O1 better than ever. thanks a lot man. Know that your hard work is very much appreciated. More power. (^^,)
Sent from my LG-P500 using XDA App
I can boot v.2.2 with this kernel, can see some notifications in "toast",
but there is almost immediate shutdown with "Battery overheated"
RevengeFNF said:
Ok, and just for curiosity, in what consist those drivers, that give a huge boost in 3D?
Click to expand...
Click to collapse
Yes, a huge boost :
mik_os said:
kernel: 2.6.35 @ 600mhz
Click to expand...
Click to collapse
Just to inform I'm in stock v20g with just very few modifications by me and the kernel it's working without the bugs you describe

[APP][2.2+] Diagnosis - Know what Android is doing!

{
"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"
}
Diagnosis - Know what's going on!​
Description:
Ever wondered what your Android is currently doing?
On Windows we can open the task manager and get all the information we want.
On Android it will suspend the app we are currently using, but what if we wanted information about that app?
What if wanted to know if an app is currently downloading or uploading something? How much cpu is this app using?
Is this app running out of memory?
Is the battery getting too hot ?
What apps are running in the background, at this moment?
Did another app just start and cause lag?
Why doesnt this app tell me how much battery i have left?
Loosing track of time while gaming?
Diagnosis can display system information at all times, even while using other apps.
When Diagnosis is turned on, a small customizeable text is shown on screen giving you information of your choice.
(Check out the screenshots at the end of the post)​
There are lots of settings to customise everything to your personal preference:
- Information displayed
- Position
- Size
- Color
- Font
- Update interval and much more...
Just give it a look, it is self explaining, but i will write a small guide later on.
If you wish you can turn on the database feature.
The collected information will be written into a seperate database on the sdcard and 4 extra tabs will appear.
These tabs will show information from the database (min/max/avg etc. values).
Some examples:
- How hot the battery got
- Minimum battery voltage reached
- Upload / Download traffic
- Seen apps with avg cpu and memory usage
Click to expand...
Click to collapse
This will work on any device with android 2.2 or higher.
You don't need ROOT or anything special.
Click to expand...
Click to collapse
I want to thank everyone who helped me test the early builds!
(DarkhShadow, Xero, SebNapi, diewood,Pele,Perka,Zurchpet,arif-ali,eoghan2t7,addi)
If i missed anyone and you read this, tell me and i will add you.​
Click to expand...
Click to collapse
If you want to talk about my apps,
help me with updates, new apps or just want to chat, visit my chatroom!
Through your browser at
http://webchat.freenode.net/?channels=#dark3n
OR an IRC client of your choice
irc.freenode.net Channel #dark3n​
Click to expand...
Click to collapse
Download COMPUTER
Download ANDROID
Click to expand...
Click to collapse
Screenshots,screenshots,screenshots!
​
Click to expand...
Click to collapse
Help translate Diagnosis​
Click to expand...
Click to collapse
More Screenshots!
​
Click to expand...
Click to collapse
Current changelog:
v0.8.1(29)
- Updated translations
- Added Italian language
- Added targetApi to change menu button behavior
- Added path for sgs3
- Made some startup tweaks, to fix busybox errors
v0.8.0(28)
- Translation updates
- UI tweaks
- Performance tweaks to reduce memory footprint
- Fix for potential UI FC
- Updated ABS to 4.1
v0.7.9(27)
- Fixed 0 output for some of the new infos
- Some small code tweaks
- More translation preparations
v0.7.8(26)
- Fixed bug in core detection, hardcoding 4 for now
- More translation preperations
- Added new busybox
- Added multicore cpu usage [Pro]
- Fixed UI crash
v0.7.7(25)
- Fixed FC in app stats page
- Added cpu frequency support for multi-core processors
- Tiny performances improvements
- Multi language preperations
- Removed possible max/min cpu freq (data was not conclusive and overlapped max/min observed)
- Some work on the stats tab
- Added external sd support for Transformer
v0.7.6(24)
- Fixed resetting settings bug
- Don't show app stats, if statistic for it is not enabled
v0.7.5(23)
- Written some function into a class to use less and better code
- Fixed typos
- Added avg space usage to stats tab
- Added timeout incase of startup loop
(...)
Click to expand...
Click to collapse
Nice one +++++1 all the way;
now my Android screen looks like my Linux Desktop
Niceee. Trying it now
Sendt fra min GT-I9100 med Tapatalk
Dope
Sent from my T989 hunting for Siri Connor
It wiped ny sgs ii
Sendt fra min GT-I9100 med Tapatalk
sackynuts said:
It wiped ny sgs ii
Sendt fra min GT-I9100 med Tapatalk
Click to expand...
Click to collapse
It wiped your sgs 2?!?
Are you sure you are in the correct thread?
How should it have done that?
It doesn't delete files, it only reads files...
Sorry but you are confusing something.
awesome sauce
Sent from... somewhere...
interesting...
nice work
Small update.
Lower density means bigger database, but more accurate data in the tabs.
With the default update interval of 5 seconds, it would mean every 30 seconds there is enough data for a database entry.
What do you think about the default update interval of 5 seconds? Too long , too short or just right?
v0.3.1
- Eased cpu usage a bit by adding a small delay
- Corrected some debug output
- lowered default density to from 12 to 6
- decreased maximum density from 120 to 60
- added text for default x and y position in preferences
Click to expand...
Click to collapse
Hello, thanks dev! I love this concept and have been using it since xmas.
Personally, I like the default at 2. Not sure how much that increases battery usage... I just like real time info.
Another couple things, adding temp to the default line 1. Maybe take away cpu freq or network up speed?
Temps in Fahrenheit.
And option to customize the threshold for "app cpu usage over x percent".
Option to start the service on boot.
Thanks for the input.
I will add extra info options with Temp instead of cpu freq or network speed.
Also Fahrenheit will be added as an option to the settings.
I'm current reworking the database feature as under certain conditions some info was not saved.
custom threshold and start on boot will be something for later .
Dark3n said:
I will add extra info options with Temp instead of cpu freq or network speed.
Also Fahrenheit will be added as an option to the settings.
I'm current reworking the database feature as under certain conditions some info was not saved.
custom threshold and start on boot will be something for later .
Click to expand...
Click to collapse
Well awesome, keep up the good work, I really like this app. I'll keep you informed if I find anything else.
Looks like a very interesting app..Will test..
I have mine updating every 10 sec, any quicker and I ain't got time to read it
One feature that would be useful is that it would start at startup, I.e. the monitoring, so the text comes as soon as the phone starts
Btw, it works in ICS as well
Sent from my GT-I9100 using Tapatalk
thanks man, it looks pretty gooood
The display of informationnn worked really well but i was not satisfied with the database storing. I reworked the whole storing code and the result looks good, much cleaner code and more efficient. Some tweaks can be added but i'm going to sleep now, have to leave something for later .
@Cloaker added two sets with temperature instead of frequency and the settings contain an option for fahrenheit now.
Might move the setting, not sure if it should belong there...
Version v0.4 rc1
Changelog
v0.4
- fixed database enabling only working after restart of app
- added changelog
- added about dialog, with XDA link and email button
- improved some UI stuff
- rewrote database saving code
- added new info lines with temperature instead of cpu frequency
- added option for fahrenheit instead of celsius
- changed default cache value to 24
Click to expand...
Click to collapse
As a dev I have no idea how you did this...but I love it already! Thanks!
Sent from my Galaxy Nexus using Tapatalk
I'm currently thinking if it would be good/needed/worth it to add disk write/read information...

[APP][4.0+][MOD][TWEAKs]Fly-On Mod App Beta6/Feel The Smoothness!/Upd:20/09/15

Code:
/*
* Your warranty is now void.
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* 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.
*/
For more info check the main Fly-On Mod thread : here
Index :
-Post 1 : Introduction.
-Post 2 : Download links.
-Post 3 : Changelog.
-Post 4 : Technical info and explications about Tweaking Android.
Introduction :
Hello guys,
After more than two years of the launch of Fly-On Mod, and the very good feedback it received, I decided me and my friend @thetechnologician
to work on a Fly-On app.
The aim is to provide a simplified access to the Mod, while freeing the users from the hassle that comes with installing the Mod.
And so with a simple on the fly switch, you can enable Fly-On tweaks but with an enhanced sense of control as you can enable and disable every single script and part of the mod as you like.
It doesn't come without mentioning that my friend @thetechnologician was the one who worked on the app, while im concentrating on the Fly-On Mod core.
Features
- The ability to control every part of the Mod.
- Simplified access for new users/not willing to flash the Mod through the recovery.
- Booster Mode for better performance and battery life.
- Full memory management/Better multitasking.
- Linux kernel tweaks and improvements for better performance and battery life.
- Less lags for gamers.
- Entropy generator engine used to reduce lags.
- Zipalign apps in "/system" and apps in "/data" every 24 hours which result in less RAM usage.
- Better thermal management and less overheating.
- Sqlite optimizations and faster database access.
- Increased SD Card read-ahead cache to 2048 KB for faster SD card read and write.
- Build.prop tweaks and improvements.
- Cleans log files and tombstones at every boot.
- Many other tweaks for better performance and battery life!
Requirements :
- Android 4.0.x or higher.
- Root.
- At least 10MB of free space at /system .
FAQ : (coming soon)
Credits:
-Thanks to Chainfire for the Superuser Lib.
-Thanks to Jack Palevich for the built-in terminal emulator.
If you liked our App, please rate this thread to 5 stars and press the Thanks button !
XDA:DevDB Information
Fly-On Mod App, App for all devices (see above for details)
Contributors
slaid480, thetechnologician
Version Information
Status: Beta
Created 2015-08-03
Last Updated 2015-09-23
Donwload links
-Beta6: click here
if you liked/downloaded the App, leave a thanks, it encourages us to continue working on this project !
Changelog
Fly-On Mod App Alpha 1 : (08/03/2015)
-Initital release
-Supporting 7 scripts from Fly-On
Fly-On Mod App Alpha 2 : (08/07/2015)
-Sqlite optimizer script support
-Toast memory leak fix
-Init.d permissions fix
-fstrim binary support
Fly-On Mod App Alpha 3 : (08/11/2015)
-Removed the "Extract files button" (Process now happens automatically)
-Added full Init.d support
-Added Dns caching script support
-Added Logging engine support
-Changed the Apply changes button from soft reboot to reboot to accomodate loggin engine's dependencies
-Minor other design changes
Fly-On Mod App Alpha 4 : (08/17/2015)
-Added full busybox support and removed its button
-Added internal support for Jack Palevich's terminal emulator for entropy execution
-Removed the "Uninstaller" button (Process now happens automatically)
-Entropy engine support
-Full fly engine support, chopped to 5 different switches, therefore allowing full control over the engine
Fly-On Mod App Beta 1 : (08/21/2015)
-Reworked splash screen with better task management
-Fly-On Mod files updated to match Alpha 8
-Few design changes (Fly-On Engine collapse menu)
-Added OpenVPN Support
-Added tune2fs support
Fly-On Mod App Beta 2 : (08/24/2015)
-tune2fs becomes Ext4 tweaks, restricting the use to only the supported devices
-Added Vm tweaks to the Fly Engine
-Added Entropy monitor bar
-Added Android M support for the Sqlite optimize script
Fly-On Mod App Beta 3 : (08/28/2015)
-Logging dialogs : You can finally view the logs in-app (make sure you reboot after modifying your toggles, otherwise the logs will be empty)
-Expended compatibility by removing the EXT4 mounting restriction The app is fully universal now
-Fixed Entropy toggle bug
-Fully monitered and controlled Entropy engine without requiring the terminal emulator ( you can uninstall the terminal now)
-RAM management defragmentation into 3 scripts
-Tweaks sorted by type
Fly-On Mod App Beta 4 : (09/06/2015)
-Icon overhaul
-Added Booster Mode : Different modes that adapt your phone's performance/battery life ratio to your needs
-Added LMK profiles : New RAM Management profiles that optimizes your phone's multitasking abilities depending on your usage.
-Added description to toggles
-Minor bug fixes
Fly-On Mod App Beta 5 : (09/12/2015)
-Logs bug fixed
-Adblocker bug fixed
-Fixed Xperia Dual Recovery Bug
- Many minor miscellaneous bugs fixed
-Booster Mode fix
-Lmk Profiles fix
Fly-On Mod App Beta 6 : (09/20/2015)
-Fixed Entropy Engine and Ext4 Tweaks Toggles Bug
-Added "Enable All" toggle
-Added a Dark Theme
-Updated Booster Mode to v1.3
-Added Butter Mod : For a smoother User Experience
-Added I/O Scheduler tweaks
Screenshots
{
"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"
}
Use:
The Fly-On Mod App serves as a Graphical Interface to the now-famous Fly-On Mod script, which means that you no longer need to flash the latter through recovery since it will evantually be included in every new App release . However, as of the Alpha releases, only select scripts are supported. We now support all of the Fly-On Mod scripts.
How to:
EDIT: The app no longer needs any installable requisites : Just install the apk, toggle the wanted tweaks and click the "apply changes" button. Let the phone reboot and enjoy
Useful Info About Tweaks:
-Fly engine :
As of Beta2: Fly engine comes in 6 different scripts, every script is packed with some useful tweaks aimed to provide a lagfree experience while being battery friendly.
and thus Fly engine's tweaking target is your android's phone core(system+linux kernel), and here are some detailed info :
-Network tweaks : Used to improve overall network speed, by tweaking ipv4, netcore and TCP settings.
-Build.prop tweaks : as you all know the build.prop file is your android handset’s ‘ID card’, thus it controls many of your Android system's settings, tweaking those settings would greatly improve responsiveness as well as battery life.
-Disable sleepers : Disabling I/O scheduler sleepers would improve I/O smoothness.
-Sysctl tweaks : system control tweaks are used to tune virtual machine settings according to your device's RAM amount. Used with the Ram manager, the combo provides a lagfree experience.
-Kernel tweaks : as the name states.
-VM tweaks : more virtual machine tweaks( VM heap size tweak for now).
-I/O tweaks :
-R/W Turbo : Read/Write turbo script increases your SDcard's read-ahead speed, and contains some useful I/O tweaks.
-EXT4 tweak (For devices with EXT4 File system only) : Disables journalism which would improve File system performance.
Ram manager :
-LMK : The Low Memory Killer is a constant debate between more free RAM and more multitasking capabilities as free RAM is actually wasted RAM.
The Low Memory Killer is actually a feature in the Android OS used to improve memory management.
This is an important feature due to the perennial problem of having low free memory causing lagginess and slowness in launching apps. When you have free memory lingering around the number of 40MB or less, the Android OS just lags like hell.
What this would mean is, you would want to tweak the LMK to not have the situation of it having less than 100MB.
The modern Linux machine in the Android ecosystem relies on a mechanism called Low Memory Killer (LMK) to consistently free up RAM. This is due to Android's internal mechanism of caching apps (and never fully exiting them) when you press the back button. This is to enable faster app switching and provide a seamless experience for apps usage model. Android also, by itself will also constantly look for often used apps to cache them for faster app opening. This will happen even before your system fully boots.
Now, when you mention LMK, the most obvious thoughts that come up are minfrees and Out Of Memory (OOM) groupings. Yes, those two are integral parts when it comes to LMK. The issue here is that no one actually mentioned that there are two LMK systems in Android, that being:
+ Linux LMK
+ Android Dalvik VM LMK
-ZRAM : is a Linux kernel feature that provides a form of virtual memory compression. zram increases performance by avoiding paging to disk and using a compressed block device in RAM.
-KSM : Kernel same-page merging lets the system share identical memory pages amongst different processes. The result is obviously an improved multitasking experience.
-Killer : that's a script used to kill media seerver and google play services when battery draining wakelocks occur to improve battery life.
-Cleaner : Cleans /system and /data partitions by deleting many unuseful logs.
-Governor tweaks : Tunes your CPU's governor settings to provide a smoother, yet battery friendly experiece.
-Fstrim : Some Android users suffer from poor performance after some days/weeks of heavy usage. This is due to a well-known TRIM bug affecting these devices, so this lagfixer script is used to fix such a bug.
-Zipalign : is a tweak used to optimize Android application (.apk) files. The purpose is to ensure that all uncompressed data starts with a particular alignment relative to the start of the file. Specifically, it causes all uncompressed data within the .apk, such as images or raw files, to be aligned on 4-byte boundaries. This allows all portions to be accessed directly with mmap() even if they contain binary data with alignment restrictions. The benefit is a reduction in the amount of RAM consumed when running the application.
-SQlite optimizer : Vacuum and Reindex tweaks are used to optimize database of all apps in /data and /system, to achieve better performance.(expect longer boot time when this tweak is enabled)
-DNS caching : There are thousands of DNS servers on the internet, and your smartphone will be querying a lot of them. They start to "talk" to eachother to see if any server has information on the domain you are trying to access. Assuming the site has never been queried before, your request will eventually reach one of the nameservers (the primary source of the information), and the domain will be 'resolved', the IP identified, and your device now knows where the server is and can initiate communication; what about if your device already knows that server, it'll initiate communciation immediatly reducing the lag, that's what DNS caching is all about.
-Entropy engine : This engine can reduce lag by keeping a section of the Android file system (/dev/random) full of random bits so that the system does not have to wait for the file system to generate them.
OpenVPN : https://openvpn.net/
Will this work for the LG G4?
Edit!! Never mind.... It will not work for us since we don't have a custom kernel yet...thanks anyway for this app! ?
Verstuurd vanaf mijn LG-H815 met Tapatalk
jayden2009 said:
Will this work for the LG G4?
Edit!! Never mind.... It will not work for us since we don't have a custom kernel yet...thanks anyway for this app! ?
Verstuurd vanaf mijn LG-H815 met Tapatalk
Click to expand...
Click to collapse
Yes, It will, you just have to be rooted, with busybox and init.d support.
slaid480 said:
Yes, It will, you just have to be rooted, with busybox and init.d support.
Click to expand...
Click to collapse
Thanks!! Will try this out!!
Verstuurd vanaf mijn LG-H815 met Tapatalk
slaid480 said:
Code:
[B][SIZE="4"][COLOR="DarkOrange"]-Post 2 :[/COLOR] Download links.[/SIZE][/B]
[/QUOTE]
[QUOTE="slaid480, post: 62167090, member: 4282676"]Reserved 1[/QUOTE]
Download links are where now?
Click to expand...
Click to collapse
yochananmarqos said:
Download links are where now?
Click to expand...
Click to collapse
Sorry for the delay, we were going to post them but we found a bug.
They should be uploaded shortly.
Thank you for your patience.
Here you go guys, Alpha1 is up, check the second post.
Trying on S6 edge
slaid480 said:
Here you go guys, Alpha1 is up, check the second post.
Click to expand...
Click to collapse
It's a flashable ZIP, not an app. There was no Aroma Installer, either. Where's the GUI? Am I missing something?
Please check Post #5 to know how to use the app.
yochananmarqos said:
It's a flashable ZIP, not an app. There was no Aroma Installer, either. Where's the GUI? Am I missing something?
Click to expand...
Click to collapse
Link has been fixed, thanks for reporting.
Installed on my G4 so far so good ?
Verstuurd vanaf mijn LG-H815 met Tapatalk
So far so good on le S6
jayden2009 said:
Installed on my G4 so far so good ?
Verstuurd vanaf mijn LG-H815 met Tapatalk
Click to expand...
Click to collapse
ktetreault14 said:
So far so good on le S6
Click to expand...
Click to collapse
Thanks for reporting guys.
seems to be working on moto g first generation. there's any difference between this apk and the zip files on the other thread? Also can you add some details of the scripts? thanks!
edit: also shows a lot of new switches without saying what they do
Chaninoza said:
seems to be working on moto g first generation. there's any difference between this apk and the zip files on the other thread? Also can you add some details of the scripts? thanks!
edit: also shows a lot of new switches without saying what they do
Click to expand...
Click to collapse
The main difference is that you have full control over the mod while using a simple graphical interface.
We'll be adding details soon enough, meanwhile you can go to the main thread, you'll find a lot of info there.
And about the switchers, they are just empty ones for future use.

[KERNEL][N910S/K/L][N915S/K/L][N916S/K/L] - PRIME-Kernel - v6.3.0

{
"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"
}
for Note 4 & Note Edge & Note 4 S-LTE​
Requirements for using the kernel
Model Variants: SM-N910S/K/L, SM-N915S/K/L, SM-N916S/K/L
Tested Device: SM-N910S/K/L & SM-N915S/K/L & SM-N916S/K/L
Installed OS: TouchWiz M 6.0.1, M Base Note7 and All Porting ROMs
Main Features
• All porting ROM support.
• Fixed a screen-touch issue that occurred while waking from sleep mode.
-- Problems exist in stock(samsung) firmware.
• Synapse support.
• SELinux Permissive.
• Linux 3.10 upstream.
• Compile with UBERTC 7.2.1 toolchain.
• F2FS fully support.
• Gametuner-Mod: Game Booster Mode, Provides intelligent performance enhancement mode in conjunction with Samsung-Gametuner.
• Apply Fake KNOX.
• Apply chacha20 to random (entropy).
• Linaro LSK-v3.18-Energy-Aware Scheduler (EAS) Backport.
- EAS simplifies power and performance management through scheduler-driven tuning to manage more efficiently.
• Improved storage performance and longevity by applying lazytime mount options.
- Similar to Dynamic Fsync, but operates at the file system level and has no risk of data loss.
• CPU/GPU UC & OC.
• CPU/GPU/BUS voltage regulation.
• R12P0 GPU Driver(Stock is R7P0) & Performance Tuning.
• NVIDIA cpu relax patch, reduced heat & increased battery life.
• HMP tuning Interface.
• Enable NEON in kernel mode.
• Detail charging circuit control allows faster charging.
• Added I/O Scheduler 'bfq, fifo, fiops, row, sio, zen'.
• Enable Westwood tcp/ip congestion control.
• LED FADE control.
• Qualcomm interactive (renamed cafactive) cpu governor porting @by arter97.
• Added battery-friendly impulse governor and more powerful ironactive (interactive in the Qualcomm 4.4 kernel) governor.
• Provides an add-on that keep kernel settings on un-rooted devices.
• Synapse: System Tweak add-on available.
• Synapse: Provides configuration profile separated by performance / battery / stability.
• Many other optimization applications.
Credit (Thanks. to)
• AndreiLux - Perseus5433 kernel.
• UpInTheAir - SkyHigh Kernel.
• halaszk - Perseus-halaszk-universal5433 kernel.
• arter97, gokhanmoral, faux123, yank555.lu
• RaymanFX (AOSP Kernel & Vendor).
• [email protected] Cafe, 시아씨@Develoid Cafe.
• All members of the G+ PRIME-BETA User's Community.
• And all of commited in sources & all of xda developers.
Change Log
Detail(Korean): http://enfree.com/prime/?page=changelog&device=N910
Download
Source Code
https://github.com/dwander/Linaro-base/tree/trelte_mm
​
reserved
Oh! Great! Big thanks!!!!!!!
I may have missed it but couldn't see if it supports extended batteries. Can you clarify? Also thank you for sharing.
Sorry for reporting this but kernel is not booting in My N910C.Its stuck at samsung logo screen.
EvilKing009 said:
Sorry for reporting this but kernel is not booting in My N910C.Its stuck at samsung logo screen.
Click to expand...
Click to collapse
Good thing I read this part:
Tested Device: SM-N910S/K/L & SM-N915S/K/L & SM-N916S/K/L
Thanks for the feedback. :good:
EvilKing009 said:
Sorry for reporting this but kernel is not booting in My N910C.Its stuck at samsung logo screen.
Click to expand...
Click to collapse
did you wiped cache/dalvik after installed?
mine is stucked too, reverting to suemax xD - ROM Nemesis Refined.
i would utilize that kernel, the improvements got me
EvilKing009 said:
Sorry for reporting this but kernel is not booting in My N910C.Its stuck at samsung logo screen.
Click to expand...
Click to collapse
It's not working for my N910H... I'm on AirROM 2.1 Final
The n910c did not work on my phone. air v 2.1 final is installed.
it is not working on n910c with air rom, it stuck on boot logo
kozgel said:
it is not working on n910c with air rom, it stuck on boot logo
Click to expand...
Click to collapse
The kernel for Korean Note 4 ( 910 916 S/L/K). Pls read the title
Minhkyo said:
The kernel for Korean Note 4 ( 910 916 S/L/K). Pls read the title
Click to expand...
Click to collapse
in title n910c is in the supported model list only not tested on it, you must read title again:
Requirements for using the kernel
Model Variants: SM-N910S/K/L/C/H/U, SM-N915S/K/L, SM-N916S/K/L
Tested Device: SM-N910S/K/L & SM-N915S/K/L & SM-N916S/K/L
Installed OS: TouchWiz M 6.0.1, M Base Note7 and All Porting ROMs
Would be better to rename the Thread title to the actual supported variants, most people dont read the entire thread and look at "tested on"
if we look at bootimg.tar.xz using winrar, there is two separate kernels for n910ch(n910c and n910h) and n910kor (assuming korean version?)
so im pretty sure n910c is supposed to be supported, its just @Hyunwoo AHN doesnt have the device to test it on
i was waiting for this kernel thank u @dwander i am a fan from tunisia ....
i am using this kernel on my n910s and its awsome so fluid and doing great gob but its seems need some extra feature that is missing
i have some suggestion :
audio driver to improve the audio qualiy and boost it
batterie calibration tool
more battrie friendly govs
i cant see any NVIDIA cpu relax patch sysfs switchs
cortexbrain script for more automated behaviour
led brightness control
DOZE controle
adaptive screen brightness
mdnie controle
Energy-Aware Scheduling
Hotplug Governor control for more cpu cores control........... i guess this will be the best for batterie
i dont know maybe i have suggest somthing wrong
anyway i am in love with ur work sir @dwander and i wich i can donate
thank u
waelchateur said:
i was waiting for this kernel thank u @dwander i am a fan from tunisia ....
i am using this kernel on my n910s and its awsome so fluid and doing great gob but its seems need some extra feature that is missing
i have some suggestion :
audio driver to improve the audio qualiy and boost it
batterie calibration tool
more battrie friendly govs
i cant see any NVIDIA cpu relax patch sysfs switchs
cortexbrain script for more automated behaviour
led brightness control
DOZE controle
adaptive screen brightness
mdnie controle
Energy-Aware Scheduling
Hotplug Governor control for more cpu cores control........... i guess this will be the best for batterie
i dont know maybe i have suggest somthing wrong
anyway i am in love with ur work sir @dwander and i wich i can donate
thank u
Click to expand...
Click to collapse
audio driver to improve the audio quality and boost it
The audio chip of Note4 does not have a custom driver. To do that, need the help of a professional hardware engineer. If you find it in another kernel it will not work properly or there will be a known error.
batterie calibration tool
The battery information of note 4 is not compensated, so unnecessary function.
more battrie friendly govs
Note4 is based on HMP. There is no custom governor compatible with HMP yet. Present is the best choice. I will not include the wrong governor.
i cant see any NVIDIA cpu relax patch sysfs switchs
Sorry, I deleted it unnecessary.
cortexbrain script for more automated behavior
You may think it looks good, but it is a very unnecessary function. I'm already doing optimization in some other way.
led brightness control
I did not work properly when I tested it. (Not supported by chip)
DOZE controle
Unnecessary function. There are a lot of third party apps that are better and more comfortable to use.
adaptive screen brightness
Samsung Firmware is already supported by default.
mdnie controle
To do that, need the help of a professional hardware engineer.
Energy-Aware Scheduling
What are you talking about? This is the only benefit of this kernel that can not be seen by any other linux-3.10 base kernels.
Hotplug Governor control for more CPU cores control.
- Samsung-Hotplug does not have control method. I've ported the S6 hot-plug driver, but it's been buggy and I gave up because it takes too much time to be perfect.
- The Samsung-hotplug driver in Note 4 operates when the display power is turned off, and stops when the display is turned on.
- If you want custom hotplugs like Thunder-Hotplug, it's a lot slower because it works too slowly on Exynos.
Thanks for your interest in my kernel.
I have maintained this kernel for two years, testing it with a lot of features in it.
If there are no minor functions or are lacking, it is determined by deep anxieties.
HOLY **** THIS KERNEL IS SO FAST !(;゚o゚)o/ ̄ ̄ ̄ ̄ ̄ ̄ ̄~ >゚))))彡
So, err, just want to say thank you for this awesome kernel. Coming from the S5 Broadband LTE-A (where the lack of kernel is a real thing and thermal throttling and lag is also stronk), your kernel combined with the Exynos Note 4's excellent hardware is a life saver. Thanks again (◕‿◕✿)
So @Hyunwoo AHN you have no plans to add n910c support? Just change the title?
Look at the 1st page there are a lot of n910c users here. You are the most silence dev I have ever seen wtf
Look at Spacelemon kernel thread the dev release test versions for us other exynos note4 users to test. Then if it boots and/or working he releases it
robert1337 said:
So @Hyunwoo AHN you have no plans to add n910c support? Just change the title?
Look at the 1st page there are a lot of n910c users here. You are the most silence dev I have ever seen wtf
Look at Spacelemon kernel thread the dev release test versions for us other exynos note4 users to test. Then if it boots and/or working he releases it
Click to expand...
Click to collapse
Sorry I do not know English well, I'm getting help from translator.
So feedback is hard.
Support for the N910C is planned.
However, this kernel is a complete kernel with no improvement, and I am focusing on the kernel for S7.
It's not easy to focus on both kernels, and testing for non-booting needs to build many test builds.
And, when the test build comes out, I need a tester that gives feedback right away.
There are no N910C users around me and they are all Koreans(S/K/L users).
If someone has an N910C/U/H user who will provide fast feedback to emails or telegrams, contact us. [email protected]
FINALLY ........ Prime kernel is on XDA, finally. Well done mate.

Kitana Tweak Android App [ Power Of Your Android ] - v1.0.2

Kitana Tweak​
Code:
*** Disclaimer
I am not responsible for any side effects (if any) or damages (if any) caused by this application.
This is a 100% systemless app. If you are having problems, please just uninstall it then reboot.
Introduction
Kitana Tweak is an application that aims to increase the performance of your device, also by focusing on battery.
Include performance, battery, kernel tweaks, I/O, and a lot many other tweaks.
Click to expand...
Click to collapse
Features
Boost
F-strim
Hot Clean
Battery Improvement
Increase WiFi Scan
Kernel Tuner
Kernel Panic
Sleepers Optimization
Entropy
Bypass JNI
YouTube Resolution
GPU Rendering
Rendering Quality
Liquid Smooth UI
Better Scrolling
Performance Tuner
CPU Optimizer
FPS Unlock
16bit Transparent
Net Buffer Size
Net TCP Tweak
Net Speed+
Fast Streaming
IPv4/IPv6 Support
RIL Tweak
Fast Dormancy
Google DNS
ARM Wideband
I/O Boost
I/O Queue
SD Tuner
Scheduler Tuner
Cache Reclaiming
Cache Allocation
z-RAM Enabler
Swappiness
OOM Killer
RAM Profile
Low RAM Flag
KSM/u-KSM
Clean RAM
Disable Logs
Disable I/O Stats
Installation instructions
Make sure you meet the requirements:
Android 4.1+
Root access
Download and install the .apk file or get the app in Google Play(Soon). See below get the download links.
Click to expand...
Click to collapse
Changelogs
Code:
Current version: 1.0.2, 2020-12-28
[fixes] UI improvements
[fixes] Status bar color fixed for dark mode
[fixes] Bottom bar removed from setting & log section
[fixes] Performance optimized
[fixes] Some minor bugs
version: 1.0.0-rc02, 2020-11-03
[fixes] Boot Notification
[fixes] CPU Percentage
[fixes] Generals Section FC (sometime)
version: 1.0.0-rc01, 2020-10-28
[new] New Material UI
[new] CPU Percentage added
[new] CPU Temperature added
[new] New Ram Information
[new] Performance Improvements & Minor Bugs fixes
[new] App Logo Added
version: 1.0.0-alpha03, 2020-08-03
[new] New Material Design
[new] New Dashboard
[new] Dark Theme added
[new] Activated Tweaks Logs Reader
[new] App Size Optimized
[new] Optimize Services Tweak
[new] WiFi Scan Interval With Slider
[new] Sleep Mode
[new] Fast Charging Tweak
[new] App Cache Optimization
[new] CPU Governor Changer
[new] Optimize CPU
[new] Boost CPU
[new] GPU Boost
[new] GPU Rendering by Skia
[new] JPEG Top Quality
[new] Updated RAM Profile
[new] Runtime Optimization
[new] Multitasking Tuner
[new] Never Kill Launcher
[new] DNS Optimization: Google, Cloudflare & OpenDNS
[new] Updated TCP Tuner
[new] Hide Debug Notification
[new] Disable Error Logging
[new] Disable Error Reporting
[new] Disable Tracking
[new] Tune Debug Services
[new] Quick Boot
[new] Fix Black Screen
[new] Clear Call Delay
[new] Better Audio Quality
[planned] Doze services
[planned] Tweaks Profiles
Click to expand...
Click to collapse
Download link
Mod Edit: Link removed
Group
Telegram Group: Mod Edit: Link removed
If you like my work, so please hit the thanks (like) button
Nice bro....keep the development alive...#support
Viper1000 said:
Nice bro....keep the development alive...#support
Click to expand...
Click to collapse
yes sure
alpha-02 not downloading
Viper1000 said:
alpha-02 not downloading
Click to expand...
Click to collapse
Try again.
I uploaded it once again.
Been using alpha 2 since couple of days.
1. Tweaks are working flawlessly.
2. UI needs a very big improvement.
3. In app it's bit sluggish while scrolling horizontally.
4. Please allow users to decide when should settings apply on boot.. Like i want to apply 60secs after boot to stick the settings.
5. Give us more dns options though not really that important.
6. The main thing that lacks is widgets. I know this is still in beta stage.. Just a suggestion.
7. I'll see if i can get more of it this. BTW I'm on oos 9.0 oneplus5t.
SatishSharmaCh said:
Been using alpha 2 since couple of days.
1. Tweaks are working flawlessly.
2. UI needs a very big improvement.
3. In app it's bit sluggish while scrolling horizontally.
4. Please allow users to decide when should settings apply on boot.. Like i want to apply 60secs after boot to stick the settings.
5. Give us more dns options though not really that important.
6. The main thing that lacks is widgets. I know this is still in beta stage.. Just a suggestion.
7. I'll see if i can get more of it this. BTW I'm on oos 9.0 oneplus5t.
Click to expand...
Click to collapse
Thank you for showing your interest. Currently it is in alpha stage so needs so much improvement. Optimized version release soon.
If you like to suggest about UI so please pm on Telegram
This app is just great.I ve been using it since first alpha.When do you think the next release will be?
Thanks!
TheViciousGames said:
This app is just great.I ve been using it since first alpha.When do you think the next release will be?
Thanks!
Click to expand...
Click to collapse
please check kitana tweak telegram group for the next release.
kitana said:
please check kitana tweak telegram group for the next release.
Click to expand...
Click to collapse
@kitana
Please check your PM inbox.
Will this work good to give my India shield k1 some extra oooomf? I find that this tablet is still pretty useful. I just find it a little bogged down at times. However, the phone I am currently using has similar specs and is pretty snappy. Therefore, with the right tweaks I think it should speed right up. Just never tried or seen this app before.
NM I installed it. I must say it is freaking awesome!
kitana said:
Kitana Tweak
{
"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:
*** Disclaimer
I am not responsible for any side effects (if any) or damages (if any) caused by this application.
This is a 100% systemless app. If you are having problems, please just uninstall it then reboot.
Introduction
Features
Boost
F-strim
Hot Clean
Battery Improvement
Increase WiFi Scan
Kernel Tuner
Kernel Panic
Sleepers Optimization
Entropy
Bypass JNI
YouTube Resolution
GPU Rendering
Rendering Quality
Liquid Smooth UI
Better Scrolling
Performance Tuner
CPU Optimizer
FPS Unlock
16bit Transparent
Net Buffer Size
Net TCP Tweak
Net Speed+
Fast Streaming
IPv4/IPv6 Support
RIL Tweak
Fast Dormancy
Google DNS
ARM Wideband
I/O Boost
I/O Queue
SD Tuner
Scheduler Tuner
Cache Reclaiming
Cache Allocation
z-RAM Enabler
Swappiness
OOM Killer
RAM Profile
Low RAM Flag
KSM/u-KSM
Clean RAM
Disable Logs
Disable I/O Stats
Installation instructions
Changelogs
Group
Telegram Group: Mod Edit: Link removed
If you like my work, so please hit the thanks (like) button
Click to expand...
Click to collapse
hi friends!
i have x96 max plus (tvbox) my streaming freezes to much ,i saw this apk and installed without hopping much ,but later i see changes ,my tvbox run to much faster and without problems on streaming ,and no just that ,its been one day from installing kitana apk (alfa 3), hope they will work after week year.
I use to use your old terminal based tweak.
I recently updated to android 10 (galaxy s8) and cant make it run. I didnt knew that you updated it with gui. I join telegram group for news now.
Thank you, works perfectly. Keep up the good work.
Do you have magisk module for this miracle? and where I can get it?
greetings. Is it possible to see these scripts after activation? where they lie, I have not found it yet.
It really works!
link to the old version ? the zip file ?
mzkstf22 said:
link to the old version ? the zip file ?
Click to expand...
Click to collapse
KitanaTweak-v1.0.2 apk
Kitana v6.0.1 zip
Kitana v6.0.1-rus zip
MOD ACTION:
Links removed and thread closed.

Categories

Resources