[Q] SuperCharger script? - Samsung Galaxy W I8150

Which one is MOST suggested?
1. Use the V6 script by zeppelinrox?
OR
2. Install RAM Manager app?
P/S : Does anyone knows how to un-supercharge the V6 script? PLEASE help me!

SyzwnFrzRdz said:
Which one is MOST suggested?
1. Use the V6 script by zeppelinrox?
OR
2. Install RAM Manager app?
P/S : Does anyone knows how to un-supercharge the V6 script? PLEASE help me!
Click to expand...
Click to collapse
If you look at the options available at the number input stage, one of these can remove supercharge settings.

I prefer ro zeppelinrox's v6..it's more reliable..
sent from another space

I dont know its hard to say. Ive used the v6 on 3 roms and its abit of a does it or does it not. Plus its hard to say. But it does free up some memory from looking at task manager it was always between 180 and 200mb of ram which is good.
At the minute im using ram manger and the ram is up around 220 to 250 but smooth just have it on normal balance setting.
Everyone is going to have their favorite's. I personally found the v6 to be annoying when setting it up and trying to get it 100% sc. But it seemed to work at the end of the day so cant argue.

A tricycle is easy to ride and is for kids.
And that app is a a tricycle, missing a wheel, and pretending to be a ferrari - it does nothing for the launcher or multitasking and you have to pay for the third wheel.
You can get the same effect as that app with autokiller or auto memory manager - for free.

I do have the V6 script in my phone now so based on your replies guy, i guess i'm gonna stick with the script instead of the RAM Manager.
@Zeppelinrox,
If i am to un-supercharge the script, the data of V6 is still in the phone, right? Where is it located then? Thanks!

If you unsupercharge the only thing left on the phone itself is nothing
But all the files stay backed up on the sd card for easy re-resupercharging

zeppelinrox said:
If you unsupercharge the only thing left on the phone itself is nothing
But all the files stay backed up on the sd card for easy re-resupercharging
Click to expand...
Click to collapse
I mean where are the backed up files? And is there any steps for re-supercharging? Thanks!

A tricycle huh..?and pretended to be a Ferrari..haha..
@snwman
Dude,v6 is not like bunch of cosmetic app where u can found on market that is easy to ride ..v6 is a script and it's solid like hell..its not how much u can free up ur memory,it's about managment..and it's free,!!!!
But whatever suite u well,its up to u..so..happy riding..
sent from another space

I'd like to know if anyone running the script on the SGW has had problems with the stock browser, particularly trying to open more windows/tabs. I realised the moment I opened a second tab the the phone froze while opening the web page and took several minutes before killing the browser. I've never had problems with tabbed browsing so its certainly linked to the V6 aggresive memory management. I'm also aware the browser can use up huge RAM(upto 100MB and over) depending on how many and how big the web pages you are opening. Any help here would be welcome.
PS: I'm running the RC6 Version of the script.
Sent from my GT-I8150 using XDA App

Related

[Q] [REQ] Adjust OOM-killer

Hi @all!
I had many different ROMs installed and 1 thing is driving me nuts on all:
The system is killing apps that I don't want to get killed at all, any time!
e.g.: FolderOrganizer (using folder shortcuts and notification item, but it still gets killed)
AutoKiller's ability to reduce oom-value isn't persistent - so no option.
I've found this:
http://lwn.net/Articles/317814/
To make some special apps invincible would do it for me, because most options in apps to hold them in RAM are quite buggy. (as they say)
Wouldn't this patch be great or have I missed something allready existing?
If so, plz give me a hint.
THX in advance!
Write a short init script, that set oom_adj to -17 and the app won't get killed. Or just set it manual in a terminal.
Hi!
I've tried that:
Code:
su
echo -17 /proc/'pidof com.abcOrganizer'/oom_adj
But after some time or screen on/off the oom-value isn't -17 anymore and it gets killed after some more time.
The "-17" doesn't lock it like in former kernel versions. (for what I have read)
Is there another way?
Can someone try to compile a kernel with the patch?
EDIT:
In GingerVillain 1.0 I cann't even adjust the oom_adj with the commands above.
floyd0815 said:
Hi @all!
I had many different ROMs installed and 1 thing is driving me nuts on all:
The system is killing apps that I don't want to get killed at all, any time!
AutoKiller's ability to reduce oom-value isn't persistent - so no option.
I've found this:
http://lwn.net/Articles/317814/
Click to expand...
Click to collapse
Floyd, I am looking for a solution to this too. Hate that Android kills my navigation in the backgroud silently. Also other apps. Please, tell me if you have found a way to "protect" an app from killing. Thanks for making this thread/topic! I think this matter id so important and I cant understand how no one is bother by this. I hate it just as much as you and I want to find a solution.
Simple use swap part you try?
Camogyp said:
Simple use swap part you try?
Click to expand...
Click to collapse
Please, tell me what you mean. Sorry... I don't understand. I really have to know Please, be more specific.
Thanks in advance!
Create a SWAP partition on the SDCARD, about 512MB should be ok. You shouldn't go under 256MB. Then use a kernel that supports SWAP
There's an option named "bulletproof apps" in the Supercharger v6 script that is supposed to keep apps in memory forever. You'll find the thread easily. If you want to try it, use the starter kit that you find there first as it needs to patch some system file for the script to work.
DeeDroid said:
There's an option named "bulletproof apps" in the Supercharger v6 script that is supposed to keep apps in memory forever. You'll find the thread easily. If you want to try it, use the starter kit that you find there first as it needs to patch some system file for the script to work.
Click to expand...
Click to collapse
andreigherghe said:
Create a SWAP partition on the SDCARD, about 512MB should be ok. You shouldn't go under 256MB. Then use a kernel that supports SWAP
Click to expand...
Click to collapse
Thank you, guys! Nice of you to help. One question: if I use Supercharger, is it going to create a SWAP partition itself, or I'm going to have to do that myself manually. Or in fact Supercharger doesn't even need SWAP partition? What's the most proper way? I already read about the Supercharger and I was thinking about using it.
Or in the end may be it would be good to go from the stock ROM to a private ROM, which has supercharger integrated? is there a good private ROM you would recommend having supercharger?
You dont need a swap partition, the easy way is to use a swap file. Swapper2 from the play store can do that if your kernel supports swap.
Swapping didnt help much for me with background apps getting killed to fast. Supercharger is a different thing that has nothing to do with swapping. I think its changing the OOM value of apps that have been bulletproofed periodically in the background so that Android kills something else on low memory but not the app you want to keep alive.
DeeDroid said:
You dont need a swap partition, the easy way is to use a swap file. Swapper2 from the play store can do that if your kernel supports swap.
Swapping didnt help much for me with background apps getting killed to fast. Supercharger is a different thing that has nothing to do with swapping. I think its changing the OOM value of apps that have been bulletproofed periodically in the background so that Android kills something else on low memory but not the app you want to keep alive.
Click to expand...
Click to collapse
DeeDroid, thank you very much for helping me again. I decided to install Supercharger.
Please, tell me one more thing: what is the swap going to help for. Is i good to also have it? Should I install both Supercharger and Swapper2 or if I have only Supercharger this would be enough. I dont want to overdo everything and pile my phone with apps. Thank you again.
Well the swap should compensate the rather low amount of physical ram, but don't expect too much, I didn't notice a big difference and apps were killed in the background anyway. You can just try it with swapper2. If your kernel supports it, it's as easy as clicking a checkbox on and off.
You can type "free" in the terminal to see if your swap file is beeing used and how much of it.
Supercharger and Swap do different things that shouldn't interfere with each other so you probably could use both at the same time I think. But as your primary goal seems to be to avoid certain apps being killed in the background I would go for the supercharger, though it's a bit more complex to set up. Supercharger is supposed to make the overall performance better, "bulletproof apps" is just an additional features. I didn't try it on my Desire but it helped a lot on my Archos Tablet that also got only 512MB RAM.

