[TWEAKS] LOTS OF build.prop tweaks - Galaxy 3 Android Development

Hi all! i liked to introduce my own build.prop tweaks that i got from my FRIEND IN GTALK :i know a lot of you think that build.prop is just a file that will let you modify the ROM name in about phone but build.prop is actually a configuration file you write a line of code into build.prop and that line tells the android system what to do.
for example lets take
Code:
debug.sf.hw=X
now this line tells the android OS how to render the UI,
Code:
debug.sf.hw=0
means that the OS uses CPU to render UI and if its
Code:
debug.sf.hw=1
it means that OS uses GPU to render the UI. (notice that we dont have this line in build.prop because our phone CPU and GPU sucks )
ok so now that you all know what build.prop can do lets get to the actual tweaks
**NOTE! If you dont have these lines on build.prop just add them to the last line in build.prop, BUT if you have these then you can just change the values
1.) save power while phone is in sleep mode
Code:
ro.ril.disable.power.collapse=1
2.) make the phone ring faster when dialing out
Code:
ro.telephony.call_ring.delay=1000
3.) make UI and scrolling more responsive (notice that this line should already be in build.prop but with different value)
Code:
windowsmgr.max_events_per_sec=150
4.) save battery by decreasing the amount of time Wifi looks for an access point (now it searchs an wifi acces point every 1.5 minute instead of 45secs)
Code:
wifi.supplicant_scan_interval = 150
5.) Change the Dalvik VM heap size (this line is also in build.prop, you can change the value whatever you like and test if it makes your system more stable but 32m is recommended, and in my phone its 32m by stock)
Code:
dalvik.vm.heapsize=32m
6.) disable usb debugging popup
Code:
persist.adb.notify=0
7.) get better signal and data
Code:
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=10
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=5
8.) enable JIT
Code:
dalvik.vm.execution-mode=int:jit
9.) disable JIT
Code:
dalvik.vm.execution-mode=int:fast
10.) fix that SUPER annoying black screen after/during call (i think its in build.prop already but with higher values)
Code:
mot.proximity.delay=150
11.) to enable lockscreen unlocking with menu button (true=enable and false=disable)
Code:
ro.config.hw_menu_unlockscreen=false
12.) change the lcd density (icons become smaller and you can gett more stuff on your home screen)(change to any value and test it ) **NOTE** this is just an example value
Code:
ro.sf.lcd_density=225
13.) enable Stagefright helps stream Video and Music Faster but may not let you watch recorded videos
Code:
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
ok. now to another tweaks ok so i recently got a bunch of build.prop code from my friend because i helped him on xda but i have no idea what they mean so here they are! (if you know what these mean please leave a reply and share your knowledge!)
Code:
persist.sys.use_dithering=0
Code:
persist.sys.purgeable_assets=1
Code:
dalvik.vm.dexopt-flags=m=y
Mod edit : removed the same dont use huge bold letters pls it looks like ur screaming
**note: my friend gave me most of these tweaks, the only ource i used besides my friend is this, now PLEASE stop quessing the source
MORE TO COME!
P.S ROM devs are free to use these tweaks, just give me the credits and a thanks

reserved for later use

Hmm nice... and very useful ) Congratulations
Our galaxy 3 is becoming epic phone

benzyniarz1 said:
Hmm nice... and very useful ) Congratulations
Click to expand...
Click to collapse
yes it is and nobody in G3 forums hasnt posted these before me... odd

Thank you excellent work mate !!! :d

Think you forgot to give credits! !
androidforums.com/droid-x-all-things-root/164447-mod-lots-build-prop-edits.html

And what about the build.prop of pox 1.5
Must have something more too right
Anyways nice share
Read them long ago on android.com(removed now) but never tried

Rapier07 said:
Think you forgot to give credits! !
androidforums.com/droid-x-all-things-root/164447-mod-lots-build-prop-edits.html
Click to expand...
Click to collapse
no i didnt... as said my friend gave me these there is only 2 tweaks i took from another site (not xda)

cdesai said:
And what about the build.prop of pox 1.5
Must have something more too right
Anyways nice share
Read them long ago on android.com(removed now) but never tried
Click to expand...
Click to collapse
no, most of these are on POX v.1.5 build.prop

jazux said:
no, most of these are on POX v.1.5 build.prop
Click to expand...
Click to collapse
Please provide the modified build.prop

Here is the source
http://forum.xda-developers.com/showthread.php?t=1151608
All my roms have that tweaks

ash!sh said:
Here is the source
http://forum.xda-developers.com/showthread.php?t=1151608
All my roms have that tweaks
Click to expand...
Click to collapse
your right, but only 1 tweak is from there you do realize that internet is FULL of sites telling these tweaks (and i have looked 3 diff websites ) and as said almost ALL OF THESE TWEAKS i got from my friend (i have no idea where he got these ), so dont come here to tell what the source is!

is it possible to implement all tweaks into zip updateable via CWM?

max5800 said:
is it possible to implement all tweaks into zip updateable via CWM?
Click to expand...
Click to collapse
yes, but theres so many tweaks... i think its better to apply them manually, its not hard just open root explorer and go to /system, press R/W button and then find build.prop, long press it and choose "open in text editor"

