Sunday 3 January 2016

Samsung Galaxy Note 5.1.1 ROM Absolutely BUGLESS For Nitro A310/A311

Presenting You Awesome UI Rom With Amazing Features And Fully Bugless


                                 Galaxy Note 5 ROM


Features :-

1. Android Lollipop

2.Dolby Support 

3.Fully Buggless

4. All Sensors Working

4. Wifi , Bluetooth Working

5. Hotspot Working

6. GPS Working

7. Samsung Apps

8.Superb Battery Performance

9. Pre-Rooted

10.Smooth UI














  

                         To Download This ROM Click Here   

                For A311 Sensors , Camera Patch Click Here


Enjoy With The Rom And If You Face Any Kind Of Trouble Don't Forget To Comment Down!!!


Tuesday 29 December 2015

Performance n System Tweaks For Any Device n Any ROM

In This Post I Have System Tweaks As Android has a single text file named build.prop that determines tons of various system-wide settings on your device. You need root access to edit this file, since it's stored on the system partition—but the various lines of codes it contains are actually fairly easy to interpret and modify.

And If You Don't Have Root Permissions On Your Device Than Just Go Through My Rooting Post...

Well For Editing Build.prop File I recommend Root Explorer App To you Or You Can Use JRummy Build Prop Editor

If You Are Using Root Explorer Then Open The Root Directory > System > There Will will see the build.prop File


Before Getting Started Make A Backup Of The Build.prop File So That If Anything Goes Wrong Then You Can Come Back To Initial Conditions ..... For making a backup just copy it somewhere on ur device with .bak extension

Now You Need To Click And Hold The build.prop File And Select "Open With" Then Select Text Editor ...


Now You Will Some Lines add any of the lines listed below to the bottom of the build.prop file. When you're done, make sure to save the file and reboot



And If You Are Using JRummy Build Prop Editor Then You Simply Need To Add The Lines


Alright So Here Are The Tweaks :-

>>>Make Your Phone Ring as Soon as You Get a Call:-
  • ro.telephony.call_ring.delay=0
  • ring.delay=0


>>>Enable Auto-Rotation on the Lock Screen :-
  • log.tag.launcher_force_rotate=VERBOSE


>>>Change DPI for Bigger or Smaller Menus & Icons:-
Instead of XXX put The Value Of Dpi You Want On Your Device
  • ro.sf.lcd_density=XXX

>>>Use Google's DNS for Faster Internet Connections:-
  • net.dns1=8.8.8.8
  • net.dns2=8.8.4.4

>>>Force JPEG Encoding to Be Top Quality:-
  • ro.media.enc.jpeg.quality=100

>>>Enable or Disable on Screen Navigation Keys:-
  • qemu.hw.mainkeys=1      (For Disabling)
  • qemu.hw.mainkeys=0      (For Enabling)

>>> Increase camera's photo and video recording quality:-
  • #Camera Tweaks
  • ro.media.dec.jpeg.memcap=8000000
  • ro.media.enc.hprof.vid.bps=8000000
  • ro.media.enc.hprof.vid.fps=65

>>>Disable the 'USB Debugging' Notification:-
  • persist.adb.notify=0

>>>Enable 270-Degree Rotation in All Apps:-
  • windowsmgr.support_rotation_270=true

>>>Increase the Time Between Wi-Fi Network Scans:-
  • wifi.supplicant_scan_interval=300

>>>Change The Default Language of The Rom:-
Example : if you want to change default language from Chinese to English, you have to write :
  • ro.product.local.language=zh
  • ro.product.local.region=CN
                           TO
  • ro.product.local.language=en
  • ro.product.local.region=US

>>>Rendering Tweaks:-
  • debug.composition.type=c2d
  • debug.egl.hw=1
  • debug.enabletr=true
  • debug.overlayui.enable=1
  • debug.qctwa.preservebuf=1
  • debug.performance.tuning=1
  • debug.sf.hw=1
  • dev.pm.dyn_samplingrate=1
  • hw3d.force=1
  • ro.config.disable.hw_accel=false
  • ro.fb.mode=1
  • ro.sf.compbypass.enable=0
  • ro.vold.umsdirtyratio=20
  • persist.sys.composition.type=c2d
  • persist.sys.ui.hw=1
  • video.accelerate.hw=1

>>>Enable GPU Acceleration And GPU Tweaks:-
  • #GPU Tweaks
  • 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
  • hw3d.force=1
  • ro.product.gpu.driver=1
  • persist.sys.use_16bpp_alpha=1 
  • persist.sampling_profiler=0
  • hwui.render_dirty_regions=false
  • hwui.disable_vsync=true

>>>Saves some battery without reducing performances:-
  • #Battery Save Without Performance Reduction
  • wifi.supplicant_scan_interval=497
  • pm.sleep_mode=1
  • power.saving.mode=1
  • ro.ril.disable.power.collapse=0
  • ro.vold.umsdirtyratio=20

>>>Battery Save:-
  • #Battery Save
  • pm.sleep_mode=1 
  • ro.ril.disable.power.collapse=0 
  • profiler.force_disable_err_rpt=1 
  • profiler.force_disable_ulog=1 
  • dalvik.vm.checkjni=false 
  • dalvik.vm.execution-mode=int:jit
  • ro.ril.power_collapse=1
  • power_supply.wakeup=enable
  • ro.mot.eri.losalert.delay=1000
  • ro.config.hw_fast_dormancy=1
  • ro.config.hw_power_saving=1

