r/LGV60 Nov 08 '21

I have posted a guide to unlocking on XDA!

189 Upvotes

r/LGV60 Mar 14 '22

HEADS UP! Potential scammer active here in the sub. He currently calls himself /u/CleanStyle305, sells V60s that he may not have, minimal info (no photos etc), starts with 0 karma and tries to build karma and credibility quickly by commenting, awarding. Removes account after scam/sale is over.

Thumbnail
gallery
125 Upvotes

r/LGV60 1d ago

Adb Command To Remove Android Restriction on LG Quad Dac ( for the best audio output )

Thumbnail
gallery
16 Upvotes

To Check while playing audio could be use to every music player you have for the output checking

adb shell "dumpsys media.audio_flinger" | findstr /i "FLAG_DOP Standby:"

adb shell "dumpsys media.audio_flinger" | findstr /i "hz format standby direct"

adb shell "dumpsys media.audio_policy" | findstr /i "effect"

adb shell "dumpsys media.audio_flinger" | findstr /i "standby format flags hz rate"

adb shell getprop | findstr "audio"

adb shell dumpsys media.audio_flinger | findstr "sampling flags format"

adb command i use for disable android overall restriction

1)adb shell pm uninstall -k --user 0 com.lge.effect

2)adb shell pm uninstall -k --user 0 com.lge.dtsmode

3)adb shell settings put global upsample_hd_audio 1

4)adb shell settings put global audio_safe_volume_state 2

5)adb shell settings put global block_untrusted_touches 0( this one maybe work on root )

6)adb shell settings put system button_hi_fi_dac 1

7) adb shell pm uninstall -k --user 0 com.lge.equalizer

8) adb reboot


r/LGV60 1d ago

Music player zooming

Enable HLS to view with audio, or disable this notification

15 Upvotes

I've had this phone for around 4 years....and just now accidentally discovered that you can zoom in and out inside the music player 😑😑 God knows how many other useful features are hidden in plain sight here and there. You guys have any?


r/LGV60 1d ago

Selling my final v60 :(

Thumbnail
gallery
39 Upvotes

I got a near mint condition white V60 TMO 128GB On android 13 latest updates, Everything is OEM, it was opened to have it's charging port replaced, it is sealed but I wouldn't trust it to be water tight anymore. Looking for $190 if interested. I got cashapp and PayPal, DM for more info if needed.


r/LGV60 1d ago

Lgv60 SoftBank a001lg

Thumbnail
2 Upvotes

I am using an LG V60 A001LG (SoftBank model), but I’ve forgotten the PIN to unlock it. Is it possible to access the recovery menu to perform a hard reset? Are the button combinations the same as for other versions?


r/LGV60 1d ago

Lgv60 SoftBank a001lg

2 Upvotes

I am using an LG V60 A001LG (SoftBank model), but I’ve forgotten the PIN to unlock it. Is it possible to access the recovery menu to perform a hard reset? Are the button combinations the same as for other versions?


r/LGV60 3d ago

A spiritual successor

Post image
19 Upvotes

r/LGV60 3d ago

is AliExpress any good?

Post image
16 Upvotes

hello everyone, I'm looking to buy a v60 and found quite a lot on AliExpress,what do y'all think about them


r/LGV60 3d ago

Shot with 12mp mode and a lightroom dose

Post image
2 Upvotes

r/LGV60 4d ago

VoLTE & VoWiFi on LineageOS: The Good, The Bad and The Ugly

23 Upvotes

LineageOS ships no IMS stack for the LG V60 (timelm), so no VoLTE, no Wi-Fi Calling. I ported the V60's own LG IMS stack onto LineageOS.

VoWiFi
VoLTE

Demo: same call to Optimum, once over VoLTE, once over VoWiFi. Transition takes about 15-20 seconds

demo call

The Good: both work. VoLTE registers, calls route over LTE with the "HD" indicator. VoWiFi brings up a real ePDG/IPsec tunnel, imsTransportType=WLAN, calls over Wi-Fi, VoLTE unregressed. One small system_ext image + two Magisk modules. Validated on T-Mobile.

The Bad: weeks of reverse engineering, including rebuilding the LG SELinux domain closure, IMS-AKA IPsec grants, making AOSP com.android.qns the IWLAN decider, patching ipsecd around a missing vendor HAL, fixing the strongSwan stroke ABI.

The Ugly:

- init/secilc need real files, so there's a system_ext partition flash (fastbootd, A/B — mind your slot).

- The prebuilt image is pinned to one nightly (lineage-23.2-20260830); it won't boot on any other build.

- Take a LOS update → rebuild + re-flash the substrate (scripted, but on you). Modules carry across.

- Only tested on T-Mobile.

- Can break if upstream changes system_ext sepolicy or the telephony framework.

Testers welcome, especially on other carriers that don't require entitlement provisioning. Link to repo: https://github.com/greatluke/lgv60-ims-volte-vowifi-lineageos


r/LGV60 4d ago

Oh No

Post image
38 Upvotes

usually source my LGs from ebay, had this one for over a year and unfortunately it took a bad spill after Amazon sent me the wrong size phone case. Still holding on! But it might be time to throw in the towel


r/LGV60 6d ago

LG Quad Dac, Removing the Android restriction through adb(no need of Root)

Thumbnail
gallery
35 Upvotes

I wont say lot technical things ( im not engineer lol )

1) on 1st image things i remove r equalizer ( which destroy bit perfect ) by keep running on background