jazux said:
so dont come here to tell what the source is!
Click to expand...
Click to collapse
The first line of your thread:
jazux said:
Hi all! i liked to introduce my own build.prop tweaks that i made
Click to expand...
Click to collapse
Hence the need for giving out sources!!
You shouldn't present someone else's work as your own!!!

Rapier07 said:
The first line of your thread:
Hence the need for giving out sources!!
You shouldn't present someone else's work as your own!!!
Click to expand...
Click to collapse
You should also read the WHOLE thread before replying

jazux said:
You should also read the WHOLE thread before replying
Click to expand...
Click to collapse
Yeah I did ! and fyi I've been using these tweaks since long.. no offence but you haven't invented those tweaks! There's no way you can call them your own!!

guys, please chill out...however it is, jazux is sharing some knowledge...
if anyone else had known about the tweaks, then they should have shared it with everyone instead of complaining what the original source is

Testing this now good find [[]]

dharamg3 said:
guys, please chill out...however it is, jazux is sharing some knowledge...
if anyone else had known about the tweaks, then they should have shared it with everyone instead of complaining what the original source is
Click to expand...
Click to collapse
Agreed.. i dont have anything against him but what bothers me is people using someone else's work under their name.. that's injustice flto the original dev.. it doesn't take much to give credits, does it?

Related

enable / disable JIT compiler

