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
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...