[Q] about Tweaks for our Device - Galaxy Y GT-S5360 and Duos 6102 Q&A, Help & Troubl

Hey Guys,
we have someTweaks for our Device,my question is,wich Tweaks is the Best,and wich Tweak can i combinate with another tweak.
cheers
send from GT-S5360 with Tapatalk 2

any idea?
Gesendet von meinem GT-S5360 mit Tapatalk 2

Well you can try and expriment. I suggest Mr. kurotsugis tweaks + I/O and governor tweaks. All here http://forum.xda-developers.com/showthread.php?t=1761166 and here http://forum.xda-developers.com/showthread.php?t=1714217
Also, you need to flash BaCem tweak in here http://forum.xda-developers.com/showthread.php?t=1640972 to make governors work properly. Furthermore, you can decrease CPU voltage and get better battery life.
My SGY last for about 4 days now in normal/light use. Then I bought it it lasted just for one day. :laugh:
Overall, don't overdo with the tweaks. And also replace stock launcher, cause in mine it had a bug where the app drawer lagged when I suddenly started to swipe through apps.

could u pls elaborate a liittle more.i was intrested in that 4 days normal usage.could u tell me what all tweaks u did in ur phone to achieve that, also which rom nd kernal.
many are intrested in learning more abt battery tweaks.

To start with, firstly I flashed Merruks 2.0 Pre-Final kernel. As for ROM, I did not touch it. It's stock, version XXKK5. As for the tweaks itself, I use interactive governor all the time, set accordingly at min frequency as 312 and max at 832Mhz.
Yesterday I also flashed this http://forum.xda-developers.com/showthread.php?t=1761166 and now I use SIO as I/O scheduler. Also, In BaCem tweak, i set my CPU to -50Mv, and I definitely felt a difference battery-wise. It last longer now.
In init.d folder, I have those tweaks. (see image)
Thats pretty much sums it up.

schalkerjung1984 said:
Hey Guys,
we have someTweaks for our Device,my question is,wich Tweaks is the Best,and wich Tweak can i combinate with another tweak.
cheers
send from GT-S5360 with Tapatalk 2
Click to expand...
Click to collapse
The best tweaks are defined by yourself. Some people like to use v6 superchager, some other people like to use adrenaline engine. You should try those tweaks one by one then you will know what are the best tweaks for your phone.

Related

Tell me what all governors are compatible with galaxy y?

