Fix . Issue with disgusting mic - LG G Pro 2

Here's how to fix the issue on our mic for all ROMS
open your build.pro then edit these lines
Persis.audio.fluence.audiorec=true to false
Persist.audio.fluence.voicecall=true to false
ro.qc.sdk.audio.fluencetype=fluence to true
persist.audio.fluence.speaker=true to false
Then Save . Reboot .
Note: better working than not
Tested !!:fingers-crossed::fingers-crossed::fingers-crossed:

Elm0304 said:
Here's how to fix the issue on our mic for all ROMS
open your build.pro then edit these lines
Persis.audio.fluence.audiorec=true to false
Persist.audio.fluence.voicecall=true to false
ro.qc.sdk.audio.fluencetype=fluence to true
persist.audio.fluence.speaker=true to false
Then Save . Reboot .
Note: better working than not
Tested !!:fingers-crossed::fingers-crossed::fingers-crossed:
Click to expand...
Click to collapse

Thanks @Elm0304
I think most of people here are using non-stock roms, and the microphone seems to work well on latest unofficial firmwares

thanks for this fix.. :good:

Related

[TWEAKS] LOTS OF build.prop tweaks

Hi all! i liked to introduce my own build.prop tweaks that i got from my FRIEND IN GTALK :i know a lot of you think that build.prop is just a file that will let you modify the ROM name in about phone but build.prop is actually a configuration file you write a line of code into build.prop and that line tells the android system what to do.
for example lets take
Code:
debug.sf.hw=X
now this line tells the android OS how to render the UI,
Code:
debug.sf.hw=0
means that the OS uses CPU to render UI and if its
Code:
debug.sf.hw=1
it means that OS uses GPU to render the UI. (notice that we dont have this line in build.prop because our phone CPU and GPU sucks )
ok so now that you all know what build.prop can do lets get to the actual tweaks
**NOTE! If you dont have these lines on build.prop just add them to the last line in build.prop, BUT if you have these then you can just change the values
1.) save power while phone is in sleep mode
Code:
ro.ril.disable.power.collapse=1
2.) make the phone ring faster when dialing out
Code:
ro.telephony.call_ring.delay=1000
3.) make UI and scrolling more responsive (notice that this line should already be in build.prop but with different value)
Code:
windowsmgr.max_events_per_sec=150
4.) save battery by decreasing the amount of time Wifi looks for an access point (now it searchs an wifi acces point every 1.5 minute instead of 45secs)
Code:
wifi.supplicant_scan_interval = 150
5.) Change the Dalvik VM heap size (this line is also in build.prop, you can change the value whatever you like and test if it makes your system more stable but 32m is recommended, and in my phone its 32m by stock)
Code:
dalvik.vm.heapsize=32m
6.) disable usb debugging popup
Code:
persist.adb.notify=0
7.) get better signal and data
Code:
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=5
8.) enable JIT
Code:
dalvik.vm.execution-mode=int:jit
9.) disable JIT
Code:
dalvik.vm.execution-mode=int:fast
10.) fix that SUPER annoying black screen after/during call (i think its in build.prop already but with higher values)
Code:
mot.proximity.delay=150
11.) to enable lockscreen unlocking with menu button (true=enable and false=disable)
Code:
ro.config.hw_menu_unlockscreen=false
12.) change the lcd density (icons become smaller and you can gett more stuff on your home screen)(change to any value and test it ) **NOTE** this is just an example value
Code:
ro.sf.lcd_density=225
13.) enable Stagefright helps stream Video and Music Faster but may not let you watch recorded videos
Code:
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
ok. now to another tweaks ok so i recently got a bunch of build.prop code from my friend because i helped him on xda but i have no idea what they mean so here they are! (if you know what these mean please leave a reply and share your knowledge!)
Code:
persist.sys.use_dithering=0
Code:
persist.sys.purgeable_assets=1
Code:
dalvik.vm.dexopt-flags=m=y
Mod edit : removed the same dont use huge bold letters pls it looks like ur screaming
**note: my friend gave me most of these tweaks, the only ource i used besides my friend is this, now PLEASE stop quessing the source
MORE TO COME!
P.S ROM devs are free to use these tweaks, just give me the credits and a thanks
reserved for later use
Hmm nice... and very useful ) Congratulations
Our galaxy 3 is becoming epic phone
benzyniarz1 said:
Hmm nice... and very useful ) Congratulations
Click to expand...
Click to collapse
yes it is and nobody in G3 forums hasnt posted these before me... odd
Thank you excellent work mate !!! :d
Think you forgot to give credits! !
androidforums.com/droid-x-all-things-root/164447-mod-lots-build-prop-edits.html
And what about the build.prop of pox 1.5
Must have something more too right
Anyways nice share
Read them long ago on android.com(removed now) but never tried
Rapier07 said:
Think you forgot to give credits! !
androidforums.com/droid-x-all-things-root/164447-mod-lots-build-prop-edits.html
Click to expand...
Click to collapse
no i didnt... as said my friend gave me these there is only 2 tweaks i took from another site (not xda)
cdesai said:
And what about the build.prop of pox 1.5
Must have something more too right
Anyways nice share
Read them long ago on android.com(removed now) but never tried
Click to expand...
Click to collapse
no, most of these are on POX v.1.5 build.prop
jazux said:
no, most of these are on POX v.1.5 build.prop
Click to expand...
Click to collapse
Please provide the modified build.prop
Here is the source
http://forum.xda-developers.com/showthread.php?t=1151608
All my roms have that tweaks
ash!sh said:
Here is the source
http://forum.xda-developers.com/showthread.php?t=1151608
All my roms have that tweaks
Click to expand...
Click to collapse
your right, but only 1 tweak is from there you do realize that internet is FULL of sites telling these tweaks (and i have looked 3 diff websites ) and as said almost ALL OF THESE TWEAKS i got from my friend (i have no idea where he got these ), so dont come here to tell what the source is!
is it possible to implement all tweaks into zip updateable via CWM?
max5800 said:
is it possible to implement all tweaks into zip updateable via CWM?
Click to expand...
Click to collapse
yes, but theres so many tweaks... i think its better to apply them manually, its not hard just open root explorer and go to /system, press R/W button and then find build.prop, long press it and choose "open in text editor"
jazux said:
so dont come here to tell what the source is!
Click to expand...
Click to collapse
The first line of your thread:
jazux said:
Hi all! i liked to introduce my own build.prop tweaks that i made
Click to expand...
Click to collapse
Hence the need for giving out sources!!
You shouldn't present someone else's work as your own!!!
Rapier07 said:
The first line of your thread:
Hence the need for giving out sources!!
You shouldn't present someone else's work as your own!!!
Click to expand...
Click to collapse
You should also read the WHOLE thread before replying
jazux said:
You should also read the WHOLE thread before replying
Click to expand...
Click to collapse
Yeah I did ! and fyi I've been using these tweaks since long.. no offence but you haven't invented those tweaks! There's no way you can call them your own!!
guys, please chill out...however it is, jazux is sharing some knowledge...
if anyone else had known about the tweaks, then they should have shared it with everyone instead of complaining what the original source is
Testing this now good find [[]]
dharamg3 said:
guys, please chill out...however it is, jazux is sharing some knowledge...
if anyone else had known about the tweaks, then they should have shared it with everyone instead of complaining what the original source is
Click to expand...
Click to collapse
Agreed.. i dont have anything against him but what bothers me is people using someone else's work under their name.. that's injustice flto the original dev.. it doesn't take much to give credits, does it?

