Hey xda-community .
I'm new in rooting and have some questions ^^.
I have a S Advance i9070 (with JellyMod4) and want to know your experiences with the v6supercharger and cocore8.
Btw: is setcpu needed or is the script and cocore doing all it self ?
(And did someone got the aosp browser from 4.3 on the i9070 to work ?)
Greets, misterNewbee
Sent from my GT-I9070 using xda app-developers app
MisterNewbee said:
Hey xda-community .
I'm new in rooting and have some questions ^^.
I have a S Advance i9070 (with JellyMod4) and want to know your experiences with the v6supercharger and cocore8.
Btw: is setcpu needed or is the script and cocore doing all it self ?
(And did someone got the aosp browser from 4.3 on the i9070 to work ?)
Greets, misterNewbee
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
I advice to you to flash harsh jelly 3.0 with cocore. Performance are awesome
You have to use set cpu or nofrills when you want to change the governors and I/O scheduler, if not, don't use them
For the browser..I think not
maurus1998 said:
I advice to you to flash harsh jelly 3.0 with cocore. Performance are awesome
You have to use set cpu or nofrills when you want to change the governors and I/O scheduler, if not, don't use them
For the browser..I think not
Click to expand...
Click to collapse
I remind to read somewhere that it is only possible to change the frequences with adb or terminal. Is this true or is it possible to change it with apps like setcpu (or no-frills) ?
And what does the harshjelly tweaker do ?
(How to understand tweaks ? :/)
Thank you for the answers :thumbup:
MisterNewbee said:
I remind to read somewhere that it is only possible to change the frequences with adb or terminal. Is this true or is it possible to change it with apps like setcpu or no-frills ?
To the governors and i/o sheduler, can you recommend me some ?
And what does the harshjelly tweaker do ?
(How to understand tweaks ? :/)
Thank you for the answers :thumbup:
Click to expand...
Click to collapse
Yes with set cpu you can only change gov and io and I prefer using pegasusq and sio as scheduler.
Harsh tweaker is an app that has some tweaks like disable or enable the crt effect, to enable or disable cache scrolling, enable logging, enable 360º rotation,enable the long press to kill and other tweaking
There is always in harsh jelly a command that you can write in the terminal emulator (typing harsh_controls) that can do some very useful things like zipalingn all the apps, vacuum and reindex you databases (it makes your phone less 'dirty' and so it makes the acces in the databases faster) ,enable or disable fsync (fsync off can improve performance but you ll have data loss if power goes out suddently, recomend to turn it on) and other little commands
Mr.harsh has done a very great work making this rom! Let's try it
Press thanks botton if i helped you:beer:
Inviato dal mio GT-I9070 con Tapatalk 2
MisterNewbee said:
I remind to read somewhere that it is only possible to change the frequences with adb or terminal. Is this true or is it possible to change it with apps like setcpu (or no-frills) ?
Click to expand...
Click to collapse
for me,i set the cpu using script.. load it at boot using script manager..
lawong said:
for me,i set the cpu using script.. load it at boot using script manager..
Click to expand...
Click to collapse
Good to know that this is possible too ;D. Are in the i9070 forum some scripts or have i to make them myself ? And do someone use the v6 supercharger script ?
Sent from my GT-I9070 using xda app-developers app
MisterNewbee said:
Good to know that this is possible too ;D. Are in the i9070 forum some scripts or have i to make them myself ? And do someone use the v6 supercharger script ?
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
use the below script to
#to change the scheduler
echo "sio" > /sys/block/mmcblk0/queue/scheduler
#to change the governor
echo "ondemandq" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
don't use windows text editor like text pad.. insted use use notepad++ and the file should have no extension.
Create a new folder named 'init.d' in /system/etc
then push the file using a root explorere to the folder
Set the permission of init.d foler and the script file to 0777(rwxrwxrwx)
u can also search the forum for other commands which can be used to tweak the governor like the scaling frequency and other stuff
check http://forum.xda-developers.com/showthread.php?t=2198510
Related
░█░ [Tweaks] To improve the speed and stability [flashable] ░█░ V08░█░
After a lot of testing, i came with these tweaks to improve the speed and stability for the Arc.
i collect these tweaks inside flashable file: ( thx to knzo )
Increase overall touch responsiveness
internet speed tweaks
microSD card speed tweak
825 mV for the first freq ( -75mV for all freq )
875mV(for devices not stable with 825mV)
zipalign on boot.
Render UI with GPU
Disable debugging notify icon on statusbar
VR I/O Scheduler as default
interactive CPU governor as default
Max speed - screen off 576 MHz
The Best RAM Optimization by Juwe.
Stereo sound in Video record
3G tweaks ( receiving become better )
& more...
Download V8:
(v08) small fix + support 2.3.4
(v07a) nothing new but no bootloop for some people they have already my old patch
(v07) i just remove some lines making the phone lagy after a heavy use
http://www.mediafire.com/?ni6ot0cwcdk4k
Installing :
Via Clockwork Recovery
make a backup before flashing.
if you put any file in system\etc\init.d\ *make sure to delete it before flashing.
How do you revert if you need to ?
Sent from my LT15i using Tapatalk
If i use this patch, then i dont need anymore SetCpu? Right...
dondavis007 said:
How do you revert if you need to ?
Sent from my LT15i using Tapatalk
Click to expand...
Click to collapse
do a backup first and if it doesnt work recover it
dondavis007 said:
How do you revert if you need to ?
Sent from my LT15i using Tapatalk
Click to expand...
Click to collapse
Most of the patch are added to Build.prop so make a backup of your Build.prop you you can revert it back. Rest are the scripts that goes under Init.d folder. So you could deleted the script and reboot the device.
Hope this helps!
Tried both of them and both of them give me problems
My phone restarts especially in between phone calls
Sent from my LT15i using XDA App
Tried replacing the prop file and removing the scripts from init.d folder
Still having probs wid da constant reboots
Any solution.?
Sent from my LT15i using XDA App
lil_devil said:
Tried replacing the prop file and removing the scripts from init.d folder
Still having probs wid da constant reboots
Any solution.?
Sent from my LT15i using XDA App
Click to expand...
Click to collapse
It might be the voltages, check this out http://forum.xda-developers.com/showpost.php?p=16735211&postcount=524 and try to adjust the voltages.
ShyamSasi said:
It might be the voltages, check this out http://forum.xda-developers.com/showpost.php?p=16735211&postcount=524 and try to adjust the voltages.
Click to expand...
Click to collapse
Is there any way to undo all the changes instead...Atleast if i know what else has been changed maybe i can revert to my original files
lil_devil said:
Is there any way to undo all the changes instead...Atleast if i know what else has been changed maybe i can revert to my original files
Click to expand...
Click to collapse
do a backup from recovery first then try this tweek..i also have prob with this and constant reboot...so i restore back to my backup after that...the backup will restore back to your original setting at the time you made the backup...
click thanka if this help....
lil_devil said:
Is there any way to undo all the changes instead...Atleast if i know what else has been changed maybe i can revert to my original files
Click to expand...
Click to collapse
i think if some one flash the the last boot.img again it's will reset the voltage to default .
i will checl that !
taaviu said:
If i use this patch, then i dont need anymore SetCpu? Right...
Click to expand...
Click to collapse
yes, you don't need for it . only if you want to do somthing else .
if i may ask : whats the benefit of rendering the UI with the GPU? lol
realfelix said:
if i may ask : whats the benefit of rendering the UI with the GPU? lol
Click to expand...
Click to collapse
frees up your RAM if I remember right.
hanifh said:
frees up your RAM if I remember right.
Click to expand...
Click to collapse
More flow I presume? Isnt this why the iPhone doesnt stutter?
Sent from my LT15i using Tapatalk
The 825 seems stable at first glance for my Arc. Still use SetCPU btw to set the speeds to 0.122/1.5GHz and Smartassv2 governor. Will try the package for a few days to see speed/battery/memory.
Btw, does this make the v6 supercharger memory management obsolete? Or does is still work?
UPDATE: I can say the phone is stable at the above speeds. I don't really notice a difference in battery/speed/memory, but maybe it's due to irregular usage. I had no speed or memory issues before so maybe it can't be better.
I haven't done any flashing of rom (still afraid to do that hehehe) but i would like to share the things i added on my build.prop
I'm in Singapore - Singtel Carrier
(no more dropping the 3G signal while on call)
ro.ril.enable.dtm=1
(faster lock of gps satellite in my exp)
ro.ril.def.agps.mode=1
ro.ril.def.agps.feature=1
(not for speed hehe just to add 3g prefix somewhere. couldn't find any diff)
ro.ril.enable.3g.prefix=1
Is it will work with neo?
Sent from my MT15i using Tapatalk
skupi20 said:
Is it will work with neo?
Sent from my MT15i using Tapatalk
Click to expand...
Click to collapse
Yes. But I recommend to add the manually. Because in the the Build.prop might be for Arc. Check this thread http://forum.xda-developers.com/showthread.php?t=1233878
How on earth do you even get recovery on ARC in the first place ?
or this is some other recovery you guys are talking about ?
why didn't anyone post up their experiences with this yet ?
As the title, is the v6supercharger or slaidyboost better?
a121232 said:
As the title, is the v6supercharger or slaidyboost better?
Click to expand...
Click to collapse
You can't compare both man. They are completely different scripts...
V6 - is a memory management script. It fixes LMK and OOM values so that apps don't run in background. Soon ultimately this may increase the overall battery.
Slaid - its a better script as it has many different features like smoothness, lag fix, battery tweaks, fast boot, etc. So if u want overall increase in performance... Go for this.
Adrenaline shot - similar to slaid but with some changes in code. Its here in dev section if not, go to Ace dev section and ask the Guy who wrote this to make changes for our mini.
Hope it helped you
freakyfriday said:
You can't compare both man. They are completely different scripts...
V6 - is a memory management script. It fixes LMK and OOM values so that apps don't run in background. Soon ultimately this may increase the overall battery.
Slaps - its a better script as it has many different features like smoothness, lag fix, battery tweaks, fast boot, etc. So if u want overall increase in performance... Go for this.
Adrenaline shot - similar to slaid but with some changes in code. Its here in dev section if not, go to Ace dev section and ask the Guy who wrote this to make changes for our mini.
Hope it helped you
Click to expand...
Click to collapse
Can you tell me the easiest way to use v6supercharger?
a121232 said:
Can you tell me the easiest way to use v6supercharger?
Click to expand...
Click to collapse
Download and install script manager
Download V6 script from xda
Put it SD card
Open script manager app and find v6 script
Open it
Then a screen will pop up showing various options
Choose root option (icon with su icon) , save it
Hit execute
V6 will start running.
Choose option 7 ( 512 HP - aggressive. )
Super clean and restart.
That's. It ( it will take a long time to boot don't worry u dint brick ur phone
Optional ---
SM Widgets
KickAss kernel
NitroLag boot
3G Turbo boost
Enjoy and hit thanks coz I m really lazy still I wrote this down for someone, I dont even know lol
Thanks @freakyfriday
Nice post, I never install v6 till now but because of u I try it now
JoK€R said:
Thanks @freakyfriday
Nice post, I never install v6 till now but because of u I try it now
Click to expand...
Click to collapse
Good to be of help... do give it a try coz its a very good script..
what is slaps?
Sent from my GT-S5570
droidface said:
what is slaps?
Sent from my GT-S5570
Click to expand...
Click to collapse
Lolll sorry buddy it was a mistake...I use t9 to type so I forgot to correct slaid, which was misspelled as slap..
When I open script manager, I got disconnect from it. Why?
Can you tell me how to install the optional packs by using terminal emulator?
Did u install the busybox yet? Try install it and choose ver 1.18.xx and try again, i have no problem when i use it
a121232 said:
When I open script manager, I got disconnect from it. Why?
Can you tell me how to install the optional packs by using terminal emulator?
Click to expand...
Click to collapse
Usd BusyBox Installer..it recquires root...there are many versions so choose the one with 600kb size not 5mb app as far as I remember..
I use busybox 1.18.2 @@
has anyone tried to use slaidy boost with CM 7.2 RC 5.7?
should i delete previous default script before flashing it?
Hi everybody!
I've compiled a script with a few tweaks based on knzo post
This works on CM7, should work on stock also!
I've also added to the script a few lines to change the IO Scheduler and governor. You just have to edit the attachment (unzip it first ) and remove the "#" before the line you want to apply (I've just add the lines depending if you have CM7's stock kernel or huexxx kernel, but you can edit for any kernel, you just have to edit for the governor/io schedulers available or just leave that lines commented).
# change Governor
# Huexxx's kernel
# echo interactivex > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor;
# change IO Scheduler
# CM7's kernel
# echo "noop" > /sys/block/mmcblk0/queue/scheduler;
# Huexxx's kernel
# echo "sio" > /sys/block/mmcblk0/queue/scheduler;
.....
After this, do this steps:
1 - Install SManager
2 - Open SManager and go to the script, I put it in /data/script
3 - Single click the script "74diogo" and check "Su" and "Boot" and then save.
4 - Just reboot.
Note: It could take a minute or two to change the governor in Cyanogenmod settings.
That is it!
Feel free to leave to give your feedback
By the way... When I changed the default governor via CM settings and applied at boot, the phone becomes very slow in the first minute after boot...
Changing the governor with this script, that slow performance disappears
Also, you can activate JIT, use 16 bit transparency and disable scrolling cache (force disable) for a little speed and smooth...
I get a lot of not found errors is that normal? And also a lot of permission denied.
a_alex_1993 said:
I get a lot of not found errors is that normal? And also a lot of permission denied.
Click to expand...
Click to collapse
Yeah. You should choose the option "boot" and "su" and reboot. The settings will apply.
You can't change some values while the system is running... that is why there are those errors.
Thank you for your help. I get it now. But can we use a other scripts like v6supercharger and should we expect any improvements from them if we already have this script?
a_alex_1993 said:
Thank you for your help. I get it now. But can we use a other scripts like v6supercharger and should we expect any improvements from them if we already have this script?
Click to expand...
Click to collapse
Yeah, it is possible. v6supercharger could change some values that this script change. Try both
I guess both at the same time won't work right?
a_alex_1993 said:
I guess both at the same time won't work right?
Click to expand...
Click to collapse
It should work. I don't see why not
Did you notice any difference using my script?
I did actually, Cm7 was already pretty smooth but at boot up after the script manager gets root permission it loads a lot faster than before, by this I mean that the starting lag lasts a lot less. As for general use it works great but it also worked great before so I can't really tell. I noticed an improved battery performance too.
So all in all it's great
a_alex_1993 said:
I did actually, Cm7 was already pretty smooth but at boot up after the script manager gets root permission it loads a lot faster than before, by this I mean that the starting lag lasts a lot less. As for general use it works great but it also worked great before so I can't really tell. I noticed an improved battery performance too.
So all in all it's great
Click to expand...
Click to collapse
That is great!
Topic is missleadinng.
dflt said:
Topic is missleadinng.
Click to expand...
Click to collapse
Why? Do you have any suggestion?
You can push that values in a file an add them to init.d folder and by this way removing the use of script manager. My two cents.
FDN
re4lsk said:
You can push that values in a file an add them to init.d folder and by this way removing the use of script manager. My two cents.
FDN
Click to expand...
Click to collapse
I tried that and it didn't work... at least in CM7
dcop7 said:
I tried that and it didn't work... at least in CM7
Click to expand...
Click to collapse
did you changed the permissions?
re4lsk said:
did you changed the permissions?
Click to expand...
Click to collapse
Yeah, or maybe I did something wrong. Did you manage to do that?
Works on Zeus 6.28n ?'
Sent from my LG-P970 using xda premium. If I Helped You Hit The Thank Boutton. Jizzz
Cedlad said:
Works on Zeus 6.28n ?'
Sent from my LG-P970 using xda premium. If I Helped You Hit The Thank Boutton. Jizzz
Click to expand...
Click to collapse
I should work!
Just have to edit (or don't use) the lines to change the governor and IO scheduler.
To edit, just put the name of the desired (and available) governor and IO Scheduler
Pre Requisites :
*Root Access
*ROM with init.d present
Note:-
This is a universal mod and will work on any device and any ROM
If you see "for Simplicity v5" in the updater Script, Don't worry, its there just because it was first made for that awesome ROM
LightSpeed Intervention
or
Smoothness and script Tweak
I don't know why but when I installed Simplicity, RAM consumption was very high even after opening 2 apps. (More than 200)
So, I included loopy smoothness, adrenaline script and simplicity is simply like a RED BULL
So, what does the mod do?
It gives your mobile wings
Smoothness by loopy smoothness
Better RAM consumption by adrenaline tweak
And prerajulisation and farhanitration by kuro Tweaks and other Tweaks
RAM consumption is great and also device is very snappy
Consists of :-
ZRam Tweak
Adrenaline Tweak
Loopy Smoothness Tweak
Kuro Tweak 1
Kuro Tweak 2
Sysctl Tweak
Droidwall Modules
Download
Stellar Robotic Intervention
What's in it?
Sounds Great?
Just Roboto Font, yeah, just it
Download
Credits:-
Thanks kewkie for the idea of name of the mod
Lightspeed Intervention:-
ImbaWind for Adrenaline script
lpy for loopysmoothness
kurotsugi for kuro Tweak
Sysctl and Droidwall devs for them (Too lazy me and too laggy net to search)
Stellar Robotic Intervention:-Google for Roboto font
Instructions:-
They are at last because very less people read them
Though all the mods are tested both on stock and CWM recovery, you have the choice to use any one of them
These all mods mount and unmount partition and set the permissions automatically, so no no need tod o it, but these steps shown in instructions are shown to be done if everything else fails
1. Download desired mod
2. Place it in the root of your sdcard(Preferred)
3. Reboot into recovery
4. Mount /system(Do if installation fails)
5. Install zip from sdcard
6. Read what appears on screen
7. Reboot
8. Enjoy
Thanks for this...
But sysctl in kuro is not too good...
Sugesstion, add more and change value in sysctl.
Some tweak in kuro1 is not compatible... (i think)
Sorry if im false..
I will staytune in here.nn hope this will be great weak... For sgyd...:thumbup::thumbup::thumbup::thumbup::thumbup:
Sent from my GT-S6102 using Tapatalk 2
great work sir.... this is very useful to us...
thanks for this..
pressed:good::good::good::good::good:
tjbearX said:
great work sir.... this is very useful to us...
thanks for this..
pressed:good::good::good::good::good:
Click to expand...
Click to collapse
Plzz dont copy op.
Sent from my GT-S6102 using xda app-developers app
It is great
I have tested it on my friend's phone
No problem at all
And smooth phone
Me and my friends including have 4 phones
So I test everything before posting
Me - S5830i
My friend
Samsung Galaxy Y
Samsung Galaxy Y Duos
Micromax A90s
Recently, I will test and post the mod for Galaxy Mini
----------------------------------------------------Don't forget to Thank
Tested it working fine..great work..
Thankss!!
Sent from my GT-S6102 using xda app-developers app
Will this work in Celkon A89?it's rooted.......and any SS for this rom
lavadepa said:
Will this work in Celkon A89?it's rooted.......and any SS for this rom
Click to expand...
Click to collapse
its clearly stated its for all android devices..and its not a rom:sly:
Sent from my GT-S6102 using xda app-developers app
insmod /system/lib/modules/lzo_compress.ko
insmod /system/lib/modules/lzo_decompress.ko
insmod /system/lib/modules/zram.ko
??
Where are these modules?
In your zip is only script files....
raw99 said:
insmod /system/lib/modules/lzo_compress.ko
insmod /system/lib/modules/lzo_decompress.ko
insmod /system/lib/modules/zram.ko
??
Where are these modules?
In your zip is only script files....
Click to expand...
Click to collapse
These files are kernel and device specific
So I removed them when releasing for this mobile and to make it universal
However, rest of the script works flawlessly
And it was specially made for better Ram consumption, so it is not a problem with Zram and other tweaks
iamareebjamal said:
These files are kernel and device specific
So I removed them when releasing for this mobile and to make it universal
However, rest of the script works flawlessly
And it was specially made for better Ram consumption, so it is not a problem with Zram and other tweaks
Click to expand...
Click to collapse
Thanks for info...
LEGAL bump
iamareebjamal said:
LEGAL bump
Click to expand...
Click to collapse
There is hardly any threads active here.. no need of a bump.. and this thread isn't a thread which you need response to.. so try not to bump it again.. for sake of bump..
____________________________________
“If you wait to do everything until you’re sure it’s right, you’ll probably never do much of anything.” –Win Borden
Deadly. said:
There is hardly any threads active here.. no need of a bump.. and this thread isn't a thread which you need response to.. so try not to bump it again.. for sake of bump..
____________________________________
“If you wait to do everything until you’re sure it’s right, you’ll probably never do much of anything.” –Win Borden
Click to expand...
Click to collapse
Ok Thanks for the information
no difference in ram consumption
After installing this mod on my stock rom I am able to see a increase in read and write speed of scard but ram consumption is still the same on my galaxy y duos.
amit34521 said:
After installing this mod on my stock rom I am able to see a increase in read and write speed of scard but ram consumption is still the same on my galaxy y duos.
Click to expand...
Click to collapse
Maybe you have another mods which hinder its working
iamareebjamal said:
Maybe you have another mods which hinder its working
Click to expand...
Click to collapse
no i havent installed any up until this one.
Hey @ all.
I'm using Vanir atm and I have activated the navbar instead of the standard soft keys.
I disabled the function of them in the keychars and that's working but every time I set the max brightness of the button backlights under /sys/class/leds/button-backlight to 0 and restart its back to 255.
I tried to write a init.d script with this:
#!/system/bin/sh
echo 0 > $sys/class/leds/button-backlight/max_brightness
Anybody has got some tips for me?
Appreciate your help
Sent from my 4X HD via XDA Premium
if anyone answer to that , id love to see how its done me im trying to modify the governor without it getting reset. Also i tried the init.d
so anyone knows which file or script is responsible for the reset after reboot
There's an SQLite database you can edit since Vanir has framework support for this setting, but the interface just isn't in the settings app yet.
I'll edit with details in a second.
kessaras said:
if anyone answer to that , id love to see how its done me im trying to modify the governor without it getting reset. Also i tried the init.d
so anyone knows which file or script is responsible for the reset after reboot
Click to expand...
Click to collapse
What´s the problem. You have in Vanir Rom in settings the option "performance" where u can set the governor and choose to set at boot. Also scheduler and frequencies...
Bogeyof said:
What´s the problem. You have in Vanir Rom in settings the option "performance" where u can set the governor and choose to set at boot. Also scheduler and frequencies...
Click to expand...
Click to collapse
i didnt say i cant change governor. i said i MODIFY the governor....
kessaras said:
i didnt say i cant change governor. i said i MODIFY the governor....
Click to expand...
Click to collapse
Make your own thread.
For the OP, you need to edit settings.db for com.android.providers.settings
In the system table, add a row with the name as 'button_brightness' and value as 0.
arararagi said:
Make your own thread.
For the OP, you need to edit settings.db for com.android.providers.settings
In the system table, add a row with the name as 'button_brightness' and value as 0.
Click to expand...
Click to collapse
Will have a look when I'm not that busy anymore.
Thanks
Sent from my 4X HD via XDA Premium