basicly you don't need to build your own gov inside your kernel unless you want to modify the script. savie have make it for us. its save, quick, and easy for anyone. btw, the list is on repencis and savies kernel.
kurotsugi said:
basicly you don't need to build your own gov inside your kernel unless you want to modify the script. savie have make it for us. its save, quick, and easy for anyone. btw, the list is on repencis and savies kernel.
Click to expand...
Click to collapse
Thanks.. hotplug works on our phone!!??
Sent from my GT-S5360 using XDA
thats depend on the source. some govs like sakuractive basicly only work on cpu with hotplug feature. some other govs like lulzactive won't work without proper modification. you don't know untill you tried. btw, some tips. you don't need to copy the files then edit your kconfig and makefile anytime. in kconfig, set the gov name "gov1, gov2, gov3, etc". you'll also have to rename the source to cpufreq_gov1.c, cpufreq_gov2.c etc. do the same thing in makefile. when you want to test a source code, you'll only need to replace the script inside cpufreq_gov1.c (and friends) with the scritpt from the gov you want to test. in this way, you don't need to edit kconfig and makefile anytime you want to test a gov. when you've finished, you can edit the gov description on kconfig.
So far 22gov.. Not try from ur info kuro-kun..
savie said:
So far 22gov.. Not try from ur info kuro-kun..
Click to expand...
Click to collapse
22 gov but only a few useful
BTW Savie Rev 65 is so far so good:good:
@savie: only wheatley works on that github. sakuractive doesn't work. i've found some another "alien" govs but I'm just too lazy to test them. we only have 4 freq (3 really working) so no matter govs we us it won't show a significance performance differences.
Till now I have loaded 11 kernel in my kernel... I am free for testing any governor.
Sent from my GT-S5360 using XDA
kurotsugi said:
@savie: only wheatley works on that github. sakuractive doesn't work. i've found some another "alien" govs but I'm just too lazy to test them. we only have 4 freq (3 really working) so no matter govs we us it won't show a significance performance differences.
Click to expand...
Click to collapse
Dont know since when 468 working on 2freq 312-468 use interactive governor modified by irfan.. but i see when use that freq more than 30minuit.. at begining only show 468..
savie said:
Dont know since when 468 working on 2freq 312-468 use interactive governor modified by irfan.. but i see when use that freq more than 30minuit.. at begining only show 468..
Click to expand...
Click to collapse
i wish we know what is the 2/4 value so we can have 4 working freq....
our kernel partition size is limited. 11 is too much since basicly we only need three govs. 1 batt saving, 1 balanced, and 1 for performance stuff. we'd better to make use the space for different stuff like the driver or stuffs. I've found that our device is actually support v3d sync and framebuffer for better graphic quality. however, our kernel source is incomplete thus we can't use them properly (framebuffer is working but make the UI a lil bit slower-v3d sync couldn't compiled). we also have multimedia support for better video encode-decode and better sound quality. some of the wifi stuff isn't working but se still can use VLAN driver on it. the good news, all of them is working. you'll only need to add them to your kernel. the bad news, it takes more spaces. 1. it will be a burden for the ram if its too big. 2. we need more spacious room if we want to put cwm. thus, we must be wise with our kernel. for the additional govs I prefer to use modules since its is a good idea to make it easier and could give me more spaces.
kurotsugi said:
our kernel partition size is limited. 11 is too much since basicly we only need three govs. 1 batt saving, 1 balanced, and 1 for performance stuff. we'd better to make use the space for different stuff like the driver or stuffs. I've found that our device is actually support v3d sync and framebuffer for better graphic quality. however, our kernel source is incomplete thus we can't use them properly (framebuffer is working but make the UI a lil bit slower-v3d sync couldn't compiled). we also have multimedia support for better video encode-decode and better sound quality. some of the wifi stuff isn't working but se still can use VLAN driver on it. the good news, all of them is working. you'll only need to add them to your kernel. the bad news, it takes more spaces. 1. it will be a burden for the ram if its too big. 2. we need more spacious room if we want to put cwm. thus, we must be wise with our kernel. for the additional govs I prefer to use modules since its is a good idea to make it easier and could give me more spaces.
Click to expand...
Click to collapse
Where can I get modules of governor from??
Sent from my GT-S5360 using XDA
savie's thread. about gov and iosched modules
what about LionHeart?? How is it?
iPanther said:
what about LionHeart?? How is it?
Click to expand...
Click to collapse
Read this to clarify your doubts on governoers,ios and schedulers.

Trinity Kernel...1400mhz max?