>>>Misc Tweaks (enables ADB service):-
  • #Misc Tweaks
  • persist.service.adb.enable=1

>>>Sensor Sleep Control:-
  • #Sensor
  • ro.ril.sensor.sleep.control=1

>>>Device will boot faster:-
  • #Fast Boot
  • persist.sys.shutdown.mode=hibernate
  • ro.config.hw_fast_dormancy=1
  • ro.config.hw_quickpoweron=true

>>>Reduce dial-out time:-
  • #Reduce Dial Out Time
  • ro.telephony.call_ring.delay=0
>>>Allow purge of assets to free more ram:-
  • #More Ram
  • persist.sys.purgeable_assets=1
>>>More free ram and apps load faster:-
  • #Fast App Load
  • dalvik.vm.dexopt-flags=m=y
>>>More RAM:-
  • #Some More RAM
  • persist.sys.purgeable_assets=1 
  • persist.service.pcsync.enable=0 
  • persist.service.lgospd.enable=0
>>>Increase general Performance:-
  • #General Performance
  • debug.performance.tuning=1
>>>Increase some Performance:-
  • #Performance
  • ro.secure=0
  • persist.sys.use_16bpp_alpha=1
  • ro.product.gpu.driver=1
  • ro.min.fling_velocity=8000
>>>Reduce the black screen time of the proximity sensor:-
  • #Proximity Sensor
  • ro.lge.proximity.delay=15
  • mot.proximity.delay=15
  • ro.ril.enable.amr.wideband=1
>>>Increase Touch Sensitivity:-
  • touch.presure.scale=0.001
>>>Better Scrolling responsiveness and speed:-
  • #Touch Response
  • windowsmgr.max_events_per_sec=150
  • ro.max.fling_velocity=12000
  • ro.min.fling_velocity=8000
  • ro.min_pointer_dur=8
>>>Smoothes UI:-
  • #Smooth UI
  • persist.service.lgospd.enable=0
  • persist.service.pcsync.enable=0
  • ro.ril.enable.a52=1
  • ro.ril.enable.a53=0
>>>Better Flashlight intensity and camera-flash quality:-
  • #Flashlight Tweak
  • 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
  • ro.media.enc.hprof.vid.fps=65
>>>Increase the volume steps in-call:-
  • ro.config.vc_call_steps=20
>>>Better call voice quality:-
  • ro.ril.enable.amr.wideband=1

>>>Improves Camera & Video Results:-
  • #Camera Result Tweaks
  • ro.media.panorama.defres=3264x1840
  • ro.media.panorama.frameres=1280x720
  • ro.camcorder.videoModes=true
  • ime_extend_row_keyboard=true
  • ime_onehand_keyboard=true
  • ime_split_keyboard=true
  • ime_vibration_pattern=0:60



>>>Disable Sending Usage Data:-
  • ro.config.nocheckin=1



>>>Better internet browsing & download speed:-
  • #Internet tweaks
  • 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



>>>Smoother video streaming and tweak media:-
  • #Smoother streaming
  • media.stagefright.enable-player=true
  • media.stagefright.enable-meta=true
  • media.stagefright.enable-scan=true
  • media.stagefright.enable-http=true
  • media.stagefright.enable-aac=true
  • media.stagefright.enable-qcp=true
  • media.stagefright.enable-record=true


>>>3G signal and speed tweaks:-
  • #Signal Tweaks
  • 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=7
  • ro.ril.hsdpa.category=10
  • ro.ril.enable.a52=1
  • ro.ril.set.mtu1472=1
  • persist.cust.tel.eons=1
  • ro.config.hw_fast_dormancy=1

>>>Support For IPV4 and IPV6:-
  • #IPV4 And IPV6 Support
  • persist.telephony.support.ipv6=1
  • persist.telephony.support.ipv4=1

>>>Wireless Tweaks:-
  • #Wireless Tweak
  • net.ipv4.ip_no_pmtu_disc=0
  • net.ipv4.route.flush=1
  • net.ipv4.tcp_ecn=0
  • net.ipv4.tcp_fack=1
  • net.ipv4.tcp_mem=187000 187000 187000
  • net.ipv4.tcp_moderate_rcvbuf=1
  • net.ipv4.tcp_no_metrics_save=1
  • net.ipv4.tcp_rfc1337=1
  • net.ipv4.tcp_rmem=4096 39000 187000
  • net.ipv4.tcp_sack=1
  • net.ipv4.tcp_timestamps=1
  • net.ipv4.tcp_window_scaling=1
  • net.ipv4.tcp_wmem=4096 39000 18700
  • wifi.supplicant_scan_interval=180

>>>Video Acceleration Enabled And HW debugging:-
  • #Video Acceleration And HW Tweaks
  • video.accelerate.hw=1
  • debug.sf.hw=1
  • debug.performance.tuning=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
PLZZ SELECT ONLY THOSE WHICH YOU WANT TO APPLY AND ON YOUR RISK !!!!

Thats All Guys And I Don't Think You Need Any More Tweaks So Enjoy!!!!