31 August 2017

LG G2 D802 - How to increase volume level in Lineage OS

You can just turn up the volume by changing the standard volume using the standard CM File Manager in root mode or with adb terminal :

Open terminal and send:

  • adb root
  • adb pull /system/etc/mixer_paths.xml

edit the file with your favorite editor like this:

  • <path name="speaker">
  •     ...
  •     <ctl name="RX7 Digital Volume" value="69" />
  • </path>

go back in your terminal and send:

  • adb remount
  • adb push mixer_paths.xml  /system/etc/mixer_paths.xml
Just change, save, reboot and test.

This worked great for me. 
Changed the speaker volume as well as the in-call as well.

29 August 2017

LG G2 D802 - How to update LineageOS Nightly

To update LG G2 D802 mobile phone with Lineage OS Nightly ROM, before complete procedure, you should also download these files:



Restart your phone into TWRP Recovery mode.



  • Install lineage-14.1-20170814-nightly-d802-signed.zip
  • Wipe Dalvik Cache
  • Install open_gapps-arm-7.1-nano-20170818.zip
  • Install addonsu
  • Choose : Restart

Wait patiently on this next boot and you are on fresh nightly rom...

Lineage OS Nightly - How to fix Google Play services force close

This error of Google Play services occurs due to improper Google Webview implementation or if there is not Google web view installed in your device.

So now that we know the problem due to which Google Play services occur, we can fix this error by enabling or reinstalling the Google Web view application.


  • Mute Force Close window
  • Install Android System WebView from Google Play
  • Go to Settings, in About Phone, press Build Number, until it appears that you are a developer.
  • Back to settings, in Developer Options, go to WebView Implementation and select “Google WebView.”
Restart your phone and that error should be fixed.

23 August 2017

LG G2 D802 - How to fix mobile phone heating issues

If you are have heating issues with your LG G2 and have stock firmware Android 5, then flash Lineage OS 14.1 Android 7 where is better battery optimization and your phone will stay cold.



Just follow this guide - LG G2 D802 - How to flash LineageOS custom ROM - and problem is solved.

22 August 2017

How to stop ransomware virus infection on your Windows PC

If you have accidentally opened some suspicious emails and reported background processes over your files or their current unavailability instantly, maybe you just get one of new ransomware virus, which is very fast and destructive, so you should download, install and run next applications:





Start Scan&Clean procedure in both applications and you may be lucky to clean your system and stop the infection.

LG G2 D802 - How to fix GPS signal

If you have GPS problems with your LG G2 D802 the problem is in hardware.

Your battery cover have weak connectors for anntenas and you can :




or


  • Replace existing battery cover with the new one



Every software fix like GPS Status & Toolbox has no results, as the phone have this hardware bug.



LG G2 D802 - How to flash LineageOS custom ROM

To flash LG G2 D802 mobile phone with Lineage OS custom rom you must first root your phone and install TWRP Recovery with One Click ROOT+TWRP Recovery which you should download from XDA forum.

Before complete procedure you should also download these files:


Extract LGG2-D802-OneClickRootRecoveryV1.1.zip to one folder and open Command Prompt there.

Set your LG G2 to USB Debugging mode, plug in your phone’s USB cable and confirm USB connection on your phone.

Check if PC see your phone with > adb devices
You should see > device in list

Now, start OneClick_ROOT_RECOVERY.bat and follow instructions.

Procedure will root your phone and after that will be prompted message to press Ctrl-C to break root shell with N and Enter.

After that batch program will install TWRP and exit with restart phone in TWRP Recovery mode.

Then select Wipe > Advanced wipe and select all partitions and wipe them.

Now copy these files to phone with commands >\


  • adb push lineage-14.1-20170814-nightly-d802-signed.zip /sdcard
  • adb push open_gapps-arm-7.1-nano-20170818.zip /sdcard
  • adb push addonsu-14.1-arm-signed.zip /sdcard
  • adb push YahooWeatherProvider.apk /sdcard


After that in TWRP select to Install lineage, opengapps and addonsu. LineageOS setup will display some log errors and you just ignore them.

Now you should choose Restart and your phone will StartUp with freash and clean Lineage OS.


LG G2 D802 - How to flash stock firmware

To restore LG G2 D802 mobile phone use LG Mobile Support Tool from UK LG Support page.


Set your LG G2 to Download mode >


  • Your phone must be turned off before starting the steps from this guide.
  • So, press power button and select “power off”.
  • Then, press the Volume Up button on your LG G2.
  • While you are holding the volume up button, plug in your phone’s USB cable.
  • Keep pressing the Volume up button until the download mode is being displayed.


Then connect your mobile phone with USB cable and start LG Mobile Support Tool as Administrator, with right click on Application icon.

Choose option > Install USB Driver, to install LG drivers.

Select Options > Upgrade Recovery option and follow further instructions.

Application will download latest firmware for your LG G2 mobile phone and flash it.

After successful process, when phone bootup for the first time, break this operation with Power button to PowerOff the phone and start Factory Reset procedure.


  • Press and hold the Volume Down button and the Power button. 
  • When the LG logo is displayed release the Power button only then immediately press and hold the Power button again. 
  • Release both buttons when the Factory data reset screen displays. 
  • From the Factory data reset screen, select Yes.

After that, your phone will StartUp with fresh installed latest stock firmware...

09 August 2017

Enable Remote Desktop Services after MS Windows 10 Creators Update


If you

  • cannot enable New Incoming Connection, Under File Menu in Network Connections or 
  • cannot start Windows Service > Remote Desktop Services


Follow this RegEdit Fix:

  • Search for “regedit” using Cortana, then run the regedit command in search results to launch Registry Editor.
  • Navigate to Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan
  • Create a new DWORD (Edit > New > DWORD)
  • Name the new DWORD SvcHostSplitDisable
  • Open the new DWORD, set the value to = 1, then click OK
  • Navigate to Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteAccess
  • Create a new DWORD (Edit > New > DWORD)
  • Name the new DWORD SvcHostSplitDisable
  • Open the new DWORD, set the value to = 1, then click OK
  • Restart your PC (Start > Power > Restart)