[Looking for] Xperia Play enhances such as more ram or sth

As in topic. Im looking for any enhancements form my xperia play such as increasing size of ram, applications memory or sth like that. I didnt put it in offtopic cos i dont think that it is offtopic. Please move my topic if u think different.
Two things I would definately recommend.
1: V6 SuperCharger
2: Xperia PLAY Tweaks from this thread....
http://forum.xda-developers.com/showthread.php?t=1456777
Between those two and some build.prop tweaks my phone just screams... And dont forget ROOT..... move all your apps to SD via Titanium Backup
You cannot make ure Ram or anything bigger by replace hardware just optimise with software
Sent from my R800a using XDA
Ram Is Fixed To a Certain Size eg plays is 512mb I believe,
Jgregory Is right V6 and others Make Your Phone mental
jgregoryj1 said:
Two things I would definately recommend.
1: V6 SuperCharger
2: Xperia PLAY Tweaks from this thread....
http://forum.xda-developers.com/showthread.php?t=1456777
Between those two and some build.prop tweaks my phone just screams... And dont forget ROOT..... move all your apps to SD via Titanium Backup
Click to expand...
Click to collapse
do I need an unlocked bootloader for the V6 supercharger? and what does that tweak do? No one in that thread knows :S
GetPatriotized said:
do I need an unlocked bootloader for the V6 supercharger? and what does that tweak do? No one in that thread knows :S
Click to expand...
Click to collapse
No you do not need a unlocked BL. Just need root and busybox and script manager. But honestly just get your bootloader unlocked. It's worth the 24$.
Potato13 said:
No you do not need a unlocked BL. Just need root and busybox and script manager. But honestly just get your bootloader unlocked. It's worth the 24$.
Click to expand...
Click to collapse
What's script manager?
How does it work though? Do they add something to the hardware or is it software based? :S If it's software why can't I do it for free?
GetPatriotized said:
do I need an unlocked bootloader for the V6 supercharger? and what does that tweak do? No one in that thread knows :S
Click to expand...
Click to collapse
Its much easier to use Ram manager app. I found it seams to do more for our play's we have. Then Supercharger V6 and a lot easier to set up when you want different setting's. We just wondered why the supercharger dev never made his script into an app instead of using script manager. This is really what ram manager did. All you need is root.
hope this helps as is another option.
GetPatriotized said:
What's script manager?
How does it work though? Do they add something to the hardware or is it software based? :S If it's software why can't I do it for free?
Click to expand...
Click to collapse
Script manager runs written coded scripts that change things written in your device's code.
Supercharger is software based. All it add's is some build.prop tweek's really and tells you device to kill running background apps like a hardcore version of Advanced Task Killer
I already have ram manager pro,running the script for V6 supercharger now.
What scrolling speed should I select as mentioned in the V6 Thread?
Thanks
ShahinTehShiz said:
What scrolling speed should I select as mentioned in the V6 Thread?
Thanks
Click to expand...
Click to collapse
Really? The scrolling speed is what speed the text is going move in Script Manager. If you're having problems that early on with the options, good luck getting the rest of it set up.
I would seriously recomend doomlord's doomkernel. It supports over clocking. I'm loving it at 2Ghz. I ran v6 but in all honesty I didn't notice a difference what so ever. I'm actually doubting wether it does anything at all.
CodenameZeus said:
I would seriously recomend doomlord's doomkernel. It supports over clocking. I'm loving it at 2Ghz. I ran v6 but in all honesty I didn't notice a difference what so ever. I'm actually doubting wether it does anything at all.
Click to expand...
Click to collapse
I have doomlord kernel and i can overclock it 2 2GHz too but it drains battery so much that it is pointless to do it.
Otherwise - thanks every1 for help especially jgregoryj1 and poo-tang
super charger 100% does work look at the ram games such as six guns seem to work way better with little to no lag, before i used super charger this game was unplayable
CodenameZeus said:
I would seriously recomend doomlord's doomkernel. It supports over clocking. I'm loving it at 2Ghz. I ran v6 but in all honesty I didn't notice a difference what so ever. I'm actually doubting wether it does anything at all.
Click to expand...
Click to collapse
I used v6 with the diehard launcher and super UL for 512 mb of ram for my phone and that made my phone noticeably faster
V6 Supercharger on Stock SE ROM ?
Hi guys,
I noticed some of you in this thread are having excellent results with V6 Supercharger script.
I tried to install this script on my XPeria Play R800i under Stock SE ROM 2.3.4 without success.
Frozen screen on reboot and recovery through ClockWorkMod to get it up again.
Do you use the V6 Supercharger on stock ROM or on a custom ROM ?
Thanks for your answers,
Hi there,
As nobody answered my call so far, I come back to give feedback on my own experience.
I tried again to install the V6Supercharger Script and manage to get through this time.
The first time, I guess I simply did not wait enough time.
In fact, I had to wait like almost 10 minutes on the Sony-Ericson XPeria logo (after the boot animation) before my phone came back to life.
It can be quite stressful so just be prepared !
After that, I went through the pin code entry screen and found out some of my widgets did not properly load and some applications were not showing up.
Therefore, I rebooted and everything went fine on the second time. All the apps showed up properly (only mixed up in the scrolling app section).
Launching the script again, it confirmed my phone was 100% supercharged with the following settings (script previously set as root, run at boot):
- DieHard launcher
- Rock&Roll Kernel
- Miscellaneous tweaks and 3G enhancement installed
- 512HP setting with V6 CustOOMizer option
- Minfrees set at 8, 12, 40, 47, 55 and 62MB
with 367MB of Ram (is this correct for the XPlay ?).
This was applied on the Sony Ericsson stock ROM 2.3.4 and the stock Kernel.
The first impression was that the scrolling between various home displays was faster.
I started Dead Trigger, running correctly (maybe just a bit slower, not sure) and when I exited the game, I had almost no Redraw time to wait.
Before V6 Supercharger, I used to wait around 5 seconds before all the icons were there again and I could scroll.
This time, the icons were right there and the scrolling hesitated for maybe 1 second but got super smooth again right after that.
Ok, this is to share my experience with you, guys.
No idea if anyone has experience on the XPlay ? Maybe using other settings ?
As there is a clear note that this script is not intended for heavy gamers, it tends to indicate it should not be really used on the XPlay, mainly used by heavy gamers.
What is your opinion on that ?
Cheers,