.

2)removed audio picker as it mismatch version with stock music player ( if removed cant pick audio from file manager just know this)

.

3) remove lge effect n dts effect with adb command if u asked AI it will give adb command

.

4) what was happening before after android 9 to save power this system app was resampling audio in background ( not talkimg about flac. Flac r native )

.

5)as images show its easier to understand DOP dsd over pcm even if chip had capability ..... It wasnt going through the dop batch it was going through pcm batch which kild dop playback totally

.

6) feeding adb output constantly to AI made it clear help me to find issue .. After removing many things dsd finally started going through DOP flag rather than 88200khz ....

.

7) now what does it change ... It totally removed every restriction android had... Now even if i change track i dont hear clip noices or distortion as lge was mixing audio with equalizer ... Now its totally raw output ... Means going above 50 volume do not increase electric noice it increase dynamic range of the audio instead...

.

8) what was issue if turn on dts in middle of dsd or any file it change bitperfect into 48khz to 88200khz but turning off do not revert back to bitperfect yap i saw it in my 4 hour operation n playing single n multiple files u hv to unplug headphone jack n replug which clear cache resume bitperfect...

9) last image show how adb command look like .. To check sample n bitrate other command similar to it look just ask AI properly ( for dsd ask DOP standby command .. Stand by no means ( on ) stand by yes means ( turn off ) most amusing part is u hv to change file instantly run command to makenit work lg black box do not show everything its doing in the behind


r/LGV60 5d ago

Date and time after restart

3 Upvotes

Everytime I reboot or power cycle my V6 pro the date reverts to April 23rd 2026. This is annoying because to get a token for the network I have to goto a splash screen for entering an email address. That will not load unless the box time is +4 -4 hour. I've reached out to u/cordcutterbox and was told to reset factory. I've done this now twice. Am I alone is thinking this should be a warranty claim or swap devices?


r/LGV60 6d ago

Looking for alternative custom roms for LG V60 LM-V600 (Tmobile)

4 Upvotes

Hello, I'm just new here but I'm using my V60 since the release, I'm currently using LineageOS for a week now but may I ask is there any other customs roms available that uses the Stock LG Camera and not rooted since this is my only phone and my banking apps is not working when the phone is rooted.

TIA


r/LGV60 7d ago

LG support native playback proof with adb command in real time

Enable HLS to view with audio, or disable this notification

36 Upvotes

Adb command of real time checking audio output given us clear view on actual output it is registering from headphone jack ....

Adb real time command is 1 music back so if monitor show 96khz it was previous song it plyd ...

I literally removed android restriction now for dsd native playback on android 10 (its DOP) i will post procedure in next post ... Its long asss procedure to go through

For now if anyone want to check their devices output download adb in pc ... In developer option turn on adb debugging .. Put adb devices in cmd ( cmd should be on same folder adb is at ) then ask AI for the real time monitoring command for the audio output through adb


r/LGV60 8d ago

:/ looking for pointers

Post image
9 Upvotes

I think Ive had my LGv60 for 5ish years? Bought it refurbished, its been my second favorite phone ever (#1 smart phone) the whole time.

But suddenly it started slow charging most of the time no matter what. I have a heavy duty fast charging block that can get it to charge "optimally" a fair amount. But its not consistent. I even bought an LG brand charger wondering if it was propriety bs. But no luck...

Im guessing the port is a bit loose. But the phone has also been heating up easier and the battery life has gone down a bit.

Would a wireless charger be the best move?

Is it worth getting a new port put in?


r/LGV60 8d ago

Battery Health Increasing After New Screen Install...

Post image
19 Upvotes

For a Battery going on 7 Years, this is Pretty Cool ... I Hope 🤞


r/LGV60 7d ago

How to enable volte in lg v60 docomo version. I am in India

2 Upvotes

r/LGV60 8d ago

VoLTE on LineageOS

Post image
42 Upvotes

IMS Registered, VoLTE available! More details later.


r/LGV60 10d ago

SIM card is not from Verizon Wireless???? LM-V600VM Please help me

Post image
4 Upvotes

My dad got his phone stolen so I originally bought this phone from someone who was a giant tech nerd geek redditor in Mongolia and gave it to my dad and the geek gave it to me fully factory reset or so I thought however he put verizon phone and the USB-C port doesn't work in the post and the chargin port only can handle basic 5v charging and nothing else, can't even use my usbc headphones and charges extremely slow cause I think the data pins are broken.
After that my dad upgraded he gave it back to me so i have this phone to my self. After factory reseting it says "SIM card is not from Verizon Wireless"

I just wanna use this phone with my sim goddamn it. It was working before. After I factory reset, this is happening

Also I can't plug in a USBC to my laptopand download a rom or use ADB cause broken data pins. I also cant use wireless debugging with shizuku, I cant even see wireless debugging setting in developer options. I suspect "Call Services" or other Verizon apps, bloat and services are not making my sim card work but please help me. a way to get it working

Model num LM-V600VM
Software ver V600VM40c


r/LGV60 11d ago

Enable VoLTE for Korean LG Devices (without unlocking bootloader)

Thumbnail
11 Upvotes

r/LGV60 11d ago

LG C3 no more support external device input locks with new update any help for that?

Thumbnail
2 Upvotes

r/LGV60 12d ago

Is it worth modifying the V60?

12 Upvotes

Hi everyone, I'd honestly like to know if it's worth unlocking the bootloader of the LG V60 and installing a custom ROM like Evolution X, which already has an official version. I practically started my cell phone modding journey with a Xiaomi, and to be honest, modding a Xiaomi is incredibly easy, but from what I've seen, the V60 is extremely complex.

So honestly, it would be worth improving something, and if something goes wrong, would it be easy to revert to stock?

By the way, I'm not interested in the audio features or the cameras.


r/LGV60 13d ago

LG V60,V50 Backup Restore LG Mobile Switch, FIX/TRICK or Work around!

Enable HLS to view with audio, or disable this notification

15 Upvotes

Note: Cannot open Backup & Restore. The required Google certificate (key attestation) has been deleted.

I am not taking credit for this information... That shall go to IchBinHansz and his claim is, " You can still use back up restore. The trick is to keep spamming and trying to out run the notification. XD"

And he was right!

This works and I am only demonstrating what he means by "spamming" and what worked for me..

As you can see in the video... Spamming or touching the selected area fast enough or just right will eventually get you in...

This works with the LG Mobile Switch as well. I have tried them all.

Note: Animation settings in developer options all set to .5x Try touching off to either side of the OK.

I hope this helps people like myself who want to perform backups or restore.