[Q] LG G2 Korean F320 - Wolfson DAC? - G2 Q&A, Help & Troubleshooting

I have a kind request to users of the LG G2 - Korean variant F320. Could you please paste here a output of the following terminal commands?
Code:
cat /proc/asound/cards
Code:
cat /proc/asound/card0
This will tell me what DAC is inside this smartphone.

soulreaver1 said:
I have a kind request to users of the LG G2 - Korean variant F320. Could you please paste here a output of the following terminal commands?
Code:
cat /proc/asound/cards
Code:
cat /proc/asound/card0
This will tell me what DAC is inside this smartphone.
Click to expand...
Click to collapse
From F320K with leaked Kitkat
Code:
[email protected]:/ $ cat /proc/asound/cards
0 [msm8974taikomtp]: msm8974-taiko-m - msm8974-taiko-mtp-snd-card
msm8974-taiko-mtp-snd-card
[email protected]:/ $ cat /proc/asound/card0
/system/bin/sh: cat: /proc/asound/card0: Is a directory

Thanks so it is the same Qualcomm's WCD9320 like in the D802.

soulreaver1 said:
Thanks so it is the same Qualcomm's WCD9320 like in the D802.
Click to expand...
Click to collapse
http://forums.cnet.com/7723-7817_102-587575/wolfson-audio-chips-list-all-phones/
G2 uses the Wolfson DAC

toxicneo said:
http://forums.cnet.com/7723-7817_102-587575/wolfson-audio-chips-list-all-phones/
G2 uses the Wolfson DAC
Click to expand...
Click to collapse
Not true.
Sent from my LG-D802 using Tapatalk

soulreaver1 said:
Not true.
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
Is there any link to confirm ? In most of the sites they are claiming wolfson DAC is in LG G2.

I've checked it with the commands from the first post. This is the standard way for checking sound devices in linux-based systems.
Sent from my LG-D802 using Tapatalk

I Wish (ATT D800), the Wolfson chip in my old Samsung Fascinate sounded so good.

Related

[Q] Can you donate a build.prop from a Rogers G2

I am looking for the stock build.prop to a LG G2.
(d803r10c)
If you can pastebin yours it would help me immensely.
LayCraft said:
I am looking for the stock build.prop to a LG G2.
(d803r10c)
If you can pastebin yours it would help me immensely.
Click to expand...
Click to collapse
Edit: I finally got one. Here is a copy of it. (lg g2 d803 rogers build.prop d803r10c)
http://pastebin.com/z5MkbggN
LayCraft said:
Edit: I finally got one. Here is a copy of it. (lg g2 d803 rogers build.prop d803r10c)
http://pastebin.com/z5MkbggN
Click to expand...
Click to collapse
Do you mind if I use the link you posted on THIS thread? It's for the common benefit of D801/D803 users :fingers-crossed:
omegajester said:
Do you mind if I use the link you posted on THIS thread? It's for the common benefit of D801/D803 users :fingers-crossed:
Click to expand...
Click to collapse
Go ahead. I'm not taking if of paste bin.

[GUIDE] Enable all lockscreen effect on G3

