I have seen in some build.prop there is a line
debug.composition.type=c2d
Or
debug.composition.type=mdp
Or
debug.composition.type=cpu
Or
debug.composition.type=gpu
Can anyone tell me what the c2d and mdp stand for I have trodd searching Google Bing and xda and can't find an answer
Sent from my SPH-D710 using Tapatalk 2
Anybody have anything?
Sent from my SPH-D710 using Tapatalk 2
If you turn on debug.sf.hw you can change the composition type
# with this variable.
#
# cpu (default)
# gpu (default when debug.sf.hw = 1)
# mdp if your hardware supports MDPv4
# c2d if you have c2d support
# dyn use copybit
# asn upcoming kernel interface
#debug.composition.type=
what tweaks can be done on the S3 through the build file? can you guys provide a link to a list of tweaks?
Try Pimp My ROM for a couple mods
Sent from my SGH-T999 using xda app-developers app
52me52 said:
Try Pimp My ROM for a couple mods
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
thanks man.. i'l give it a shot.. even though if i'd have preferred just editing the build file directly.
Free hotspot, volume rocker track skip, those you can edit from the build
Sent from my SGH-T999 using xda premium
serio22 said:
Free hotspot, volume rocker track skip, those you can edit from the build
Click to expand...
Click to collapse
i dont understand. will these apps give me options to tweak my S3?
xenin said:
i dont understand. will these apps give me options to tweak my S3?
Click to expand...
Click to collapse
Tweak means increasing performance of phone
And of course they goona rock ur phone.
xenin said:
i dont understand. will these apps give me options to tweak my S3?
Click to expand...
Click to collapse
They're not apps, they're tweaks for the things I mentioned. With the hotspot you can tether for free, and with the volume rocker track skip, well you can skip tracks with the volume buttons while listening to music when the screen is off.. there's threads for them in original development
Sent from my SGH-T999 using xda premium
serio22 said:
They're not apps, they're tweaks for the things I mentioned. With the hotspot you can tether for free, and with the volume rocker track skip, well you can skip tracks with the volume buttons while listening to music when the screen is off.. there's threads for them in original development
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
i appreciate that.. but i was looking for a list of tweaks that i can do on my s3 through the build file. i'm sure theres a list on this forum somewhere.
xenin said:
i appreciate that.. but i was looking for a list of tweaks that i can do on my s3 through the build file. i'm sure theres a list on this forum somewhere.
Click to expand...
Click to collapse
Oh you mean the build.prop file? Yeah I seen one around in the development forum I think
Sent from my SGH-T999 using xda premium
Use noptepad++ ...open your build.prop...
add this code to line 199 to end..and leave a space at end..Read the # for what it does
this is best code for SGS3 Tmobile
Code:
# Tweaks...
#Increase Overall Touch Responsiveness
debug.performance.tuning=1
video.accelerate.hw=1
#Hardware/Performance Rendering
debug.composition.type=gpu
#Better Scrolling And Touch Response
windowsmgr.max_events_per_sec=300
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
#Improves Picture/Camera/Camcoder Quality
ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=12000000
ro.media.enc.hprof.vid.bps=12000000
ro.camcorder.videoModes=true
#Video Media Encoder Tweak
ro.media.enc.hprof.vid.fps=65
#Maximum Capture Resolution Tweak
ro.media.capture.maxres=8m
#Better Flashlight Intensity & Camera-Flash Quality
ro.media.capture.flash=led
ro.media.capture.flashMinV=33000000
ro.media.capture.torchIntensity=65
ro.media.capture.flashIntensity=70
#Better Panorama Resolution And Frames Resolution
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
#Saves Battery And Power
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
wifi.supplicant_scan_interval=180
# Allow Purging Of Assets (System can free more Ram when needed)
persist.sys.purgeable_assets=1
#Phone Ring Faster When Dialing Out
ro.telephony.call_ring.delay=0
ring.delay=0
#Force Launcher In Memory
ro.HOME_APP_ADJ=1
#Disable USB Debugging Popup
persist.adb.notify=0
#Phone Ring Tweaks
ro.lge.proximity.delay=25
mot.proximity.delay=25
#Video Acceleration And HW Debugging
profiler.force_disable_err_rpt=1
#Disables Sending Of Usage Data
ro.config.nocheckin=1
#Dalvik VM Tweaks
dalvik.vm.dexopt-flags=m=y,o=y
dalvik.vm.execution-mode=init:jit
dalvik.vm.lockprof.threshold=250
dalvik.vm.verify-bytecode=false
dalvik.vm.checkjni=false
dalvik.vm.jniopts=forcecopy
dalvik.vm.dexopt-data-only=1
#Disable Error Checking
ro.kernel.android.checkjni=0
#Google DNS Servers/3G Turbocharger Enhancements
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
#Signal and Data Tweaks
ro.ril.hsxpa=3
ro.ril.hsdpa=24
ro.ril.hsupa=6
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=28
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=7
#Better Network Speed Tweaks
net.tcp.buffersize.default=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.wifi=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.umts=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.gprs=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.edge=6144,87380,524288,6144,16384,262144
net.tcp.buffersize.hspa=6144,87380,524288,6144,16384,262144
net.tcp.buffersize.lte=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.hsdpa=6144,87380,1048576,6144,87380,1048576
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144,87380,1048576
#Faster Media Stream
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-rtsp=true
media.stagefright.enable-record=false
#Better Signal
persist.cust.tel.eons=1
#Better Signal Reception
ro.config.hw_fast_dormancy=1
#Improves Battery During Disconnect/Reconnects
ro.mot.eri.losalert.delay=1000
#Qualcomm Device Specific Tweaks
com.qc.hardware=true
debug.enabletr=true
#Better Call Voice Quality
ro.ril.enable.amr.wideband=1
#Re-sampling Tweak
dev.pm.dyn_samplingrate=1
#Hardware Power Saving
ro.config.hw_power_saving=true
ktmdave7 said:
Use noptepad++ ...open your build.prop...
add this code to line 199 to end..and leave a space at end..Read the # for what it does
this is best code for SGS3 Tmobile
Code:
# Tweaks...
#Increase Overall Touch Responsiveness
debug.performance.tuning=1
video.accelerate.hw=1
#Hardware/Performance Rendering
debug.composition.type=gpu
#Better Scrolling And Touch Response
windowsmgr.max_events_per_sec=300
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
#Improves Picture/Camera/Camcoder Quality
ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=12000000
ro.media.enc.hprof.vid.bps=12000000
ro.camcorder.videoModes=true
#Video Media Encoder Tweak
ro.media.enc.hprof.vid.fps=65
#Maximum Capture Resolution Tweak
ro.media.capture.maxres=8m
#Better Flashlight Intensity & Camera-Flash Quality
ro.media.capture.flash=led
ro.media.capture.flashMinV=33000000
ro.media.capture.torchIntensity=65
ro.media.capture.flashIntensity=70
#Better Panorama Resolution And Frames Resolution
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
#Saves Battery And Power
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
wifi.supplicant_scan_interval=180
# Allow Purging Of Assets (System can free more Ram when needed)
persist.sys.purgeable_assets=1
#Phone Ring Faster When Dialing Out
ro.telephony.call_ring.delay=0
ring.delay=0
#Force Launcher In Memory
ro.HOME_APP_ADJ=1
#Disable USB Debugging Popup
persist.adb.notify=0
#Phone Ring Tweaks
ro.lge.proximity.delay=25
mot.proximity.delay=25
#Video Acceleration And HW Debugging
profiler.force_disable_err_rpt=1
#Disables Sending Of Usage Data
ro.config.nocheckin=1
#Dalvik VM Tweaks
dalvik.vm.dexopt-flags=m=y,o=y
dalvik.vm.execution-mode=init:jit
dalvik.vm.lockprof.threshold=250
dalvik.vm.verify-bytecode=false
dalvik.vm.checkjni=false
dalvik.vm.jniopts=forcecopy
dalvik.vm.dexopt-data-only=1
#Disable Error Checking
ro.kernel.android.checkjni=0
#Google DNS Servers/3G Turbocharger Enhancements
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
#Signal and Data Tweaks
ro.ril.hsxpa=3
ro.ril.hsdpa=24
ro.ril.hsupa=6
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=28
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=7
#Better Network Speed Tweaks
net.tcp.buffersize.default=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.wifi=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.umts=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.gprs=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.edge=6144,87380,524288,6144,16384,262144
net.tcp.buffersize.hspa=6144,87380,524288,6144,16384,262144
net.tcp.buffersize.lte=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.hsdpa=6144,87380,1048576,6144,87380,1048576
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144,87380,1048576
#Faster Media Stream
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-rtsp=true
media.stagefright.enable-record=false
#Better Signal
persist.cust.tel.eons=1
#Better Signal Reception
ro.config.hw_fast_dormancy=1
#Improves Battery During Disconnect/Reconnects
ro.mot.eri.losalert.delay=1000
#Qualcomm Device Specific Tweaks
com.qc.hardware=true
debug.enabletr=true
#Better Call Voice Quality
ro.ril.enable.amr.wideband=1
#Re-sampling Tweak
dev.pm.dyn_samplingrate=1
#Hardware Power Saving
ro.config.hw_power_saving=true
Click to expand...
Click to collapse
ktmdave7, thank u so much for this.. this is exactly what ive been looking for. one question.. is there a thread here furhter explaining these tweaks?
anybody can help me tweaking my build.prop? ?
or anybody can add some tweaks to my build.prop in description ?
help please! as i tried and stucked at boot loop
bunty786 said:
anybody can help me tweaking my build.prop? ?
or anybody can add some tweaks to my build.prop in description ?
help please! as i tried and stucked at boot loop
Click to expand...
Click to collapse
Bro,
its a simple deal if you dont touch few things like system id, ppi etc. which deals with brand...
And make a nandroid before trying and also you can use apps like build.prop editor or rom toolbox for editing in which you can make backup of your original build.prop.
Remember, for playing safe dont use all at ones play smoothly play wisely
Few of mine not actually mine but tested by me, working and my favorite tweaks:-
better scrolling:
PHP:
windowsmgr.max_events_per_sec=300
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
Signal and data:
PHP:
ro.ril.hsxpa=3
ro.ril.gprsclass=12
Add to the end of build.prop:
batter battery: ro.mot.eri.losalert.delay=1000 might break tethering
PHP:
ro.ril.disable.power.collapse=1
wifi.supplicant_scan_interval=100
ro.mot.eri.losalert.delay=1000
Video acceleration and hw debugging
PHP:
debug.performance.tuning=1
video.accelerate.hw=1
Better audio and video recording quality:
PHP:
ro.media.dec.jpeg.memcap=12000000
ro.media.enc.hprof.vid.bps=12000000
Better image quality:
PHP:
ro.media.enc.jpeg.quality=100
Gives better image quality when enabled(1) but lowers performance:
PHP:
persist.sys.use_dithering=0
Dalvik VM tweaks:
PHP:
dalvik.vm.startheapsize=8M
dalvik.vm.dexopt-flags=m=y
dalvik.vm.execution-mode=init:jit
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
Rings faster when dialing:
PHP:
ro.telephony.call_ring.delay=0
Phone sleeps better:
PHP:
pm.sleep_mode=1
disables android debugging notification:
PHP:
persist.adb.notify=0
Frees up more ram when needed
PHP:
persist.sys.purgeable_assets=1
faster streaming:
PHP:
media.stagefright.enable-meta=true
media.stagefright.enable-record=false
disables waking up with volume rocker:
PHP:
ro.config.hwfeature_wakeupkey=0
signal and data tweaks:
PHP:
ro.ril.hep=1
ro.mot.eri.losalert.delay=1000
ro.ril.enable.dtm=1
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.hsdpa.category=28
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=9
No boot animation
PHP:
debug.sf.nobootanimation=1
If these help hit thnx and if anything else i could do than shoot...
Whats the best Rom for the S4 Mini?
I just play Minecraft PE with my brother and watch Youtube.
So i mostly just want a stable rom with good performance and decent battery life
i use Hoplite because this rom have great performance and great battery life also games runs much smoother on kitkat roms than lineage os or canoyagen mods. I play Nfs no limits, Wot:blitz, real racing 3, asphalt xtreme, fs18, bus simulator 17 and all these games running smoothly.
I installed it but performance isnt that great. Is there any Costum Kernel that will make things better
I use alexax66 0.1.2 kernel and other build prob tweaks also i deodexed all rom apps with lucky patcher
Also i changed some apps and icons
https://youtu.be/pqOYK6nH9aY
Can you tell me the build.prop tweaks?
ro.config.sweep2sleep=true
ro.config.sysinit=true
ro.config.ksm=true
ro.config.adaptive_lmk=true
boot.fps=30
persist.sys.NV_FPSLIMIT=60
persist.sys.NV_POWERMODE=1
persist.sys.NV_PROFVER=15
persist.sys.NV_STEREOCTRL=0
persist.sys.NV_STEREOSEPCHG=0
persist.sys.NV_STEREOSEP=20
persist.sys.purgeable_assets=1
htc.audio.alt.enable=0
htc.audio.hac.enable=0
ro.config.hw_Wquickpoweron=true
ro.ril.hep=0
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=8
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=6
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-rtsp=true
media.stagefright.enable-record=false
ro.HOME_APP_ADJ=1
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.hspa=6144,87380,524288,6144,163 84,262144
net.tcp.buffersize.lte=524288,1048576,2097152,5242 88,1048576,2097152
net.tcp.buffersize.hsdpa=6144,87380,1048576,6144,8 7380,1048576
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144, 87380,1048576
ro.media.capture.flash=led
ro.media.capture.flashMinV=3300000
ro.media.capture.torchIntensity=40
ro.media.capture.flashIntensity=70
ro.media.capture.maxres=8m
ro.media.capture.fast.fps=4
ro.media.capture.slow.fps=120
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true
wifi.supplicant_scan_interval=300
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.hprof.vid.fps=65
video.accelerate.hw=1
debug.performance.tuning=1
persist.sys.composition.type=gpu
debug.qc.hardware=true
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
debug.egl.profiler=1
debug.egl.hw=1
debug.composition.type=gpu
ro.product.gpu.driver=1
persist.sys.use_16bpp_alpha=1
persist.sampling_profiler=0
hwui.render_dirty_regions=false
hwui.disable_vsync=true
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
ro.ril.enable.a52=1
ro.ril.enable.a53=0
persist.android.strictmode=0
---------- Post added at 06:44 PM ---------- Previous post was at 06:43 PM ----------
Also u can use this mod https://www.google.com/amp/s/forum....timate-performence-blazing-fast-t3482317/amp/
Is it really better for games/twitch/youtube then RR 5.8 with Remix Kernel? I got 38000 points on Antutu
Edit: Tested again, got 39128
For daily usage facebook, youtube, messanger, internet browser RR 5.8 with remix kernel will be better performance also u will get more score in antutu but battery life in RR 5.8 are bad with enabled oc in kitkat roms for daily usage phone will be slightly slower but games will run smooth and also u will get better battery life