{
"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"
}
Infinite Battery
Features:
Make your phones battery last much much longer with this script. You need SManager for this to work. This script can significantly increase battery.
What this script does?
When your phone is in AWAKE state:
Governor = OnDemand
Max = 800000
Min = 300000
When your phone is in SLEEP state:
Governor = Conservative
Max = 300000
Min = 300000
So basically this script automatically changes governor,min & max freq and more depending on your phone's state which results in saving battery to great extent.
Installation:
1. Download the script to the root of your sdcard
2. Open SManager
3. Navigate to the script
4. Select the script
5. Click on Su and Boot Button
6. Select Save
7. Reboot your phone
Now SManager will run this script on every boot.
Downloads:
Version 1.2
Version 1.1
Version 1.0
Changelog:
Version 1.2
Added some more power saving tweaks for greater battery life
-Up Threshold
-Sampling Rate
-Sampling Down Factor
Version 1.1
Added some more power saving tweaks for greater battery life
-Threshold
-freq step
Version 1.0
Initial Release
Can i use this in froyo? Im back to froyo cuz i'm sick of lags and freezes. My phone is rooted atm
Sent from my GT-I9003 using xda app-developers app
xglspyxgl said:
Can i use this in froyo? Im back to froyo cuz i'm sick of lags and freezes. My phone is rooted atm
Sent from my GT-I9003 using xda app-developers app
Click to expand...
Click to collapse
I have only tested it on CM10.1. It should work as long as your kernel supports init.d and you have SManager to run the script
great job
can i make a version for the moto x and post in the topic of moto x? i will put your credits!
ramon20 said:
great job
can i make a version for the moto x and post in the topic of moto x? i will put your credits!
Click to expand...
Click to collapse
Sure. Go ahead!
TopDroid said:
Sure. Go ahead!
Click to expand...
Click to collapse
Thanks!!!
Just a question. How can i check if the overclock when the screen is off, are working?
sorry my bad english!
ramon20 said:
Thanks!!!
Just a question. How can i check if the overclock when the screen is off, are working?
sorry my bad english!
Click to expand...
Click to collapse
Okay, so to check the Governor and Min/Max Frequency when the screen is off, you need to use ADB.
To check the Governor:
1. Turn the screen off
2. In ADB, enter enter the following command:
adb pull /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
3. Open the file and whatever governor you see is the one the phone uses when screen is off.
Similarly, turn screen on and do the same.
To check the Min/Max Frequency:
Everything is same but the command is as follows:
adb pull /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
Or
adb pull /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
TopDroid said:
Okay, so to check the Governor and Min/Max Frequency when the screen is off, you need to use ADB.
To check the Governor:
1. Turn the screen off
2. In ADB, enter enter the following command:
adb pull /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
3. Open the file and whatever governor you see is the one the phone uses when screen is off.
Similarly, turn screen on and do the same.
To check the Min/Max Frequency:
Everything is same but the command is as follows:
adb pull /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
Or
adb pull /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
Click to expand...
Click to collapse
it's working! thanks. Other question, for the screen off, what is the best governor, ondemand, userspace or interactive?
When screen is off, I would suggest "Conservative" or "OnDemand"
Sent from my GT-I9300 using XDA Premium 4 mobile app
TopDroid said:
When screen is off, I would suggest "Conservative" or "OnDemand"
Sent from my GT-I9300 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks
I don't know if you are receiving my private messages so i'il leave a comment here
Hi TopDroid,
I'm devoloper and student, and I have ported your mod infinite battery for the Moto E
Everything is working fine so i am asking you for permission to re-post your mod on the Moto E's forum.
Thanks for the attention.
Waiting for your answer
Click to expand...
Click to collapse
:laugh:
TopDroid said:
When screen is off, I would suggest "Conservative" or "OnDemand"
Sent from my GT-I9300 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Waiting your reply
How I can check this script is working?/local/data/tmp?should be there right?sory 4 my English..
Sent from my XT912 using Tapatalk 2
My phone is xperia t2ultra dual...I need ur help generally my phone uses on demand...nd my available governors are interactive,ondemand,performance,batterysave
...
TopDroid said:
When screen is off, I would suggest "Conservative" or "OnDemand"
Sent from my GT-I9300 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
For screen on which Governor is best my available governors are ondemand(default),interactive,userspace,powersave,performance..
Related
This is a kernel based on richardtrip kernel (*thanks mate*).
In this kernel you can enable 1267 mhz with SetCpu.
FEATURES:
Kernel 2.6.29 (OC 1267MHz) + (UV patched all working now)
EXT4
tunnel module (automaticaly loaded on boot)
cifs module
Instructions:
1) Copy setcpu.txt in root of your SD card
2) Apply with recovery
3) Set 1267200 KHz in SetCpu
I think some people forget we are one entity, all together all helping eachother... No-one is here to be famous, we all just want to have the best phones possible)
And its you guys that make that happen
JD
Click to expand...
Click to collapse
Credits:
richardtrip for his kernel and contrast bug fix
coolbho300 for SetCpu application
{
"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"
}
iDance°-->ra1n said:
This is a kernel based on richardtrip kernel (*thanks mate*).
In this kernel you can enable 1267 mhz with SetCpu.
Kernel 2.6.29 (OC + UV patched all working now)
EXT4
tunnel module (automaticaly loaded on boot)
cifs module
Instructions:
1) Copy setcpu.txt in root of your SD card
2) Apply with recovery
Click to expand...
Click to collapse
Is there anyway I can use this only to Undervolt (and maybe underclock), I DONT want to overclock!
iDance°-->ra1n said:
This is a kernel based on richardtrip kernel (*thanks mate*).
In this kernel you can enable 1267 mhz with SetCpu.
Kernel 2.6.29 (OC + UV patched all working now)
EXT4
tunnel module (automaticaly loaded on boot)
cifs module
Instructions:
1) Copy setcpu.txt in root of your SD card
2) Apply with recovery
Click to expand...
Click to collapse
I think you forgot a 0 in your setcpu.txt mate .
"[...] 1036800,1075200,1113600,126700"
I'm about to try the kernel now
actauly he missed a '2'
how is this modded?
isn't it just an update to the txt file, adding '1267200' ?
MacCarron said:
I think you forgot a 0 in your setcpu.txt mate .
"[...] 1036800,1075200,1113600,126700"
I'm about to try the kernel now
Click to expand...
Click to collapse
the lowest you can go with a fully functioning desire is 245, it is not reccomended to go lower!!!!
if you want to save battery, just limit your max voltage to 0.7ghz, and sleep profile as max 0.3ghz
you really dont want to be undervolting to 0.1ghz trust me)))
jd
Pyr0x64 said:
actauly he missed a '2'
how is this modded?
isn't it just an update to the txt file, adding '1267200' ?
Click to expand...
Click to collapse
yes sorry guys i missed a 2
now the correct file is online
sorry mates
MacCarron said:
I think you forgot a 0 in your setcpu.txt mate .
"[...] 1036800,1075200,1113600,126700"
I'm about to try the kernel now
Click to expand...
Click to collapse
no i forgot a 2
can you answer how this is modded and why you call it "Ra1nMod" please?
all i see is a value added to the txt file
Pyr0x64 said:
actauly he missed a '2'
how is this modded?
isn't it just an update to the txt file, adding '1267200' ?
Click to expand...
Click to collapse
Ouch you are right mate!
JupiterDroid said:
the lowest you can go with a fully functioning desire is 245, it is not reccomended to go lower!!!!
if you want to save battery, just limit your max voltage to 0.7ghz, and sleep profile as max 0.3ghz
you really dont want to be undervolting to 0.1ghz trust me)))
jd
Click to expand...
Click to collapse
You misunderstood me mate, and you are mixing up a little undervolting and downclocking . We cannot change the voltage by tweaking the txt file, just the clock. And i wouldnt dream of going below 245mhz
Pyr0x64 said:
can you answer how this is modded and why you call it "Ra1nMod" please?
all i see is a value added to the txt file
Click to expand...
Click to collapse
because i'm ra1n not richardtrip
not exactly what i would call a mod worthy of taking credit for m8
Pyr0x64 said:
not exactly what i would call a mod worthy of taking credit for m8
Click to expand...
Click to collapse
in fact i said "based on richardtrip kernel"
i don't want credits
Go ahead, I say. It's not like you guys have fastboot oem unlock to lose. What voltage are you running 1.267GHz at?
coolbho3000 said:
Go ahead, I say. It's not like you guys have fastboot oem unlock to lose. What voltage are you running 1.267GHz at?
Click to expand...
Click to collapse
the same of richardtrip kernel
coolbho3000 said:
Go ahead, I say. It's not like you guys have fastboot oem unlock to lose. What voltage are you running 1.267GHz at?
Click to expand...
Click to collapse
thank you mate for SetCpu,
i have donated
iDance°-->ra1n said:
the same of richardtrip kernel
Click to expand...
Click to collapse
You didn't tweak the regulator at all? We were never able to get 1.267 to run on the N1. Can I see your acpuclock-scorpion.c?
coolbho3000 said:
You didn't tweak the regulator at all? We were never able to get 1.267 to run on the N1. Can I see your acpuclock-scorpion.c?
Click to expand...
Click to collapse
JEEZ!!!!
Ipress the app for copilot and BOSH!!! its up in like 1 second, no thinking at 1.2
WOOHOO!!
jd
coolbho3000 said:
You didn't tweak the regulator at all? We were never able to get 1.267 to run on the N1. Can I see your acpuclock-scorpion.c?
Click to expand...
Click to collapse
What do you think is the best android app to test stability? I know everything about OC as far as pcs are concerned, but i'm not as experienced with phones and dont know any software
MacCarron said:
What do you think is the best android app to test stability? I know everything about OC as far as pcs are concerned, but i'm not as experienced with phones and dont know any software
Click to expand...
Click to collapse
Setcpu has a "stress tester" built into the system info menu, but it's far from perfect and no replacement for running the phone for an extended period of time. Just run your normal apps and see if you get weirdness, then be sure it's the overclock that is causing it.
coolbho3000 said:
You didn't tweak the regulator at all? We were never able to get 1.267 to run on the N1. Can I see your acpuclock-scorpion.c?
Click to expand...
Click to collapse
iDance°-->ra1n isn't tweaking or compiling anything, just adding a number to a txt file
you'd be better off asking richardtrip
http://forum.xda-developers.com/showthread.php?t=682419
Notice : I don't have this phone and did this as a favor to you guys. Please consider a donation if you are able.
Features added:
Interactive Governer
Ext4 file system
Tun.ko
Overclocking up to 864mhz.
Packaged in koush's anykernel for compatibility with any rom.
AS ALWAYS MAKE A NANDROID BACKUP 1st!
Flash with custom recovery. This is a beta run also. Speeds above 800mhz may be unstable for many people so find the speed that works best for you as all processors are unique due to construction imperfections.
Overclocking Notes:
Not all phones can OC and can handle the same speeds. Your phone is unique. Some can go up to 864mhz stable some can only do 729mhz and some can't at all.
Overclocking must be done with setcpu. After each boot/reboot the max is set to 600mhz to keep you from getting in a boot loop with an unstable speed for your device. To change it after reboot you must move the slider in setcpu to get the overclock freq to set above 600mhz. Do not use the set on boot feature of setcpu.
signed_thunderg_oc_beta_gnm.zip
My Kernel Source
Rom makers please don't use this in rom but direct users here.
great job! will try it later ... thanks!
drellisdee u da man heh.. succesfully flashed the kernal now..my phone is so very responsive..clocked at apx 600 mhz min and a superb 768 mhz. on different profiles of course...damn wheres the donate button?
cheersssss.
do 3d game now run faste and better with an overclocked cpu ??
MikeD215 said:
drellisdee u da man heh.. succesfully flashed the kernal now..my phone is so very responsive..clocked at apx 600 mhz min and a superb 768 mhz. on different profiles of course...damn wheres the donate button?
cheersssss.
Click to expand...
Click to collapse
Donate link is in my signature. Thanks as I maybe got 3 donations out of the whole optimus lineup of recoveries and thousands of downloads.
damns ...guys this man is doing very involved work..surely I know an you know this is anything but easy and time consuming ..added that he doesn't have the phone to test on..that's enough to support. if we want cool stuff in the future throw a bone
it goes along way I know time is tiff but..
thanks again.
help
hi man...first of all thank you for your job...can you post a link or a small how to about the kernel flash?
incredible ... I'm noticing a very high increase in performance. I set the cpu to 768 mhz and is stable ... but how can I tell what is the limit? will donate on paypal for your great work! (google translate)
imapjonny said:
do 3d game now run faste and better with an overclocked cpu ??
Click to expand...
Click to collapse
games are much faster!!!!!!!!!!!
AWESOME!!!!!!!!!!!!!!
I have flashed AmberHome on my p500,can i flash this file simply entering in recovery mode and flashing it?lose i any file?
806 stable
did you undervolt it?
peolo001 said:
I have flashed AmberHome on my p500,can i flash this file simply entering in recovery mode and flashing it?lose i any file?
Click to expand...
Click to collapse
Yes and No
drellisdee: working fine. Thank you
Yes and No?
How do i do? (bad english )
peolo001 said:
Yes and No?
How do i do? (bad english )
Click to expand...
Click to collapse
i think yes it's for the first question and no it's for the second question...but i'm not sure!!!
Frequency set to 787Mhz (stabil)
Games are still laggin while holding finger on display...
{
"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"
}
Keep up the good job drellisdee ! Very nice!
Is there a way to set start frequency at 700+ Mhz? Or i have to change it every time with set cpu? Ty in advance
Wextercz said:
Frequency set to 787Mhz (stabil)
Games are still laggin while holding finger on display...
Click to expand...
Click to collapse
you need to do the jit and hw accel tweaks too to get that quadrant up. The finger lag seems like a hardware defect or maybe a buggy touchscreen driver from lg.
i have JIT and HW Acc enabled all the time.
Lol, I did +1350 @ Quadrant with my ROM.
Now this is a screenshot:
ckMod.cfs.011 :
ONLY FOR CM6.1.1-Alpha8.3
[ Uses Linux mainline scheduler, stable and provides better battery life ]
:: Same as ckMod.cfs.010A with addition of the following
:: + jhash3
:: + gcc extra optimization
:: + wlan module from Acclaim
SSSwitch (Screen State Switch) v0.6E :
This script provides balance between performance and economy. I came up with it as I couldn't find any battery saving app which didn't negatively affect performance.
:: Adapted from screenstate_scaling ([email protected]) & battery tweak ([email protected])
:: Auto-switch settings for virtual memory, cpu scheduler, cpufreq and undervolting based on screen state
:: Will override any existing CM speed tweaks with a combination of the best of XDA and FE tweaks
:: Screen-ON >> PERFORMANCE Mode | Screen-OFF >> ECONOMY Mode
:: Works on both Eclair and Froyo (only for kernels with sysinit service for /etc/init.d scripts)
:: SetCPU and SSSwitch modify the same parameters, so DO NOT USE SSSwitch with SetCPU
Changelog for v0.6D > v0.6E
+ enabled oom_kill_allocating_task to prevent 98ssswitch from being killed
+ moved SLEEP_UV to execute at end of SLEEP_MODE function (thx 2 mambrino)
How to CONFIGURE CUSTOM SETTINGS (SSSwitch):
A:
1. Run any terminal emulator on phone
2. Enter "ssscfg"
3. Press Enter to get super-user access (1st run only: select Allow for Superuser Request)
4. Follow on-screen prompts
5. Change your custom settings or load preset profiles
6. Apply changes and exit.
B:
Install CKZtools and Change your custom settings or load preset profiles.
{
"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"
}
I think the undervolt settings are to extreme for my spica.
I got screen freezes after a few minutes of use.
edit:
i got this kernel: LK2.10.beta3
with CM-6.1.1-Spica-a8.1
rp0409 said:
I think the undervolt settings are to extreme for my spica.
I got screen freezes after a few minutes of use.
edit:
i got this kernel: LK2.10.beta3
with CM-6.1.1-Spica-a8.1
Click to expand...
Click to collapse
-No man, you don't understand well.
-the LK2.10.beta3 is for 2.1 and CM-6.1.1-Spica-a8.1 is a 2.2 firmware.
You have to apply the two mods only after installing CM.
LK2.10.beta3 is a step to do before installing CM.
i hope understand now
Any way to revert this? I got a lot of freezes and cpu loops. And i am late for work because of this.
Legolas8911 said:
Any way to revert this? I got a lot of freezes and cpu loops. And i am late for work because of this.
Click to expand...
Click to collapse
Strange, what happens to your spica, this patch has no effect to your phone working mode, anyway i hope u have Cyanogenmod 6.1.1 on your phone if not it's normal to do loops.
this an undo patch of original kernel for cyanogenmod 6.1.1.
i hope this will help you, if not try a cache wipe then if not a dalvik cache wipe.
enjoy dhouha
Hi Yamen.
The 3D patch works great! I'm having trouble with the undervolting patch though. Like the others, I'm also having screen freezes within a few minutes of use.
I'm currently running LK2.08, Cyanogenmod 6.1.1 Spica-Alpha 8.1 (from your other thread)
If I install "LK2.10.beta3_update.zip" (also from your other thread), will this solve the problem?
onikazam said:
Hi Yamen.
The 3D patch works great! I'm having trouble with the undervolting patch though. Like the others, I'm also having screen freezes within a few minutes of use.
I'm currently running LK2.08, Cyanogenmod 6.1.1 Spica-Alpha 8.1 (from your other thread)
If I install "LK2.10.beta3_update.zip" (also from your other thread), will this solve the problem?
Click to expand...
Click to collapse
LK2.10.beta3_update.zip is not for cyanogenmod.
update to 8.2 and it will works.
i too, got screen freeze from the UV. using CM6.1.1 alpha8.1 (one package). only other patch that i used is the Intercept 3D
hkchew03 said:
i too, got screen freeze from the UV. using CM6.1.1 alpha8.1 (one package). only other patch that i used is the Intercept 3D
Click to expand...
Click to collapse
Update to 8.2 here
and update 3D drivers here
Where are the links to those patches, man? (I don't see them in OP)
the.igorr said:
Where are the links to those patches, man? (I don't see them in OP)
Click to expand...
Click to collapse
Thread updated.
yamen.meddeb said:
Update to 8.2 here
and update 3D drivers here
Click to expand...
Click to collapse
Does it means ^ patch for CM-6-1-1 alpha8.02 , and different with ur attached on post #1 ?
http://forum.xda-developers.com/attachment.php?attachmentid=485450&d=1294639098
yamen.meddeb said:
LK2.10.beta3_update.zip is not for cyanogenmod.
update to 8.2 and it will works.
Click to expand...
Click to collapse
Ah, I see.
So just to make it clear, am I ok with LK2.08 and cm6.1.1 spica a8.2 if I want to install these addons (Kernel + Tweak + 3d driver for CM6.1a8.2)?
onikazam said:
Ah, I see.
So just to make it clear, am I ok with LK2.08 and cm6.1.1 spica a8.2 if I want to install these addons (Kernel + Tweak + 3d driver for CM6.1a8.2)?
Click to expand...
Click to collapse
Yes after a clean CM6.... u apply these patches via recovery and that's all, no way to freeze your spica because the patche do a wipe cache automatically.
Thx for patches its now workin fastly
Thanks yamen. Will try this out later.
Edit: running alpha 8.2 right now-- with the addons. Everything's running smoothly. Thanks again yamen.
Sent from my GT-I5700 using XDA App
hey yamen..how do i install this kernel? can i do this in recovery mode?
and im having problems with power control widget
..i cant seem to shift from 3g to 2g nnetwork
..is it a bug..
help yamen
arnelolavides: yes, just install via recovery.
yamen.meddeb: what are good settings for buffer/soundfix/undervolt? should I leave them at default?
onikazam said:
arnelolavides: yes, just install via recovery.
yamen.meddeb: what are good settings for buffer/soundfix/undervolt? should I leave them at default?
Click to expand...
Click to collapse
buffer : 32
sounfix : 1
undervolt : (awake : 50) (sleep : 200).
use ssscfg in terminal/su
This is not my work "mdeejay" compiled this
{
"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:
- Based on latest htc source
- Overclocked 1890MHz (default, very stable for all devices) (EXTREME Version: 2106MHz)
- L2 boost 1458MHz
- GPU OC 300/500MHz (2D/3D)
- Buttons backlight power set to 2mA (Looks better)
- Simple I/O Scheduler (default)
- CIFS/TUN
- Tweaked for stable and performance
Download
V06: http://d-h.st/zJN
V09X: http://d-h.st/5Dj
V01S: http://d-h.st/pKR
Modules:
http://d-h.st/vhf
IMPORTANT:
Flash (CWM/TWRP) compatible with this kernel postboot script and thermald.conf for better preformance and battery safe
http://d-h.st/foy (for V01-V06)
http://d-h.st/e6i (eXtreme version)
Only for sense roms based on 1.78 RUU (others not tested)
Flash via fastboot:
HTML:
fastboot flash boot boot_name.img
fastboot erase cache
fastboot reboot
Governors: Ondemand (default), Interactive, Performance, Userspace
I/O Schedulers: Simple (default), Noop, V®, Deadline, CFQ
*For tweak freqs/governors/I/O Schedulers use CPU Master app
Credits/Thanks: Codeaurora for kernel, htc and rootzwiki for this awesome device, showp1984 and others.
All Credits go to "mdeejay"(i've asked his permission for posting the kernel here)
For more info official thread:http://rootzwiki.com/topic/27832-03-julekernel-virtuous-v06-09-extreme-linux-308/
Just to make it easier to spot, you should probably put all the way on top that this isn't your work
odie3 said:
It seems for some reason I can no longer turn on my WiFi from the Enable Manager.
I Check it on and nothing happens... I go back it's unchecked.
Crap... it was working but has decided to stop!
Click to expand...
Click to collapse
Lol true. Mdeejay has done an awesome job though.
Sent using Tapatalk
What is
V06
V09X
V01S
which one i should use
adakaya1994 said:
What is
V06
V09X
V01S
which one i should use
Click to expand...
Click to collapse
The different versions of the kernel.. If you click the link in the OP to take you to mdeejay's post on rootzwiki, you will see a more complete changelog.
My only issue with these kernels is that i can never get the max frequency i want to stick. I've used setcpu and nofrills
Sent from my HTC One S using xda premium
This kernel realy stable (wifi etc) but isnt overclock (cpu gpu) drains so much battery? CPU is ok i can underclock it but what about GPU?
battery drain is heavy. after 13 hours is the battery at 15%. (fb, whatsapp, browser,...)
with lowkernel 1.0.1 at same time 30-40%
Sent from my HTC One S powered by LeeDroid One Supreme
Habarug said:
Just to make it easier to spot, you should probably put all the way on top that this isn't your work
Click to expand...
Click to collapse
Done
Hopie said:
battery drain is heavy. after 13 hours is the battery at 15%. (fb, whatsapp, browser,...)
with lowkernel 1.0.1 at same time 30-40%
Sent from my HTC One S powered by LeeDroid One Supreme
Click to expand...
Click to collapse
Have you flashed the postboot scripts?
----------------------------------------------------------------------
Don't use SetCPU use CPUMaster it's from the same who developed antutu benchmark works better
phoenixita said:
Have you flashed the postboot scripts?
Click to expand...
Click to collapse
yes..
Hopie said:
battery drain is heavy. after 13 hours is the battery at 15%. (fb, whatsapp, browser,...)
with lowkernel 1.0.1 at same time 30-40%
Sent from my HTC One S powered by LeeDroid One Supreme
Click to expand...
Click to collapse
Use v06 and flash the post boot Script. No need to actually over clock with this kernel beast and still getting great battery life. 24 hours easily with 4 hours of screen time.
Sent from my HTC VLE_U using xda premium
i flashed the extreme kernel (i think, this is the newest) modules and extrem script, but i don´t overclock min:192 max: 15xx
~6 hours: 192mhz
~6 hours deep sleep
reflash lowkernel and wait the battery drain
somebody tested the normal kernel with 2.21 RUU?
NOTE: After installing on Stock 2.21 RUU with newest radio causes black screen on reboot.
the boot script link isn't working. can some post a working link.
stunner2002 said:
somebody tested the normal kernel with 2.21 RUU?
NOTE: After installing on Stock 2.21 RUU with newest radio causes black screen on reboot.
Click to expand...
Click to collapse
U need to flash the boot_script to get it booting
Sent from my HTC One S using xda app-developers app
Does anyone have the flash able version through twrp rather than using fastboot. I'm not near a computer and like to give v06 a try right quick. Thanks in advance
Sent from my HTC VLE_U using xda premium
Would this work on miui?
Sent from my HTC One S using Tapatalk 2
dsellers2 said:
Does anyone have the flash able version through twrp rather than using fastboot. I'm not near a computer and like to give v06 a try right quick. Thanks in advance
Sent from my HTC VLE_U using xda premium
Click to expand...
Click to collapse
Here ya go. They are from the dev for Axiom, so not sure if it works on other roms, but i would think so.
http://goo.im/devs/itsmikeramsay/Kernels
---------- Post added at 04:21 PM ---------- Previous post was at 04:20 PM ----------
Taco991 said:
Would this work on miui?
Sent from my HTC One S using Tapatalk 2
Click to expand...
Click to collapse
no, thats an AOSP rom not sense. there arent really too many options when talking kernels and AOSP unfortunately.
Taco991 said:
Would this work on miui?
Click to expand...
Click to collapse
frettfreak said:
no, thats an AOSP rom not sense. there arent really too many options when talking kernels and AOSP unfortunately.
Click to expand...
Click to collapse
Works fine on the Sense based Miui.
NEW CONFIGURATION
OF STOCK 4.3 KERNEL
Click to expand...
Click to collapse
Hi guyz, since i don't like the default parameters of stock JB (4.3) kernel,
i'm trying to use my own one witch i could have little less power usage
with hight tasks like web browsing or gaming.
Click to expand...
Click to collapse
HOW IT WORKS?
Simply, it decrease the cpu ramping up to maxfreq to preserve
a lower voltages of the SoC, it means, less power usage.
HOW TO FLASH?
REALLY?!? :silly:
Flash it as a normal ROM.
####################
You couldhave issues and choppynesses
Enjoy and, if you like, rate 5 stars
and sure, FEEDBACKS me!!
It's an order!
It should works with all 4.3 JB original samsungs rom.
BTW, it's only a script, not invasive as should.
YOU NEED ROM ROOTED TO USE THIS!
Click to expand...
Click to collapse
ENJOY
Click to expand...
Click to collapse
:laugh:
I will tray ....
Sent from my GT-N7100 using XDA Premium 4 mobile app
Good venture !
'less power usage' means better on battery ?
sorry for noob Q
rraaka said:
Good venture !
'less power usage' means better on battery ?
sorry for noob Q
Click to expand...
Click to collapse
sure
THANKS
There is also a way to overclock maybe?
davibs said:
There is also a way to overclock maybe?
Click to expand...
Click to collapse
nope.. simply it only changes some values of the original pegasusQ governor, overclock is a feature of the modded kernel witch has the correct code in its modules
so, no modules no oc
btw, 4 cores at 1.6ghz is not a common situation, so, an overclock could only increase the consuption since 1 core goes to an OC value witch is to high..
you have to know, more is the freq, more and more is the power consuption
a simply ex, 1 dualcore at X freq absorbs less energy than 1 core at 2X freq.. but, the real teorical computation power is the same..
multithreading is to prevent high battery drain caused by too high freqs
Any feedback?
there is any way to allow unstable power charger in 4.3??
RoNeReR said:
there is any way to allow unstable power charger in 4.3??
Click to expand...
Click to collapse
Allow?
I never saw unstable power while charging.. maybe you have some issues with cable..
anyway only kernel mod can change modules, so, only kernel mod could do what you would
It's only a setting
i have a problem with my note 2... extremly slow charging...
i try a lot of solution....
the only that work probly is to use moded kernel and use stweak or any other control kernel app for ignore unstable power
http://forum.xda-developers.com/showthread.php?t=2278675
Without source code is impossible to change the code of the system
Ciao Iba!! Italian?? I'm from Genoa
trying your script on hurricane v3 and I hit for the first time 22.000 points in antutu benchmark..considering there's no overclock it is a great result...the wall was always 21.700-21.900 more or less.
{
"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"
}
Only one thing: now I have your script, if I recharge the phone switched off, the orange led is not working anymore...
ciao!!
Lagging when playing music
i faced problem lagging when playing music.. with tried stock music player and music player.. is that due to this mod? i cant confirm it because i am flashing rom recently.. or anyone face this also??
gannjunior said:
Ciao Iba!! Italian?? I'm from Genoa
trying your script on hurricane v3 and I hit for the first time 22.000 points in antutu benchmark..considering there's no overclock it is a great result...the wall was always 21.700-21.900 more or less.
Only one thing: now I have your script, if I recharge the phone switched off, the orange led is not working anymore...
ciao!!
Click to expand...
Click to collapse
Well the benckmark is strange.. and.. the led problem is not a script fault since script doesen't touch those parameters
Gabrieltan said:
i faced problem lagging when playing music.. with tried stock music player and music player.. is that due to this mod? i cant confirm it because i am flashing rom recently.. or anyone face this also??
Click to expand...
Click to collapse
Change rom.. the settings are low.. but not so low!
Stock kernel that can go with N7100ZSUEML1 ?
Dear @iba21,
I have tried searching and asking around on multiple forums to no avail. Therefore trying here as a final attempt.
Would you happen to have a link to somewhere I can download a stock kernel that can go with N7100ZSUEML1 ? My custom counter is resetting to 1 even after Triangle away, as I don't have stock kernel.
Thanks very much in advance.
@iba21, stock kernel- will this work on custom roms kernel like phoenix, dn3 etc.?
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
nitol said:
@iba21, stock kernel- will this work on custom roms kernel like phoenix, dn3 etc.?
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yup if those have stock governors
@iba21, testing on Phoenix stock kernel with pegasusq governor. Think you've done a great job.
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
Please assist to check the permission.is it correct since the others is different. Thanks.
Sent from my GT-N7100 using Tapatalk 2