how do i enable/disable JIT with recent kernel/ froyo rom
I've read that some cookers keep it enable while other one don't
I would like to test the difference on Thoughtlesskyle's
I think you can enable it when you compile a version of new build... Maybe you can ask to Thoughtlesskyle if he can do it for you
Happy new year.
Cheers.
chourmovs said:
how do i enable/disable JIT with recent kernel/ froyo rom
I've read that some cookers keep it enable while other one don't
I would like to test the difference on Thoughtlesskyle's
Click to expand...
Click to collapse
manu33xtro said:
I think you can enable it when you compile a version of new build... Maybe you can ask to Thoughtlesskyle if he can do it for you
Happy new year.
Cheers.
Click to expand...
Click to collapse
happy new year manu
i just want the command line or the script to do the trick (ie: sh jitenable.sh like compcache or something about dalvik i don't remember)
and another one to verify if it is enable/turned on
I've already read it on several topic but no way to find it again
my wish for 2011 : a good and complete wiki for polaris android user with all this explained
I think it's in the build.prop
enable
dalvik.vm.execution-mode=int:jit
disable
dalvik.vm.execution-mode=int:fast
meknb said:
I think it's in the build.prop
enable
dalvik.vm.execution-mode=int:jit
disable
dalvik.vm.execution-mode=int:fast
Click to expand...
Click to collapse
i see thank you
in CM, we can enable/disable it via option panel so i thought it was possible "live" with every mod with the good kernel
Hi guy,
Happy new year
Can you put here the results of your tests ?
Cheers.
chourmovs said:
i see thank you
in CM, we can enable/disable it via option panel so i thought it was possible "live" with every mod with the good kernel
Click to expand...
Click to collapse
Of course i'll do it
You could probably set it live with setprop ie
setprop dalvik.vm.execution-mode int:fast
Click to expand...
Click to collapse
Not 100% sure as i havent a android device at the moment to test on?
meknb said:
You could probably set it live with setprop ie
Not 100% sure as i havent a android device at the moment to test on?
Click to expand...
Click to collapse
thx, i did an androidupdate.tar with properly configurated built.prop
It doesn't hurt the system but i'm not really sure of my conclusion
Linpack score didn't change a lot in fact...
I wait for better explanation/instruction, if any

[CWM][SCRIPTS][TWEAKS] ThunderBolt! v2.3.2 - 12/31/11 [Governor Tweaks Again!]

pikachu01 said:
News
Updated ThunderBolt! to v2.3.2 with governor tweaks and bugfixes.
Introduction
ThunderBolt! is a script package by me, pikachu01 that combines a few notable tweaks shamelessly modified to the max as well as hacks and scripts that I came up on my own(and added tonnes of things over the months of development and testing). Without further delay, please read the rest of the OP
Features
Zach's modified system_tweak (I/O Sched, Readahead, VM, TCP, 3G, BFS/CFS tweaks)
Zach's modified screenstate_scaling script - VM Scaling
Darky's Zipalign script that actually works (modified it a bit to get it actually working. It was broken as is before this.)
Patched libsqlite that disables the need to fsync. Extremely fast database writes.
app_process from Fugutweaks and system_server from Honeycomb 3.2
Quasi-charged! - Only using Supercharger's script but with ThunderBolt!'s own LMK/ADJ/OOM. Supercharger Update9 RC3.2.
zipalign binary
sqlite3 binary
remount script - Included in /sdcard/bolt_scripts/
sqlite_optimize script - Included in /sdcard/bolt_scripts/
Benefits
Better performance, better battery life through Linux kernel tweaks catered for Android OS and flash memory.
Better battery life and performance through usage of screenstate_scaling whereby it switches governors/thresholds/VM depending on your screen state.
Better performance and battery life for database writes as fsync is not utilized anymore.
Better network throughput from TCP tweaks and 3G tweaks
Less RAM usage through zipalign. I found that market apps like Viber and PlantsVsZombies aren't zipaligned. Oh and Swype too. Surprised? Me too.
Reduced /dbdata, /data, /sdcard usage of *.db files and faster database access through defragmentization of sqlite db files (a lot of apps use Database to store data like Swype dictionaries, Game saves etc)
Faster disk access through remount script (noatime, disable barrier etc)
Less lags through Quasi-charger, with mutltasking (e.g. NFS shift + Opera mobile with 5 tabs fully opened and no lags)
Requirements
Android Gingerbread 2.3.x
At least 2MB free on /system (Delete unused ringtones or useless apps like Aldiko/Allshare etc).
Root
Kernel that supports init.d
Ext4 lagfix if you want to use the remount script
Downloads and changelogs are in the:
Original ThunderBolt! thread
Any support for Galaxy S SLC must be placed here rather than the original thread.
A few Galaxy SLC owners kindly asked me to post here so that the goodness of ThunderBolt! is shared to the masses.
Note: Some addons are device specific (labelled with i9000 for example). You can try using it, but it is not guaranteed to work. Something like 3G for i9000 should ring some bells as i9000 supports a lower speed compared to Galaxy SL.
Click to expand...
Click to collapse
Here is the EXACT Qutoe from pikachu01. Some Tweaks for our phone!
I saw it posted everywhere and not here!
Credits to Him!
Shamelessly copied xD
Just FLASH THESE!
http://forum.xda-developers.com/attachment.php?attachmentid=836362&d=1325312674
Add-ons are not for our phone. They are device-specific
MAKE A NANDROID BACKUP BEFORE FLASHING.
This looks useful... But the original thread is very long and confusing, and it has many many files..didn't see the specific file for i9003. Can you please post link to the exact file with simplified instructions.
Thanks
Sent from my GT-I9003 using Tapatalk
that's not for i9003!
only for i9001 .i9000.i9100
it will work on i9003 also
mustali said:
This looks useful... But the original thread is very long and confusing, and it has many many files..didn't see the specific file for i9003. Can you please post link to the exact file with simplified instructions.
Thanks
Sent from my GT-I9003 using Tapatalk
Click to expand...
Click to collapse
+1
For noobs like me, i dont understand how to use the script but want to use it. Maybe a simple instruction and single link to download the script is helpful.
Thanks in advanced for those who willing to help and sharing information.
kkrraazzyy said:
it will work on i9003 also
Click to expand...
Click to collapse
as-is and already tested and confirmed working? or needs to be modified to work on our phone?
after spending some times reading the original thread...
the first post I still can understand how it works.
There are many files attached in the first post, those with "restore" is to revert back to original if you already tweaks it. But none of them is for i9003.
the files "ThunderBolt-CWM v2.3.2.zip" is the main files for thunderbolt tweaks. Flashing instructions already included in the first post.
So, the second post...stuck at half way reading...confuse and confuse...
basically doesn't understand what will each script doing...
Why post a thread like this thats has been copied from the original op.you can just post the link..this could lead the adventurerous mind of sl user as per script is diffrent depending on the phone..copy pasting is a not good manner as the op did a hard job on making it..
Sent from my GT-I9003 using Tapatalk
Rohan has given all cedits to original developer so no problem in posting thread. I just want to ask that which files we should use or we have to modify as per our phone??? Also what is meaning of addon??? Rohan I think u should describe OP just a little bit.
Please send us the links(only) which we are going to download... i might get the wrong one and ruin my phone....
Wahaha123 said:
Please send us the links(only) which we are going to download... i might get the wrong one and ruin my phone....
Click to expand...
Click to collapse
Just FLASH THESE!
http://forum.xda-developers.com/attachment.php?attachmentid=836362&d=1325312674
Add-ons are not for our phone. They are device-specific
some tweaks ARE device specific
example-mount partitions
sakindia123 said:
some tweaks ARE device specific
example-mount partitions
Click to expand...
Click to collapse
Dude,
Flashed the above zip on
-> I9000 - Worked fine
-> HTC Desire HD - Worked Fine
-> HTC Evo Shift - Worked Fine
-> Galaxy S2 - Worked Fine
-> Galaxy Note - Fine.
-> iPhone 4S - Yeaah! I joked
Whats the reason to flash it?
Sent from my GT-I9003 using XDA App
HeathenMan said:
Whats the reason to flash it?
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
Please READ the link in the OP (The Quote)!!
Can you link the page btw the script version of the original post so we can update if new versions are released?
Sent from my GT-I9003 using XDA App
HeathenMan said:
Can you link the page btw the script version of the original post so we can update if new versions are released?
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
Uhhh? I have done it looong back? :/
anyone tried?
Does it has any conflict with UC kernel?
KPQ, UC-Kernel v7 non-oc - i dont notice any change? But its successfully flashed
Edit: since flashing my sd speed increase value is changing to 265 instead of 2048
Sent from my GT-I9003 using XDA App
Flashed ,Sd card read speeds have reduced but write speed increased.

[MOD/IMPR.] Sense 4 UserFriendly Pack! || ALL IN ONE FOR THE FASTEST SENSE 4.0 ||

RCMix / XxXPachaXxX
This is a flashable pack created for the setup of all sense 4 roms for a perfect user friendly experience. It works on speed/smoothness/touch-resposiveness improvements and will give you a more "touchable" touch interface and general phone.
See the content of the pack before flash!
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Content:
Ken's Kernel (klquicksall RCMix v5.5)
init.d script for sheduler, RAM and kernel setup
TakeCONTROL MOD, special version for this pack!
Qualcomm Init scripts for boot setups (tnx codeaurora)
EGL Libs with correct configuration (tnx codeaurora)
Cy8c touchscreen driver settings
General synaptic driver settings perfectly fitted to sensation touch panel
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Notes:
The major parts of the code are copyright of CodeAurora - 2010/2011/2012
Standards touch calibration values are derived from empirical measurements to fit standars; Calibration values for pyramid are derived from personal work on physical measurements with a raw width field of 1 unit corresponding physically to 17mm of linear size on the touchscreen.
To grant a more userfriendly touch experiance i changed the normal pressure scale values. The purpose is to generate a valid touch signal also on a light touch. The result is the perception of a lighter and soft touch in the general phone use.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Pack DOWNLOAD (Dev-Host) : LINK
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Remember: W the community!
Thx )
Sent from my HTC Sensation using xda premium
give a try tomorrow
THX XxXPachaXxX ..
To download, testing,,,
thanks .. now download and give it a try
Maybe it would be good to write in the OP, that ppl that already flashed a current version of bricked kernel have to put mpdecision and thermald back in place, else they would not have any core and thermal management (the compatibility.sh adresses only renamed binaries ...).
Additionally i noticed that in your "init.qcom.mdm_links.sh" there is a line: "mount -t ext4 -o remount,ro,barrier=0 /dev/block/mmcblk0p12 /system". In this situation it won´t get applied but the system partition on pyramid is mmcblk0p22 (not 12), only as information.
I would like to know which changes are meant by "boot setup" and which exact version of EGL libs are included here.
But the reason i actually looked at the package is because of the touch screen configuration, in which file exactly the values are included? I really would like to change them by myself!
In my understanding it doesn't do sweep to wake?
hlenforcer said:
Maybe it would be good to write in the OP, that ppl that already flashed a current version of bricked kernel have to put mpdecision and thermald back in place, else they would not have any core and thermal management (the compatibility.sh adresses only renamed binaries ...).
Additionally i noticed that in your "init.qcom.mdm_links.sh" there is a line: "mount -t ext4 -o remount,ro,barrier=0 /dev/block/mmcblk0p12 /system". In this situation it won´t get applied but the system partition on pyramid is mmcblk0p22 (not 12), only as information.
I would like to know which changes are meant by "boot setup" and which exact version of EGL libs are included here.
But the reason i actually looked at the package is because of the touch screen configuration, in which file exactly the values are included? I really would like to change them by myself!
Click to expand...
Click to collapse
1) the pack automatically restore the mpdecision and thermald daemons
2) the qcom mdm don't refers to system partition!
3) for the EGL version, it's different in the files, you can use opengl extension app in the market to check the version of the lib that u are talking
4) all the touch and iput settings files are in the usr directory
calyxim said:
In my understanding it doesn't do sweep to wake?
Click to expand...
Click to collapse
s2w is included in rcmix kernel
Let's improve our Sensation.
Thx bro
Downloading now
Sent from my HTC Sensation 4G using xda premium
Testing now!
Flashed it after a clean installation of Pkmn
Feedback later
MarciWoi said:
Testing now!
Flashed it after a clean installation of Pkmn
Feedback later
Click to expand...
Click to collapse
Do you have s2w by default or is this using Aroma and you can choose?
XxXPachaXxX said:
1) the pack automatically restore the mpdecision and thermald daemons
Click to expand...
Click to collapse
ah ok that was my fault, i thought the bricked installer script would delete them totally instead of renaming them, they are missing completely only on aosp roms ...
2) the qcom mdm don't refers to system partition!
Click to expand...
Click to collapse
yeah but somehow irritating that it gets mounted to a directory named system ...
3) for the EGL version, it's different in the files, you can use opengl extension app in the market to check the version of the lib that u are talking
Click to expand...
Click to collapse
i know but i thought you could tell me by heart if it is 213, 218 or something newer
4) all the touch and iput settings files are in the usr directory
Click to expand...
Click to collapse
ah cool, did not look into the file cause i thought it would be binaries hehe
so thx for your fast response! :cyclops:
btw, i bet in the next 2 pages there will appear ppl ranting about the unavailability of the information where to find kernel source (the gpl thing), only a hint after watching how it goes at xda hehe
dwcasey said:
Do you have s2w by default or is this using Aroma and you can choose?
Click to expand...
Click to collapse
I think it´s default :good:
hlenforcer said:
btw, i bet in the next 2 pages there will appear ppl ranting about the unavailability of the information where to find kernel source (the gpl thing), only a hint after watching how it goes at xda hehe
Click to expand...
Click to collapse
+1
So little information. As I can understand from the first line - there is a whole kernel in this package? Where I can find information on this kernel? What is the battery consumption after this package installation?
hlenforcer said:
ah ok that was my fault, i thought the bricked installer script would delete them totally instead of renaming them, they are missing completely only on aosp roms ...
yeah but somehow irritating that it gets mounted to a directory named system ...
i know but i thought you could tell me by heart if it is 213, 218 or something newer
ah cool, did not look into the file cause i thought it would be binaries hehe
so thx for your fast response! :cyclops:
btw, i bet in the next 2 pages there will appear ppl ranting about the unavailability of the information where to find kernel source (the gpl thing), only a hint after watching how it goes at xda hehe
Click to expand...
Click to collapse
No problem with kernel because it's the ken's rcmix kernel v5.5
MarciWoi said:
I think it´s default :good:
Click to expand...
Click to collapse
yes, default
Zer0r said:
+1
So little information. As I can understand from the first line - there is a whole kernel in this package? Where I can find information on this kernel? What is the battery consumption after this package installation?
Click to expand...
Click to collapse
The kernel is RCMix v5.5, for more information you can refer to my thread on xda or the klquicksall's thread on acsyndicate
+1 sounds good and all...really thanks OP for your contribution....but I do not want to go thru renaming mpdecision and thermald as I have NO clue how to do so...MOD sounds AWESOME..I however lack the knowledge to use it limits me
Sent from my HTC Sensation 4G using xda premium
Any feedback? i'm doing other tests and if i will get better results i will update the pack
Would flashing the newest Faux kernel after installing this defeat the porpuse of this mod ?
I would rather not have S2W.
Thanks.