[TWEAKS]build.prop tweaks for N9005[Tested][TOUCHWIZ/CM][UPDATED]

I was searching for build.prop tweaks supporting Note 3, 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.
/* APPLY AFTER LAST LINE */
debug.performance.tuning=1
debug.sf.nobootanimation=0
net.tcp.buffersize.default=6144,87380,110208,6144,16384,110208
net.tcp.buffersize.edge=6144,26280,35040,6144,16384,35040
net.tcp.buffersize.evdo_b=6144,262144,1048576,6144,262144,1048576
net.tcp.buffersize.gprs=6144,8760,11680,6144,8760,11680
net.tcp.buffersize.hsdpa=6144,262144,1048576,6144,262144,1048576
net.tcp.buffersize.hspa=6144,87380,262144,6144,16384,262144
net.tcp.buffersize.lte=262144,524288,3145728,262144,524288,3145728
net.tcp.buffersize.umts=6144,87380,110208,6144,16384,110208
net.tcp.buffersize.wifi=262144,524288,1048576,262144,524288,1048576
persist.adb.notify=0
persist.sys.purgeable_assets=1
pm.sleep_mode=1
ro.camera.sound.forced=0
ro.config.hw_new_wifitopdp=1
ro.config.nocheckin=1
ro.HOME_APP_ADJ=1
ro.kernel.android.checkjni=0
ro.media.dec.aud.flac.enabled=1
ro.media.dec.aud.wma.enabled=1
ro.media.dec.jpeg.memcap=8000000
ro.media.dec.vid.avi.enabled=1
ro.media.dec.vid.wmv.enabled=1
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
ro.ril.disable.power.collapse=1
ro.ril.enable.amr.wideband=1
video.accelerate.hw=1
wifi.supplicant_scan_interval=120
windowsmgr.max_events_per_sec=150
windowsmgr.support_rotation_270=true
mot.proximity.delay=0
touch.pressure.scale=0.001
ro.telephony.call_ring.delay=0
It's successfully working on N9005 but you may try it on other versions(SM900....), you will definitely see improvements in performance and battery life.
Good Old Advice:
USE AT YOUR OWN RISK AND ALWAYS MAKE A BACKUP BEFORE EXPERIMENTING
Credits:
To all developers
To Google for ANDROID OS
To Samsung for magnificent harwdware
To everyone who has tested and created this tweak(s).
Reserved.
Thanks.
Sent from my SM-N9005 using Tapatalk
Do these also work on CM11 ROMs?
Sent from my SM-N9005 using xda app-developers app
davitox87 said:
Do these also work on CM11 ROMs?
Sent from my SM-N9005 using xda app-developers app
Click to expand...
Click to collapse
Tested it on TouchWiz Stock ROM working nicely, but was using the same kinda settings in note 1, there was no issues so yes it CAN work try it.
It won't do any harm.
Working Well on CM11 4.4.2 KitKat..!!!
This mod works very well on CM11 running very smoothly.
Sorry if its off topic but I never noticed any improvements during the years with build prop. Please read this http://androidforums.com/merit-all-things-root/643445-info-build-prop-tweaks-useless-most-them.html
hi there.. i just copy those text line into the build.prop under additional build properties.. am i doing it correctly?
mervin8706 said:
hi there.. i just copy those text line into the build.prop under additional build properties.. am i doing it correctly?
Click to expand...
Click to collapse
Yes, but make a backup of original build.prop by copying it to SDCARD.
At the risk of sounding ignorant, what do some of these do?
coppertop24 said:
At the risk of sounding ignorant, what do some of these do?
Click to expand...
Click to collapse
Because theres so many of them your best bet would be to google each one..and learn what each one does.....It would take someone to write a novel on these...and you may still not understand. ..I googled these through years of research and once you understand believe me you'll be so happy you did it on your own pace and learned them.
Also guys make sure that you do not already have them in your build prop list....90% of the roms out already have most of these, You DO NOT want to add duplicates of them. .
wish777 said:
Because theres so many of them your best bet would be to google each one..and learn what each one does.....It would take someone to write a novel on these...and you may still not understand. ..I googled these through years of research and once you understand believe me you'll be so happy you did it on your own pace and learned them.
Also guys make sure that you do not already have them in your build prop list....90% of the roms out already have most of these, You DO NOT want to add duplicates of them. .
Click to expand...
Click to collapse
:good::good::good::good::good::good::good::good:
Tweaks Updated...!!!
Junior dev bndtme xda
Jack Barrett said:
Sorry if its off topic but I never noticed any improvements during the years with build prop. Please read this http://androidforums.com/merit-all-things-root/643445-info-build-prop-tweaks-useless-most-them.html
Click to expand...
Click to collapse
I found what you have stated above to be very true long ago. Just took for granted that everyone else knew that biuld prop chsnges are bogus and don't work. Most people probaly do not know plane txt code only works till you reboot. Both are similar. People both methods do not work.
Thread closed at OP request.
@bipinbedi feel free to PM me anytime you want this thread open.
Thanks
Razvan
Forum Moderator

