[APP][Battery] Quad Core Manager+ : Ultimate Battery Saver ★

ianseer

Senior Member
Sep 27, 2010
95
12
38
I edited my post above so dont kill me for asking again. Is this the equivalent of a kernel governor that has hotplugging? Yes, you are right, 0 is core 1 and 1 is core 2 BUT, in the app it shows me being able to shut down core 2. So using that logic previously stated, core 2 would be core 3 and I dont have a 3rd core.
same question about kernel governor here.. nice and unique apps u have there seaskyways :good:
 

apophis9283

Forum Moderator /Inactive Recognized Developer
Staff member
Dec 19, 2011
12,221
15,251
263
37
Somewhere in the static of the Universe
Just reviewed my code and no it isn't a flaw , this is a part of my exact code :


Code:
if(sp.getBoolean("isAlternativeOn", false)){						
						
						if (checkBeforeEnabling[0] == 1){
							
							if (core1) {
								Executable.disable_core(1);
							}
							
							if(checkBeforeEnabling[1] == 1){
								if(core2){
									Executable.disable_core(2);
								}
								if(core3){
									Executable.disable_core(3);
								}								
							}
							Log.i("ACOO", "Disabled Cores !");
						}else{
							return;
						}
This code is run if you have Compatibility On and Alternative Compatibilty !
Any way you could hit me up on gtalk sometime so I can explain? I dont want it to be a big deal its not. I dont think you see what im saying.
 

johnfranz29

Senior Member
Dec 29, 2011
426
69
0
Ibiza
im using ARHD Rom 4.2.2 on my S3... like them, i disabled all cores but it keeps goin back to enable... but this app quite interesting... thanks...

Sent from my GT-I9300 using xda app-developers app

---------- Post added at 02:29 AM ---------- Previous post was at 01:57 AM ----------

now i think this isnt compatible yet in 4.2.2 coz my friend is using 4.1.2 and its doing good... ill try using 4.1.2 as well...

Sent from my GT-I9300 using xda app-developers app
 

apophis9283

Forum Moderator /Inactive Recognized Developer
Staff member
Dec 19, 2011
12,221
15,251
263
37
Somewhere in the static of the Universe
isnt this the same as hotplug governor??
Ok, I also the same thing awhile back and I really didnt think about it before I asked. If you were to use the acoo option yes, i think its alot like hotplugging, BUT this gives you the option to also shut down cores permanently.

Sent from my Galaxy Nexus using Tapatalk 2
 

enrell

Senior Member
Aug 18, 2009
62
4
0
Ok, I also the same thing awhile back and I really didnt think about it before I asked. If you were to use the acoo option yes, i think its alot like hotplugging, BUT this gives you the option to also shut down cores permanently.

Sent from my Galaxy Nexus using Tapatalk 2
ahh..noted with thanks..

was looking for the same posts abt hotplugging but dint see any..

anyways, thank you for the reply.
 

Alastal

Senior Member
Jul 12, 2012
185
55
58
29
Gaza
This is an amazing app
but it didn't work with me
disabling cores and close the app
return to app and found all cores enabled again
persistent mode didn't work either

Samsung Galaxy S3
Wanam rom 6.7 - Android 4.1.2
Adam Kernel 2.6
 

bolagnaise

Senior Member
Oct 5, 2012
87
46
0
Installed fine, got root access. Tried to enable persirant mode. App crashed and now it hangs on opening and then Force closes itself.

Galaxy S4 running latest AOSP 4.3 release.
 

fd99601

Member
Aug 26, 2010
37
2
0
He's right

even with that persistent mode enabled usually core 4 is the first one to get back online like ASAP
Note II - rooted (Stock 4.1.2). Same thing for me as well. Core 4 is automatically on after a while and is off after some time.

After a while the Disable buttons won't work, but "Enable All" and "Disable All" alone work! There is too much inconsistency (even with persistent mode on). So I really would want to do a lot more testing before going prime time.

Still a cool concept. But it might be a while before folks can see how beneficial this is. So thanks for the demo time and good luck.
 
Last edited:

jordi6294

Senior Member
Jan 3, 2013
68
25
0
Nexus 7 (Asus, Tegra 3 quadcore 1.3 GHz) seems to be not compatible, persistent mode doesn't work at all.
Anyway, this is a cool idea, I hope you getting it work in the future :D

Enviado desde mi Nexus 7 usando Tapatalk 4 Beta
 

seaskyways

Senior Member
Feb 13, 2012
574
344
0
beirut
Nexus 7 (Asus, Tegra 3 quadcore 1.3 GHz) seems to be not compatible, persistent mode doesn't work at all.
Anyway, this is a cool idea, I hope you getting it work in the future :D

Enviado desde mi Nexus 7 usando Tapatalk 4 Beta
I will to work on the persistent mode , but for now , use alternative ACOO compatibility , it's more stable
 
  • Like
Reactions: jordi6294

subnet_zero

Senior Member
Dec 7, 2010
56
10
0
Frankfurt
Manual Cores Control even in Persistent Mode won't work on Samsung Galaxy S3 LTE I9305, SentinelROM v4.80-CM10.1 with AGNi pureCM v2.3.1 Kernel.
For ACOO, i need more time for testing.

Do you need any logfiles to improve you app?