[TWEAKS]build.prop tweaks for N9005[Tested][TOUCHWIZ/CM][UPDATED]

I was searching for build.prop tweaks supporting Note 3, but they were hard to find so I compiled on my own and have been running these tweaks successfully. These are old tweaks but are working better on new phone
I am posting these tweaks here and a user can use any tool like root explorer to edit build.prop file.
/* APPLY AFTER LAST LINE */
debug.performance.tuning=1
debug.sf.nobootanimation=0
net.tcp.buffersize.default=6144,87380,110208,6144,16384,110208
net.tcp.buffersize.edge=6144,26280,35040,6144,16384,35040
net.tcp.buffersize.evdo_b=6144,262144,1048576,6144,262144,1048576
net.tcp.buffersize.gprs=6144,8760,11680,6144,8760,11680
net.tcp.buffersize.hsdpa=6144,262144,1048576,6144,262144,1048576
net.tcp.buffersize.hspa=6144,87380,262144,6144,16384,262144
net.tcp.buffersize.lte=262144,524288,3145728,262144,524288,3145728
net.tcp.buffersize.umts=6144,87380,110208,6144,16384,110208
net.tcp.buffersize.wifi=262144,524288,1048576,262144,524288,1048576
persist.adb.notify=0
persist.sys.purgeable_assets=1
pm.sleep_mode=1
ro.camera.sound.forced=0
ro.config.hw_new_wifitopdp=1
ro.config.nocheckin=1
ro.HOME_APP_ADJ=1
ro.kernel.android.checkjni=0
ro.media.dec.aud.flac.enabled=1
ro.media.dec.aud.wma.enabled=1
ro.media.dec.jpeg.memcap=8000000
ro.media.dec.vid.avi.enabled=1
ro.media.dec.vid.wmv.enabled=1
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
ro.ril.disable.power.collapse=1
ro.ril.enable.amr.wideband=1
video.accelerate.hw=1
wifi.supplicant_scan_interval=120
windowsmgr.max_events_per_sec=150
windowsmgr.support_rotation_270=true
mot.proximity.delay=0
touch.pressure.scale=0.001
ro.telephony.call_ring.delay=0
It's successfully working on N9005 but you may try it on other versions(SM900....), you will definitely see improvements in performance and battery life.
Good Old Advice:
USE AT YOUR OWN RISK AND ALWAYS MAKE A BACKUP BEFORE EXPERIMENTING
Credits:
To all developers
To Google for ANDROID OS
To Samsung for magnificent harwdware
To everyone who has tested and created this tweak(s).
Reserved.
Thanks.
Sent from my SM-N9005 using Tapatalk
Do these also work on CM11 ROMs?
Sent from my SM-N9005 using xda app-developers app
davitox87 said:
Do these also work on CM11 ROMs?
Sent from my SM-N9005 using xda app-developers app
Click to expand...
Click to collapse
Tested it on TouchWiz Stock ROM working nicely, but was using the same kinda settings in note 1, there was no issues so yes it CAN work try it.
It won't do any harm.
Working Well on CM11 4.4.2 KitKat..!!!
This mod works very well on CM11 running very smoothly.
Sorry if its off topic but I never noticed any improvements during the years with build prop. Please read this http://androidforums.com/merit-all-things-root/643445-info-build-prop-tweaks-useless-most-them.html
hi there.. i just copy those text line into the build.prop under additional build properties.. am i doing it correctly?
mervin8706 said:
hi there.. i just copy those text line into the build.prop under additional build properties.. am i doing it correctly?
Click to expand...
Click to collapse
Yes, but make a backup of original build.prop by copying it to SDCARD.
At the risk of sounding ignorant, what do some of these do?
coppertop24 said:
At the risk of sounding ignorant, what do some of these do?
Click to expand...
Click to collapse
Because theres so many of them your best bet would be to google each one..and learn what each one does.....It would take someone to write a novel on these...and you may still not understand. ..I googled these through years of research and once you understand believe me you'll be so happy you did it on your own pace and learned them.
Also guys make sure that you do not already have them in your build prop list....90% of the roms out already have most of these, You DO NOT want to add duplicates of them. .
wish777 said:
Because theres so many of them your best bet would be to google each one..and learn what each one does.....It would take someone to write a novel on these...and you may still not understand. ..I googled these through years of research and once you understand believe me you'll be so happy you did it on your own pace and learned them.
Also guys make sure that you do not already have them in your build prop list....90% of the roms out already have most of these, You DO NOT want to add duplicates of them. .
Click to expand...
Click to collapse
:good::good::good::good::good::good::good::good:
Tweaks Updated...!!!
Junior dev bndtme xda
Jack Barrett said:
Sorry if its off topic but I never noticed any improvements during the years with build prop. Please read this http://androidforums.com/merit-all-things-root/643445-info-build-prop-tweaks-useless-most-them.html
Click to expand...
Click to collapse
I found what you have stated above to be very true long ago. Just took for granted that everyone else knew that biuld prop chsnges are bogus and don't work. Most people probaly do not know plane txt code only works till you reboot. Both are similar. People both methods do not work.
Thread closed at OP request.
@bipinbedi feel free to PM me anytime you want this thread open.
Thanks
Razvan
Forum Moderator