All Lockscreen effect on G3
Decompile LGLockScreenSettings.apk
Open res/values/arrays.xml with Notepad++
1. Find
Code:
<string-array name="effect_names">
...............
</string-array>
Replace with
Code:
<string-array name="effect_names">
<item>@string/lockscreen_effect_basic</item>
<item>@string/lockscreen_effect_spreadingink</item>
<item>@string/lockscreen_effect_hula_hoops</item>
<item>@string/lockscreen_effect_particle</item>
<item>@string/lockscreen_effect_dewdrop</item>
<item>@string/lockscreen_effect_crystal</item>
<item>@string/lockscreen_effect_ripple</item>
<item>@string/lockscreen_effect_white_hole_alias</item>
<item>@string/lockscreen_effect_ocean</item>
<item>@string/lockscreen_effect_vector_circle</item>
<item>@string/lockscreen_effect_mosaic</item>
<item>@string/lockscreen_effect_light_particle</item>
<item>@string/lockscreen_effect_soda</item>
</string-array>
2. find next
Code:
<string-array name="effect_values">
....
</string-array>
Replace with
Code:
<string-array name="effect_values">
<item>@string/effect_index_swipe_basic</item>
<item>@string/effect_index_swipe_spreadingink</item>
<item>@string/effect_index_swipe_hula_hoops</item>
<item>@string/effect_index_swipe_particle</item>
<item>@string/effect_index_swipe_dewdrop</item>
<item>@string/effect_index_swipe_crystal</item>
<item>@string/effect_index_swipe_ripple</item>
<item>@string/effect_index_swipe_white_hole</item>
<item>@string/effect_index_swipe_ocean</item>
<item>@string/effect_index_swipe_vector_circle</item>
<item>@string/effect_index_swipe_mosaic</item>
<item>@string/effect_index_swipe_light_particle</item>
<item>@string/effect_index_swipe_soda</item>
</string-array>
3. Find
Code:
<string-array name="secondary_effect_names">
..............
</string-array>
Replace with
Code:
<string-array name="secondary_effect_names">
<item>@string/lockscreen_effect_basic</item>
<item>@string/lockscreen_effect_spreadingink</item>
<item>@string/lockscreen_effect_hula_hoops</item>
<item>@string/lockscreen_effect_particle</item>
<item>@string/lockscreen_effect_dewdrop</item>
<item>@string/lockscreen_effect_crystal</item>
<item>@string/lockscreen_effect_ripple</item>
<item>@string/lockscreen_effect_white_hole_alias</item>
<item>@string/lockscreen_effect_ocean</item>
<item>@string/lockscreen_effect_vector_circle</item>
<item>@string/lockscreen_effect_mosaic</item>
<item>@string/lockscreen_effect_light_particle</item>
<item>@string/lockscreen_effect_soda</item>
</string-array>
4. Find
Code:
<string-array name="secondary_effect_values">
......
</string-array>
Replace with
Code:
<string-array name="secondary_effect_values">
<item>@string/effect_index_swipe_basic</item>
<item>@string/effect_index_swipe_spreadingink</item>
<item>@string/effect_index_swipe_hula_hoops</item>
<item>@string/effect_index_swipe_particle</item>
<item>@string/effect_index_swipe_dewdrop</item>
<item>@string/effect_index_swipe_crystal</item>
<item>@string/effect_index_swipe_ripple</item>
<item>@string/effect_index_swipe_white_hole</item>
<item>@string/effect_index_swipe_ocean</item>
<item>@string/effect_index_swipe_vector_circle</item>
<item>@string/effect_index_swipe_mosaic</item>
<item>@string/effect_index_swipe_light_particle</item>
<item>@string/effect_index_swipe_soda</item>
</string-array>
Compile LGLockScreenSettings.apk, Replace to system/app/ and give permission 644. Reboot.
My other mods:
[GUIDE] All weather effect on LockScreen - G3
[GUIDE] All LockScreen Effect on G3
If you like my work, click here to buy me a beer.
Source: http://lgviet.com/forum/threads/26145/
Awesome, can someone post the modified apk? Not gonna see my computer for a while
Sent from my LG-D850 using Tapatalk 2
Thank you for sharing~!
Are you sure that it belongs to system/priv-app? I think it is in system/app.
Kickoff said:
Are you sure that it belongs to system/priv-app? I think it is in system/app.
Click to expand...
Click to collapse
Sorry for my mistake
hoangnova said:
Sorry for my mistake
Click to expand...
Click to collapse
made it for sw version .10i for D855
here
thanks @hoangnova for his great work
wolfgart said:
prepared for sw version .10i for D855
here
thanks @hoangnova for his great work
Click to expand...
Click to collapse
Link for 10i not working. Too many redirected links error.
qum said:
Link for 10i not working. Too many redirected links error.
Click to expand...
Click to collapse
Mhh. For me download link is perfect working. Tried now
Google Drive not accessible.
Kickoff said:
Google Drive not accessible.
Click to expand...
Click to collapse
changed my url link...
check
Works, fine. Thx
wolfgart said:
made it for sw version .10i for D855
here
thanks @hoangnova for his great work
Click to expand...
Click to collapse
Works on my d850 thanks!
Sent from my LG-D850 using Tapatalk 2
screwyluie said:
Works on my d850 thanks!
Sent from my LG-D850 using Tapatalk 2
Click to expand...
Click to collapse
Perfect
Does it work with .10g?
Yprh said:
Does it work with .10g?
Click to expand...
Click to collapse
Make backup of original files and try. It should works fine too
wolfgart said:
Make backup of original files and try. It should works fine too
Click to expand...
Click to collapse
Ok I'll give try later and see if its working
wolfgart said:
made it for sw version .10i for D855
here
thanks @hoangnova for his great work
Click to expand...
Click to collapse
I can confirm it worked perfect on the Verizon Version. I used root Explorer and just replaced the apk with yours. Thank you.
wolfgart said:
made it for sw version .10i for D855
here
thanks @hoangnova for his great work
Click to expand...
Click to collapse
it also works with 10f :good:
Regards Baltasar0303
Does not work with the quickcircle and changing background gives fc
I want this i d0nt know how to decompile apks at all

