Related
http://forum.xda-developers.com/showthread.php?t=1227269
2. Raise JPG quality to 100%
Code:
ro.media.enc.jpeg.quality=100
10. Raise photo and video recording quality
Code:
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
are those two tweaks makes some good change to ours camera?
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?
Hello Folks,
Nokia X just Released in our country and i started to play with it.
I was searching for build.prop tweaks supporting Nokia X, 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.
ADD THEM AFTER LAST LINE AND DONT FORGET TO MAKE A BACKUP BEFORE EDTING
Code:
########################
# My Nokia X tweaks
########################
#Allows purging of assets to free up RAM
persist.sys.purgeable_assets=1
#Disable logcat
logcat.live=disable
#Disables error reports
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
# Faster streaming videos
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
#Video acceleration and HW debugging
debug.sf.hw=1
debug.performance.tuning=1
video.accelerate.hw=1
debug.egl.profiler=1 # Measure rendering time in adb shell dumpsys gfxinfo
debug.egl.hw=1
debug.composition.type=gpu # Disable hardware overlays and use GPU for screen compositing
#Better net speeds.
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
# PowerSaving
ro.ril.power_collapse=1
pm.sleep_mode=1
wifi.supplicant_scan_interval=180
ro.mot.eri.losalert.delay=1000
#Support for ipv4 and ipv6.
persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1
#Phone rings immediately.
ro.telephony.call_ring.delay=0
ring.delay=0
#Better scrolling.
windowsmgr.max_events_per_sec=150
ro.min_pointer_dur=8
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
#Better signal.
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
#better Call Voice Quilty
ro.ril.enable.amr.wideband=1
#Disables error checking.
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
#Better image quality, lower performance.
persist.sys.use_dithering=1
USE AT YOUR OWN RISK
Cheers
alz3abi said:
Hello Folks,
Nokia X just Released in our country and i started to play with it.
I was searching for build.prop tweaks supporting Nokia X, 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.
ADD THEM AFTER LAST LINE AND DONT FORGET TO MAKE A BACKUP BEFORE EDTING
Code:
########################
# My Nokia X tweaks
########################
#Allows purging of assets to free up RAM
persist.sys.purgeable_assets=1
#Disable logcat
logcat.live=disable
#Disables error reports
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
# Faster streaming videos
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
#Video acceleration and HW debugging
debug.sf.hw=1
debug.performance.tuning=1
video.accelerate.hw=1
debug.egl.profiler=1 # Measure rendering time in adb shell dumpsys gfxinfo
debug.egl.hw=1
debug.composition.type=gpu # Disable hardware overlays and use GPU for screen compositing
#Better net speeds.
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
# PowerSaving
ro.ril.power_collapse=1
pm.sleep_mode=1
wifi.supplicant_scan_interval=180
ro.mot.eri.losalert.delay=1000
#Support for ipv4 and ipv6.
persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1
#Phone rings immediately.
ro.telephony.call_ring.delay=0
ring.delay=0
#Better scrolling.
windowsmgr.max_events_per_sec=150
ro.min_pointer_dur=8
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
#Better signal.
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
#better Call Voice Quilty
ro.ril.enable.amr.wideband=1
#Disables error checking.
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
#Better image quality, lower performance.
persist.sys.use_dithering=1
USE AT YOUR OWN RISK
Cheers
Click to expand...
Click to collapse
Could you please provide us .. a copy of Whole ROM partition .. means Root ... so that we can make custom rom for it ..
some devs..very nice..anyway im using nokia x ported to flare.same hardware as nokia x
can you post how to show service menu or how to calibrate proximity sensor? any dial codes?
superdevs said:
Could you please provide us .. a copy of Whole ROM partition .. means Root ... so that we can make custom rom for it ..
Click to expand...
Click to collapse
Maybe this help: http://pan.baidu.com/s/1qWlTQna
Sent from my GT-N7105 using XDA Premium 4 mobile app
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