[Q] Boost our Xperia Play's gaming performances

Hello all,
I am the owner of a rooted xperia play with stock rom.
I've installed link2sd so that I can save some ram and space: moved most of my apps on the SD card, and deleted some unwanted native apps (Bruce Lee, Fifa, etc...) and "freezed" the others I did not dare to delete.
But this is not enough for me to play games like GTA III and Dead Trigger smoothly, even with a task killer and airplane mode set on. I suffer from many lags while playing greedy games.
I've done some researches on this forum and found some potential solutions:
- Using boosting apps like: gamebooster, ram manager pro, chainfire 3D pro, etc...
- Overclock the processor up to 1,6ghz with setCPU or other apps.
-Increase SD card performance and optimize ram as explained below:
Increase SD card performance
1. Navigate to /sys/devices/virtual/bdi/179:0 folder in your Xperia Play
2. Press and hold on the read_ahead_kb file. This action will pop out a new menu.
3. Choose Open With Text Editor option
4. Change the current value to 1024
5. Save your changes and exit
Optimize RAM
1. Grab the Juwe_Update18082011_RAM_Script.zip
2. Extract the file and put it on your SD card
3. Launch the Root Explorer
4. Navigate to /system/etc/
5. Create a new folder, named it as init.d
6. Copy the S97ramscript file into that folder
7. Set the perms of S97ramscript file to rwxrwxrwx
What is your advice? Can I use safely one (or several) of those solutions? What are the risks? Which solution is really effective and will allow me to play demanding games?
My xperia play is still under warranty so I don't want to lose it. Which means I don't want to try custom roms or custom kernels... Until my warranty ends.
Thanks for your help!
Well, the biggest performance boost, overclocking, requires a custom kernel. Not much else really makes a huge difference
Also, I believe using the init.d directory requires a custom kernel as well
Why not just use v6 supercharger?
Sent from my R800x using xda premium
jgregoryj1 said:
Why not just use v6 supercharger?
Sent from my R800x using xda premium
Click to expand...
Click to collapse
Did not know about this one...
It has a lot of success judging from the number of pages in the official v6 Supercharger thread...
But seems a bit complicated to me. Does it really works? Have you noticed some improvements in your performances?
More importantly, does it preserve the phone's warranty? I've read somewhere that it can be uninstalled so I guess so, but I'd like a confimation first.
Thanks for your help.
Look, the amount of times I have seen this type of thread open is astounding I would like to point that you use gingerbread any version (2.3.7 Moded to look like rom) and a custom kernel such as Doomlords etc. Supercharge or use a rom like Dike's. You only get best performance with using less apps, rebooting the phone before playing a game, task killers, clean your cache, installing phone eco friendly apps and use a governer for your preference!
---------- Post added at 01:47 PM ---------- Previous post was at 01:45 PM ----------
cityhunter62 said:
Did not know about this one...
It has a lot of success judging from the number of pages in the official v6 Supercharger thread...
But seems a bit complicated to me. Does it really works? Have you noticed some improvements in your performances?
More importantly, does it preserve the phone's warranty? I've read somewhere that it can be uninstalled so I guess so, but I'd like a confimation first.
Thanks for your help.
Click to expand...
Click to collapse
No you wont because you have to root, rooting voids the warranty anyway but you can simply unroot after...
cityhunter62 said:
Did not know about this one...
It has a lot of success judging from the number of pages in the official v6 Supercharger thread...
But seems a bit complicated to me. Does it really works? Have you noticed some improvements in your performances?
More importantly, does it preserve the phone's warranty? I've read somewhere that it can be uninstalled so I guess so, but I'd like a confimation first.
Thanks for your help.
Click to expand...
Click to collapse
I saw a vast improvement in my phone with V6. Its really easy. Just place the scirpt on your SDcard. Download script manager, then select the V6 script, check run as root, and hit go. Follow the on screen selection.
I did the following
512 HP super unleaded (Bulletproof home)
Nitro Lag nullifier
Seriously.... BIG difference in my phone. I could b playing a game and hit the home button.. BAM... there instant no lag no redraw, nothing just all there ready to go. Seriously cannot praise it enough.
nice..
Just to share my experience.
I've bought Ram Manager Pro finally.
I know it's probably not as effective as an overclock or V6 Supercharger, but I do not want to mess with the kernel, custom roms or scripts.
I'm running on stock gingerbread rooted, I've removed the bloatwares and I think it's enough modifications already. I don't want any bugs or troubles with stability so I don't want to modify the OS too much.
Anyway, I'm using Advanced Task Killer along with Ram Manager Pro... And it works! Really.
I was not able to play GTA because it was too laggy, but with Ram Manger Pro set on "Hard Gaming", I was able to improve the graphics (max details, dynamic shadows, 75% clipping and 80% resolution) and it plays rather nicely. It's not really smooth (not like 60 FPS) but it's far enough to be playable and enjoyable.
It wasn't without Ram Pro Manager. SO it's worth trying. Don't expect miracles but some gain in performances, surely.
Maybe I should try an alternative launcher as I heard it can improve performances as well... Any suggestions for a light and modest one?
Also, is there anyway to prevent Maps, Facebook, Crash bandicoot or Super Monkey Ball to start automatically even with task killer? I can understand (to a certain extent) that Maps and Facebook needs to start and connect, but Crash Bandicoot and Monkey Ball??? Seriously? WTF?
cityhunter62 said:
Just to share my experience.
I've bought Ram Manager Pro finally.
I know it's probably not as effective as an overclock or V6 Supercharger, but I do not want to mess with the kernel, custom roms or scripts.
I'm running on stock gingerbread rooted, I've removed the bloatwares and I think it's enough modifications already. I don't want any bugs or troubles with stability so I don't want to modify the OS too much.
Anyway, I'm using Advanced Task Killer along with Ram Manager Pro... And it works! Really.
I was not able to play GTA because it was too laggy, but with Ram Manger Pro set on "Hard Gaming", I was able to improve the graphics (max details, dynamic shadows, 75% clipping and 80% resolution) and it plays rather nicely. It's not really smooth (not like 60 FPS) but it's far enough to be playable and enjoyable.
It wasn't without Ram Pro Manager. SO it's worth trying. Don't expect miracles but some gain in performances, surely.
Maybe I should try an alternative launcher as I heard it can improve performances as well... Any suggestions for a light and modest one?
Also, is there anyway to prevent Maps, Facebook, Crash bandicoot or Super Monkey Ball to start automatically even with task killer? I can understand (to a certain extent) that Maps and Facebook needs to start and connect, but Crash Bandicoot and Monkey Ball??? Seriously? WTF?
Click to expand...
Click to collapse
Try Autostarts to disable apps from running automatically
Sent from my Xperia Play!
Install custom ROM like Xperia NXT and get Bloatware remover by fma965 = SMALL SPEED BOOST
Sent from my R800i using xda app-developers app

