Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Cat_On_Droid
Old
#1  
Cat_On_Droid's Avatar
Senior Member - OP
Thanks Meter 122
Posts: 1,045
Join Date: Aug 2011
Default [Q] Question for those who edited the system/Build.Prop

I want to edit the build prop

i want to

1. Force launcher into memory
Code:
ro.HOME_APP_ADJ=1
(What do i replace the HOME_APP if im using GOLauncher EX?)

8. Disable debugging notify icon on statusbar
Code:
persist.adb.notify=0
9. Increase overall touch responsiveness
Code:
debug.performance.tuning=1
video.accelerate.hw=1



But i dont know where to add them and they dont register,maybe they do register but i need to reboot?

http://forum.xda-developers.com/show....php?t=1227269

Anyone tried Editing their props? Can you confirm if it works for you?
 
AndroHero
Old
#2  
AndroHero's Avatar
Senior Member
Thanks Meter 816
Posts: 6,236
Join Date: May 2010
Location: Manchester
Quote:
Originally Posted by Cat_On_Droid View Post
I want to edit the build prop

i want to

1. Force launcher into memory
Code:
ro.HOME_APP_ADJ=1
(What do i replace the HOME_APP if im using GOLauncher EX?)

8. Disable debugging notify icon on statusbar
Code:
persist.adb.notify=0
9. Increase overall touch responsiveness
Code:
debug.performance.tuning=1
video.accelerate.hw=1



But i dont know where to add them and they dont register,maybe they do register but i need to reboot?

http://forum.xda-developers.com/show....php?t=1227269

Anyone tried Editing their props? Can you confirm if it works for you?
If you upload your build.prop here cat, i will add them lines and post it back
*edit*
Oh wait you already did it? yeah you must reboot. You dont add the launcher, Its a generic rule, It will apply to any launcher present. Just add the lines to the bottom of the build.prop
------------------------------------------------------------
My Device
HTC Sensation XL
Rom Version - 3 Musketeers Insanely Cool Sense v2.2.1
Baseband - 10.10.12_M
Kernel - 2.6.35.13



The Following User Says Thank You to AndroHero For This Useful Post: [ Click to Expand ]
 
Cat_On_Droid
Old
#3  
Cat_On_Droid's Avatar
Senior Member - OP
Thanks Meter 122
Posts: 1,045
Join Date: Aug 2011
Alright i rebooted and it does work.

But just to be sure ,how can i check if my HomeLauncher is in Memory ?

Oh and i saw some nice stuff with init.D but am not sure how to apply them do i create a folder? i put the header required but the folder went !!POOF!! It didnt appear there
 
AndroHero
Old
#4  
AndroHero's Avatar
Senior Member
Thanks Meter 816
Posts: 6,236
Join Date: May 2010
Location: Manchester
Quote:
Originally Posted by Cat_On_Droid View Post
Alright i rebooted and it does work.

But just to be sure ,how can i check if my HomeLauncher is in Memory ?

Oh and i saw some nice stuff with init.D but am not sure how to apply them do i create a folder? i put the header required but the folder went !!POOF!! It didnt appear there
Do something that requires alot of memory, Go watch a youtube video in the stock browers leave it open and go play a game too, when you press home, if the launcher dosen't need to restart it's working

Any scripts in init.d are executed on boot. As long as the scripts are written correctly. You dont put them in folders or they wont work
------------------------------------------------------------
My Device
HTC Sensation XL
Rom Version - 3 Musketeers Insanely Cool Sense v2.2.1
Baseband - 10.10.12_M
Kernel - 2.6.35.13



The Following User Says Thank You to AndroHero For This Useful Post: [ Click to Expand ]
 
Cat_On_Droid
Old
#5  
Cat_On_Droid's Avatar
Senior Member - OP
Thanks Meter 122
Posts: 1,045
Join Date: Aug 2011
Quote:
Originally Posted by AndroHero View Post
Do something that requires alot of memory, Go watch a youtube video in the stock browers leave it open and go play a game too, when you press home, if the launcher dosen't need to restart it's working

Any scripts in init.d are executed on boot. As long as the scripts are written correctly. You dont put them in folders or they wont work
So how do i make the Scripts?

echo "500" > /proc/sys/vm/dirty_expire_centisecs
echo "1000" > /proc/sys/vm/dirty_writeback_centisecs

i want this ^

but how i didnt try but is this how you do it ;

go RootExplorer
press newfolder (i forget the other options @_@)
make the header and put the code

i dont think its the right way =(
 
AndroHero
Old
#6  
AndroHero's Avatar
Senior Member
Thanks Meter 816
Posts: 6,236
Join Date: May 2010
Location: Manchester
Quote:
Originally Posted by Cat_On_Droid View Post
So how do i make the Scripts?

echo "500" > /proc/sys/vm/dirty_expire_centisecs
echo "1000" > /proc/sys/vm/dirty_writeback_centisecs

i want this ^

but how i didnt try but is this how you do it ;

go RootExplorer
press newfolder (i forget the other options @_@)
make the header and put the code

i dont think its the right way =(
what does it say the header has to be?
------------------------------------------------------------
My Device
HTC Sensation XL
Rom Version - 3 Musketeers Insanely Cool Sense v2.2.1
Baseband - 10.10.12_M
Kernel - 2.6.35.13



 
Cat_On_Droid
Old
#7  
Cat_On_Droid's Avatar
Senior Member - OP
Thanks Meter 122
Posts: 1,045
Join Date: Aug 2011
Init.d
(needs ROM with init.d access and busybox, open empty file, insert header #!/system/bin/sh and put these there, save in /system/etc/init.d and name it something like 77tweaks)
 
AndroHero
Old
#8  
AndroHero's Avatar
Senior Member
Thanks Meter 816
Posts: 6,236
Join Date: May 2010
Location: Manchester
I tried to do it for you, here's the script. Its inside the .zip. You can push it with ADB.

You may have to chmod 777 it too
Attached Files
File Type: zip 77tweaks.zip - [Click for QR Code] (198 Bytes, 7 views)
------------------------------------------------------------
My Device
HTC Sensation XL
Rom Version - 3 Musketeers Insanely Cool Sense v2.2.1
Baseband - 10.10.12_M
Kernel - 2.6.35.13



The Following User Says Thank You to AndroHero For This Useful Post: [ Click to Expand ]
 
Cat_On_Droid
Old
#9  
Cat_On_Droid's Avatar
Senior Member - OP
Thanks Meter 122
Posts: 1,045
Join Date: Aug 2011
thnx for the script,but how can i make my own,there are other cool stuff like NET connection fix or something similar :P

btw ; can i just get the file to my Plays SD,and then move and paste to init.D ? will it work the same?
 
AndroHero
Old
#10  
AndroHero's Avatar
Senior Member
Thanks Meter 816
Posts: 6,236
Join Date: May 2010
Location: Manchester
Quote:
Originally Posted by Cat_On_Droid View Post
thnx for the script,but how can i make my own,there are other cool stuff like NET connection fix or something similar :P

btw ; can i just get the file to my Plays SD,and then move and paste to init.D ? will it work the same?
open the scipt in wordpad, look how it is written, write the scripts the same way

if you copy it with root explorer, make sure you give it the right permissions:
rwx-rwx-rwx
------------------------------------------------------------
My Device
HTC Sensation XL
Rom Version - 3 Musketeers Insanely Cool Sense v2.2.1
Baseband - 10.10.12_M
Kernel - 2.6.35.13




The Following User Says Thank You to AndroHero For This Useful Post: [ Click to Expand ]
 
Post Reply+
Tags
build.prop, script, tweaks
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...