I337UCUFMLD 4.4.2 KitKat Leak

!!! WARNING !!! These both contain bootloaders!
If you don't know what these are, or how to use them, or want to keep root, I would suggest hitting the back button.
As usual, thanks to my anonymous source!
I337UCUFMLD_OneClick.zip (I337UCUFMLD_OneClick.exe)
Download: http://www.androidfilehost.com/?fid=23329332407566813
MD5: AD1150D2F94852912249F9D8476D461A
SIZE: 1.51GB
I337UCUFMLD.zip
Download: http://www.androidfilehost.com/?fid=23329332407566810
MD5: B3E3C180DC8128D4532E39CD29950BB5
SIZE: 1.51GB
Known Issues:
Sporadic device reboot is observed when using video codec related function. This is due to an issue related to video codec.
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=KOT49H
ro.build.display.id=KOT49H.I337UCUFMLD
ro.build.version.incremental=I337UCUFMLD
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4.2
ro.build.date=Thu Jan 2 17:30:32 KST 2014
ro.build.date.utc=1388651432
ro.build.type=user
ro.build.user=dpi
ro.build.host=SWDC3404
ro.build.tags=release-keys
ro.product.model=SAMSUNG-SGH-I337
ro.product.brand=samsung
ro.product.name=jflteuc
ro.product.device=jflteatt
ro.product.board=MSM8960
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8960
# ro.build.product is obsolete; use ro.product.device
ro.build.product=jflteatt
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=jflteuc-user 4.4.2 KOT49H I337UCUFMLD release-keys
ro.build.fingerprint=samsung/jflteuc/jflteatt:4.4.2/KOT49H/I337UCUFMLD:user/release-keys
ro.build.characteristics=att
# Samsung Specific Properties
ro.build.PDA=I337UCUFMLD
ro.build.hidden_ver=I337UCUFMLD
ro.build.changelist=232901
ro.product_ship=false
ro.chipname=apq8064
# end build properties
#
# from device/samsung/jflteatt/system.prop
#
#
# system.prop for surf
#
ro.sf.lcd_density=480
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=gpu
dalvik.vm.heapsize=36m
debug.enable.wl_log=1
persist.hwc.mdpcomp.enable=true
debug.mdpcomp.logs=0
#
# system props for the cne module
#
persist.cne.feature=0
lpa.decode=false
tunnel.decode=true
tunnel.audiovideo.decode=false
lpa.use-stagefright=true
qcom.hw.aac.encoder=true
#system props for the MM modules
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-scan=true
mmp.enable.3g2=true
media.aac_51_output_enabled=true
#33395 is sum of supported format flags in AAL
#Formats: AVI AC3 ASF AAC QCP DTS 3G2
mm.enable.qcom_parser=33395
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data.netmgrd.qos.enable=false
#system props for time-services
persist.timed.enable=true
# System props for audio
persist.audio.fluence.mode=endfire
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
#
# system prop for opengles version
#
# 196608 is decimal for 0x30000 to report version 3
ro.opengles.version=196608
# system prop for requesting Master role in incoming Bluetooth connection.
#
ro.bluetooth.request.master=true
#
# system prop for Bluetooth Auto connect for remote initated connections
#
ro.bluetooth.remote.autoconnect=true
# system property for Bluetooth discoverability time out in seconds
# 0: Always discoverable
#debug.bt.discoverable_time=0
#system prop for switching gps driver to qmi
persist.gps.qmienabled=true
#System prop to enable ehrpd capability
ro.config.ehrpd=true
# System property for cabl
ro.qualcomm.cabl=0
# System prop for sending transmit power request to RIL during WiFi hotspot on/off
#
ro.ril.transmitpower=true
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
ro.hwui.text_cache_width=2048
#
# Supports warmboot capabilities
#
ro.warmboot.capability=1
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
ro.qc.sdk.camera.facialproc=true
ro.qc.sdk.gestures.camera=false
ro.qc.sdk.sensors.gestures=false
#property to check if dynamic resolution change is supported in framework
ro.streaming.video.drs=true
#property to enable user to access Google WFD settings.
persist.debug.wfd.enable=1
#property to choose between virtual/external wfd display
persist.sys.wfd.virtual=0
#system prop for setting rmnet mux mode
persist.rmnet.mux=disabled
#
# System prop for Tvout/HDMI
#
persist.sys.camera.transform=0
persist.sys.camera.connect=0
persist.sys.videomode=0
ro.hdmi.enable=true
# System property for Default Brightness
ro.lcd_min_brightness=10
ro.lcd_brightness=143
# System proverty for sys info indication
persist.radio.add_power_save=1
# Keep SIM state on LPM mode
persist.radio.apm_sim_not_pwdn=1
# use se table when search list
persist.radio.use_se_table_only=1
# System prop for PLMN
persist.radio.fill_eons=1
# System prop for SPN
persist.radio.prefer_spn=0
# Boot animation fps
boot.fps=25
media.enable-commonsource=true
#
# ADDITIONAL_BUILD_PROPERTIES
#
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
persist.log.seclevel=1
persist.translation.assistant=0
ro.vendor.extension_library=/vendor/lib/libqc-opt.so
ro.build.scafe=americano
ro.build.scafe.size=short
ro.build.scafe.shot=single
ro.hdcp2.rx=tz
ro.secwvk=144
ro.securestorage.support=true
security.mdpp=None
ro.security.mdpp.ver=1.0
ro.security.mdpp.release=1
security.mdpp.result=None
ro.security.mdpp.ux=Enabled
ro.sec.fle.encryption=true
ro.hwui.texture_cache_size=48
ro.hwui.layer_cache_size=32
ro.hwui.path_cache_size=8
ro.hwui.shape_cache_size=2
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=4
ro.hwui.texture_cache_flush_rate=0.5
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=512
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
ro.config.ringtone=ATT_Firefly_Default.ogg
ro.config.notification_sound=Whisper.ogg
ro.config.alarm_alert=Alarm_Morning_flower.ogg
ro.config.media_sound=Media_preview_Touch_the_light.ogg
ro.setupwizard.mode=OPTIONAL
ro.com.google.apphider=on
ro.com.google.clientidbase=android-samsung
ro.com.google.clientidbase.ms=android-att-us
ro.com.google.clientidbase.am=android-att-us
ro.com.google.clientidbase.yt=android-samsung
ro.com.google.clientidbase.gmm=android-samsung
ro.com.google.gmsversion=4.4_r1
persist.sys.dalvik.vm.lib=libdvm.so
ro.kernel.qemu=0
ro.build.selinux=1
ro.config.knox=1
ro.config.tima=1
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.qc.sdk.izat.premium_enabled=1
ro.qc.sdk.izat.service_mask=0x5
persist.gps.qc_nlp_in_use=0
ro.gps.agps_provider=1
yes
Thanks Designgears I'm happy with 4.3 and Safe strap for now. What is the difference between the 2 one clicks?
Sent from my SAMSUNG-SGH-I337 using Tapatalk
dave5777 said:
Thanks Designgears I'm happy with 4.3 and Safe strap for now. What is the difference between the 2 one clicks?
Sent from my SAMSUNG-SGH-I337 using Tapatalk
Click to expand...
Click to collapse
2 OneClicks?
Also, unquote the OP.
----------------------
OMG, I actually have a change log for this
Never seen these before are they one clicks for Odin? I know it says to skip if we don't know what they are but I've never seen them and would like to learn about this stuff. Well I know one is a one click but is it for Odin is tthe other a adb sideload zip?
raulz28 said:
Never seen these before are they one clicks for Odin? I know it says to skip if we don't know what they are but I've never seen them and would like to learn about this stuff. Well I know one is a one click but is it for Odin is tthe other a adb sideload zip?
Click to expand...
Click to collapse
No these are the partition images which, assuming they include the sammy signatures, can be tarred up and flashed with Odin. But they include a new bootloader which means that once you flash it you are stuck and can't go back to MK2.
muniz_ri said:
No these are the partition images which, assuming they include the sammy signatures, can be tarred up and flashed with Odin. But they include a new bootloader which means that once you flash it you are stuck and can't go back to MK2.
Click to expand...
Click to collapse
Ok thanks I know that if we update our phone with these we will be stuck but didn't know what they actually were but I'm willing to take the plunge and flash this leak and see how it goes.
raulz28 said:
Ok thanks I know that if we update our phone with these we will be stuck but didn't know what they actually were but I'm willing to take the plunge and flash this leak and see how it goes.
Click to expand...
Click to collapse
You are braver than I am. Good luck.
raulz28 said:
Never seen these before are they one clicks for Odin? I know it says to skip if we don't know what they are but I've never seen them and would like to learn about this stuff. Well I know one is a one click but is it for Odin is tthe other a adb sideload zip?
Click to expand...
Click to collapse
OneClicks are files that include their own form of ODIN in the package. You don't need to use ODIN because it already has it. And you are correct, it clearly states in the OP if you don't know what it means to to leave. You need to learn what things are and how to use them before you come to a Development forum. Fortunately, there is a lot of information available through Google Search and a lot of tutorials. The people that don't do this or think they don't need to do this are the ones that end up in the Q&A section begging others to help them.
And thanks DesignGears for posting another early firmware leak.
Can someone extract the modem on this?
Thanks Designgears... awesome leak
I may have to put this on one of my spare S4's and play around with it. Going to wait a few days though.
Thanks For I337UCUFMLD
Sir ,
Please Tell Me ... How To Install .. I Want To Install 4.4.2 Kitkat Update :angel:
Thank you designgears
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
raulz28 said:
Thank you designgears
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
Click to expand...
Click to collapse
I see that Samsung stuck with the same colored icons and green battery in the status bar. I thought they would change to white like the other KK leak screenshots floating around.
Meh, oh well
Now we just need root and a SS build.
Psych0t1c20 said:
Now we just need root and a SS build.
Click to expand...
Click to collapse
I'm trying to find ways to root right now.
raulz28 said:
I'm trying to find ways to root right now.
Click to expand...
Click to collapse
Awesome. Goodluck.
You are so brave
raulz28 said:
I'm trying to find ways to root right now.
Click to expand...
Click to collapse
Just be careful ...... unless u know what u doing .... we dunno if there is UNBRICKED method yet.....or if this OneClickTool able to get u back to stock MLD if u bricked......:good::good::good:
What's the difference between the two files?
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
Please Post Screenshot Of " Notification Panel "
[QUOTE=ra
Please Post Screenshot Of " Notification Panel "
They Add Mobile Data Toggle

Is there anyone here got problem with microphone volume too low like me?

Hi, I'm using Lollipop 5.0.2 Rastapop rom and got this problem. It seems really annoying because many people in other side of lines told me that the volume was too low and they couldn't hear anything from me
I'll try with stock lollipop google image to check. But can anyone faced this problem and found real solution? I tried some solutions already but no luck on 5.0
Yes terrible. Even in stock lollipop
I have to edit my build.prop to make these false
persist.audio.fluence.voicecall=false
persist.audio.fluence.voicecomm=false
persist.audio.fluence.voicerec=false
rootSU said:
Yes terrible. Even in stock lollipop
I have to edit my build.prop to make these false
persist.audio.fluence.voicecall=false
persist.audio.fluence.voicecomm=false
persist.audio.fluence.voicerec=false
Click to expand...
Click to collapse
But i heard that it creates echo. Probably i should give it a try now!

Bad Mic - CAF based ROMs are fine, lineage and AOSP are not.

I'm not sure if i have a hardware problem, or something has just gone wrong. Post CM13 based roms, my main mic stopped working in calls, its either extremely quiet, or garbled. Sultan's CM13 worked just fine, and current (7.1.2) based CAF builds have no problem, but any other build, and the phone is unusable.
The mic works if i switch to speakerphone on all ROMs.
Unfortunately the current CAF builds (citrusOS being the best of them) are pretty crashy.
Any advice for a ROM to fix this problem, or an explanation of what changed from CM13 to 14?
jbrukardt said:
I'm not sure if i have a hardware problem, or something has just gone wrong. Post CM13 based roms, my main mic stopped working in calls, its either extremely quiet, or garbled. Sultan's CM13 worked just fine, and current (7.1.2) based CAF builds have no problem, but any other build, and the phone is unusable.
The mic works if i switch to speakerphone on all ROMs.
Unfortunately the current CAF builds (citrusOS being the best of them) are pretty crashy.
Any advice for a ROM to fix this problem, or an explanation of what changed from CM13 to 14?
Click to expand...
Click to collapse
Go to system/build.prop and replace the following two lines:
persist.audio.fluence.voicecall=true
ro.qc.sdk.audio.fluencetype=fluence
with:
persist.audio.fluence.voicecall=false
ro.qc.sdk.audio.fluencetype=none
I hope that'll solve your issue.
Mr.Ak said:
Go to system/build.prop and replace the following two lines:
persist.audio.fluence.voicecall=true
ro.qc.sdk.audio.fluencetype=fluence
with:
persist.audio.fluence.voicecall=false
ro.qc.sdk.audio.fluencetype=none
I hope that'll solve your issue.
Click to expand...
Click to collapse
unfortunately does not work. Neither does the magisk module.
jbrukardt said:
unfortunately does not work. Neither does the magisk module.
Click to expand...
Click to collapse
https://forum.xda-developers.com/oneplus-one/development/fix-low-mic-call-t3055661
same , in sultan works fine .. but in nougats rom the mic is bad , low with speaker on or with headphones.
module magisk works fine but in speaker mode and headphone mode .. mic not work
any fix ?
MaurixMystic said:
same , in sultan works fine .. but in nougats rom the mic is bad , low with speaker on or with headphones.
module magisk works fine but in speaker mode and headphone mode .. mic not work
any fix ?
Click to expand...
Click to collapse
I've tried TONS of roms ...never had an issue like this, not sure why you have

Categories

Resources