Speed Up The Galaxy Y

Speed up the galaxy y smartphone​Guys today I am going to teach you how to speed up the galaxy y.The galaxy y has many problems.Low ram and processor speed being one of them.However,this is mostly due to factors which can be reduced and avoided.This guide is divided into two parts.Root section and Non root section.The rooted users can follow the non root section too but the non rooted users cant follow the root section(Duh!!)After following these steps your galaxy y should run like a galaxy s2!!!:laugh::laugh::laugh:
Non Root Section​
Apps
Get these two cool apps to boost your phones speed:
1)Android Speed booster(its Free)
2)Smart Ram booster(free and paid)
Some ppl use Nq mobile booster but i personally think its meant for high end phones.The Nq mobile booster itself hogs abt 20 mb ram in the background and,for the most part,its like an antivirus.
Widgets
Widgets are meant for quick access and are one of android's biggest selling points.However,loading up your home screen with widgets can be counterproductive as they hog ram.one or two widgets are O.K but over three? cause for worry.And,avoid interactive widgets like animated ones.they are ram hoggers!!
Service Check
Many people will be surprised to see this here but really,its one of the most important steps.Long press on the home screen.Go to Add>Shortcuts>Settings>Running Services.It should then place a shortcut on your home screen.Periodically,click on the shortcut and check how many services are running in the background.Useless ones like games services can be terminated!
This step may sound tedious at first,but itll soon beccome a habit for speed geeks.Try this step,youll be surprised how many useless servicves can be terminated,thus freeing up precious ram...
Antivirus
Are you using lookout? if yes,then change to AVG.Lookout hogs over 25 mb ram in the background!!Sorry lookout fans!!
App configurations
Have you configured a app to run in the background?? if so ask yourself this questiono I really need that service?At the cost of ram??If the answer is no,then change the app configuration.If its yes,then you arent a speed freak
Launchers
Launchers are awesome.period!Not only are they more customizable and look better,many a time,they also use less ram than your stock launcher!So,what are you waiting for,if youve not already got one,them get one!!!Some of the best launchers(graded on speed,storage usage,and memory)are:-Lightning launcher,Adw launcher and launcher pro.Go launcher uses too much ram and storage,making it an ideal choice for high end phones but not for the y!!
Root Your Phone!!
The following steps require root access.So go ahead root your phone! its 99.9% safe!Just google root the galaxy y and there appears the process!Its a really simple process really.Just6 downloading a file called update.zip and installing it in recovery!
Root Section​
V6 Supercharger by zeppelinrox
As any speed freak would know,the v6 supercharger is an awesome script made by an xda dev called zeppelinrox.It basically defragments your ram,changes priorities and most importantly,makes your phone blazingly fast!Here is the link to a guide made by another xda dev called carl dean catabay:http://forum.xda-developers.com/showthread.php?t=1603953
Apps
Get the following apps for root to speed up your phone
1)Autokiller memory optimizer
2)Game booster
I dont think they are available on play store,so get them as apks!
Bloatware and Crapware
Apps preinstalled by the manufacturer and wireless carrier are called bloatwares.Most of them are absolutely useless and do nothing but hog ram and storage.So,do you want them on your phone?Hell no!!So get a root file explorer and delete them in system/app!!
Custom Rom
A custom rom can greatly enhance your phone!Besides,its also a certificate of geekiness!So,get a custom rom today!!But before that,i would like to say that custom roms and V6 Supercharger dont mix well.So,first check whether your rom is compatible or not before running V6 supercharger.
Authors Note​I would first of all like to say that I am not responsible for any damage to your device which may have occurred from not following some root steps properly.It is,as i said,99.9% safe but some noobs will have still bricked their phones!Secondly,I would like to ask you not to copy my guide onto other forums.Lastly,please rate this thread five stars if it helped.New steps will be added soon!!
Thank you ...
Sent from my GT-S5360 using xda app-developers app
Apps
Get the following apps for root to speed up your phone
1)Autokiller memory optimizer
2)Game booster
I dont think they are available on play store,so get them as apks!
Click to expand...
Click to collapse
Complete crap, they make more battery consumption rather than decreasing it.
Android has its own taskkiller and it manages accordingly, using taskkiller will result in a decrease of performance...
hitme987 said:
Complete crap, they make more battery consumption rather than decreasing it.
Android has its own taskkiller and it manages accordingly, using taskkiller will result in a decrease of performance...
Click to expand...
Click to collapse
I think you didnt read properly!!!!!!This is to increase speed not battery life!!!!!!And androids default task killer is horrible!!plus game booster is not even a task killer.it is a tool for overclocking. dont ever post cuss words or ill report u to Techno!!!!"
I am a complete GEEK!!!!
Lol mr.op
I found this on v6 supercharger forum ....
mrappbrain said:
This script didnt help me at all!!!It slowed down my phone!!My games dont run fast at all!!!I followed all the steps correctly..Please help someone!!!
Click to expand...
Click to collapse
Haha it slowed down ur phone and u come here make a forum sayin it speed up ur fone ??
Why r u lying mr geek
simplyanin said:
Lol mr.op
I found this on v6 supercharger forum ....
Haha it slowed down ur phone and u come here make a forum sayin it speed up ur fone ??
Why r u lying mr geek
Click to expand...
Click to collapse
As you may have noticed by now,I am a speed freak!So,i actually was running a custom rom.So,V6 superchargers minfree values and my roms did not match and my phone slowed down.Thats why i hve added in the custom rom column,custom roms and V6 supercharger do not mix well!Eplecially if the rom has its own minfree values,I wanted to share my ways of speeding up my phone with others.V6 supercharger is not a choice of mine but others love it so i included it.It dosent work on my phone because of the above reason.However,itll work for urs.Guaranteed!!!:laugh:
Sent from my GT-S5360 using xda app-developers app
Umm....dude do u think u could upload a download link for game booster and also which kernel tweaks should I use on the memory booster think?
Sent from my GT-S5360 using xda premium
c.r.e.e.d said:
Umm....dude do u think u could upload a download link for game booster and also which kernel tweaks should I use on the memory booster think?
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
The game booster apk is attached below
Edit: game booster paid app on play store so apk removed as its warez
Thanks mate.
Sent from my GT-S5360 using xda premium
c.r.e.e.d said:
Thanks mate.
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Press thanks instead of saying it
U r a compleat noob
Sent from my GT-S5360 using xda app-developers app
mrappbrain said:
The game booster apk is attached below
Click to expand...
Click to collapse
You attached game booster but its a paid app in play store,so you posted warez.Delete it before delete techno
funny95 said:
You attached game booster but its a paid app in play store,so you posted warez.Delete it before delete techno
Click to expand...
Click to collapse
I removed it.thnx
good thread indeed, but you'll need to revise some of the content. no offense but someone who has been using sgy for a long time might think this thread is just a useless post.
Apps
Get these two cool apps to boost your phones speed:
1)Android Speed booster(its Free)
2)Smart Ram booster(free and paid)
Some ppl use Nq mobile booster but i personally think its meant for high end phones.The Nq mobile booster itself hogs abt 20 mb ram in the background and,for the most part,its like an antivirus.
Click to expand...
Click to collapse
any proof on it? most of these app just give placebo effect. remember that modfying system always need root permission. how could these app boost our device without root permission?
Antivirus
Are you using lookout? if yes,then change to AVG.Lookout hogs over 25 mb ram in the background!!Sorry lookout fans!!
Click to expand...
Click to collapse
somehow it doesn't match with the title. antivirus is comsuming a lot of ram space and it has great impact on device performance. using no antivirus is recommended if you want a fast device
App configurations
Have you configured a app to run in the background?? if so ask yourself this questiono I really need that service?At the cost of ram??If the answer is no,then change the app configuration.If its yes,then you arent a speed freak
Click to expand...
Click to collapse
sounds easy...but how to change it? the setting is saved inside the apk itself. native android GB setting can do nothing about it. app like autostart manager needs root permission.
V6 Supercharger by zeppelinrox
As any speed freak would know,the v6 supercharger is an awesome script made by an xda dev called zeppelinrox.It basically defragments your ram,changes priorities and most importantly,makes your phone blazingly fast!Here is the link to a guide made by another xda dev called carl dean catabay:http://forum.xda-developers.com/show....php?t=1603953
Click to expand...
Click to collapse
this tweak doesn't always running well in sgy. anyway, this tweak also too general. there are a lot of better tweak specified for samsung devices or sgy. you can make it simpler by simply saying "use any system tweaks".
Apps
Get the following apps for root to speed up your phone
1)Autokiller memory optimizer
2)Game booster
I dont think they are available on play store,so get them as apks!
Click to expand...
Click to collapse
look above
Bloatware and Crapware
Apps preinstalled by the manufacturer and wireless carrier are called bloatwares.Most of them are absolutely useless and do nothing but hog ram and storage.So,do you want them on your phone?Hell no!!So get a root file explorer and delete them in system/app!!
Click to expand...
Click to collapse
good advice but you'll need a complete list of the bloatwares. most of user here doesn't know which app are safe to be removed.
Custom Rom
A custom rom can greatly enhance your phone!Besides,its also a certificate of geekiness!So,get a custom rom today!!But before that,i would like to say that custom roms and V6 Supercharger dont mix well.So,first check whether your rom is compatible or not before running V6 supercharger.
Click to expand...
Click to collapse
tweaked+debloatwared stock rom always perform better
kurotsugi said:
good thread indeed, but you'll need to revise some of the content. no offense but someone who has been using sgy for a long time might think this thread is just a useless post.
any proof on it? most of these app just give placebo effect. remember that modfying system always need root permission. how could these app boost our device without root permission?
somehow it doesn't match with the title. antivirus is comsuming a lot of ram space and it has great impact on device performance. using no antivirus is recommended if you want a fast device
sounds easy...but how to change it? the setting is saved inside the apk itself. native android GB setting can do nothing about it. app like autostart manager needs root permission.
V6 Supercharger by zeppelinrox
this tweak doesn't always running well in sgy. anyway, this tweak also too general. there are a lot of better tweak specified for samsung devices or sgy. you can make it simpler by simply saying "use any system tweaks".
look above
good advice but you'll need a complete list of the bloatwares. most of user here doesn't know which app are safe to be removed.
tweaked+debloatwared stock rom always perform better
Click to expand...
Click to collapse
On the defensive now,apps like speed booster just kill unnecessary apps and clear cache,thus giving a quick,temporary,but effective speed boost.thus,they dont need root
As for antivirus,in this day and age its just stupid not to have an antivirus.AVG used5mb ram,lookout uses 26!thus i say switch to AVG.
By app config,i mean the setting of the app.for example, enabling real time scanner on a antivirus could have a negative effect on performance.such settings can be tweaked inside the app itself.
V6 supercharger works 90%of the time.and cuz of xda,even the other 10%can get it to work!!
I didnt get ur look above.
And,noobs are not generally speed freaks.so,i thought any not noob would know the difference between bloatware and important app
And custom roms give speed increases and a new lease of life to devices.
Thanks for the advice,
Hope i clarified things.
Mrappbrain
mrappbrain said:
On the defensive now,apps like speed booster just kill unnecessary apps and clear cache,thus giving a quick,temporary,but effective speed boost.thus,they dont need root
As for antivirus,in this day and age its just stupid not to have an antivirus.AVG used5mb ram,lookout uses 26!thus i say switch to AVG.
By app config,i mean the setting of the app.for example, enabling real time scanner on a antivirus could have a negative effect on performance.such settings can be tweaked inside the app itself.
V6 supercharger works 90%of the time.and cuz of xda,even the other 10%can get it to work!!
I didnt get ur look above.
And,noobs are not generally speed freaks.so,i thought any not noob would know the difference between bloatware and important app
And custom roms give speed increases and a new lease of life to devices.
Thanks for the advice,
Hope i clarified things.
Mrappbrain
Click to expand...
Click to collapse
all task killer not kill unnecessary apps, they kill random unlucky apps. they don't know which one is unnecessary. if you open browser then need do something like check your mail, then your task killer think your browser is useless because it' not active, then all your opened page is lost and need to reopen (download). that's not fast
and what do you mean with cache? io/storage cache in memory? only kernel can do it, and it's completely automatic. and cache make io/storage access faster. or disk cache? you need root access.
and android already have build in task killer which is already working great in gingerbread.
antivirus? freaks don't need antivirus. freaks read apps permission. freaks not install apps from untrusted source. freaks aware if something wrong with his/her device.
good custom rom give speed improvement. bad one is not. the question is which one is good ? if your answer is non noob would know which one is good, then all non noob already know all you tips. they don't need it.
i love android. unfortunately android community have a lot of myth and misconception
mrappbrain said:
On the defensive now,apps like speed booster just kill unnecessary apps and clear cache,thus giving a quick,temporary,but effective speed boost.thus,they dont need root
Click to expand...
Click to collapse
if you insist...in a more explained reason. no user level app could kill another user level app. more ram space is also always be a bad idea in a linux based system like android. a simple test with an app like antutu will shows you an objective and measurable result. no performance boost
As for antivirus,in this day and age its just stupid not to have an antivirus.AVG used5mb ram,lookout uses 26!thus i say switch to AVG.
Click to expand...
Click to collapse
personally I prefer to use none of it. no malware reported could damage our system. most of them only a kind of data stealing app. we could filter it faster than any antivirus did. even if we accidentally installed one, we can simply uninstall it. system damage count-->zero. the ram usage is only one thing. we should also consider the cpu load on our device. these kind of app use more resource than usual app.
V6 supercharger works 90%of the time.and cuz of xda,even the other 10%can get it to work!!
Click to expand...
Click to collapse
can you run it on stock rom with stock kernel? of course not. you can check the values between this tweak and the one in the system. most of them are different.
1. these tweak needs a custom kernel with init.d support.
2. galaxy series tweak like adrenaline, stamatis's or nitrospeed is more favored since they're specially designed for low ram devices like sgy. v6 is too general and not suitable with our device. you should understand it better than anyone else
Originally Posted by mrappbrain View Post
This script didnt help me at all!!!It slowed down my phone!!My games dont run fast at all!!!I followed all the steps correctly..Please help someone!!!
Click to expand...
Click to collapse
3. most of custom rom have their own tweak. no need to add more tweak.
I didnt get ur look above.
copied-->any proof on it? most of these app just give placebo effect. a simple test with an app like antutu will shows you an objective and measurable result. no performance boost
And,noobs are not generally speed freaks.so,i thought any not noob would know the difference between bloatware and important app
And custom roms give speed increases and a new lease of life to devices.
Click to expand...
Click to collapse
nope...even a dev need that list. if this thread isn't for noob then why should it exist? most advanced user already know about this stuffs. they even make their own tweak and rom for theirselves.
for the custom rom, are you sure it faster? most of custom roms have a kind of placebo effect, makes the user 'feels' that it faster than stock rom. well, that's a subjective view on it. on an objective view, custom rom have average 1800-1900 antutu score. the highest result is ~2100 with repencis rom. on other hand stock rom could hit 1900+ easily. the highest score is ~2200. none of custom rom could beat it ^,^v
Click to expand...
Click to collapse
Click to expand...
Click to collapse
mrappbrain said:
I think you didnt read properly!!!!!!This is to increase speed not battery life!!!!!!And androids default task killer is horrible!!plus game booster is not even a task killer.it is a tool for overclocking. dont ever post cuss words or ill report u to Techno!!!!"
I am a complete GEEK!!!!
Click to expand...
Click to collapse
Nope, it doesnt increase battery life too, it instead decreases..androids default task killer isnt horrible, its the correct balance between ram, performance and battery saving.
Game booster never overclocks(lol), its a placebo effect, you need a overclock kernel to do that.
Did I cuss something there? You seriously should learn what "Crap" means..Go on and report to techno, I did nothing wrong there..
LOL you a geek? Seriously dude, wait let me explain the whole thing you got there..you have many misconceptions, its not being a noob thats wrong, drawing misconceptions and false statements make it wrong.
mrappbrain said:
On the defensive now,apps like speed booster just kill unnecessary apps and clear cache,thus giving a quick,temporary,but effective speed boost.thus,they dont need root
Click to expand...
Click to collapse
It does give a boost, but you guys dont mean what boost is, it kills the background processes hence giving a boost, but the processes need to run in background at all times, hence they will open again automatically, you close them, then open, its like a cycle, will it increase any battery saving or performance? Its common sense..
mrappbrain said:
As for antivirus,in this day and age its just stupid not to have an antivirus.AVG used5mb ram,lookout uses 26!thus i say switch to AVG.
By app config,i mean the setting of the app.for example, enabling real time scanner on a antivirus could have a negative effect on performance.such settings can be tweaked inside the app itself.
Click to expand...
Click to collapse
Linux doesnt have any viruses(aside from spywares which steal your personal info) like windows..also, its almost impossible to create a virus on android..using avg or any antivirus is waste of ram+battery since the play store applications wont have any viruses in it, unless you download apks from unknown sources, an antivirus is not required. BTW,on my experimentation, avg antivirus with real time scanning uses more battery than a launcher or anything (Dont draw conclusions that its just 5 MB, it needs to run 24x7, needs to verify every site you browse, need to scan sd card every time it mounts up, so it takes more battery than a launcher or a refreshing home widget takes)
mrappbrain said:
Apps
Get the following apps for root to speed up your phone
1)Autokiller memory optimizer
2)Game booster
I dont think they are available on play store,so get them as apks!
Click to expand...
Click to collapse
Same as the first case, your battery life, performance and everything will decrease, these apps dont do your device any good
mrappbrain said:
And,noobs are not generally speed freaks.so,i thought any not noob would know the difference between bloatware and important app
And custom roms give speed increases and a new lease of life to devices.
Click to expand...
Click to collapse
Dude, you got any proof for this?
Stock ROM is way better than custom ROM, custom ROMs are just smooth to use thats it, battery backup, gaming, multi tasking, everything is a lot better
than custom ROMs. Go check antutu benchmarks and no custom ROM can touch stock ROMs benchmarks, now that makes some sense isnt it?
Guys u say that avg is best antivirus on speed . I use kaspersky. Is that OK or how compared to avg?
Sent from my GT-S5360 using xda premium

