hello folks...
can anybody suggest or provide some build.prop tweaks for longer battery life..
kantry123 said:
hello folks...
can anybody suggest or provide some build.prop tweaks for longer battery life..
Click to expand...
Click to collapse
Here are the main ones.
Code:
# Time between Access Points scans
# Increase seconds to minimize battery drain
wifi.supplicant_scan_interval = 180
# LCD Brightness Setting Default is 143
settings.display.brightness = 120
# ARM11 Sleep Mode
# 0 = Power Collapse Suspend
# 1 = Power Collapse
# 2 = Apps Sleep
# 3 = Slow Clock and Wait for Interrupt
# 4 = Wait for Interrupt
pm.sleep_mode = 1
# HSDPA Low Throughput
ro.ril.disable.power.collapse = 0
Tera Tike said:
Here are the main ones.
Code:
# Time between Access Points scans
# Increase seconds to minimize battery drain
wifi.supplicant_scan_interval = 180
# LCD Brightness Setting Default is 143
settings.display.brightness = 120
# ARM11 Sleep Mode
# 0 = Power Collapse Suspend
# 1 = Power Collapse
# 2 = Apps Sleep
# 3 = Slow Clock and Wait for Interrupt
# 4 = Wait for Interrupt
pm.sleep_mode = 1
# HSDPA Low Throughput
ro.ril.disable.power.collapse = 0
Click to expand...
Click to collapse
thanks for ur reply...
but will it work with HTC wildfire s a510e(GSM)...?
kantry123 said:
thanks for ur reply...
but will it work with HTC wildfire s a510e(GSM)...?
Click to expand...
Click to collapse
Yes.
On average how much longer has this increased battery life ?
Sent from my HTC_A510c using XDA App
junxracr said:
On average how much longer has this increased battery life ?
Sent from my HTC_A510c using XDA App
Click to expand...
Click to collapse
On one phone with data, wifi, bluetooth and sync enabled get about two days plus. On the other one with just the phone on I get about 4 plus days. So it will vary...
Thank you I'll give it a try.
Sent from my HTC_A510c using XDA App
I'm bumping this - anybody else got any other interesting tweaks?
Sent from my Wildfire S A510e using xda premium
To help with touch responsiveness...
CHANGE:
Code:
view.touch_slop = 2
ADD:
Code:
# Force Launcher into Memory
ro.HOME_APP_ADJ = 1
# Enable Graphic Processor Unit
debug.sf.hw = 1
# Improve Overall Touch Responsiveness
debug.performance.tuning = 1
video.accelerate.hw = 1
# Improve Scrolling Responsiveness
windowsmgr.max_events_per_sec = 150
Tera Tike said:
To help with touch responsiveness...
CHANGE:
Code:
view.touch_slop = 2
ADD:
Code:
# Force Launcher into Memory
ro.HOME_APP_ADJ = 1
# Enable Graphic Processor Unit
debug.sf.hw = 1
# Improve Overall Touch Responsiveness
debug.performance.tuning = 1
video.accelerate.hw = 1
# Improve Scrolling Responsiveness
windowsmgr.max_events_per_sec = 150
Click to expand...
Click to collapse
thanks but would u suggest any thing with max and min fling velocity..?
kantry123 said:
thanks but would u suggest any thing with max and min fling velocity..?
Click to expand...
Click to collapse
For me not really, the Minimum fling velocity is measured by the number of pixels your finger traveled per second.
You can lower the view.minimum_fling_velocity = 15 to speed up scrolling.
I would not even set the maximum velocity as the screen is to small for it to be effective.
Tera Tike said:
For me not really, the Minimum fling velocity is measured by the number of pixels your finger traveled per second.
You can lower the view.minimum_fling_velocity = 15 to speed up scrolling.
I would not even set the maximum velocity as the screen is to small for it to be effective.
Click to expand...
Click to collapse
thank u so much for ur valuable answer...!
but can u clarify my doubt..??
below i'm posting some tweaks will that work on wfs.?
ro.mot.eri.losalert.delay=1000
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
ro.telephony.call_ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
dalvik.vm.dexopt-flags=m=v,o=y
persist.sys.purgeable_assets=1
ro.config.hw_fast_dormancy=1
persist.sys.shutdown.mode = hibernate
ro.config.hw_power_saving=true
debug.kill_allocating_task=0
debug.qctwa.statusbar=1 (qualcomm device specific)
debug.qctwa.preservebuf=1 (qualcomm device specific)
debug.qc.hardware=true (qualcomm device specific)
com.qc.hardware=true (qualcomm device specific)
plz.z..z won't mind if i have botherd u but.. seriously i'm in need of those tweaks..??
kantry123 said:
thank u so much for ur valuable answer...!
but can u clarify my doubt..??
below i'm posting some tweaks will that work on wfs.?
ro.mot.eri.losalert.delay=1000
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
ro.telephony.call_ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
dalvik.vm.dexopt-flags=m=v,o=y
persist.sys.purgeable_assets=1
ro.config.hw_fast_dormancy=1
persist.sys.shutdown.mode = hibernate
ro.config.hw_power_saving=true
debug.kill_allocating_task=0
debug.qctwa.statusbar=1 (qualcomm device specific)
debug.qctwa.preservebuf=1 (qualcomm device specific)
debug.qc.hardware=true (qualcomm device specific)
com.qc.hardware=true (qualcomm device specific)
plz.z..z won't mind if i have botherd u but.. seriously i'm in need of those tweaks..??
Click to expand...
Click to collapse
Here is the list of what I am using...
Code:
# View configuration for QVGA
ro.min.fling_velocity=10
# Decrease Dialing Delay
ro.telephony.call_ring.delay = 0
# Fix Blackscreen Issue after Call
ro.lge.proximity.delay = 5
mot.proximity.delay = 5
# Dalvik Cache Settings
dalvik.vm.dexopt-flags = v=n,o=a,u=y
# Application Not Responding Timeout
keydispatchtimeout = 15000
# Qualcomm UI Tweaks
debug.qctwa.preservebuf = 1
debug.qc.hardware = true
# Improves Radio Signal
ro.config.hw_fast_dormancy = 1
I would not use these as they was not needed, degraded or bootlooped my device.
Code:
# Maximum Velocity to Initiate a Fling (measured pixels per second)
ro.max.fling_velocity = 12000
# Cellular Tower Reconnect Delay (Made Hotspot Mode Unstable)
ro.mot.eri.losalert.delay = 1000
# Purge Memory Cache Memory on reboot (UI already does that)
persist.sys.purgeable_assets = 1
# Dalvik Cache Settings (degraded performance)
dalvik.vm.dexopt-flags=m=v,o=y
# Disable Graphic Dithering (default setting)
persist.sys.use_dithering = 0
# Power Off Mode Hibernate
persist.sys.shutdown.mode = hibernate
# Enable Hardware Power Savings (not supported)
ro.config.hw_power_saving = true
# Enhanced Operator Name String
persist.cust.tel.eons = 1
# Disable Task Killing
debug.kill_allocating_task = 0
# Qualcomm UI Tweaks (Made no differance)
debug.qctwa.statusbar = 1
com.qc.hardware = true
[Mannual Way]
For editing build.prop you'll need a root enabled file explorer i used ES file explorer.
---------------------------------------------------------------------------------------
# MEDIA TWEAKS-----------------
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=true
# photo/video quality
ro.media.enc.jpeg.quality=100
ro.media.enc.hprof.vid.bps=8000000 #control video bitrate (stock cam app only)
# MISCELLANEOUS TWEAKS-----------------
wifi.supplicant_scan_interval=180
#If you don’t keep Wi-Fi active, lowering the value below the default of 90 seems to make Wi-Fi connect faster after being turned on. But it will consume more power if turning Wi-Fi off has been forgotten when not in range of a known network.
windowsmgr.max_events_per_sec=90 #This number equates to the refresh rate * 1.5 Android maxes at 60fps. Max value is already set to 90.
# faster Scrolling
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
# improve voice call clarity
ro.ril.enable.amr.wideband=1
# disable error checking
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
# disable logcat
logcat.live=disable
# faster youtube?
ro.ril.hep=0
# Faster boot
persist.sys.shutdown.mode=hibernate
# disable animation for faster startup
#debug.sf.nobootanimation=1
# does not need to be on if not a dev
persist.android.strictmode=0
# disable USB debugging icon from status bar
persist.adb.notify=0
#HARDWARE RELATED TWEAKS-----------------
# Render graphics with GPU&CPU
#debug.composition.type=CPU
#debug.composition.type=GPU
# Qualcomm display settings
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
com.qc.hardware=true
# BATTERY SAVING-----------------
ro.ril.disable.power.collapse=1
ro.mot.eri.losalert.delay=1000 #smooths out network disconnects. breakes tethering in CM7.
ro.config.nocheckin=1 #disable sending usage data to google
# sleep modes
pm.sleep_mode=2
#usage:
#pm.sleep_mode=0 -> collapse suspend
#pm.sleep_mode=1 -> collapse (will totally power off the cpu)
#pm.sleep_mode=2 -> sleep (cpu is still on, but put into low power mode (registers are still saved)
#pm.sleep_mode=3 -> slow Clock and Wait for Interrupt (lowered frequency and voltage)
#pm.sleep_mode=4 -> wait for interrupt (no change in cpu clock or voltage)
----------------------------------------------
[Flash Method]
Download the zip file from the attachment.
Place it in the root of sdcard.
Boot your phone in recovery mode. [up volume+power] or [up volume+power+home]
Select option flash from .zip file.
Browse to the file.
FLASH. REBOOT..
DONE!!
Hello can any one give me the original build.prop file for coolpad dazen 1 please, i have deleted unfortunately and my phone is not working properly. Please anyone help me.
Hello Dear S3 Users & Devs this is a build.prop Tweaks may help & may no on ur rom so just copy/paste in ur build.prop at the end .. & also for DEVS so I hope it's helping u...
# 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
# Default Network Mode
ro.telephony.default_network=10
# Enable GPU Acceleration
video.accelerate.hw=1
debug.performance.tuning=1
persist.sys.composition.type=gpu
debug.qc.hardware=true
debug.qctwa.statusbar=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
wifi.supplicant_scan_interval=497
pm.sleep_mode=1
power.saving.mode=1
ro.vold.umsdirtyratio=20
proximity_incall=enable
ro.config.hw_quickpoweron=true
usb_wakeup=enable
# Battery save
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)
persist.service.adb.enable=1
# Sensor Sleep Control
ro.ril.sensor.sleep.control=1
# Device will boot faster
persist.sys.shutdown.mode=hibernate
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
# Reduce dial-out time
ro.telephony.call_ring.delay=0
# Allow purge of assets to free more ram
persist.sys.purgeable_assets=1
# More free ram and apps load faster
dalvik.vm.dexopt-flags=m=y
# More RAM
#persist.sys.purgeable_assets=1
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
ro.config.low_ram.mod=true
# Increase general Performance
debug.performance.tuning=1
# Increase some Performance
ro.secure=0
persist.sys.use_16bpp_alpha=1
ro.product.gpu.driver=1
ro.min.fling_velocity=8000
debug.gr.swapinterval=1
debug.kill_allocating_task=0
ENFORCE_PROCESS_LIMIT=false
hw3d.force=1
persist.sys.NV_FPSLIMIT=60
ro.debuggable=1
ro.min_pointer_dur=8
ro.min_pointer_dur=1
ro.wmt.blcr.enable=0
# Reduce the black screen time of the proximity sensor
ro.lge.proximity.delay=25
mot.proximity.delay=25
# TOUCH
touch.presure.scale=0.001
# Better Scrolling responsiveness and speed
windowsmgr.max_events_per_sec=150
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
ro.min_pointer_dur=8
# Smoothens UI
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
ro.ril.enable.a52=1
ro.ril.enable.a53=0
# Increase camera's photo and video recording quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.hprof.vid.fps=65
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
# Better Flashlight intensity and camera-flash quality
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.cam.preview.fps=0
ro.media.codec_priority_for_thumb=so
# Increase the volume steps in-call
ro.config.vc_call_steps=20
# Better call voice quality.
ro.ril.enable.amr.wideband=1
# Force launcher into memory
ro.HOME_APP_ADJ=1
# Disable Bytecode Verification
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=m=y,v=n,o=v
#dalvik.vm.dexopt-flags=m=y,v=n,o=v,u=n
# Improves Camera & Video Results
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
# Hardware 2D & 3D Rendering
hw3d.force=1
hw2d.force=1
# 3d performance
persist.android.strictmode=0
ro.secure=0
# Audio Tweaks
persist.audio.fluence.mode=endfire
persist.audio.hp=true
persist.audio.vr.enable=false
persist.audio.handset.mic=digital
persist.audio.lowlatency.rec=false
# System prop to select audio resampler quality
af.resampler.quality=255
# System prop to select MPQAudioPlayer by default on mpq8064
mpq.audio.decode=true
# Increase jpg quality to 100%
ro.media.enc.jpeg.quality=100
# Disable Error reporting and logs
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
# Disable Sending Usage Data
ro.config.nocheckin=1
# Fix some application issues (FC)
ro.kernel.android.checkjni=0
# MMS APN retry timer set to 2 sec( if SMS/MMS couldn`t be sent, it retries after 2 instead of 5 seconds)
ro.gsm.2nd_data_retry_config=max/_retries=3, 2000, 2000, 2000
# Miscellaneous Tweaks for performance
ro.config.hw_menu_unlockscreen=false
persist.sys.purgeable_assets=1
dalvik.vm.dexopt-flags=m=y
ro.mot.eri.losalert.delay=1000
ro.telephony.sms_segment_size=160
# Better internet browsing & download speed
net.tcp.buffersize.default=6144,87380,1048576,6144 ,87380,524288
net.tcp.buffersize.wifi=524288,1048576,2097152,524 288,1048576,2097152
net.tcp.buffersize.umts=6144,87380,1048576,6144,87 380,524288
net.tcp.buffersize.gprs=6144,87380,1048576,6144,87 380,524288
net.tcp.buffersize.edge=6144,87380,524288,6144,163 84,262144
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
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=false
# 3G signal and speed 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
persist.data_netmgrd_mtu=1482
persist.data_netmgrd_nint=8
ro.use_data_netmgrd=true
# For the default value of agps
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
# GOOGLE DNS
net.dns1=8.8.8.8
net.dns2=8.8.4.4
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
net.wlan0.dns1=8.8.8.8
net.wlan0.dns2=8.8.4.4
net.eth0.dns1=8.8.8.8
net.eth0.dns2=8.8.4.4
net.gprs.dns1=8.8.8.8
net.gprs.dns2=8.8.4.4
# CRT
persist.sys.screen_off=crt
persist.sys.screen_on=none
# Support For IPV4 and IPV6
persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1
#
ro.com.google.locationfeatures=1
ro.com.google.networklocation=1
htc.audio.alt.enable=0
htc.audio.hac.enable=0
# Wireless Tweaks
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
net.ipv4.tcp_fack=1
net.ipv4.tcp_window_scaling=1
# Video Acceleration Enabled And HW debugging
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
# Disable logcat
logcat.live=disable
# Better image quality, lower performance.
persist.sys.use_dithering=1
# Better Telephony Settings
ro.config.vc_call_vol_steps=15
ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
ro.mot.buttonlight.timeout=0
# For SD storage insert notification sound
persist.service.mount.playsnd=0
# faster youtube?
ro.ril.hep=0
Sent from my SM-G900F using Tapatalk
Are you sure for that? What if my s3 get some error or bug?
semflow said:
Are you sure for that? What if my s3 get some error or bug?
Click to expand...
Click to collapse
Its simply make full backup ..
Sent from my SM-G900F using Tapatalk
How many of these can you actually confirm working for 4.3 or 4.4.2? I know some of these were retired with project butter.
Kryten2k35 said:
How many of these can you actually confirm working for 4.3 or 4.4.2? I know some of these were retired with project butter.
Click to expand...
Click to collapse
Both
Sent from my SM-G900F using Tapatalk
So, you can confirm that ALL these build.prop values work, even though some were retired in 4.1.2 (like HW rendering, that's on by default)?
I can decompile the entire framework set of jars and find these all these values?
I'm asking because I'm curious. I've seen some of these before for various devices and I think some are no longer in use.
density
Is it safe to add (ro.sf.lcd_density line) in this build.prop?
Does someone already tested on 4.4 custom roms?
I use this on 4.4.2 qs
and all is ok but i need to del this line
# Better Telephony Settings
ro.config.vc_call_vol_steps=15
ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
ro.mot.buttonlight.timeout=0
Bc i have quaiet speeker in call
At least half of these won't work. Infact,all of them may just not work,except some minor tweaks,like device's name or lcd density.
Op thanks for trying hard for us,but ecerything there is pretty much useless.
AssassinGEO said:
At least half of these won't work. Infact,all of them may just not work,except some minor tweaks,like device's name or lcd density.
Op thanks for trying hard for us,but ecerything there is pretty much useless.
Click to expand...
Click to collapse
how did you know ?
I really like the experience of AOSP-based ROMs, the performance, the battery life, appearance. But, the camera seems like to be worst than Stock-based ROMs. How can I solve this problem? Someone knows about a AOSP ROM with camera quality at least similar to the Touchwiz one?
mrdaltro said:
I really like the experience of AOSP-based ROMs, the performance, the battery life, appearance. But, the camera seems like to be worst than Stock-based ROMs. How can I solve this problem? Someone knows about a AOSP ROM with camera quality at least similar to the Touchwiz one?
Click to expand...
Click to collapse
The camera just had an upgrade last week on CM13, here's the change log
packages/apps/Snap
•?*51be6e8 Revert "SnapdragonCamera: Fix AEC lock issue after non-zsl snapshot."
•?*45769ae snap: Add constrained longshot mode
•?*81110de snap: Additional fixes for auto-HDR mode
•?*1ccf372 snap: Fixes for advanced features and scene modes
•?*d91acef snap: Always turn touch-af-aec on
•?*8fef7ac snap: Add missing resource
•?*38a5e13 SnapdragonCamera: Fix the advanced features relative toast issue
•?*846dc6a SnapdragonCamera: implement optizoom and chromaflash UI
•?*9a1d5c2 SnapdragonCamera: Fix panorama cancel button location
•?*ee8c922 SnapdragonCamera: Fix the issue that camera control is removed
•?*a58a537 SnapdragonCamera: Add manufacture and model info
•?*2a3c90c SnapdragonCamera: adjust video recording duration margins
•?*53a2b18 SnapdragonCamera: Fix incorrect focus mode
•?*72cf374 SnapdragonCamera: resolve touch af issue during countdown
•?*16ac0c5 SnapdragonCamera: Add support for outputting MPO format files
•?*e5d300a SnapdragonCamera: Removing unnecessary orientation check
•?*96c7df0 SnapdragonCamera: Fix viewfinder flashing issue in camcorder mode
•?*72a66ba SnapdragonCamera: hide the preview surface during suspend
•?*4180e3b SnapdragonCamera: Resolve camera control overlapping issue
•?*5bb6fe3 Fix android.process.media got killed when capture
•?*c58924a SnapdragonCamera: Fix missing icon issue in error condition
•?*038809e SnapdragonCamera: Reset menu when device is rotated
•?*b2b382b SnapdragonCamera: fix null pointer exception
•?*26d9ea2 SnapdragonCamera: Fix menu highlight issue when rotating device
•?*d1712aa SnapdragonCamera: Adding null exception handler.
•?*f64b94c SnapdragonCamera: Register media status listener
•?*f5fb6cf SnapdragonCamera: Removing filmstrip view touch handler
•?*2609176 SnapdragonCamera: Adding current camera null check
•?*1f74331 SnapdragonCamera: Adding toast for media recording failure.
•?*f10d6c1 SnapdragonCamera: Improving Burstmode performance
•?*69d1c4d SnapdragonCamera: Do not update panorama thumbnail when cancelled
•?*48feef9 SnapdragonCamera: Fix crash issue with enable FD with TruePortrait
•?*e99828d VideoModule: Removing tmpPath and use path
•?*a2794ea SnapdragonCamera: Handle startPreview exception in camera.
•?*7383a2d SnapdragonCamera: Fix to make back key event work normally
•?*bc53629 SnapdragonCamera: Reset navigation bar state whenever screen turns on
•?*e039354 SnapdragonCamera: Always enable FD with TruePortrait on
•?*48a4d32 SnapdragonCamera: Fix progress indicator overlapped by thumbnail icon
•?*a93b185 SnapdragonCamera: Fix the preview thumbnail issue
•?*20a0405 SnapdragonCamera: Fix not able to view other pictures when macro mode
•?*322b414 SnapdragonCamera: Reduce the latency for panorama preview starting
•?*e0b7ffe SnapdragonCamera: Limit preview size by capping display dimensions.
•?*8e75470 SnapdragonCamera: add button border
•?*1ff17d7 SnapdragonCamera: Fix app freeze when connect to camera failed
•?*902626f SnapdragonCamera: Use StorageManager for SDCard
•?*fb876ae SnapdragonCamera: Fix display smaller thumbnail on panorama preview