Related
Hi all,
I just got tap tap revenge 4 that is free in the market and I need three point multitouch at least to play majority of the songs on extreme. Could someone please send me a script or what exact file to edit in build.prop? Thanks, and any help is appreciated
Editing build.prop will not get you 4 point multitouch.It needs to be supported by the kernel. I don't think any of the latest 2.2.1 kernels support that.
sileshn said:
Editing build.prop will not get you 4 point multitouch.It needs to be supported by the kernel. I don't think any of the latest 2.2.1 kernels support that.
Click to expand...
Click to collapse
Oh really? Sorry then, I guess I was misinformed. Does anyone know how to get 4 point multitouch on cm6 without wiping data, cache etc?
As sileshn stated 4 point multi-touch is currently NOT supported by ANY of the LATEST KERNELS!
sileshn said:
Editing build.prop will not get you 4 point multitouch.It needs to be supported by the kernel. I don't think any of the latest 2.2.1 kernels support that.
Click to expand...
Click to collapse
the older version which was in CM works with 4point multitouch and can be found http://code.google.com/p/cyanogenmod4milestone/downloads/detail?name=bootimg0.04.zip there, afair this one still had to issues that you had to reboot each time you plugin your phone to usb/charger
sileshn said:
Editing build.prop will not get you 4 point multitouch.It needs to be supported by the kernel. I don't think any of the latest 2.2.1 kernels support that.
Click to expand...
Click to collapse
Daer Sileshn
In the first post of this linked thread, IcenFire says he have >>> 4 POINT MULTITOUCH SUPPORT FOR MILESTONE- abilited by a little hack in build.prop
This is exactly what this thread is questioning about that little hack in build.prop
Please recheck and reply your views.
indiacam said:
Daer Sileshn
In the first post of this linked thread, IcenFire says he have >>> 4 POINT MULTITOUCH SUPPORT FOR MILESTONE- abilited by a little hack in build.prop
This is exactly what this thread is questioning about that little hack in build.prop
Please recheck and reply your views.
Click to expand...
Click to collapse
All latest kernels do not have 4point MT. You need to flash a older kernel if you need 4point MT. No it is definetely not possible just by changing a few lines in the build.prop file.
Sent from my MILESTONE using Tapatalk
well, i flashed the older kernel that's free of DSI errors, but still even after editing the build.prop it still has no 4-pt multitouch after rebooting.
======
Preface
======
The script is actually Base on Juwe11's RAM script
which you can found here... http://forum.xda-developers.com/showthread.php?t=1111145
==========
Main Content
==========
The adj value of his script is a bit too tight for Our O2X...
so the Launcher is killed quite often if many apps opened in the background.
Here's the adj value changes I made, originally, Juwe11's values are..
"0,1,2,4,6,15" and I change it to, "0,1,2,7,8,9"
the forth value is for HIDDEN_APP_MIN_ADJ, which including the Launcher (I'm using LauncherPro) belongs to this category when you open some foreground application.
the default android value for this is also 7, and I find the OOM value for Launcher is 6 usually... so Juwe11's "4" will lead to our Launcher being Killed, keep it at 7, never tried to have mine killed yet.
The last 2 vaule just make sure the last category EMPTY_APP_ADJ is kill earlier than the previous..
About the minfree vaule...
I change it to "1536,3072,4096,7680,8960,10240" which actually the same values of "Moderate preset" of autokiller
which is enough to ensure most RAM being use before killing for faster task switching...
=====
Credit
=====
!! Credit goes to Juwe11 for his mighty RAM script~ !!
Backup your RAMscript and remove it to somewhere before install this...
install via CWM, it will put the script into your /etc/inti.d/ that's it, boot and try
i just installed it,
i will let u know what are the results,
u are correct, the original script kills the launcher and apps specially XDA
will try this configuration on auto killer memory seems good m8 to set it to moderate
shpapy said:
i just installed it,
i will let u know what are the results,
u are correct, the original script kills the launcher and apps specially XDA
Click to expand...
Click to collapse
I'm not sure if other Launcher would have a different OOM value~
I have Autokiller memory optimizer which I paid before...so I can view OOM value easily..
But with this Script... I guess really no task killer needed for our 2X already.
antec123 said:
will try this configuration on auto killer memory seems good m8 to set it to moderate
Click to expand...
Click to collapse
so, just edit the minfree value according to the values inside AutoKiller if you find some other setting suits you more
but about the adj value... I guess that part is already good enough
now I find my phone already got around 60-90 free RAM at any time...
Multiple games running at the background while web browsing...
and the Browser usually got a higher OOM, which tends to kill earlier than Games..
it is reasonable.. as the WEB you can load again with the same URL..
while the game got killed, you lost the state... android is doing it's work nicely I guess.
best memory managment script i have tryed is v6supercharger http://forum.xda-developers.com/showthread.php?t=991276
I think its the best of the best.
orlox said:
best memory managment script i have tryed is v6supercharger http://forum.xda-developers.com/showthread.php?t=991276
I think its the best of the best.
Click to expand...
Click to collapse
I tried both V6 and Juwe11's before...
and I manage to be patient enough to follow step by steps...
for installing so many things... and it just put a script in init.d at the end...
And I found it do not contain adj value in it, so I come back to Juwe11's
but anyway, this is your choice...
thanks for that script
just a quick question
would this script also work on a sgs2, running oxygen aosp stock rom?
pa.pn2 said:
thanks for that script
just a quick question
would this script also work on a sgs2, running oxygen aosp stock rom?
Click to expand...
Click to collapse
same as Original Juwe11's version.
it was suppose to work on any ROM which support init.d
but the values may need some tweaking accordingly.
squide said:
I'm not sure if other Launcher would have a different OOM value~
I have Autokiller memory optimizer which I paid before...so I can view OOM value easily..
But with this Script... I guess really no task killer needed for our 2X already.
Click to expand...
Click to collapse
Sorry to let you down. But the results are the same......
Sent from my LG-P990 using XDA App
squide said:
I tried both V6 and Juwe11's before...
and I manage to be patient enough to follow step by steps...
for installing so many things... and it just put a script in init.d at the end...
And I found it do not contain adj value in it, so I come back to Juwe11's
but anyway, this is your choice...
Click to expand...
Click to collapse
adj values are in /data/SuperChargerAdj while minfree values are in /data/SuperChargerMinfree.
it's just a script in init.d at the end, you only need to follow it step by step...
squide said:
so, just edit the minfree value according to the values inside AutoKiller if you find some other setting suits you more
but about the adj value... I guess that part is already good enough
now I find my phone already got around 60-90 free RAM at any time...
Multiple games running at the background while web browsing...
and the Browser usually got a higher OOM, which tends to kill earlier than Games..
it is reasonable.. as the WEB you can load again with the same URL..
while the game got killed, you lost the state... android is doing it's work nicely I guess.
Click to expand...
Click to collapse
i set the preset to moderate and get about 126-128mb on free ram pretty impressive and the stock browser don't get close so quickly nice! i use v10e ESA and neoblaze kernel
Works on CM7?
_Vegas said:
Works on CM7?
Click to expand...
Click to collapse
it should work on all ROM supporting init.d
in case you don't like it, go to /etc/init.d to remove the script and reboot.
it wont modify your file system..
it just override some system value on boot.
if you removes the script.. your phone would back to the state before you install this.
so, just try see if u like, if not, delete it, reboot, that's it.
Works really nicely on CM7 nightly.
Sent from my Optimus 2X
Bit of a Dumb question but my phone still has the Stock rom and doesn't have the init.d Folder
if I created /system/etc/init.d and copied the script into that would this work?
waynefox said:
Bit of a Dumb question but my phone still has the Stock rom and doesn't have the init.d Folder
if I created /system/etc/init.d and copied the script into that would this work?
Click to expand...
Click to collapse
Sorry, no. You need a custom rom of some sort to get init.d support.
TrymHansen said:
Sorry, no. You need a custom rom of some sort to get init.d support.
Click to expand...
Click to collapse
You need a Custom Kernel supporting init.d to be more accurate.
and NeoBlaze is a good one to try with.
if you really need to keep your stock ROM..
First of all you still need to root your phone
Install ROM manager from market
flash the Clockworkmod via ROM manager
install NeoBlaze Kernel, then you're ready.
if warranty is your concern, take a look to the Nvflash thread..
O2X is ALMOST unbrickable, almost.
squide said:
You need a Custom Kernel supporting init.d to be more accurate.
and NeoBlaze is a good one to try with.
if you really need to keep your stock ROM..
First of all you still need to root your phone
Install ROM manager from market
flash the Clockworkmod via ROM manager
install NeoBlaze Kernel, then you're ready.
Click to expand...
Click to collapse
I'm pretty sure that won't work. You need ROM-support as well. (A Ramdisk script which starts the init.d. thing to be even more accurate.) Feel free to prove me wrong.
TrymHansen said:
I'm pretty sure that won't work. You need ROM-support as well. (A Ramdisk script which starts the init.d. thing to be even more accurate.) Feel free to prove me wrong.
Click to expand...
Click to collapse
Ramdisk is a part of the kernel, so if you bung a kernel that supports init.d on (any) rom it'll run what's in there assuming it's eXecutable.
You can do it on the stock rom even, as long as you have a init.d kernel (and create the entries in ../etc/init.d/).
Although I can't "prove" this to you at the moment...
Hey all, i have been asked a few times lately how to install the v6 supercharger
So I have decided to finally make a tutorial thread
* Almost project butter build.prop tweaks are in post 3:
http://forum.xda-developers.com/showthread.php?p=3015977 *
-=The V6 SuperCharger=- brought to you by zepplinrox
Original thread: http://forum.xda-developers.com/showthread.php?t=991276
If you're thinking whether or not to install the script, areas all the positive comments in the thread
This will work on *almost* every ROM with a init.d folder in /system/etc/init.d
I haven't tested this on ROMs without one!
but its tested on nearly every incredible s ROM and on about 5 nexus 7 ROMs. You can use this guide on nearly every device, its universal as long as you meet the requirements
The last version I tested is U9RC11T6, on UKB II 1.3 and it works 100%
*Known to cause root problems sometimes with Nik's Project X 4.x* (Thanks to everyone who reported that)
Pretty sure its the busybox installed with the starter kit, maybe if you don't install the starter kit it will not have problems. If you test this, please report
Disclaimer: I, or zepplinrox or anyone here am not responsible for any damage caused to your phone. No one is forcing you to do this.
I did not impregnate your daughter or son
That said, its easy if you know what you are doing.
So, how to install on GB, ICS and JB
note: gingerbread does not need the patched services.jar so ignore that part if you are using a gingerbread ROM
UKB II and ARHD 3.0.x have the patched services.jar in them already, so don't panic if it doesn't ask you. Thanks to the devs for making supercharger installation easier
If you're having troubles on JellyBean, you might want to check out this post and the ones after it:
http://forum.xda-developers.com/showthread.php?p=31675038#post31675038 (Thanks to TheGratefulDead, hit his thanks button!)
1. Download the script from here
http://forum.xda-developers.com/showpost.php?p=18703418&postcount=5021
I downloaded Update 9 RC10 (tested up to U9RC11T6 working too) and also download the starter kit. Extract starter kit to the root of your sd card
2. Download script manager and busybox installer from the play store. Install latest version of busybox
3. Open up script manager, click on root when it comes up. Navigate to the supercharger starter kit folder, and click on the script 'start me up.sh'. Run as root by clicking the little superuser android icon, and let it install by following the instructions, they are easy to follow. When some, close the script
4. Now go back to the root of your sdcard in script manager and open up the V6 supercharger script and root permission, let it do what it has to do. Follow the instructions. When it asks you about a patched services.jar, say yes, and automatic install, it will automatically download and install. For reference, I used the 768HP settings on an AOSP ROM like ice cold and I used the min free calculator settings on sense ROMs like ARHD and project x
5. When is asks you, do a superclean and restart, your phone will reboot. If at any stage it stays on the splash screen for more than 5 mins, restart with adb or by holding vol down, vol up and power for 10 seconds. Avoid pulling the battery as it can cause bricks
6. After your phone reboots, go to /system/etc/init.d and click on the 99supercharger script. Set it to superuser and run at boot.
This is not needed as proven by some people but I recommended doing so, it won't cause harm to do it
7. reboot again
8. Go back to the installer script (the update9RC10 one or whatever you used) and run it again. It SHOULD say 100% supercharged. If it doesn't, you've probably done something wrong or you have an incompatibility
9. Press thanks for this post and zepplinrox's post for the supercharger
He worked hard to deliver this to us and I spent ages writing this
Click to expand...
Click to collapse
Any questions, post here but read through the posts, ask google or use search before asking, your question may have already been asked
Any errors in the guide or if I am not thorough enough for you, lemme know
If you guys need pictures I can post them
Happy supercharging!!
Sent from my Nexus 7
Pro tip:
The further down the menu list the supercharger setting is, the more aggressive it is
I.e 256mb settings will not close apps often
1000hp settings will close apps frequently, not recommended for this device
I would say to use either 512mb or 768 hp settings, or the min free values
Aggressive settings = more apps closed = more free ram
Lenient settings = apps left open = less free ram = more multitasking!
BUT 768hp settings on the ice cold ROM or any aosp ROM will give decent multitasking
If you're unsure about something, ask
Enjoy
Sent from my Nexus 7
The Almost Project Butter hack/tweak, thanks to flak0
Original post here: http://forum.xda-developers.com/showthread.php?t=1855722
The "almost project butter" build.prop tweaks, credits to flak0 from the GS3 forums
Press his thanks button!
flak0 said:
This is an attempt to speed up our GS3 faster than stock and somewhat close to JB and provide odex benefits to both system and data without having to Odex .I have been running this for 48 hours and wow.
Just follow the steps below. Any feedback is appreciated.
The dalvik dexopt flag change were found through research of android and the internet. Below is the procedure to get some serious butter melted from our Gs3 along with a smooth ride.
NANDROID-BACK UP- YOU HAVE WARNED
Step 1: Back up current build.prop
Step 2: Open current build.prop with a root explorer, any will do.
Step 3: copy and paste the lines below to the bottom of your build.prop
Step 4: comment out with # any existing lines that contain dalvik.vm.dexopt or windowsmgr.max_events_per_sec
Step 5: Save your build.prop make sure permissions are set correctly 0644
Step 6: reboot into reocvery and wipe dalvik cache(this is extremely important)
Step 7: reboot, dalvik cache will rebuild
Step 8: Enjoy the buttery smooth gs3
Code:
#Odex Tweaks
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=v=n,o=v,m=y
#UI Tweaks
windowsmgr.max_events_per_sec=300
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
persist.sys.ui.hw=1
ro.ril.disable.power.collapse=1
Click to expand...
Click to collapse
Follow the instructions. Don't worry about where it says "GS3" because it works on our device too, I am pretty sure its universal.
You can either delete or put a # in front of repeated lines. A # means it is not active/read.
Make sure to go to the linked thread and thank the person who originally posted the tweaks!
If you're up to it, or you can post some screenshots
Either I will happily post or link to in the op
Sent from my Nexus 7
markj338 said:
If you're up to it, or you can post some screenshots
Either I will happily post or link to in the op
Sent from my Nexus 7
Click to expand...
Click to collapse
If I were to take screenshots and upload it here, this thread will be flooded. So I'll pick the exquisite way of doing a tutorial
Sent from my potato chips using xda qwertyuiop
Thanks for the tutorial. It's good to see something written specifically for our device.
Wow, I installed as your instructions and it went great, 8.3 Rossi is now smoother and quicker than ever. THANKS FOR THE GUIDE, cause without it I probably wouldn't have tried it. Thanks for sharing!
Sent from my Incredible S using xda premium
Good one Mark
i spent the better part of a Saturday trying to figure out from the original thread
this should help a lot of ppl and i think everyone should use the supercharger.. it's really awesome
---------- Post added at 11:21 AM ---------- Previous post was at 11:20 AM ----------
And i think this should be STICKIED..
Just sent a request for it to be
zukri90 said:
If I were to take screenshots and upload it here, this thread will be flooded. So I'll pick the exquisite way of doing a tutorial
Sent from my potato chips using xda qwertyuiop
Click to expand...
Click to collapse
Alright, good luck with it just don't record it with an iPad or something with low resolution
letmedanz said:
Good one Mark
i spent the better part of a Saturday trying to figure out from the original thread
this should help a lot of ppl and i think everyone should use the supercharger.. it's really awesome
---------- Post added at 11:21 AM ---------- Previous post was at 11:20 AM ----------
And i think this should be STICKIED..
Just sent a request for it to be
Click to expand...
Click to collapse
Sorry I didn't create it a day earlier
Also, does anyone else agree that stickies don't get read? It's in another tab in the xda app that never gets pressed
No offence but that's the way I see it
And thanks everyone for the positive comments!
Sent from my HTC Incredible S
markj338 said:
Alright, good luck with it just don't record it with an iPad or something with low resolution
Sent from my HTC Incredible S
Click to expand...
Click to collapse
I call my camcorder, screen recorder. There's one in the play store.
Sent from my potato chips using xda qwertyuiop
markj338 said:
Also, does anyone else agree that stickies don't get read? It's in another tab in the xda app that never gets pressed
No offence but that's the way I see it
Click to expand...
Click to collapse
My script thread has 100k views and 1k replies so I guess somebody's reading it (usually not well enough though unfortunately)
Nonverbose said:
My script thread has 100k views and 1k replies so I guess somebody's reading it (usually not well enough though unfortunately)
Click to expand...
Click to collapse
At least its being read, but people will search for yours too
thanks for your thoughts though mate
And your script is amazing, plenty of threads link to it
Sent from my Nexus 7
markj338 said:
Hey all, i have been asked a few times lately how to install the v6 supercharger
So I have decided to finally make a tutorial thread
-=The V6 SuperCharger=- brought to you by zepplinrox
Original thread: http://forum.xda-developers.com/showthread.php?t=991276
If you're thinking whether or not to install the script, areas all the positive comments in the thread
This will work on every ROM with a init.d folder in /system/etc/init.d
I haven't tested this on ROMs without one!
but its tested on nearly every incredible s ROM and on about 5 nexus 7 ROMs. You can use this guide on nearly every device, its universal as long as you meet the requirements
Disclaimer: I, or zepplinrox or anyone here am not responsible for any damage caused to your phone. No one is forcing you to do this.
I did not impregnate your daughter or son
That said, its easy if you know what you are doing.
So, how to install on GB, ICS and JB
note: gingerbread does not need the patched services.jar so ignore that part if you are using a gingerbread ROM
Any questions, post here but read through the posts, ask google or use search before asking, your question may have already been asked
Any errors in the guide or if I am not thorough enough for you, lemme know
If you guys need pictures I can post them
Happy supercharging!!
Sent from my Nexus 7
Click to expand...
Click to collapse
THANK YOU , quick question.. can i use the layout type thing you done in your sig? i like how you have the phone name then the mods seperated by |
naathaanb96 said:
THANK YOU , quick question.. can i use the layout type thing you done in your sig? i like how you have the phone name then the mods seperated by |
Click to expand...
Click to collapse
What do you mean? Are you asking for permission or how to do it?
Cause if its permission of course, I didn't come up with the idea
Nonverbose convinced me to change it because it was too big lol
Sent from my Nexus 7
markj338 said:
What do you mean? Are you asking for permission or how to do it?
Cause if its permission of course, I didn't come up with the idea
Nonverbose convinced me to change it because it was too big lol
Sent from my Nexus 7
Click to expand...
Click to collapse
i didnt wanna make it look like i was stealing your sig
naathaanb96 said:
i didnt wanna make it look like i was stealing your sig
Click to expand...
Click to collapse
Oh alright, that's okay anyway, I see it as setting an example
BACK ON TOPIC
has anyone used the guide yet? It definitely works because I install the script every few weeks when I flash a new ROM
Just wanting to know if there is enough depth/clarity
Sent from my Nexus 7
markj338 said:
Oh alright, that's okay anyway, I see it as setting an example
BACK ON TOPIC
has anyone used the guide yet? It definitely works because I install the script every few weeks when I flash a new ROM
Just wanting to know if there is enough depth/clarity
Sent from my Nexus 7
Click to expand...
Click to collapse
it deff felt alot faster after a reboot. it seems to open things quicker . ill give it some time for that supercharger to set in haha.
naathaanb96 said:
it deff felt alot faster after a reboot. it seems to open things quicker . ill give it some time for that supercharger to set in haha.
Click to expand...
Click to collapse
It doesn't really need to settle like a ROM does, just open apps as you normally would and it will be in effect like the script says something like 'supercharge in effect immediately'
since your x5 has less ram than the incredible s, it would probably be a good idea to put it on that I find supercharger more effective when the ram is running low, like on sense ROMs or low ram devices
Sent from my Nexus 7
markj338 said:
It doesn't really need to settle like a ROM does, just open apps as you normally would and it will be in effect like the script says something like 'supercharge in effect immediately'
since your x5 has less ram than the incredible s, it would probably be a good idea to put it on that I find supercharger more effective when the ram is running low, like on sense ROMs or low ram devices
Sent from my Nexus 7
Click to expand...
Click to collapse
my mums using the x5 atm until she gets a iphone 5 when they come out lol. im trying to make her get the galaxy s3 or next galaxy device so i have something to play with but yeah the x5 has a custom rom on it so ill tell her im updating it then put supercharger on it
naathaanb96 said:
my mums using the x5 atm until she gets a iphone 5 when they come out lol. im trying to make her get the galaxy s3 or next galaxy device so i have something to play with but yeah the x5 has a custom rom on it so ill tell her im updating it then put supercharger on it
Click to expand...
Click to collapse
I Hate messing with other peoples devices
Especially when they ask me to do it, I don't feel safe to do it
I was recently asked to do a gs2 but I have never touched a rooted one, I don't want to be screwing around with one
Then again, this is your old phone so totally understandable mate
Sent from my Nexus 7
Hi everyone,
Too keep things short on my end, check this link:
http://forum.xda-developers.com/showthread.php?t=1560588
I would like to apply some of these tweaks to my build.prop file, with special attention to touch responsiveness.
Has anyone had any experience with this? Are these settings safe to apply to our phone or do we end in a boot-loop when attempting this?
Nah, u wont get a bootloop. But i only look them only few lines. Im not sure about first tweak. But others also in many roms. Make a backup before doing
Sent from my X8 using Tapatalk 2
Well, I tried applying some of the tweaks, but none of the changes stuck. Whenever I was to reboot, build.prop just reverts to default, as if no changes took place. Any ideas how to go around this? Is it even possible to do those tweaks on stock kernel?
For the changes I used the built-in text editor in Root Browser Lite. I'm on FroyoPro v2.5, and I have a stock kernel. Unfortunately, it's impossible to unlock to bootloader to change the kernel on my phone.
xWhiskey said:
Well, I tried applying some of the tweaks, but none of the changes stuck. Whenever I was to reboot, build.prop just reverts to default, as if no changes took place. Any ideas how to go around this? Is it even possible to do those tweaks on stock kernel?
For the changes I used the built-in text editor in Root Browser Lite. I'm on FroyoPro v2.5, and I have a stock kernel. Unfortunately, it's impossible to unlock to bootloader to change the kernel on my phone.
Click to expand...
Click to collapse
Don't worry my friend!
Your rom have dual build.prop file.(or may not )
One of them is in /system another is in system/bin (use search if does not exists there)
Cheers
sent using" ultimate - ics - standard"
jay-z-s said:
Don't worry my friend!
Your rom have dual build.prop file.(or may not )
One of them is in /system another is in system/bin (use search if does not exists there)
Cheers
sent using" ultimate - ics - standard"
Click to expand...
Click to collapse
Hey, you're right !
Weird how I didn't notice it before. So, I edit both of them to make the changes stick? Or perhaps just the one in system/bin? Or maybe dual build.prop files make this kind of tweaking impossible?
So as to make the changes stick, you will have to edit both the build.props..
sent from my phone using hands and brain...
dagger said:
So as to make the changes stick, you will have to edit both the build.props..
sent from my phone using hands and brain...
Click to expand...
Click to collapse
Yup ,edit both of them
sent using" ultimate - ics - standard"
If there's a build.prop present in /system/bin, you only need to edit that one.
Both files can be changed, but it is not necessary. This can easily be tested by changing just the build.prop file found in /system/bin, reboot and you'll see the changes were also applied in the file found in /system/.
As we all know the gaming at Our Phone isnt really good some report it's Slow beacause theres only 1 core online. But there is an solution for this!
Thread with the Stuff for the terminal Is also here: ( http://forum.xda-developers.com/showthread.php?t=2253921 ) But I was really lazy of doping this commands so, i were Going on the internet and found something to download! I'll put the file into the Attachments! How to install this.....
Requirements;
Root.
A Root file explorer to get into your system files...
A brain to reed this careful.
What to Do;
Extract the Zip Thats in the attachmnts.
Get it onto your phone. (internal External doesnt matter I suggest Internal)
Go to your file explorer And past the file in: System\Etc\Init.d\
And set Permissions!
Reboot.
Enjoy Gaming!
I didn't try it . But it won't work without adding the line :-
Code:
#!/system/bin/sh
In the top of that script . Which tells the system to sh this test .
And you forot to mention fixin permission.
Also this needs init.d kernel support or busybox run-parts in order to run this script every reboot .
Correct me if I'm wrong
Thanks for sharing .
Sent from my LG-P880
$Parker said:
I didn't try it . But it won't work without adding the line :-
Code:
#!/system/bin/sh
In the top of that script . Which tells the system to sh this test .
And you forot to mention fixin permission.
Also this needs init.d kernel support or busybox run-parts in order to run this script every reboot .
Correct me if I'm wrong
Thanks for sharing .
Sent from my LG-P880
Click to expand...
Click to collapse
SManager will run the script when klick "is script"...
Fladder72 said:
SManager will run the script when klick "is script"...
Click to expand...
Click to collapse
When you use smanager it's an app that is designed to run scripts .
But if it was in the init.d folder you must add that line to tell the kernel that this test is a script . And the kernel will use the sh binary to run it .
Sent from my LG-P880
@deownagee
Thank you for sharing my Script! I don't know why you make another Thread for that!
And if you quote instructions, please quote the whole Text! You forgot the important Part! You have to set Permissions!
@$Parker
This Script works also without this first line! In the init.d Folder it is not needed!
Holzi001 said:
@deownagee
Thank you for sharing my Script! I don't know why you make another Thread for that!
And if you quote instructions, please quote the whole Text! You forgot the important Part! You have to set Permissions!
@$Parker
This Script works also without this first line! In the init.d Folder it is not needed!
Click to expand...
Click to collapse
Thank you for letting me know even. And I've made this one beacause your Script wasn't clear for me so i couldn't understand you know?
just for making sure, you guys do know what this script does?
it makes the GPU to run always (!!!) on max speed. this will reduce the battery life extremely.
this script should not be ran at every boot. you better only run it when you want to play games (and maybe reboot afterwards, or write a "undo" script)
@laufersteppenwolf
I think the Battery Drain is not the main Problem. It isn't higher than without that Tweak.
But i have one Question!
Is it possible for you to implement this Tweak in your kernel?
So when you selected the Gaming Governor, that this tweak is also active. And if you turn off the Gaming Governor again, the tweak is terminated.
I don't know if it's possible, so i ask you.
can i use it on rooted v20B locked bootlader? there is no init.d folder in system\etc\, should we create that folder manually?
what is the permission? thanks
Holzi001 said:
@laufersteppenwolf
I think the Battery Drain is not the main Problem. It isn't higher than without that Tweak.
But i have one Question!
Is it possible for you to implement this Tweak in your kernel?
So when you selected the Gaming Governor, that this tweak is also active. And if you turn off the Gaming Governor again, the tweak is terminated.
I don't know if it's possible, so i ask you.
Click to expand...
Click to collapse
"better battery" could only be caused by the first command (unlink). the others only increase the batter usage.
this tweak is (partly (the unlink)) implemented in my rom. but i'm working on unlinking in the kernel of course.
about the idea about gaming: yeah i do have something in mind, but it's gonna be a bit different just wait and see right now i'm working on OC'ing the GPU, and then we can do such changes.
Guys is it the same as http://www.android-experience.de/board/index.php?page=Thread&threadID=47 ? I dont speak german and google translate is weird. What about this, anybody tried ?
Post #5 oki its the same.
Stanley- said:
Guys is it the same as http://www.android-experience.de/board/index.php?page=Thread&threadID=47 ? I dont speak german and google translate is weird. What about this, anybody tried ?
Post #5 oki its the same.
Click to expand...
Click to collapse
I've translated and it's same lol (I'm Dutch and it's like German.)
But anyway i cant set premission via root explorer or antything else and cant copy to /system/ folder... I have rooted phone and checked via root checker. Love this phone problems with everything, maybe reflash will help but i dont have time for that.
Isn`t this the same as using tegra overclock under GPU Clock section? It`s paid but it`t really worth it!
gabrielgon said:
Isn`t this the same as using tegra overclock under GPU Clock section? It`s paid but it`t really worth it!
Click to expand...
Click to collapse
It is the same!
gabrielgon said:
Isn`t this the same as using tegra overclock under GPU Clock section? It`s paid but it`t really worth it!
Click to expand...
Click to collapse
it's actually taken from there
Ok Guys! The Werewolf alpha2 Kernel from laufersteppenwolf is much better than this Tweak! For all who use CM 10.1, flash this Kernel!
Don't forget to delete this Script if you flash the Kernel!
[email protected] this sh1t get hot before you try any game...
One true: LG + nVidia sucks. That's all.
Winudert said:
One true: LG + nVidia sucks. That's all.
Click to expand...
Click to collapse
Well that wasnt OT was it?
Atleast my nVidia graphics card + LG monitor = GREAT
And i love this phone
Sent from my LG-P880 using xda app-developers app