[Q] How do you deal with lag?

Ok i really hate to say it and i know we all experienced this one time or another but, the HTC one v lags A LOT. It has its ups and sometimes is fast, but overall it's starting to really affect the whole experience. I've tried a lot of roms before and the problem is always there, even if i o/c or use scripts and stuff. But im not here to complain, i just want to know how you guys deal with lag, if any.
Dbzavatar said:
Ok i really hate to say it and i know we all experienced this one time or another but, the HTC one v lags A LOT. It has its ups and sometimes is fast, but overall it's starting to really affect the whole experience. I've tried a lot of roms before and the problem is always there, even if i o/c or use scripts and stuff. But im not here to complain, i just want to know how you guys deal with lag, if any.
Click to expand...
Click to collapse
Tbh I don't have any lags man. Maybe you just use/install too many apps? I use Greenify app to freeze unused apps and generally that's it. What kind of lags do you experience?
kwitu said:
Tbh I don't have any lags man. Maybe you just use/install too many apps? I use Greenify app to freeze unused apps and generally that's it. What kind of lags do you experience?
Click to expand...
Click to collapse
Just general lag every now and then. I also use greenify. But i think its because of all my apps that i have. On my old optimus v i had hundreds of apps and now i have to make sure to keep them low on the one v. Honestly the lag isn't all that bad, im really just curious as to how other people config there phones and what stuff they use.
Dbzavatar said:
Just general lag every now and then. I also use greenify. But i think its because of all my apps that i have. On my old optimus v i had hundreds of apps and now i have to make sure to keep them low on the one v. Honestly the lag isn't all that bad, im really just curious as to how other people config there phones and what stuff they use.
Click to expand...
Click to collapse
You will need greenify paid ver(root) to freeze more apps, free ver doesn't freeze all.
Stock rom is a no go, you expected to be lag a lot. Custom rom is much smoother.
TheEndHK said:
You will need greenify paid ver(root) to freeze more apps, free ver doesn't freeze all.
Stock rom is a no go, you expected to be lag a lot. Custom rom is much smoother.
Click to expand...
Click to collapse
I disabled greenify and it is still working smoothly. However I don't have loads of apps installed but still, ONE V releases free RAM memory when it's needed, keeping most of tasks running. So for example when you need that extra memory for some action, it will free it by for example closing an app when it decides to do so.
kwitu said:
I disabled greenify and it is still working smoothly. However I don't have loads of apps installed but still, ONE V releases free RAM memory when it's needed, keeping most of tasks running. So for example when you need that extra memory for some action, it will free it by for example closing an app when it decides to do so.
Click to expand...
Click to collapse
Greenify free ver is just a kid. It only works for user apps, no system apps. The goal of greenify isn't memory managment, you are talking about somethings else like SuperCharged V6 script(I'm using it too).
One of the main problem on android is there are lots of app like to start itself even you aren't needed or do not run/call them out, they just come out random and waste your cpu/ram/battery a lot, install SystemPanel Lite on Google Play and check it period by yourself. Greenify is to stop these kinds of action completely and paid ver does 90% of its job.
---------- Post added at 05:37 PM ---------- Previous post was at 05:12 PM ----------
Dbzavatar said:
Ok i really hate to say it and i know we all experienced this one time or another but, the HTC one v lags A LOT. It has its ups and sometimes is fast, but overall it's starting to really affect the whole experience. I've tried a lot of roms before and the problem is always there, even if i o/c or use scripts and stuff. But im not here to complain, i just want to know how you guys deal with lag, if any.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2338146
For the performance and battery friendly, I highly suggest you to try out this new rom Sense 4 Canadian KOODO(with SuperCharge V6), it got both advantages, really smoother than many other custom roms.
However, greenify donate ver is still a must on all roms. I also recommend you to install CrossBreeder 5.21 ver(only old ver is stable) on xda and remember to change the wake to 16 from 256 default, it is a script to fix android UI lag. Since 512MB ram isn't enough, you could give SuperCharge V6 memory management script a try as well.
I have used all stuffs above personally and my One V now is much more useable. Don't overclock much, some phones or kernel don't do good in overclocking.
TheEndHK said:
Greenify free ver is just a kid. It only works for user apps, no system apps. The goal of greenify isn't memory managment, you are talking about somethings else like SuperCharged V6 script(I'm using it too).
One of the main problem on android is there are lots of app like to start itself even you aren't needed or do not run/call them out, they just come out random and waste your cpu/ram/battery a lot, install SystemPanel Lite on Google Play and check it period by yourself. Greenify is to stop these kinds of action completely and paid ver does 90% of its job.
---------- Post added at 05:37 PM ---------- Previous post was at 05:12 PM ----------
http://forum.xda-developers.com/showthread.php?t=2338146
For the performance and battery friendly, I highly suggest you to try out this new rom Sense 4 Canadian KOODO(with SuperCharge V6), it got both advantages, really smoother than many other custom roms.
However, greenify donate ver is still a must on all roms. I also recommend you to install CrossBreeder 5.21 ver(only old ver is stable) on xda and remember to change the wake to 16 from 256 default, it is a script to fix android UI lag. Since 512MB ram isn't enough, you could give SuperCharge V6 memory management script a try as well.
I have used all stuffs above personally and my One V now is much more useable. Don't overclock much, some phones or kernel don't do good in overclocking.
Click to expand...
Click to collapse
I have not used any SuperCharged V6 script, did it come along with my myONEv ROM? If not, is it a big upgrade if I flash it? I think I'll consider buying Greenify full version as you said, this is going to help a lot. However still, I am not experiencing any lags yet(fresh system).
Just curious, what settings do you guys use for the paid greenify? And btw im on rhytmic rom 4.2.2
Dbzavatar said:
Just curious, what settings do you guys use for the paid greenify? And btw im on rhytmic rom 4.2.2
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1574401
There is no extra settings in donate ver, the only different is allows you to freeze a lot more apps which doesn't support in the free ver but you have to install xposed installer and enable both free/donate in it and reboot.
kwitu said:
I have not used any SuperCharged V6 script, did it come along with my myONEv ROM? If not, is it a big upgrade if I flash it? I think I'll consider buying Greenify full version as you said, this is going to help a lot. However still, I am not experiencing any lags yet(fresh system).
Click to expand...
Click to collapse
No, only Sense 4 Canadian KOODO comes with SuperCharge V6 but you can install it on myONEv rom. I'm using it on mySENSE 3.5 rom pretty much identical to yours but with full sense, it works nearly perfect with my rom/kernel fixed most of the memory problem. It doesn't give you God mode but provides a very constant/stable speed environment and hence, increased overall user experiences with the spend of a little bit battery(I think it actually uses me 20% battery more, not sure if my settings go wrong).
So..... if you don't encounter any memory shortage problem during multi-tasking, you might not need it, try it yourself. It ate me 40~50mb free memory but I think it just need some space to do management or caching, or again it might be my settings problem sololy. There are too much of tweaking options in this script. If you want a speed hack, you should try CrossBreeder script(5.21 build with wake16) instead, it does speed up your UI responsive and in my experiences, it saved me around 20% battery as well.
http://forum.xda-developers.com/showthread.php?t=991276
Supercharge V6 main page
http://forum.xda-developers.com/showthread.php?p=42884332#post42884332
Supercharge V6 lastest build
http://forum.xda-developers.com/showthread.php?t=1914159
Ultimate Jar Power Tools
http://forum.xda-developers.com/showthread.php?t=2252297&highlight=supercharger
The installation guide
Actually, the installation procedure isn't that hard but I just don't understand why they can write/explain it in 10 pages length with some crazy English and made me sat in front of monitor for an hour to read all stuffs.
1. I use adb shell(via windows7 command prompt)
2. Type adb shell and then sh /sdcard/supercharger/V6* <-- just put the script in /sdcard/supercharger
3. Pretty much it will go through the process itself in command prompt but just ask you to select some settings(with description so don't worry)
4. At the end, it will ask you to install Ultimate Jar Power Tools manually before continue.
5. The file after download appear to be Ultimatic_Jar_Patcher_Tools_RC6_ALL_DEX_Windows.exe.zip and I rename it to U.exe by myself in command prompt and double click it to run it in windows. Remember to put ALL_ROMS_Ultimate_Jar_Power_Tools-Smali_Patcher_RC9.sh in the same folder/directory.
6. The U.exe will auto-launch a command prompt out in your windows and start to pull the services.jar off your phone and patch it and push it back to your phone and phone will auto-reboot. That's it.
7. Now, you can go back V6 script to continue the setup. Type adb shell and then sh /sdcard/supercharger/V6* again, this time it will skip the installation menu but give you a config menu instead. You can change or enable/disable all settings here.
http://forum.xda-developers.com/showpost.php?p=18703418&postcount=5021
1. If you have some dated library in phone, you can update them with SuperCharger_Starter_Kit_RC12.zip. Extract it into your sdcard, use Smanager(script manager on play store) to run StartMeUp.sh, remember to click on the root(su icon) before run.
2. If your kernel or rom either one doesn't support init.d(script auto-run during boot). If you have this problem, your supercharge option menu will tell you at 50% level probably, not 100%. You will need to use smanager to click the /data/99supercharger.sh as run on boot and remember to click on the root(su icon) too. Click save and exit and reboot.
This is all the steps in short, I think my guide actually is the best....hehe
TheEndHK said:
http://forum.xda-developers.com/showthread.php?t=1574401
There is no extra settings in donate ver, the only different is allows you to freeze a lot more apps which doesn't support in the free ver but you have to install xposed installer and enable both free/donate in it and reboot.
Click to expand...
Click to collapse
Which do you also suggest to freeze? I freezed only recently opened which I don't want to be running. Not used any from the "show more apps" thing. (talking about paid version now) Btw thank you for your detailed instruction about the scripts, I'll get to it one day when I feel my phone gets laggy.
One more thing, any battery tips? Dunno if it's just my feeling but today it drained a lot more than yesterday with no big difference in usage I guess.
kwitu said:
Which do you also suggest to freeze? I freezed only recently opened which I don't want to be running. Not used any from the "show more apps" thing. (talking about paid version now) Btw thank you for your detailed instruction about the scripts, I'll get to it one day when I feel my phone gets laggy.
One more thing, any battery tips? Dunno if it's just my feeling but today it drained a lot more than yesterday with no big difference in usage I guess.
Click to expand...
Click to collapse
Some process/app like to come out in background sliently without tell you or ask your permission. You'll need to use SystemPanel Lite to keep checking periodly to find out which is bad, or you can use "show more apps" to freeze all of them. Just make sure don't freeze chat apps(Hangout, Whatsapp, Skype) and some important process/app like HTC connect to PC(USB Mass Storage mode), Bluetooth service, Setcpu, MyTask(or else no one could ring you maybe), Message(SMS).
Try to wipe the cache and d-cache partition and sometimes One V battery percentage/report isn't that accurate. Or try uninstall greenify if it conflicts with your rom?
Well, crossbreeder and supercharge they are free script and easy installation in mind. In my opinion, no reason not to give them a shoot. No lagging and fast, remember there is a big different. Supercharge I believe it's not useful anymore for new phones got 1GB+ ram but to the 384/512MB/768MB is still helpful. Crossbreeder got reporting good on even all new smartphones with S4 Dual/Quad CPU.
TheEndHK said:
Some process/app like to come out in background sliently without tell you or ask your permission. You'll need to use SystemPanel Lite to keep checking periodly to find out which is bad, or you can use "show more apps" to freeze all of them. Just make sure don't freeze chat apps(Hangout, Whatsapp, Skype) and some important process/app like HTC connect to PC(USB Mass Storage mode), Bluetooth service, Setcpu, MyTask(or else no one could ring you maybe), Message(SMS).
Try to wipe the cache and d-cache partition and sometimes One V battery percentage/report isn't that accurate. Or try uninstall greenify if it conflicts with your rom?
Well, crossbreeder and supercharge they are free script and easy installation in mind. In my opinion, no reason not to give them a shoot. No lagging and fast, remember there is a big different.
Click to expand...
Click to collapse
So basicly flashing Crossbreeder from this post will improve my battery life right? http://forum.xda-developers.com/showthread.php?t=2113150
I also wanted to ask if this really is wroth goin for it? My battery drops by 2-4% by night, but I guess the trick here is that it improves the active battery usage right?
kwitu said:
So basicly flashing Crossbreeder from this post will improve my battery life right? http://forum.xda-developers.com/showthread.php?t=2113150
I also wanted to ask if this really is wroth goin for it? My battery drops by 2-4% by night, but I guess the trick here is that it improves the active battery usage right?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1179809
If you really want to find out which is battery drain part, you will need BetterBatteryStats.
https://play.google.com/store/apps/details?id=ccc71.bmw&hl
And Battery Monitor Widget(check with statistics since unplug)
http://www.sendspace.com/file/gyw6uq
CrossBreeder will only helpful for UI. Only 5.21.13 is release ver thats why the developer keeps it, don't try 7.21.13 all recent build are beta, buggy and battery drain. I don't know why the developer didn't keep the 5.21.13 uninstaller but luckily I still have it in my HD so in case you meet any problem, you can uninstall it.
http://forum.xda-developers.com/showpost.php?p=42093679&postcount=2
https://play.google.com/store/apps/details?id=com.jrummy.root.browserfree&hl=zh_TW
For the 5.21.13, you will need to change the write_wakeup_threshold to 16 and reboot via root browser or root explorer.
TheEndHK said:
http://forum.xda-developers.com/showthread.php?t=1179809
If you really want to find out which is battery drain part, you will need BetterBatteryStats.
https://play.google.com/store/apps/details?id=ccc71.bmw&hl
And Battery Monitor Widget(check with statistics since unplug)
http://www.sendspace.com/file/gyw6uq
CrossBreeder will only helpful for UI. Only 5.21.13 is release ver thats why the developer keeps it, don't try 7.21.13 all recent build are beta, buggy and battery drain. I don't know why the developer didn't keep the 5.21.13 uninstaller but luckily I still have it in my HD so in case you meet any problem, you can uninstall it.
http://forum.xda-developers.com/showpost.php?p=42093679&postcount=2
https://play.google.com/store/apps/details?id=com.jrummy.root.browserfree&hl=zh_TW
For the 5.21.13, you will need to change the write_wakeup_threshold to 16 and reboot via root browser or root explorer.
Click to expand...
Click to collapse
Thank you for your time. I am installing the xda-dev link. I think the most draining part is the screen but we shall see after this apps gets onto my board. Whenever I will need this uninstaller for version 5.21.13 I'll contact you, thank you for your time and engagement. Learned a lot of new stuff today Cheers!
kwitu said:
Thank you for your time. I am installing the xda-dev link. I think the most draining part is the screen but we shall see after this apps gets onto my board. Whenever I will need this uninstaller for version 5.21.13 I'll contact you, thank you for your time and engagement. Learned a lot of new stuff today Cheers!
Click to expand...
Click to collapse
http://www.sendspace.com/file/gyw6uq
This is the 5.21.13 uninstaller link.
I would like to introduce one more stuff in this thread. Though Supercharged V6 is great but used more battery and too complicated for beginner.
http://forum.xda-developers.com/showthread.php?p=36794328#post36794328
That developer also has a small Kernel tweaking script with a bit memory management called KiskAssKerneler, it doesn't drain battery but works good, my system is also faster and memory management better alone with this script. For whose who want improvement but thought supercharge v6 is too complex, try this out.
EDIT: KickAss actually also used more battery but just might not be as much as V6. I would prefer to stick with V6 for more true performance.
I find that installing titanium backup and setting a schedule to clear system cache then reboot helps a ton with making it faster. I usually set this for 5-6 am in the morning when im asleep but you can change it to whatever time you want. I also set it to run everyday rather than every other day. I also recommend crossbreader, it helps a bunch!
To deal with lag I flashed Crossbreeder, OC'ed to 1.4GHz set zRam to 10%, set KSM, enabled purge assets, enabled 16-bit transparency, set SIO as I/O scheduler and Lionheart as CPU governor. I still get lag while multitasking but now is a good everyday phone.
Its gonna help a bit as there is no huge amount of data required to read over and over again. Not worth deleting music. Slightly noticable effect.
Sent from my HTC One V using xda app-developers app

Categories

Resources