I recently flashed the newest Trinity Kernel on my Nexus 7. I still have the stock ROM. I tried to tweak the CPU settings with ROM Toolbox and the most I can overclock is 1400mhz. Why can't I overclock to 1600? Is it because of the stock ROM? I'm looking into Glazed Jelly Bean as a custom ROM but I'm not sure I want or need to use a custom ROM at this point.
Any suggestions?
Because he dropped the Max. You probably flashed A111 correct? That's a TSVZ meaning it is slightly over clocked and undervolted kernel meant for battery not for performance.
Sent from my Nexus 7 using Xparent White Tapatalk 2
U2Bono269 said:
I recently flashed the newest Trinity Kernel on my Nexus 7. I still have the stock ROM. I tried to tweak the CPU settings with ROM Toolbox and the most I can overclock is 1400mhz. Why can't I overclock to 1600? Is it because of the stock ROM? I'm looking into Glazed Jelly Bean as a custom ROM but I'm not sure I want or need to use a custom ROM at this point.
Any suggestions?
Click to expand...
Click to collapse
try a96, its one of my faves. it has a max of 1700mhz http://goo.gl/mLUCZ
Mildly on topic question ... do you notice any imporvments with overclocking? My first experience with overclocking as on my Hero, and then Galaxy S1, but this N7 just feels so fast i cant see overclocking making it any smoother? lol
thanks
myke66 said:
Mildly on topic question ... do you notice any imporvments with overclocking? My first experience with overclocking as on my Hero, and then Galaxy S1, but this N7 just feels so fast i cant see overclocking making it any smoother? lol
thanks
Click to expand...
Click to collapse
yes. its noticeable, but not like on the older devices.
simms22 said:
yes. its noticeable, but not like on the older devices.
Click to expand...
Click to collapse
Nice, ill have to look into rooting sometime soon.
Ok, I got the a96 and I've flashed it...
Is there a detailed changelog for each version? The a111 said it was a 1600mhz kernel so I don't understand why it was dropped down to 1400. That's where my confusion was.
I did notice some increase in speed at 1400. I was having some stuttering issues with Dead Trigger and Minecraft PE, and they were less with the 1400. I've got it running at 1600 now but I don't know what it will do to the battery or how well it will perform. I'll find out later. I've run through the battery pretty quickly today, but I was tinkering with it A LOT so it's not accurate.
What kind of tweaks could I do using Rom Toolbox that would help me maximize my battery while overclocking to 1.6?
Dont over clock.. i dont even see a need to. I use the ondemand gov which stutters a little but using interactive clears that up. Also using the CFQ IO as it is the stock IO used. Its stock so its gotta be good . Also you should turn F-Sync off that helps quite a bit. Also you could toggle auto hotplug and make it only run two cores while gaming and then turn it back on when finished so that way it will hotplug cores as it sees necessary. You could also up the voltages a little bit, some CPU's dont like the lower voltage and that will cause stuttering and glitching just up them by 25mV and see if it clears if not try another 25mV.
I will try those things, but I really want to play with overclocking and learn what happens. This is my first Android device so I'm experimenting and playing around.
But I have one more question...I've overclocked to 1.5...I found 1.6 to be the same as 1.5. But it seems that after an hour or so, it resets to 1.3. in ROMToolbox. Why is this?
Don't use rom toolbox. Use the Trinity app. It sticks just fine for me. Besides you support the dev to make better kernels.
Sent From My Toro+ via White Tapatalk
simms22 said:
try a96, its one of my faves. it has a max of 1700mhz http://goo.gl/mLUCZ
Click to expand...
Click to collapse
i **** my pants a little when it says "system succesfully corrupted, please freak out now"
MRsf27 said:
i **** my pants a little when it says "system succesfully corrupted, please freak out now"
Click to expand...
Click to collapse
Lol its a joke... its the updater-script you can make it say anything... :laugh:
MRsf27 said:
i **** my pants a little when it says "system succesfully corrupted, please freak out now"
Click to expand...
Click to collapse
ha!
youre not the first
Overclocking past 1.4 Ghz doesn't result in any major usability improvements. I've gone up to 1.7 Ghz and the only thing it does is make my tablet really warm and unstable. All you really need for improving system performance is I/O tweaks to speed up app and page loading, and a little bit of GPU overclocking to help with the transitional effects.
and, to be honest, depending which trinity kernel im using, im using either 1100 or 1150mhz mostly. on a111 im using 1100mhz and on a96 i used 1150mhz. with those speeds everything is still fast but a bit better on battery
Overclocking
If you want a little more information about the the overclocking if you havent already you might want to check out http://forum.xda-developers.com/showthread.php?t=1788759 its the official thread of the trinity kernel for grouper.

SentinelROM v4.50-CM10.1 kernel discussion.