[UNINSTALLINE]-TWEAK REMOVER

UNINSTALLINE UPDATED
HELLO GUYS .....
I AM GLAD TO PRESENT THE 1ST TWEAK REMOVER FOR GALAXY Y.[UPDATED]
AS THESE DAYS THERE ARE SO MANY TWEAKS MADE
BUT THERE IS NO UNINSTALLER FOR ALL TWEAK.... SO HERE WE MADE A UNINSTALLINE WHICH CAN REMOVE ALMOST ALL TWEAKS RELEASED TILL 3 MARCH.....
CREDITS
RAHULRAZ(ME)
GAURAV SHARMA (FIREION DEV)
RAMSUDHARSAN(THE PIRATE PREDATOR)
Features Of Uninstalline
Remove's PurePerformanceX
Remove's Vulpix
Remove's Bravia Engine
Remove's Hyperion Audio Manager
Remove's Lynx Audio
Remove's Broadcom Booster
Remove's Init.d
Remove's CrossBreeder
Remove's Custom Lib
Remove's Adrenaline Engine
Remove's Velocity Engine
Remove's Perfect Rom Tweaks
Remove's Pure Audio Engine
Remove's Fly On Mod
Remove's Hv-Build
Remove's Thunder Script
Remove's Viper
Remove's TweakZV6
HUIN BATTERY SAVER
And Much More
HOW TO USE
GOTO CWM
MOUNT EVERYTHING
FLASH OUR ZIP
DONE EVERY TWEAK INSIDE YOUR PHONE IS REMOVED
[Q]HOW ITS DIFFERENT FROM OLDER 1????
[A]SOME TWEAKS MORE ADDED
AROMA REMOVED
SIZE DECREASED
SCRIPTS IMPROVED
NO BOOTLOOP ISSUE
ND MUCH MORE.............................
DOWNLOAD -DOWNLOAD UNINSTALLINE
CWM-DOWNLOAD CWM
PRESS THANKS FOR OUR WORK..
:cyclops: :highfive:
XDA:DevDB Information
UNINSTALLINE, a Tool/Utility for the Samsung Galaxy Y GT-S5360
Contributors
rahulraz, gaurav sharma pirate predator
Version Information
Status: Stable
Current Stable Version: 1.1
Stable Release Date: 2014-03-01
Created 2014-03-01
Last Updated 2014-03-03
Reserved
First XD
Gonna download it
is it only for galaxy y or it can be used on another device too !?
Only Galaxy Y
ImBJ said:
is it only for galaxy y or it can be used on another device too !?
Click to expand...
Click to collapse
Bro Its only for galaxy y..
Dont Try It on other devices..
u will Bricked Nicely..
Only For Galaxy Y Gt-S5360
Will it wrk for me
U knw about me Rahulraz. Can u tell me will it work for me also. U knw what device i am using.
I already said u
Tegroid said:
U knw about me Rahulraz. Can u tell me will it work for me also. U knw what device i am using.
Click to expand...
Click to collapse
Bro I already said its Only For Galaxy Y .
Not Fot Funbook....
rahulraz said:
Bro I already said its Only For Galaxy Y .
Not Fot Funbook....
Click to expand...
Click to collapse
i think you can make this universal,, for urgent files like services.jar, or some library, just make guide to restore it manually... for init.d file, just delete tweaked file, not folder.
no need AROMA..
Because
Rhievaldo said:
i think you can make this universal,, for urgent files like services.jar, or some library, just make guide to restore it manually... for init.d file, just delete tweaked file, not folder.
no need AROMA..
Click to expand...
Click to collapse
Bro We have deleted all folder
because if we delete tweaks only in init.d the result will be same..
You ll again have Bootloop issue..
Nd Reagain FlashinG ur kernal Fix That.
So Deleting Whole folder is Good...
Just Test It savie #73 N u will understand what im sayinG..
Sorry For Bad english
Poor coding
Somehow I feel its pretty lame.
anyhoo,
downloading it.
will report later.
not sure about why aroma is used.
---
Edit
Yep its pretty lame.
Aroma does nothing.
I thought there would be options to select which tweaks are to be removed.
This part concerns me:-
Code:
delete_recursive("/system/etc/init.d");
ui_print("Done!");
&
Code:
delete("/system/app/Superuser.apk");
ui_print("Done!");
delete("/system/app/SUPERUSER.apk");
ui_print("Done!");
delete("/system/app/superuser.apk");
ui_print("Done!");
delete("/system/app/SuperSu.apk");
ui_print("Done!");
delete("/system/app/SUPERSU.apk");
ui_print("Done!");
delete("/system/app/supersu.apk");
ui_print("Done!");
What if link to sd scripts are also present in init.d?
Is there any need to remove superuser or supersu?
this uninstaller is more of hindrance than help.
Also it says everywhere, Done!
Inform the user what is being 'Done!'
eg.
Code:
delete_recursive("/system/etc/init.d");
ui_print("Init.d removed!");
Answer
CharsiBabu said:
Somehow I feel its pretty lame.
anyhoo,
downloading it.
will report later.
not sure about why aroma is used.
---
Edit
Yep its pretty lame.
Aroma does nothing.
I thought there would be options to select which tweaks are to be removed.
This part concerns me:-
Code:
delete_recursive("/system/etc/init.d");
ui_print("Done!");
&
Code:
delete("/system/app/Superuser.apk");
ui_print("Done!");
delete("/system/app/SUPERUSER.apk");
ui_print("Done!");
delete("/system/app/superuser.apk");
ui_print("Done!");
delete("/system/app/SuperSu.apk");
ui_print("Done!");
delete("/system/app/SUPERSU.apk");
ui_print("Done!");
delete("/system/app/supersu.apk");
ui_print("Done!");
What if link to sd scripts are also present in init.d?
Is there any need to remove superuser or supersu?
this uninstaller is more of hindrance than help.
Also it says everywhere, Done!
Inform the user what is being 'Done!'
eg.
Code:
delete_recursive("/system/etc/init.d");
ui_print("Init.d removed!");
Click to expand...
Click to collapse
Bro Firstly
We Used Aroma Because Then we added Stock kernal
But that causing Some Issue
So we revoved that But Used Aroma Only.....
2nd- We have deleted init.d Due to some Resons
Read All post 1st
3rd-U have said Its better To select The tweak To Remove
But Most Of Tweak uses Adernaline engine ..
So We have Done as ui print
Because We Cant Provide 10 -15Ui print in After Every File removed
Agree No need Of aroma..
also Replaced Su with Binary Updayed cauz it was causing some error
Nd Read The Whole Lines Properly If u cant Get whats init.d problem.
Thnx For ReportiNg.
very very useful
Ultra fail.
rahulraz said:
Bro Firstly
We Used Aroma Because Then we added Stock kernal
But that causing Some Issue
So we revoved that But Used Aroma Only.....
2nd- We have deleted init.d Due to some Resons
Read All post 1st
3rd-U have said Its better To select The tweak To Remove
But Most Of Tweak uses Adernaline engine ..
So We have Done as ui print
Because We Cant Provide 10 -15Ui print in After Every File removed
Agree No need Of aroma..
also Replaced Su with Binary Updayed cauz it was causing some error
Nd Read The Whole Lines Properly If u cant Get whats init.d problem.
Thnx For ReportiNg.
Click to expand...
Click to collapse
We Used Aroma Because Then we added Stock kernal
But that causing Some Issue
So we revoved that But Used Aroma Only.....
Click to expand...
Click to collapse
^ This reply doesn't make any sense.
2nd- We have deleted init.d Due to some Resons
Read All post 1st
Click to expand...
Click to collapse
Nothing explains this logic.
Why don't you read it yourself.
-------------------------
Let me explain to you in different way.
I want to keep beats audio and remove only vulpix mod.
but i can't. why?
because this mod removes all files.
by ui_print i meant
inform user that which part is being removed not every file
eg.
ui_print("beats audio removed")
Also
link2sd is an app which creates mount scripts
for mounting sd-ext partition
what about sysctl tweaks?
my frandom module also requires init.d
so does random bootanimation script
How would su binary create problem ?
Even if it did, why are you replacing apk ?
Poorly thought & executed mod.
I urge other experienced to review this as well.
Hehe
CharsiBabu said:
^ This reply doesn't make any sense.
Nothing explains this logic.
Why don't you read it yourself.
-------------------------
Let me explain to you in different way.
I want to keep beats audio and remove only vulpix mod.
but i can't. why?
because this mod removes all files.
by ui_print i meant
inform user that which part is being removed not every file
eg.
ui_print("beats audio removed")
Also
link2sd is an app which creates mount scripts
for mounting sd-ext partition
what about sysctl tweaks?
my frandom module also requires init.d
so does random bootanimation script
How would su binary create problem ?
Even if it did, why are you replacing apk ?
Poorly thought & executed mod.
I urge other experienced to review this as well.
Click to expand...
Click to collapse
We havent included choice
Let Me Explain Y
You Said U want to remove Vuplix
Nd imagine u have adernaline n vuplix installed.
nd imagine that There is Choice
U selected Remove Vuplix
if its delected then data of adernaline engine will also removed
Which is needed For Andernaline engine.
So will it work??????
rahulraz said:
We havent included choice
Let Me Explain Y
You Said U want to remove Vuplix
Nd imagine u have adernaline n vuplix installed.
nd imagine that There is Choice
U selected Remove Vuplix
if its delected then data of adernaline engine will also removed
Which is needed For Andernaline engine.
So will it work??????
Click to expand...
Click to collapse
Yes, Adernaline engine still works because the engine will recreate logs in /data partition on every boot (if the scripts, binaries and libs in /system partition that related to Adernaline engine isn't removed).
Sent from my highly pimped Galaxy Pocket.
1. Love doesn't need any reason.
2. Wanna speed up 3G (not 4G LTE)?
Here it is:
http://forum.xda-developers.com/showthread.php?t=2586876
3. My blog
4. Press the thanks button if I really helped/assisted you.
What About Data
luqman98 said:
Yes, Adernaline engine still works because the engine will recreate logs in /data partition on every boot (if the scripts, binaries and libs in /system partition that related to Adernaline engine isn't removed).
Sent from my highly pimped Galaxy Pocket.
1. Love doesn't need any reason.
2. Wanna speed up 3G (not 4G LTE)?
Here it is:
http://forum.xda-developers.com/showthread.php?t=2586876
3. My blog
4. Press the thanks button if I really helped/assisted you.
Click to expand...
Click to collapse
But what About Data/Adernaline engine
Or
Crossbreeder or libs of that using by another tweak which inclyde that
Lots Of Tweaks Uses That Also.
If they Get Removed by Uninstalling the tweak will original will work?
Hell No..... .
U have Reagain Original For OriginL Cross........or adern....
True, but...
rahulraz said:
U have Reagain Original For OriginL Cross........or adern....
Click to expand...
Click to collapse
I don't understand what you're talking about.
Yeah, I had tested it and yes, NO options to remove some parts (user choice).
This tool will unroot your device (although you can reinstall SuperSU or Superuser from Play Store).
Sent from my highly pimped Galaxy Pocket.
1. Love doesn't need any reason.
2. Wanna speed up 3G (not 4G LTE)?
Here it is:
http://forum.xda-developers.com/showthread.php?t=2586876
3. My blog
4. Press the thanks button if I really helped/assisted you.
Nope
luqman98 said:
True, but...
I don't understand what you're talking about.
Yeah, I had tested it and yes, NO options to remove some parts (user choice).
This tool will unroot your device (although you can reinstall SuperSU or Superuser from Play Store).
Sent from my highly pimped Galaxy Pocket.
1. Love doesn't need any reason.
2. Wanna speed up 3G (not 4G LTE)?
Here it is:
http://forum.xda-developers.com/showthread.php?t=2586876
3. My blog
4. Press the thanks button if I really helped/assisted you.
Click to expand...
Click to collapse
Bro 1stly im saying to Charsi y i havent added choice..
If U r saying about This script..
It Remove Almost All tweak... nd it Removes Root But At last it automatically Place it again...
Check 1 more tyme
rahulraz said:
Bro 1stly im saying to Charsi y i havent added choice..
If U r saying about This script..
It Remove Almost All tweak... nd it Removes Root But At last it automatically Place it again...
Check 1 more tyme
Click to expand...
Click to collapse
Oh..... thats my fault.
Sent from my highly pimped Galaxy Pocket.
1. Love doesn't need any reason.
2. Wanna speed up 3G (not 4G LTE)?
Here it is:
http://forum.xda-developers.com/showthread.php?t=2586876
3. My blog
4. Press the thanks button if I really helped/assisted you.
rahulraz said:
Bro 1stly im saying to Charsi y i havent added choice..
If U r saying about This script..
It Remove Almost All tweak... nd it Removes Root But At last it automatically Place it again...
Check 1 more tyme
Click to expand...
Click to collapse
First thing first,
I'm talking about choice between performance scripts and audio tweaks.
regarding superuser
why do you need to remove apk?
I'll ask someone more experienced or mods to look into this.
my last post in this thread.
kthnxbai.

Categories

Resources