Does anyone have W750VVRU0BNL1_R.ffu?

The title says it all; does anyone have W750VVRU0BNL1_R.ffu?
G.moe said:
The title says it all; does anyone have W750VVRU0BNL1_R.ffu?
Click to expand...
Click to collapse
What's the product code of this device?
Rivo17 said:
What's the product code of this device?
Click to expand...
Click to collapse
Verizon Samsung Ativ SE, SM-W750V
G.moe said:
Verizon Samsung Ativ SE, SM-W750V
Click to expand...
Click to collapse
Product code bro eg 059T6C3
G.moe said:
The title says it all; does anyone have W750VVRU0BNL1_R.ffu?
Click to expand...
Click to collapse
Samsung phones have SMD ROM format, not FFU.
-W_O_L_F- said:
Samsung phones have SMD ROM format, not FFU.
Click to expand...
Click to collapse
OEMSettings from the phone suggests otherwise:
Code:
; Command Line used to generate this file:
; ImageApp W750VVRU0BNL1_R.ffu ..\OEMInput_HURON_VERIZON_RETAIL.xml C:\Program Files (x86)\Windows Phone Kits\8.1\MSPackages +StrictSettingPolicies /OEMCustomizationXML:..\OEMCustomization.XML /OEMVersion:2061.0074.14203.19472
Rivo17 said:
Product code bro eg 059T6C3
Click to expand...
Click to collapse
I'm fairly certain SM-W750V is the official product code.
SKU: SMW750VMSA
FCC ID: A3LSMW750V

Cyanogenmod for G900I

Hi,
I have s5 g900i (kltedd) and want to flash CM 13. But when I went to CM's site, this device is not listed.
Any help regarding which CM build should I choose?
Vaddipati said:
Hi,
I have s5 g900i (kltedd) and want to flash CM 13. But when I went to CM's site, this device is not listed.
Any help regarding which CM build should I choose?
Click to expand...
Click to collapse
G900I is kltedv, not dd
Vaddipati said:
Hi,
I have s5 g900i (kltedd) and want to flash CM 13. But when I went to CM's site, this device is not listed.
Any help regarding which CM build should I choose?
Click to expand...
Click to collapse
Search for kltedv not dd
Sent from my Pixel XL using Tapatalk
noppy22 said:
G900I is kltedv, not dd
Click to expand...
Click to collapse
I have attached the screenshot from Droid Info, please check
kenedielh said:
Search for kltedv not dd
Sent from my Pixel XL using Tapatalk
Click to expand...
Click to collapse
I have attached the screenshot from DroidInfo. Please check
Vaddipati said:
I have attached the screenshot from DroidInfo. Please check
Click to expand...
Click to collapse
Is your phone locked to carrier like Vodafone. But there is no problem just like g900m and g900f are klte variants that means all g900i can install kltedv variants
Sent from my Pixel XL using Tapatalk

Hello XDA Developers and Commuinity

Can someone tell me if my LG V20 (h915) is OTG capable?
Thank you: DDB
My variant H990DS certainly is.
Have you plugged in a thumb drive and found otherwise ?
Deaf said:
Can someone tell me if my LG V20 (h915) is OTG capable?
Thank you: DDB
Click to expand...
Click to collapse
This is a software feature, not a variant one, so you should be okay to do it if you're on stock (7.0/8.0 have OTG support natively).

Categories

Resources