I make this thread Instead of having a constant discussion about kernels in the SentinelROM v4.50-CM10.1 thread.
This: http://forum.xda-developers.com/show....php?t=2037363
So when someone ask about kernel in that thread, just link this.
Sentinel196 works hard on his rom and kernel, so why do you change kernel and what kernel did you change to?
What settings do you use?
What app do you use?
Do you play games?
Are you a casual user?
Other?
I´m new to this rom so i´m going to try it completely untouched for at least a week before changing anything.
So that i get a good feel for the performance and battery.
These are good for battery life.
Greenify *ROOT*
https://play.google.com/store/apps/...GwsMSwxLDEsImNvbS5vYXNpc2ZlbmcuZ3JlZW5pZnkiXQ..
CPU Spy Plus
https://play.google.com/store/apps/...xLDEsImNvbS5idmFsb3Nlay5jcHVzcHkucmVhbGdwcCJd
Wakelock detector
https://play.google.com/store/apps/...EsImNvbS51enVtYXBwcy53YWtlbG9ja2RldGVjdG9yIl0.
Tesla said:
I make this thread Instead of having a constant discussion about kernels in the SentinelROM v4.50-CM10.1 thread.
This: http://forum.xda-developers.com/show....php?t=2037363
So when someone ask about kernel in that thread, just link this.
Sentinel196 works hard on his rom and kernel, so why do you change kernel and what kernel did you change to?
What settings do you use?
What app do you use?
Do you play games?
Are you a casual user?
Other?
I´m new to this rom so i´m going to try it completely untouched for at least a week before changing anything.
So that i get a good feel for the performance and battery.
Click to expand...
Click to collapse
Guys can someone confirm if they can get most wanted to work properly without crashing and also real racing 3
?
Kept crashing on me
Rush85 v4 and v5 worked on other games like nova3 etc.
Sentinel kernel that came with rom gave me artificacts and crashes on games
If these issues are fixed then I would definitely want to come back to sentinel rom
Regards
Hey !
I have made some configurations for pegasusq governor. This is incredibly fast for CM based kernel !
(I use Trickster Mod )
I will test battery life
DvWatt said:
Hey !
I have made some configurations for pegasusq governor. This is incredibly fast for CM based kernel !
(I use Trickster Mod )
I will test battery life
Click to expand...
Click to collapse
can you test NFS Most wanted and real racing 3 to see if they work with the kernel?
Real Racing 3 works ok ! I'm going to test Need For Speed
EDIT : Works ok !
Nice to see you posting here :good:
I don´t play games my self on my phone, what i need is good idle and screen time.
But a lot of users do, so nice to see you share
N.O.V.A 3 crash with Cyanogen Mod 10.1 and Dorimanx 9.17 , time to try with Sentinel
Used Stock Sentinel Kernel for a while (with Performance governor, i really don't care bout battery ) & felt phone smooth.
Changed to Siyah v4 by Rush ( Curiosity, u see ) & overclocked to 1.4Ghz with Conservative coz for some reason, conservative gave more smoothness than performance .. & phone never felt more smooth :fingers-crossed:
& oh yeah, post 3-4 charging cycles, m gettin 4.5+ hours of screen time with WiFi on most of the time. So m gonna stick to siyah & sentinel for a looong loong time
parry.87 said:
Used Stock Sentinel Kernel for a while (with Performance governor, i really don't care bout battery ) & felt phone smooth.
Changed to Siyah v4 by Rush ( Curiosity, u see ) & overclocked to 1.4Ghz with Conservative coz for some reason, conservative gave more smoothness than performance .. & phone never felt more smooth :fingers-crossed:
& oh yeah, post 3-4 charging cycles, m gettin 4.5+ hours of screen time with WiFi on most of the time. So m gonna stick to siyah & sentinel for a looong loong time
Click to expand...
Click to collapse
+1.just trying your setting and the rom is awesome. Thanks for your feedback.
Sent from my GT-I9100 using xda app-developers app
Hi all,
I'm testing the Sentinel rom with the kernel of Slim Bean, for now I'm watching more stability and smoothness.
I have not tested the battery.
@funkateer2, Glad to have Helped you Buddy
Sent from my GT-I9100 using Tapatalk 2
thiagox said:
Hi all,
I'm testing the Sentinel rom with the kernel of Slim Bean, for now I'm watching more stability and smoothness.
I have not tested the battery.
Click to expand...
Click to collapse
Interesting
But.. more stability and smoothness? Was it unstable for you and not as smooth as default kernel?
I find that hard to believe.
Tesla said:
Interesting
But.. more stability and smoothness? Was it unstable for you and not as smooth as default kernel?
I find that hard to believe.
Click to expand...
Click to collapse
The latest build of SlimBean (5.5-WEEKLY) is very good. With her, I reached more or less 3800 points in Quadrant Standard.
With the Sentinel, I reached around 3100-3300 points.
With Sentinel + Slim Kernel I reached around 3400-3500 points, even that little thing, already demonstrates some improvement.:good:
@thiagox
Ah, you are talking about benchmark.
Whats that got to do with stability and smoothness?
Stability is no fc, no reboots, no hangs.
Smoothness is an overall performance with no lagg/stuttering.
Tesla said:
@thiagox
Ah, you are talking about benchmark.
Whats that got to do with stability and smoothness?
Stability is no fc, no reboots, no hangs.
Smoothness is an overall performance with no lagg/stuttering.
Click to expand...
Click to collapse
Really man, I messed up. I traded stability for performance, my apologies!

Tips to increase performance and increase battery life |Xperia X8/W8

Hey people, this is my first post.
So basically this post is for people still using xperia x8 / w8.
TIPS to increase performance :
1. Install a custom ROM (with a custom kernel). It's no use installing a ROM on stock kernel because it's not very fast and battery life is low too ( I like Minicm7 and Minicm10)
2. After installing the kernel and rom, install a nice launcher. (LauncherPro for gingerbread and nova /apex for ice cream sandwich or jelly bean).
3. Tweak cyanogenmod performance settings : increase vm heap size, allow purging of assets, disable surface dithering, set cpu governor to smartassv2. Overclock if you want but not too much.
4. Use v6 supercharger script. (easy to follow and works great). Do it only if you have custom kernel, because on stock it asks to update busybox which soft bricks the phone).
5. Use autostart manager to remove unnecessary apps from boot.
6. Install apps that you need.
7. Enable "long press to kill apps" in development and kill after you use them like browsers etc.
8. Don't use task killer.
Battery life tips (I assume you are on custom ROM with custom kernel) :
1. Use setcpu and enable profiles. Make the following
A) Screen off - Set Minimum and maximum values of clock the lowest.
B) Battery levels - Choose the maximum to any value below 600 mhz but above 320 when say, the level is less than 40 percent or maximum 480 when the level drops below 50 percent.
2. Make sure you uninstall Dsp manager with titanium backup or root uninstaller.
It sucks lots of battery.
3. Don't set auto brightness.
4. Keep vm heap size to 32.
5. Set governor to on-demand using set cpu for all profiles. AS WELL as for normal usage. (where there are sliders)
6. You may use antutu battery saver. It may or may not work for you.
7. Use v6 supercharger script.
That's it. Press thanks if I helped.
Sent from my E15i using xda app-developers app
I appreciate you for the effort you made.
But there are already many threads about it and also I think that most of the x8 users do have knowledge of these basic things..
Cheers..:beer:
sent from my phone using hands and brain...
dagger said:
I appreciate you for the effort you made.
But there are already many threads about it and also I think that most of the x8 users do have knowledge of these basic things..
Cheers..:beer:
sent from my phone using hands and brain...
Click to expand...
Click to collapse
Sir, Thank you for your review and the beer Yes I am aware of the fact that many people know about it but are tired going through many threads so I compiled a list. That's all.
Exactly this thread will be helpful for noobs much. Nice info :thumbup:
Sent from my XPERIA X8 using Tapatalk 2
@op you may want to review some info. for example, for performance, smartassv2 isn't really the best choice (interactive or ondemand, anyone?). you may also want to remove v6 supercharger since noobs will ultimately ask a lot of questions about it (specially ics/jb users). conversely, ondemand is NOT the best choice if you want to save battery. it has a hair trigger that jumps to max freq and stays there for a long time (like interactive but with different conditions for scaling iirc). there are also lighter launchers than nove/apex/launcherpro. uninstalling or freezing unused apps can also help performance instead of trying to kill them (specially with apps that simply restart themselves). you also have the undervolt option. and updating busybox will not necessarily cause issues if you're on custom kernel. i've updated mine on cm7&10 without issues. i do think gdx (at least on stock kernel) bootloops if you update it. as daggre said, we already have lots of tuts about this, so it would be best to give accurate info or else it will just confuse users.
Hey i heard that if i use my sd card for page file i can increase ram or something like that but is it safe i heard that sd card life will get decreased
KillForFun said:
Hey i heard that if i use my sd card for page file i can increase ram or something like that but is it safe i heard that sd card life will get decreased
Click to expand...
Click to collapse
Yes you can use Swapper 2. Useful only if you use class 6 SD card or above. otherwise no use.
cascabel said:
@op you may want to review some info. for example, for performance, smartassv2 isn't really the best choice (interactive or ondemand, anyone?). you may also want to remove v6 supercharger since noobs will ultimately ask a lot of questions about it (specially ics/jb users). conversely, ondemand is NOT the best choice if you want to save battery. it has a hair trigger that jumps to max freq and stays there for a long time (like interactive but with different conditions for scaling iirc). there are also lighter launchers than nove/apex/launcherpro. uninstalling or freezing unused apps can also help performance instead of trying to kill them (specially with apps that simply restart themselves). you also have the undervolt option. and updating busybox will not necessarily cause issues if you're on custom kernel. i've updated mine on cm7&10 without issues. i do think gdx (at least on stock kernel) bootloops if you update it. as daggre said, we already have lots of tuts about this, so it would be best to give accurate info or else it will just confuse users.
Click to expand...
Click to collapse
Sorry for the mistakes. I wrote smartass v2 because interactive sucks too much battery and isn't practical to use. I would like to delete the thread. I'm new here so please tell me how. I will update the facts and then write
tsinghxda said:
Sorry for the mistakes. I wrote smartass v2 because interactive sucks too much battery and isn't practical to use. I would like to delete the thread. I'm new here so please tell me how. I will update the facts and then write
Click to expand...
Click to collapse
you'll have to ask a mod to delete the thread. why not just update it though? it's a good thread for new guys. just update some info and you're good to go.
cascabel said:
you'll have to ask a mod to delete the thread. why not just update it though? it's a good thread for new guys. just update some info and you're good to go.
Click to expand...
Click to collapse
Alright, I'll update by Monday. Thanks
Haha, thanks for the tips :good:

[Q] best kernel for performance for Cloudyflex 2.6

Hi,
Is the cloudy kernel the best for pure performance in terms of lag? Not looking for battery or other performance enhancements.
Is cloudy kernel 1.5 the latest ( just to make sure i have a backup kernel to re-install just on case)?
Is the tweak on hidden menu for HIGH TEMPERATURE still relevant with these kernels?
I am running with ondemand governor.
And just to make sure:
- to install a new kernel i just boot to recovery and flash the kernel without any wipes, right?
- i have xposed and some G2 tweaks running, i don't need to disable/reset or anything?
Thanks for your help! I am still learning.
Nico.
bloof said:
Hi,
Is the cloudy kernel the best for pure performance in terms of lag? Not looking for battery or other performance enhancements.
Is cloudy kernel 1.5 the latest ( just to make sure i have a backup kernel to re-install just on case)?
Is the tweak on hidden menu for HIGH TEMPERATURE still relevant with these kernels?
I am running with ondemand governor.
And just to make sure:
- to install a new kernel i just boot to recovery and flash the kernel without any wipes, right?
- i have xposed and some G2 tweaks running, i don't need to disable/reset or anything?
Thanks for your help! I am still learning.
Nico.
Click to expand...
Click to collapse
Hello Nico.
I'm hoping that I can assist you with this topic.
First off, regarding the kernel you have plenty of choices. There are two, however, that I'd recommend.
1. Dorimanx Kernel. That kernel is absolutely amazing with LOTS of tweaks, thermal protection, ad-blocker, allows overclocking to 2.8Ghz and much much more. I can't list all the features because they are so many. But there's one thing in particular - it's fast. Dorimanx has created a hybrid kernel from 3.4.xxx and 3.10.y source codes. This is my go-to kernel.
2. Bruce Kernel. It's a modified stock kernel with Bruce's own tweaks. It's fast, very battery friendly but lacks customisation. It also doesn't have thermal protection or any thermal throttling.
Now to your other questions:
Yes, Cloudy 1.5 should be the latest.
I wouldn't mess with the ROM thermal protection found in hidden menu. The gain in speed is most likely negligible but you make your phone more prone to heat damage.
Ondemand governor is great for smoothness, but you'll have a ton of options if you decide to use dorimanx. I use alucard because it's the sweet spot between amazing battery performance and smoothness.
You can install a new kernel without any wipes. Kernel doesn't interfere with ROM as such and you don't have to disable anything. A Kernel is basically what makes software and hardware work together.
I hope this helps!
vPro97 said:
Hello Nico.
I'm hoping that I can assist you with this topic.
First off, regarding the kernel you have plenty of choices. There are two, however, that I'd recommend.
1. Dorimanx Kernel. That kernel is absolutely amazing with LOTS of tweaks, thermal protection, ad-blocker, allows overclocking to 2.8Ghz and much much more. I can't list all the features because they are so many. But there's one thing in particular - it's fast. Dorimanx has created a hybrid kernel from 3.4.xxx and 3.10.y source codes. This is my go-to kernel.
Click to expand...
Click to collapse
Thanks a lot for your answers, these are exactly what I was looking for.
I just flashed Dorimanx, and without knowing too much on how to tweak it (more on that later), it is really smooth. I am keeping it!
vPro97 said:
I wouldn't mess with the ROM thermal protection found in hidden menu. The gain in speed is most likely negligible but you make your phone more prone to heat damage.
Click to expand...
Click to collapse
OK, great to know, it is so often repeated online that I used to have it. It is now off, absolutely no noticeable difference!
vPro97 said:
You can install a new kernel without any wipes. Kernel doesn't interfere with ROM as such and you don't have to disable anything. A Kernel is basically what makes software and hardware work together.
I hope this helps!
Click to expand...
Click to collapse
Thanks. Flashed perfectly, twice (I had trickster mod on and wasn't sure what it reset at boot, so uninstalled it and re-installed Dorimanx.)
Got 1040/2900 on geekbench even if that is not really what I care about. I had 950/2750 before, not that much noticeable difference in %.
vPro97 said:
Ondemand governor is great for smoothness, but you'll have a ton of options if you decide to use dorimanx. I use alucard because it's the sweet spot between amazing battery performance and smoothness.
Click to expand...
Click to collapse
OK, we're onto kernel tweaks , I have a few questions:
I discovered that I had STweaks installed, so let's use that.
1) Apart from governor alucard, what other settings should I apply? You mention thermal controls. I expect the defaults of STweaks are OK? If not, what should I do?
2) I found a GPU governor, should I do something there to have better performance?
3) my real goal is to achieve super smoothness when interacting with the phone, I don't play high CPU 3D games or anything like that. I want the phone to react instantly when I press somewhere or open something or press home or recent apps. Any advice? I modified touch boost frequency...
4) if I "reset settings to default" in STweaks, will it reset to Dorimanx' installed default as I just installed the kernel?
5) so that I don't bother anyone anymore, is there a manual about all these tweaks in Dorimanx/STweaks?
Thanks again so much!
Hey bud, I dont know if u found out the answers to these questions but I can share my information with u as I see nobody answered it
1)
2)
3) I'll tell u the best settings for smoothness but also with great battery life All questions ll be answered in one answer :
Make governers Alucard
Touchboost:1.9
Powesave Switch: Performance mode
Power Efficent Worqueues : Unticked
Cpu Tweaks:ticked
Max Cpu 0,1,2,3 freq:2572800
MAx screen off freq :Max Allowed
________________________-
Alucard Hotplug
Hotplug always active
2 cores boost
4 cores max online
2 cores min cpu online
___________________
gpu min 100
max 533
__________________
I/O read ahead 2048
row row
____________________
cron all on
___________________
Logcat Logger always disabled
_____________________
And from developer settings of ur ROM, make window animation, transition animation and animation duration scale 0.5x
If u re not dependant on xposed module, then use ARTruntime(faster)
4) Yes, all settings ll be restored to original Dorimanx settings.
5) I havent seen any yet
This is all I can say, let me know about results
Darius129 said:
Hey bud, I dont know if u found out the answers to these questions but I can share my information with u as I see nobody answered it
1)
2)
3) I'll tell u the best settings for smoothness but also with great battery life All questions ll be answered in one answer :
Make governers Alucard
Touchboost:1.9
Powesave Switch: Performance mode
Power Efficent Worqueues : Unticked
Cpu Tweaks:ticked
Max Cpu 0,1,2,3 freq:2572800
MAx screen off freq :Max Allowed
________________________-
Alucard Hotplug
Hotplug always active
2 cores boost
4 cores max online
2 cores min cpu online
___________________
gpu min 100
max 533
__________________
I/O read ahead 2048
row row
____________________
cron all on
___________________
Logcat Logger always disabled
_____________________
And from developer settings of ur ROM, make window animation, transition animation and animation duration scale 0.5x
If u re not dependant on xposed module, then use ARTruntime(faster)
4) Yes, all settings ll be restored to original Dorimanx settings.
5) I havent seen any yet
This is all I can say, let me know about results
Click to expand...
Click to collapse
Hey there. Thanks a lot for your answers, despite the thread being so old.
I actually learned a lot since i posted that
I use 2x intelliactive, 2x alucard, alicard HP, max freq 2.3, 2.3, 1.9, 1.9, gpu 100-533, i/0 read 1024, dirty tatios 5%/10%
Your settings look interesting, you sure you get great battery life? With 2 cores min? I am going to try
No mate, I said that's settings for u, u said u don't care about battery, so I tried to give u the best settings I can come up with for performance, I myself use 3 cores max, all 2,3 ghz 1 core boost, Alucard on-demand Alucard. 1024. 100 320 GPU. It's pretty smooth with art. But if I wouldn't care about battery, I would do the settings I told u. Hehe
Darius129 said:
No mate, I said that's settings for u, u said u don't care about battery, so I tried to give u the best settings I can come up with for performance, I myself use 3 cores max, all 2,3 ghz 1 core boost, Alucard on-demand Alucard. 1024. 100 320 GPU. It's pretty smooth with art. But if I wouldn't care about battery, I would do the settings I told u. Hehe
Click to expand...
Click to collapse
no worries!
I learned to care more about battery I realized that it is really smooth anyway. I have a lot of SOT daily (movies, etc) and realized that using performance settings just drains too quickly and is not needed.
I do put animations to x0.5 (transition animation to OFF).
What I am really struggling with is home redraws... A bit better now, but they used to be 1000x times a day.
I would run with ART but it takes a lot more memory, and with my 16 GB I don't have enough memory left when running ART.
Buddy, I am on 16 too. I had 8.5 hours sot with art and cloudy 2.1!! I use nova launcher and I am happier with it can give it a try
Darius129 said:
Buddy, I am on 16 too. I had 8.5 hours sot with art and cloudy 2.1!! I use nova launcher and I am happier with it can give it a try
Click to expand...
Click to collapse
I have a few very large apps (navigon, games,...) they take 2-3 GB.
I al so have movies, remaining is only 1.3 GB.
If i want to backup ROM i need to delete obb files, etc. With ART i will have nothing left!
Tried niva but didn't like it. Will try apex again maybe, but i really like the look of G3 home.
Hmm, I see. I didnt know that internal memory and has a thing to do ART, I just made it ART and everything was ok. Launcher is a matter of taste I guess. For lg launcher, I read that there are some hidden settings to lock it in RAM, so that it doesnt redraw that often, maybe u can take a look for that. Hope to share more information for better experience with our phones
@bloof I forgot to tell, I also like how g3 theme looks, and I use a g3 theme with my nova launcher. If pm me ur gmail, can send u my screenshots

Categories

Resources